I am trying to integrate Websphere MQ6.0  with JBOSS4.0.
I am getting following exception after placing required jars.

17:57:05,501 WARN  [ServiceController] Problem starting service 
jmx.service.wsmq:service=WSMQConnectionFactory
  | javax.naming.NamingException: Failed to initialize the ORB [Root exception 
is java.lang.reflect.InvocationTargetException]
  |     at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:338)
  |     at 
com.ibm.ws.naming.util.WsnInitCtxFactory.getInitialContextInternal(WsnInitCtxFactory.java:366)
  |     at com.ibm.ws.naming.util.WsnInitCtx.getContext(WsnInitCtx.java:112)
  |     at 
com.ibm.ws.naming.util.WsnInitCtx.getContextIfNull(WsnInitCtx.java:422)
  |     at com.ibm.ws.naming.util.WsnInitCtx.getNameParser(WsnInitCtx.java:342)
  |     at javax.naming.InitialContext.getNameParser(Unknown Source)
  |     at jmx.service.jndi.JNDI.bind(JNDI.java:82)
  |     at jmx.service.jndi.JNDI.start(JNDI.java:54)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.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:141)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:960)
  |     at $Proxy0.start(Unknown Source)
  |     at org.jboss.system.ServiceController.start(ServiceController.java:428)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.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:141)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy4.start(Unknown Source)
  |     at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285)
  |     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:790)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:737)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.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:141)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  |     at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:118)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  |     at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy5.deploy(Unknown Source)
  |     at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:453)
  |     at org.jboss.system.server.ServerImpl.start(ServerImpl.java:330)
  |     at org.jboss.Main.boot(Main.java:187)
  |     at org.jboss.Main$1.run(Main.java:438)
  |     at java.lang.Thread.run(Unknown Source)
  | Caused by: java.lang.reflect.InvocationTargetException
  |     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  |     at java.lang.reflect.Method.invoke(Unknown Source)
  |     at com.ibm.ws.naming.util.Helpers.getOrb(Helpers.java:327)
  |     ... 54 more
  | Caused by: org.omg.CORBA.INITIALIZE: can't instantiate default ORB 
implementation com.ibm.CORBA.iiop.ORB  vmcid: 0x0  minor code: 0  completed: No
  |     at org.omg.CORBA.ORB.create_impl(Unknown Source)
  |     at org.omg.CORBA.ORB.init(Unknown Source)
  |     at com.ibm.ws.orb.GlobalORBFactory.init(GlobalORBFactory.java:85)
  |     at com.ibm.ejs.oa.EJSORBImpl.initializeORB(EJSORBImpl.java:189)
  |     at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:98)
  |     at com.ibm.ejs.oa.EJSClientORBImpl.<init>(EJSClientORBImpl.java:74)
  |     at com.ibm.ejs.oa.EJSORB.init(EJSORB.java:365)
  |     ... 59 more

Suggest, what is going wrong. Any pointer to integrate WebsphereMQ6.0 with 
JBOSS 4.0
Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954943#3954943

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954943

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to