[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

siddharth_2279 do-not-reply at jboss.com
Fri Feb 13 03:26:20 EST 2009


Hi, 

Thanks for you help. 

I corrected it and ran the server. I got the following exception 

13:49:44,129 INFO  [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
  | 13:49:44,738 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console, vfsUrl=jmx-console.war
  | 13:49:45,020 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
  | 
  | jboss.messaging.connectionfactory:service=MyExampleConnectionFactory
  |  -> jboss.messaging:service=Connector,transport=http{Create:** NOT FOUND Depends on 'jboss.messaging:service=Connector,transport=http' **}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | jboss.messaging:service=Connector,transport=http -> ** NOT FOUND Depends on 'jboss.messaging:service=Connector,transport=http' **
  | 
  | 
  | 13:49:45,035 ERROR [Http11Protocol] Error starting endpoint
  | java.net.BindException: Address already in use: JVM_Bind /127.0.0.1:8080
  |         at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:504)
  |         at org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:520)
  |         at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203)
  |         at org.apache.catalina.connector.Connector.start(Connector.java:1102)
  |         at org.jboss.web.tomcat.service.deployers.TomcatService.startConnectors(TomcatService.java:629)
  |         at org.jboss.web.tomcat.service.deployers.TomcatService.handleNotification(TomcatService.java:670)
  |         at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
  |         at $Proxy85.handleNotification(Unknown Source)
  |         at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
  |         at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
  |         at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:425)
  |         at org.jboss.Main.boot(Main.java:209)
  |         at org.jboss.Main$1.run(Main.java:547)
  |         at java.lang.Thread.run(Thread.java:595)
  | 13:49:45,035 WARN  [TomcatService] Failed to startConnectors
  | LifecycleException:  service.getName(): "jboss.web";  Protocol handler start failed: java.net.BindException: Address already in use: JVM_Bind /127.0.0.1:8080
  |         at org.apache.catalina.connector.Connector.start(Connector.java:1109)
  |         at org.jboss.web.tomcat.service.deployers.TomcatService.startConnectors(TomcatService.java:629)
  |         at org.jboss.web.tomcat.service.deployers.TomcatService.handleNotification(TomcatService.java:670)
  |         at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
  |         at $Proxy85.handleNotification(Unknown Source)
  |         at javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
  |         at javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
  |         at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:425)
  |         at org.jboss.Main.boot(Main.java:209)
  |         at org.jboss.Main$1.run(Main.java:547)
  |         at java.lang.Thread.run(Thread.java:595)
  | 13:49:45,035 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 1m:23s:47ms

How to solve this. Please guide me. Why are there so many errors coming in the sample connection-factories-service.xml. 

Any help would be highly appreciated. Thanks in advance. 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209790#4209790

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209790



More information about the jboss-user mailing list