[JBoss-user] [Installation Configuration] - Strange problem with starting jboss ! I really need help!

2004-04-08 Thread calffin
I met a strange problem . I find every first time I start my jboss3.08 in the eclipse 
, it seems that everything is fine except the two exception information below:
20:48:29,265 INFO  [jbossweb] Starting Jetty/4.2.10pre1
20:48:29,281 INFO  [jbossweb] Started [EMAIL PROTECTED]
20:48:29,296 WARN  [jbossweb] WARNING: Failed to start: [EMAIL PROTECTED]:8080
20:48:29,312 INFO  [jbossweb] Started AJP13Listener on 0.0.0.0:8009
20:48:29,312 INFO  [jbossweb] NOTICE: AJP13 is not a secure protocol. Please protect 
the port 0.0.0.0:8009
20:48:29,328 ERROR [JettyService] multiple exceptions...
20:48:29,328 ERROR [JettyService] exception
java.net.BindException: Address already in use: JVM_Bind //NOTE
at java.net.PlainSocketImpl.socketBind(Native Method)
.

20:48:34,656 INFO  [HANamingService] Starting
20:48:34,750 INFO  [HANamingService] Listening on 0.0.0.0/0.0.0.0:1100
20:48:34,750 WARN  [HANamingService] Failed to start AutomaticDiscovery
java.net.SocketException: error setting options
at java.net.PlainDatagramSocketImpl.join(Native Method)
..

Maybe the error information above can be explained that ports used by Jboss have 
already been used by other software. That is to say, port confliction. But I find that 
if I close the jboss server and start it again immediately, a lot of error information 
will emerged. I briefly list the most important part t of them below:
23:58:41,156 INFO  [JVMServerILService] Starting
23:58:41,203 INFO  [JVMServerILService] Started
23:58:41,203 INFO  [RMIServerILService] Starting
23:58:41,375 INFO  [RMIServerILService] Started
23:58:41,375 INFO  [OILServerILService] Starting
23:58:41,390 ERROR [OILServerILService] Starting failed
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
...
23:58:41,406 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=OIL
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
.
23:58:41,406 INFO  [UILServerILService] Starting
23:58:41,406 ERROR [UILServerILService] Starting failed
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)

23:58:41,421 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=UIL
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
.
23:58:41,421 INFO  [UILServerILService] Starting
23:58:41,437 ERROR [UILServerILService] Starting failed
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)

23:58:41,437 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=UIL2
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
..
23:58:56,984 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=ejb/mgmt/MEJB,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is: 
javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
at org.jboss.proxy.ejb.ProxyFactory.bindProxy(ProxyFactory.java:343)

Caused by: javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:415)

Caused by: java.rmi.NoSuchObjectException: object not exported
...
23:58:57,687 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=jetty/CMPState,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is: 
javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
.
23:58:58,140 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=ejb/jmx/ejb/Adaptor,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is: 
javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
...
 23:59:00,359 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean 
operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
  
MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss:service=Webserver
 state: FAILED
 I Depend On: 
 Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: 
jboss:service=invoker,type=jrmp
 state: FAILED
 I 

[JBoss-user] [Installation Configuration] - Strange problem with starting jboss ! I really need help!

2004-04-08 Thread calffin
I met a strange problem . I find every first time I start my jboss3.08 in the eclipse 
, it seems that everything is fine except the two exception information below:
20:48:29,265 INFO  [jbossweb] Starting Jetty/4.2.10pre1
20:48:29,281 INFO  [jbossweb] Started [EMAIL PROTECTED]
20:48:29,296 WARN  [jbossweb] WARNING: Failed to start: [EMAIL PROTECTED]:8080
20:48:29,312 INFO  [jbossweb] Started AJP13Listener on 0.0.0.0:8009
20:48:29,312 INFO  [jbossweb] NOTICE: AJP13 is not a secure protocol. Please protect 
the port 0.0.0.0:8009
20:48:29,328 ERROR [JettyService] multiple exceptions...
20:48:29,328 ERROR [JettyService] exception
java.net.BindException: Address already in use: JVM_Bind //NOTE
at java.net.PlainSocketImpl.socketBind(Native Method)
.

20:48:34,656 INFO  [HANamingService] Starting
20:48:34,750 INFO  [HANamingService] Listening on 0.0.0.0/0.0.0.0:1100
20:48:34,750 WARN  [HANamingService] Failed to start AutomaticDiscovery
java.net.SocketException: error setting options
at java.net.PlainDatagramSocketImpl.join(Native Method)
..

Maybe the error information above can be explained that ports used by Jboss have 
already been used by other software. That is to say, port confliction. But I find that 
if I close the jboss server and start it again immediately, a lot of error information 
will emerged. I briefly list the most important part t of them below:
23:58:41,156 INFO  [JVMServerILService] Starting
23:58:41,203 INFO  [JVMServerILService] Started
23:58:41,203 INFO  [RMIServerILService] Starting
23:58:41,375 INFO  [RMIServerILService] Started
23:58:41,375 INFO  [OILServerILService] Starting
23:58:41,390 ERROR [OILServerILService] Starting failed
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
...
23:58:41,406 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=OIL
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
.
23:58:41,406 INFO  [UILServerILService] Starting
23:58:41,406 ERROR [UILServerILService] Starting failed
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)

23:58:41,421 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=UIL
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
.
23:58:41,421 INFO  [UILServerILService] Starting
23:58:41,437 ERROR [UILServerILService] Starting failed
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)

23:58:41,437 WARN  [ServiceController] Problem starting service 
jboss.mq:service=InvocationLayer,type=UIL2
java.net.BindException: Address already in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
..
23:58:56,984 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=ejb/mgmt/MEJB,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is: 
javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
at org.jboss.proxy.ejb.ProxyFactory.bindProxy(ProxyFactory.java:343)

Caused by: javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:415)

Caused by: java.rmi.NoSuchObjectException: object not exported
...
23:58:57,687 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=jetty/CMPState,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is: 
javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
.
23:58:58,140 WARN  [ServiceController] Problem starting service 
jboss.j2ee:jndiName=ejb/jmx/ejb/Adaptor,service=EJB
java.rmi.ServerException: Could not bind home; nested exception is: 
javax.naming.CommunicationException [Root exception is 
java.rmi.NoSuchObjectException: object not exported]
...
 23:59:00,359 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean 
operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  
Incompletely deployed packages:
  
MBeans waiting for classes:
  
MBeans waiting for other MBeans:
[ObjectName: jboss:service=Webserver
 state: FAILED
 I Depend On: 
 Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: 
jboss:service=invoker,type=jrmp
 state: FAILED
 I