[jboss-user] [JBoss Messaging] - Channel id map for node 21000 already contains binding for q
Hi, I am trying to start three different JBoss nodes in three different clusters. I have started first node successfully with the default value of the ServerPeerID=0. when i tried to start the second node, it failed because there was already one node with the ServerPeerID=0. With one of the discussions, i got the solution that, i need to change the ServerPeerID value to '${jboss.messaging.serverpeerid}' Same solution is not working when i start the third server. I have tried with the different integer values to the ServerPeerID, i have tried some 10-20 values. for each values its giving me the same error. 2008-03-24 10:47:22,663 DEBUG [org.jboss.jms.server.destination.QueueService] Starting jboss.messaging.destination:service=Queu e,name=testDistributedQueue 2008-03-24 10:47:22,668 ERROR [org.jboss.messaging.util.ExceptionUtil] Queue[null, name=testDistributedQueue] startService java.lang.IllegalStateException: Channel id map for node 21000 already contains binding for queue 16 at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.addBindingInMemory(MessagingPostOffice.java:2375) at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.internalAddBinding(MessagingPostOffice.java:1863) at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.addBinding(MessagingPostOffice.java:444) at org.jboss.jms.server.destination.QueueService.startService(QueueService.java:110) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196) at sun.reflect.GeneratedMethodAccessor77.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) Do i need to change any other configuration values? Please help me. thanks in advance. Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4138487#4138487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4138487 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB/JBoss] - returned failure for com.arjuna.ats.internal.jta.resources.a
Hi , I am running the Specj benchmark tool with following configuration details. Jboss 4.2.0. GA MySQL 3.0.36 HPUX 11.23 IA I am getting lots of WARNing messages, as shown below? Did anybody else also got this kind of errors? 15:48:20,648 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterComplet ion - returned failure for [EMAIL PROTECTED] 15:48:20,669 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterComplet ion - returned failure for [EMAIL PROTECTED] 15:48:20,308 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_4] TwoPhaseCoordinator.afterComplet ion - returned failure for [EMAIL PROTECTED] 15:48:20,676 WARN [arjLoggerI18N] [com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator_2] TwoPhaseCoordinator.beforeComple tion - failed for [EMAIL PROTECTED] Thanks and Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099724#4099724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099724 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Sample application
Hi, Are there any opensource sample application which demonstrate the jboss web services? Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083273#4083273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083273 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: WS4EEDowngrade setup problem
Hi, Is downgrade setup of WS4EE will work for jboss application server 4.2.0.GA? Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078208#4078208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078208 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: WS4EEDowngrade setup problem
Hi, I wanted to know whether i can run MedRec application (which is built with to jboss ws4ee) in this New version of the apps server? Previously there was a disscusion about the same with jboss version 4.0.5.GA. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=97276 Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077717#4077717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077717 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: WS4EEDowngrade setup problem
Hi, MedRec is a Avitek Medical Records (or MedRec) is a WebLogic Server sample application suite which we use for testing. This application is a WS4EE based axis application. As from jboss 4.0.5.GA onwards, WS4EE is replace with the JbossWS, so I have done the changes said in (http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade ) After following those steps its giving above mentioned error. As there is no webservice directory in the server, we are getting this problem. Please can anyone help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077674#4077674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077674 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - WS4EEDowngrade setup problem
Hi, I am trying to run the medrec application in jboss application platform (4.2.0.GA). I have done all the steps mentioned in the http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade. But when i try to deploy , its giving following error. Caused by: java.lang.reflect.UndeclaredThrowableException at org.jboss.system.ServiceCreator.install(ServiceCreator.java:236) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171) ... 81 more Caused by: java.lang.NoClassDefFoundError: org/jboss/webservice/WebServiceClientDeployment at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) = This is becuase this class in not at all there in this new version of the jboss and medrec code has reffered to this. And i have seen one more thing, there is no webservice package in this new version of the jboss? Please can any one help me regarding the same. Its urgent, please can anyone help me regarding this? Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075719#4075719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075719 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBossWS] - Re: Needed WS4EE jars missing in JBoss4.0.5.GA
Hi, I am trying to run the medrec application in jboss application platform (4.2.0.GA). I have done all the steps mentioned in the http://wiki.jboss.org/wiki/Wiki.jsp?page=WS4EEDowngrade. But when i try to deploy , its giving following error. Caused by: java.lang.reflect.UndeclaredThrowableException at org.jboss.system.ServiceCreator.install(ServiceCreator.java:236) at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171) ... 81 more Caused by: java.lang.NoClassDefFoundError: org/jboss/webservice/WebServiceClientDeployment at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) = This is becuase this class in not at all there in this new version of the jboss and medrec code has reffered to this. And i have seen one more thing, there is no webservice package in this new version of the jboss? Please can any one help me regarding the same Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074727#4074727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074727 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Security & JAAS/JBoss] - org.jboss.deployment.DeploymentException: no protocol:
Hi, I am tesing the jboss 4.2.0.GA application platform. While doing specj2004 testing, i am getting following error. 12:33:45,953 ERROR [MainDeployer] Could not create deployment: file:/opt/jboss-eap-4.2/jboss-as/server/specj2004/conf/jboss-service.xml org.jboss.deployment.DeploymentException: no protocol: org/jboss/remoting/transport/Connector.xml; - nested throwable: (java.net.MalformedURLException: no protocol: org/jboss/remoting/transport/Connector.xml) at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196) at org.jboss.system.ServiceController.install(ServiceController.java:226) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) In many of the posts in this forum, they asked to remove the xmbean-dd="org/jboss/remoting/transport/Connector.xml" from jboss-service.xml, but after removing it, we are getting following error. 2007-07-31 12:37:59,621 INFO [org.jboss.web.WebService] Using RMI server codebase: http://127.0.0.1:8083/ 2007-07-31 12:37:59,963 WARN [org.jboss.system.ServiceController] Problem starting service jboss:service=Naming java.lang.NullPointerException at org.jnp.server.Main.getNamingInstance(Main.java:301) at org.jnp.server.Main.initJnpInvoker(Main.java:354) at org.jnp.server.Main.start(Main.java:316) at org.jboss.naming.NamingService.startService(NamingService.java:284) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at org.jboss.system.ServiceController.start(ServiceController.java:435) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) Caused by: java.net.SocketTimeoutException: Receive timed out at java.net.PlainDatagramSocketImpl.receive0(Native Method) at java.net.PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136) at java.net.DatagramSocket.receive(DatagramSocket.java:729) at org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:1289) What is the actual problem, i dont knw exact implementation of the specj2004 apps server. Please can any one help me regarding this? Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069019#4069019 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069019 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB/JBoss] - jboss + xdoclet.
Hi, I am trying to build the MedRec application to test on jboss. I am using jboss 4.0.5.GA, xdoclet 1.2.3 and java 1.5. I am getting following error, [ejbdoclet] (XDocletMain.start 54 ) <> [ejbdoclet] org.xml.sax.SAXParseException: The content of element type "enterprise-beans" is incomplete, it must match "(session|entity|message-driven)+". [ejbdoclet] at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) [ejbdoclet] at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) [ejbdoclet] at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) Can anyone help me regarding the same? I saw many users faced the same problem, but i dint get any solution. Please help me, if any one can. Thanks and Regards, Ambika View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024238#4024238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024238 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Getting Started Documentation] - jboss starting problem
Hi , I am using jboss 4.0.5 version. When i run run.sh i am getting following message if i use JAVA 1.5 version. JBOSS_HOME: /home/ambika/jboss/jboss-4.0.5.GA JAVA: /opt/java1.5/bin/java JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 CLASSPATH: /home/ambika/jboss/jboss-4.0.5.GA/bin/run.jar:/opt/java1.5/lib/tools.jar = 12:06:04,686 INFO [Server] Starting JBoss (MX MicroKernel)... 12:06:04,687 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) 12:06:04,689 INFO [Server] Home Dir: /home/ambika/jboss/jboss-4.0.5.GA 12:06:04,689 INFO [Server] Home URL: file:/home/ambika/jboss/jboss-4.0.5.GA/ 12:06:04,690 INFO [Server] Patch URL: null 12:06:04,690 INFO [Server] Server Name: default 12:06:04,690 INFO [Server] Server Home Dir: /home/ambika/jboss/jboss-4.0.5.GA/server/default 12:06:04,691 INFO [Server] Server Home URL: file:/home/ambika/jboss/jboss-4.0.5.GA/server/default/ 12:06:04,691 INFO [Server] Server Log Dir: /home/ambika/jboss/jboss-4.0.5.GA/server/default/log 12:06:04,691 INFO [Server] Server Temp Dir: /home/ambika/jboss/jboss-4.0.5.GA/server/default/tmp 12:06:04,692 INFO [Server] Root Deployment Filename: jboss-service.xml 12:06:05,078 INFO [ServerInfo] Java version: 1.5.0.04,Hewlett-Packard Co. 12:06:05,079 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0.04 jinteg:07.27.06-16:18 IA64,Hewlett-Packard Company 12:06:05,079 INFO [ServerInfo] OS-System: HP-UX B.11.23,IA64N 12:06:05,816 INFO [Server] Core system initialized 12:06:08,289 INFO [WebService] Using RMI server codebase: http://martin.india.hp.com:8083/ 12:06:08,312 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 12:06:08,954 WARN [ServiceController] Problem starting service jboss:service=Naming javax.naming.CommunicationException: Can't find SerialContextProvider at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:60) at com.sun.enterprise.naming.SerialContext.(SerialContext.java:79) at com.sun.enterprise.naming.SerialInitContextFactory.getInitialContext(SerialInitContextFactory.java:54) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247) at javax.naming.InitialContext.init(InitialContext.java:223) at javax.naming.InitialContext.(InitialContext.java:175) at org.jboss.naming.NamingService.startService(NamingService.java:249) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) If i use java1.4 version, i am not getting any errors while starting. Below is the output, JBOSS_HOME: /opt/jboss-4.0.5.GA JAVA: /opt/java1.4/bin/java JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360 CLASSPATH: /opt/jboss-4.0.5.GA/bin/run.jar:/opt/java1.4/lib/tools.jar = 12:33:15,922 INFO [Server] Starting JBoss (MX MicroKernel)... 12:33:15,924 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) 12:33:15,925 INFO [Server] Home Dir: /opt/jboss-4.0.5.GA 12:33:15,926 INFO [Server] Home URL: file:/opt/jboss-4.0.5.GA/ 12:33:15,927 INFO [Server] Patch URL: null 12:33:15,927 INFO [Server] Server Name: default 12:33:15,927 INFO [Server] Server Home Dir: /opt/jboss-4.0.5.GA/server/default 12:33:15,927 INFO [Server] Server Home URL: file:/opt/jboss-4.0.5.GA/server/default/ 12:33:15,928 INFO [Server] Server Log Dir: /opt/jboss-4.0.5.GA/server/default/log 12:33:15,928 INFO [Server] Server Temp Dir: /opt/jboss-4.0.5.GA/server/default/tmp 12:33:15,928 INFO [Server] Root Deployment Filename: jboss-service.xml 12:33:16,572 INFO [ServerInfo] Java version: 1.4.2.03,Hewlett-Packard Co. 12:33:16,572 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.4.2 1.4.2.03-040402-00:47-IA64N IA64,Hewlett-Packard Company 12:33:16,573 INFO [ServerInfo] OS-System: HP-UX B.11.23,IA64N 12:33:17,067