I had my J2EE project successfully running,then afterwards i just for experience sake,changed the JNDI name in all files whereever it was specified.Then i deploy it again and start the jboss server,but its giving error :
“Caused by: javax.naming.NameNotFoundException: comp not bound”
there are hundreds of line,in which few of them are:
” MBeans waiting for other MBeans:
ObjectName: jboss:service=Naming
state: FAILED
I Depend On:
Depends On Me: MBeanException: java.rmi.server.ExportException: Port already in use: 1098; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
Cause: java.rmi.server.ExportException: Port already in use: 1098; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
ObjectName: jboss.web.deployment:war=invoker.war,id=-595404997
state: FAILED”
Have any idea whats going on?