• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Geronimo Deployment Error

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a Java application which uses the DB Database Pools and JMS Resources. We were using Geronimo v1.1.1 before moving over to v2.1.3. We have made all the changes required to move over to v2.1.3 (as listed here - http://cwiki.apache.org/GMOxDOC21/deployment-descriptor-changes-for-going-from-g-11-to-g-21.html). We don't know whether any code in Java has to be changed or not?

After deploying the JDBC resources and the JMS resources, I deploy the EAR. Deployment works fine and the application works the very first time. But if I restart the Geronimo server, I get the following error -



Module 67/71 org.apache.geronimo.plugins/mconsole-ds/2.1.3/car
started in .328s
Module 68/71 org.apache.geronimo.plugins/mconsole-tomcat/2.1.3/car
started in 1.172s
Module 69/71 console.dbpool/LTC/1.0/rar
started in .532s
Module 70/71 VISE/HL7/1.0/rar
started in 1.219s
Module 71/71 VISE/VISE/1.0/car
12 01 2009 18:19:39 INFO ltc.vise.hl7.gbean.OracleAQProxy Line num: 93 Starting
12 01 2009 18:19:39 INFO ltc.vise.hl7.gbean.OracleAQListener Line num: 85 Starting Queues for: D1106
12 01 2009 18:19:44 ERROR ltc.vise.hl7.gbean.OracleAQListener Line num: 139 Opening JMS Queues
java.lang.NullPointerException: You have accessed the java:comp jndi context on a thread that has not initialized it
at org.apache.geronimo.gjndi.JavaCompContextGBean.getContext(JavaCompContextGBean.java:34)
at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44)
at org.apache.xbean.naming.context.ContextFederation.getFederatedBinding(ContextFederation.java:71)
at org.apache.xbean.naming.context.AbstractFederatedContext.getBinding(AbstractFederatedContext.java:63)
at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:135)
at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:617)
at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:158)
at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:603)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at oracle.jms.EmulatedXAHandler.<init>(EmulatedXAHandler.java:69)
at oracle.jms.AQjmsSession.<init>(AQjmsSession.java:378)
at oracle.jms.AQjmsConnection.createSession(AQjmsConnection.java:1132)
at ltc.vise.hl7.gbean.OracleAQListener.run(OracleAQListener.java:129)
12 01 2009 18:19:47 INFO ltc.vise.utils.Initialization Line num: 58 Successfully retrieved service
12 01 2009 18:19:49 INFO ltc.vise.hl7.www.servlet.VISEServletContextListener Line num: 67 Servlet context initialized, creating timers
12 01 2009 18:19:55 INFO ltc.vise.utils.Initialization Line num: 58 Successfully retrieved service
12 01 2009 18:19:55 INFO ltc.vise.hl7.ejb.MailboxReaderBean Line num: 278 Timer created at Mon Jan 12 18:19:55 GMT+05:30 2009 with a timeout: 60000 and withinfo: KIMAD01-510
12 01 2009 18:19:55 INFO ltc.vise.hl7.ejb.MailboxReaderBean Line num: 278 Timer created at Mon Jan 12 18:19:55 GMT+05:30 2009 with a timeout: 60000 and withinfo: 507-518
started in 21.153s
Startup completed in 1:55.250s seconds
Listening on Ports:
1050 127.0.0.1 CORBA Naming Service
1099 0.0.0.0 RMI Naming



I have googled the error but could not find any resolution. Any ideas please?

Regards,
Vijay.
 
My honeysuckle is blooming this year! Now to fertilize this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic