简体   繁体   English

jboss地址已在使用中:JVM_BIND localhost / 127.0.0.1:8080。 在Windows上失败

[英]jboss Address already in use: JVM_BIND localhost/127.0.0.1:8080. fails on windows

I am getting this error and do not know how to get round it. 我收到此错误,不知道如何解决。 I am trying to start up the JBOSS server but it is failing. 我正在尝试启动JBOSS服务器,但是它失败了。 I am using windows and have tried tasklist/FI "PID eq 8080" at the command line and it just says. 我正在使用Windows,并在命令行中尝试了tasklist / FI“ PID eq 8080”,它只是说。 INFO: No tasks are running which match the specified criteria. 信息:没有运行符合指定条件的任务。

The only thing i can think of is that I have been using net beans to run the glass fish server but I am unsure on how to shut that down as i dont think it has a PID. 我唯一能想到的是,我一直在使用net bean运行玻璃鱼服务器,但是由于我不认为它具有PID,我不确定如何关闭它。

any help to resolve and get the jboss server running 任何帮助解决和使jboss服务器运行的帮助

There is some other process running, which uses 8080. Make sure to kill it or use 还有一些其他正在运行的进程正在使用8080。请确保将其杀死或使用。

<socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
</socket-binding-group>

option to shift all your ports (also 8080). 转移所有端口的选项(也是8080)。 Just change it to 只需将其更改为

${jboss.socket.binding.port-offset:1000} 

to shift by 1000. 移1000。

THIS IS NOW SOLVED. 现在解决了。 It just required obliterating glassfish into smithereens... 它只是需要将玻璃鱼抹去史密斯犬。

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

相关问题 :已使用的地址:JVM_Bind - : Address already in use: JVM_Bind 已在使用的地址:JVM_Bind - Address already in use: JVM_Bind 地址已在使用中:JVM_Bind java - Address already in use: JVM_Bind java JVM_Bind 端口 8080 已在使用中 -- 但该端口上没有进程 - JVM_Bind port 8080 already in use -- but there are no processes on that port “ java.net.BindException:已在使用的地址:JVM_Bind <null> :8080”,即使我使用netstat -ano检查了端口 - “java.net.BindException: Address already in use: JVM_Bind <null>:8080” even though i checked the port by using netstat -ano java.net.BindException:地址已在使用中:JVM_Bind - java.net.BindException: Address already in use: JVM_Bind java.net.BindException:已使用的地址:JVM_Bind多客户机服务器 - java.net.BindException: Address already in use: JVM_Bind Multi Client Server 地址已在使用:JVM_Bind 但没有使用端口和 netstat 列出进程 - Address already in use: JVM_Bind but no process is listed using port with netstat java.net.BindException:已在使用的地址:JVM_Bind <null>:80 - java.net.BindException: Address already in use: JVM_Bind <null>:80 线程“ Thread-0” java.net.BindException中的异常:已经使用的地址:JVM_Bind位于 - Exception in thread “Thread-0” java.net.BindException: Address already in use: JVM_Bind at
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM