简体   繁体   English

实例不是GlassFish Server 3+或未运行,部署错误:GlassFish Server 3+ Server无法启动。 端口已被占用

[英]Instance is not GlassFish Server 3+ or it is not running, Deployment error: GlassFish Server 3+ Server cannot start. Port is occupied

I keep getting these errors 我不断收到这些错误

Using netbeans 7.2.1, glassfish 3.1 使用netbeans 7.2.1,glassfish 3.1

I looked at numerous posts for this problem, but nothing seems to work 我针对此问题查看了许多帖子,但似乎没有任何效果

Shanged port in \\glassfish\\domains\\domain1\\config to 9999, after that first project deployment and running was fine, but after that the same project and others gave again these errors at deployment. 将\\ glassfish \\ domains \\ domain1 \\ config中的端口更改为9999,在第一次部署并运行项目之后就可以了,但是在此之后,同一项目和其他项目在部署时再次给出了这些错误。

running netstat -aon | 运行netstat -aon | find ":80" | 找到“:80” | find "LISTENING" in cmd gives no results or sometimes java.exe process pid 在cmd中找不到“ LISTENING”,没有给出结果,或者有时java.exe进程pid

what else can I do to fix it? 我还能做什么来解决它? Thanks 谢谢

If you need to start a new instance of Glassfish 3 server, you must stop the old one to free up the port. 如果需要启动Glassfish 3服务器的新实例,则必须停止旧的实例以释放端口。 Only one instance may run at a time. 一次只能运行一个实例。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM