| Author |
JMS with 9ias
|
Gayathri Prasad
Ranch Hand
Joined: Jun 25, 2003
Posts: 116
|
|
Hello all, Dear Ranchers ... I am having tough time deploying a simple MD bean with JMS on 9ias . A simple example showing the configurations required and the procdeure to follow to deploy the JMS example would be of great help. Cheers, Gaya3
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Have you tried searching the Oracle Technology Network?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Idly Vada
Ranch Hand
Joined: Sep 02, 2003
Posts: 135
|
|
I've tried the sample JMS application given by OTN I'm getting Unable to connect to JMSServer exception. error message: 500 Internal Server Error javax.jms.JMSException: Unable to connect to JMSServer (127.0.0.1/127.0.0.1:9127): Connection refused: connect at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.jms.PointcastTopicConnection.connect(PointcastTopicConnection.java:136) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.jms.PointcastTopicConnection.start(PointcastTopicConnection.java:33) at _logmessage._jspService(_logmessage.java:50) [SRC:/logmessage.jsp:5] at com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:148) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:479) Can anyone help?
|
 |
Idly Vada
Ranch Hand
Joined: Sep 02, 2003
Posts: 135
|
|
I got it guys, it's problem with port binding.Even though i specified 9127 port for JMS binding, Oracle 9ias is using default port. Very small problem but frustrated alot!
|
 |
 |
|
|
subject: JMS with 9ias
|
|
|