• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

exception on fedora 11

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dears,
i cannt send object to oc4j queue using RMI connection,i received the below exception, could you help me please???

Exception in thread "main" java.lang.ExceptionInInitializerError
at com.evermind.server.jms.JMSObject.<init>(JMSObject.java:74)
at com.evermind.server.jms.EvermindConnection.<init>(EvermindConnection.java:101)
at com.evermind.server.jms.EvermindQueueConnection.<init>(EvermindQueueConnection.java:71)
at com.evermind.server.jms.EvermindQueueConnectionFactory.unprivileged_createQueueConnection(EvermindQueueConnectionFactory.java:101)
at com.evermind.server.jms.EvermindQueueConnectionFactory.access$000(EvermindQueueConnectionFactory.java:44)
at com.evermind.server.jms.EvermindQueueConnectionFactory$1.execute(EvermindQueueConnectionFactory.java:81)
at com.evermind.server.jms.RemoteClientProxy.doSecureOp(RemoteClientProxy.java:94)
at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:78)
at com.evermind.server.jms.EvermindQueueConnectionFactory.createQueueConnection(EvermindQueueConnectionFactory.java:69)
at JMSInserter.<init>(JMSInserter.java:57)
at PendingSMSQueueInserter.main(PendingSMSQueueInserter.java:30)
Caused by: java.lang.NullPointerException
at com.evermind.server.jms.JMSUtils.getHostTimePrefix(JMSUtils.java:1724)
at com.evermind.server.jms.JMSUtils.<clinit>(JMSUtils.java:1732)
... 11 more
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would be kind to let us know when you crosspost the same question on other sites (here)
reply
    Bookmark Topic Watch Topic
  • New Topic