[JBoss Messaging] New message: "JBOSS SERVER V5.1 MESSAGING and WMQ adapter integration issues"
by Ajay Karajgikar
User development,
A new message was posted in the thread "JBOSS SERVER V5.1 MESSAGING and WMQ adapter integration issues":
http://community.jboss.org/message/528371#528371
Author : Ajay Karajgikar
Profile : http://community.jboss.org/people/a.karajgikar
Message:
--------------------------------------------------------------
Hi All,
I am relatively new to JBOSS server v5.1. I am trying to integrate the IBM MQ series 6.0 with the patch.6.0.2.8. To facilitate this, a resource adapter i.e.wmq.jmsra.rar. is being used.
However,
I am facing following problem while integrating:
10:29:16,687 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:binding=MessageListenerinvoker,jndiName=IVTQueue,plugin=invoker,service=EJB state=Create mode=Manual requiredState=Installed
org.jboss.deployment.DeploymentException: Unable to create activation spec ra=jboss.jca:service=RARDeployment,name='wmq.jmsra.rar' messaging-type=javax.jms.MessageListener properties={hostName=ActivationConfigProperty(hostName=127.0.0.1), port=ActivationConfigProperty(port=1415), destinationType=ActivationConfigProperty(destinationType=javax.jms.Queue), destination=ActivationConfigProperty(destination=TEST.QUEUE), queueManager=ActivationConfigProperty(queueManager=ExampleQM), transportType=ActivationConfigProperty(transportType=CLIENT), useJNDI=ActivationConfigProperty(useJNDI=true), acknowledgeMode=ActivationConfigProperty(acknowledgeMode=AUTO_ACKNOWLEDGE)}
at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:52)
at org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory.createActivationSpec(JBossMessageEndpointFactory.java:454)
at org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory.startService(JBossMessageEndpointFactory.java:198)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
at sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
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:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
CONTD..
DEPLOYMENTS IN ERROR:
Deployment "jboss.j2ee:binding=MessageListenerinvoker,jndiName=IVTQueue,plugin=invoker,service=EJB" is in error due to the following reason(s): java.beans.IntrospectionException: No property found for: acknowledgeMode on JavaBean: javax.jms.Queue:SYSTEM.DEFAULT.LOCAL.QUEUE@@localhost
Can anybody shed some light on it ?
Thanks in advance.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528371#528371
15 years, 10 months
[Spring Integration] New message: "Spring WS error in JBoss"
by Sridhar Sripathy
User development,
A new message was posted in the thread "Spring WS error in JBoss":
http://community.jboss.org/message/528362#528362
Author : Sridhar Sripathy
Profile : http://community.jboss.org/people/ssripathy
Message:
--------------------------------------------------------------
Hi,
I am new to JBoss.
I just finished successfully testing my Spring WS web service app in Tomcat 5.5/JVM 1.5 and ported it to JBoss 5.0/ running JVM 1.6. After I deploy the war file, I can display the wsdl file via the app url, but when I invoke a Web Service via client, I can see the app receiving the request and it just hangs after that. It then proceeds to crash JBoss. I know there is enough memory allocated, but I guess some runaway process on Spring WS is eating it all up.....
I already solved another unrelated issue with JVM 1.6 and xerces/xalan parsers. This seems to be something else. I am also attaching all the jars in my lib folder
Any ideas on how this can be solved or someone with Spring WS/JBoss can give me some insight it would be great. Thanks in advance!!!
I get the following error after I
010-02-24 23:54:54,694 [http-0.0.0.0-8080-2] DEBUG org.springframework.ws.transport.
http.MessageDispatcherServlet - Published [SimpleXsdSchema{http://ncidng.nc.gov/NCIDN
GWebService/schemas}] as schema.xsd
2010-02-24 23:54:54,694 [http-0.0.0.0-8080-2] INFO org.springframework.ws.transport.
http.MessageDispatcherServlet - FrameworkServlet 'spring-ws': initialization complete
d in 1157 ms
2010-02-24 23:54:54,695 [http-0.0.0.0-8080-2] DEBUG org.springframework.ws.transport.
http.MessageDispatcherServlet - Servlet 'spring-ws' configured successfully
2010-02-24 23:54:54,784 [http-0.0.0.0-8080-2] DEBUG org.springframework.ws.transport.
http.MessageDispatcherServlet - Successfully completed request
2010-02-24 23:55:03,342 [http-0.0.0.0-8080-3] DEBUG org.springframework.ws.transport.
http.WebServiceMessageReceiverHandlerAdapter - Accepting incoming [org.springframewor
k.ws.transport.http.HttpServletConnection@19222f] to [http://10.56.131.15:8080/ncidwe
bservice/]
2010-02-25 00:05:55,345 [http-0.0.0.0-8080-2] DEBUG org.springframework.ws.transport.
http.MessageDispatcherServlet - Could not complete request
java.lang.OutOfMemoryError: Java heap space
http.MessageDispatcherServlet - Could not complete request
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2882)
100)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
at java.lang.StringBuffer.append(StringBuffer.java:224)
ernParser.java:420)
at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
at java.lang.StringBuffer.append(StringBuffer.java:224)
ernParser.java:420)
at org.apache.log4j.PatternLayout.format(PatternLayout.java:503)
at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:301)
at org.apache.log4j.WriterAppender.append(WriterAppender.java:159)
at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)
nderAttachableImpl.java:65)
at org.apache.log4j.Category.callAppenders(Category.java:203)
at org.apache.log4j.Category.forcedLog(Category.java:388)
at org.apache.log4j.Category.log(Category.java:835)
at org.jboss.logging.util.LoggerStream.write(LoggerStream.java:156)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)
at org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:57)
at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:315)
at org.apache.log4j.WriterAppender.append(WriterAppender.java:159)
at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:230)
nderAttachableImpl.java:65)
at org.apache.log4j.Category.callAppenders(Category.java:203)
at org.apache.log4j.Category.forcedLog(Category.java:388)
at org.apache.log4j.Category.log(Category.java:853)
at org.jboss.logging.log4j.Log4jLoggerPlugin.warn(Log4jLoggerPlugin.java:199)
at org.jboss.logging.Logger.warn(Logger.java:258)
er.java:171)
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/528362#528362
15 years, 10 months