JMS BC on AIX Error

1 message Options
Embed this post
Permalink
sizwe

JMS BC on AIX Error

Reply Threaded More More options
Print post
Permalink
Hi All

OpenESB is the the wasp's nipple!
But I have come across an JMS BC error that only occurs when I deploy to the AIX server. On my local windows box it works just fine.

It seems that this is not the first time people encounter different behavior on AIX from that on your more common OS's. Is it because AIX uses it's own implementation of Java? can I not install Sun's Java on the server?

silly of me, do not have the project zip file with me right now, hoping the error is obvious enough.

I would like to think that my solution is just a configuration away, but i doubt it:

[#|2009-10-08T18:25:49.573+0200|SEVERE|sun-appserver9.1|sun-jms-binding.com.sun.jbi.jmsbc.OutboundMessageProcessor|_ThreadID=42;_ThreadName=JMSBC-pool-1-threa
d-2;_RequestID=47464216-07c8-4c0c-a9b2-bd98e46de02c;|JMSBC-E0747: Failed to process the message exchange with ID 248764731832504-38365-134743119495310249 and
exchange pattern http://www.w3.org/2004/08/wsdl/in-only due to error: JMSBC-W0725:Unable to denormalize message for message exchange 248764731832504-38365-134
743119495310249, end point testAIXJMS_1-sun-jms-binding{http://j2ee.netbeans.org/wsdl/soap2JMS/sendPeople}JMSOutServicesendPeople_OutPortOUTBOUND and operatio
n {http://j2ee.netbeans.org/wsdl/soap2JMS/sendPeople}JMSOutOperation.
java.lang.Exception: JMSBC-W0725:Unable to denormalize message for message exchange 248764731832504-38365-134743119495310249, end point testAIXJMS_1-sun-jms-b
inding{http://j2ee.netbeans.org/wsdl/soap2JMS/sendPeople}JMSOutServicesendPeople_OutPortOUTBOUND and operation {http://j2ee.netbeans.org/wsdl/soap2JMS/sendPeo
ple}JMSOutOperation.
        at com.sun.jbi.jmsbc.OutboundMessageProcessor.processOneWayOutbound(OutboundMessageProcessor.java:1280)
        at com.sun.jbi.jmsbc.OutboundMessageProcessor.execute(OutboundMessageProcessor.java:372)
        at com.sun.jbi.jmsbc.OutboundMessageProcessor.run(OutboundMessageProcessor.java:179)
        at com.sun.jbi.jmsbc.OutboundReceiver$Task.run(OutboundReceiver.java:214)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:678)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:703)
        at java.lang.Thread.run(Thread.java:811)
Caused by: java.lang.NullPointerException
        at org.apache.xalan.transformer.TransformerIdentityImpl.setOutputProperty(TransformerIdentityImpl.java:771)
        at com.sun.jbi.jmsbc.XmlUtil.transformToDOMResult(XmlUtil.java:261)
        at com.sun.jbi.jmsbc.JMSDenormalizer.denormalize(JMSDenormalizer.java:191)
        at com.sun.jbi.jmsbc.OutboundMessageProcessor.denormalizeMessage(OutboundMessageProcessor.java:1506)
        at com.sun.jbi.jmsbc.OutboundMessageProcessor.processOneWayOutbound(OutboundMessageProcessor.java:1259)
        ... 6 more

pls help...