[Installation, Configuration & Deployment] - JBoss starting problem
by aggarwalanil2004@gmail.com
Hi
I am new to JBOSS.I am facing the problem during sstarting of JBOSS.
I am getting the following exception:
PLZ help me .....
6:17:59,406 ERROR [Http11BaseProtocol] Error starting endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
at org.apache.tomcat.util.net.PoolTcpEndpoint.startEndpoint(PoolTcpEndpoint.java:312)
at org.apache.coyote.http11.Http11BaseProtocol.start(Http11BaseProtocol.java:150)
at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:75)
at org.apache.catalina.connector.Connector.start(Connector.java:1089)
at org.jboss.web.tomcat.tc5.Tomcat5.startConnectors(Tomcat5.java:549)
at org.jboss.web.tomcat.tc5.Tomcat5.handleNotification(Tomcat5.java:586)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
at $Proxy31.handleNotification(Unknown Source)
at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:908)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:497)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:464)
at java.lang.Thread.run(Unknown Source)
16:17:59,406 WARN [Tomcat5] Failed to startConnectors
LifecycleException: service.getName(): "jboss.web"; Protocol handler start failed: java.net.BindException: Address already in use: JVM_Bind:8080
at org.apache.catalina.connector.Connector.start(Connector.java:1096)
at org.jboss.web.tomcat.tc5.Tomcat5.startConnectors(Tomcat5.java:549)
at org.jboss.web.tomcat.tc5.Tomcat5.handleNotification(Tomcat5.java:586)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
at $Proxy31.handleNotification(Unknown Source)
at org.jboss.mx.util.JBossNotificationBroadcasterSupport.handleNotification(JBossNotificationBroadcasterSupport.java:127)
at org.jboss.mx.util.JBossNotificationBroadcasterSupport.sendNotification(JBossNotificationBroadcasterSupport.java:108)
at org.jboss.system.server.ServerImpl.sendNotification(ServerImpl.java:908)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:497)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:464)
at java.lang.Thread.run(Unknown Source)
16:17:59,406 INFO [Server] JBoss (MX MicroKernel) [4.0.4.CR2 (build: CVSTag=JBoss_4_0_4_CR2 date=200603311500)] Started in 15s:63ms
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975277#3975277
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975277
18 years, 2 months
[JBoss Messaging] - JAAS login module - client jar incompatibility w/ jbosssx-cl
by susan.c.weber
I had no trouble patching my JBossAS to use Messaging today, and it's looking promising to resolve our performance issues with large queues.
However, I seem to be a bit stuck getting Messaging to play nice with the JAAS security scheme for my client. In the client build, when I replace jbossall-client.jar with jboss-messaging-client.jar, I get a ClassNotFoundException on org.jboss.security.ClientLoginModule. When I add jbosssx-client.jar to the client's classpath, I trigger the
org.jboss.proxy.ClientContainer (no security manager: RMI class loader disabled)
error message that I gather means there's a client library classloader incompatibility between the two client jars.
Any chance of you making available a version of jbosssx-client.jar that works with Messaging? Or is there some workaround for this problem you could point me to?
many thanks
susan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975268#3975268
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975268
18 years, 2 months