Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

JMS connection between tiers

0 views
Skip to first unread message

Trevor Wilson

unread,
Nov 26, 2002, 4:38:14 AM11/26/02
to
Hi,

I have 2 weblogic servers on two seperate machines connected through a
firewall. On the first is a weblogic server for the UI and on the other a
weblogic server for the Business Objects. Both are managed under a third
instance - management server which is on the Business Objects machine.

The JMS is targeted on the Business Objects Server, and when trying to send
a JMS message from the UI server I get an exception when trying to create
the JMS connection (below)

Any help would be appreciated....

Trevor


####<Nov 15, 2002 8:07:07 AM GMT> <Error> <HTTP> <server1> <UIServer>
<ExecuteThread: '10' for queue: 'default'> <genuser> <> <101020>
<WebAppServletContext(1595664,UIApp,/UIApp)] Servlet failed with Exception>
java.lang.NullPointerException
at
weblogic.jms.dispatcher.DispatcherManager.getLocalDispatcherWrapper
(DispatcherManager.java:377)
at weblogic.jms.client.JMSConnectionFactory.connectionCreate
(JMSConnectionFactory.java:116)
at weblogic.jms.client.JMSConnectionFactory.createQueueConnection
(JMSConnectionFactory.java:59)
at com.compnet.mail.client.WMailClient.connectToJMSServer
(WMailClient.java:93)
at com.compnet.mail.client.WMailClient.<init>(WMailClient.java:65)
at
com.compnet.multilingual.dataobjects.TroubleTicketMailMessage.send
(TroubleTicketMailMessage.java:339)
at com.compnet.obd.ui.transaction.servlets.DispServlet.sendEmail
(DispServlet.java:251)
at com.compnet.obd.ui.transaction.servlets.DispServlet.service
(DispServlet.java:189)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet
(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet
(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet
(WebAppServletContext.java:2546)
at weblogic.servlet.internal.ServletRequestImpl.execute
(ServletRequestImpl.java:2260)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Tom Barnes

unread,
Nov 27, 2002, 4:46:35 PM11/27/02
to Trevor Wilson
An NPE? That can't be right.
This rings no bells -- I suggest contacting customer support.

Tom, BEA

0 new messages