Menu

Running ATNAserver

Help
2011-10-03
2013-05-20
  • Lindsay Wilson

    Lindsay Wilson - 2011-10-03

    I'm currently trying to run the ATNA server on the latest hieos code (trunk) but I keep getting Class Not Found errors due to the jars it is trying to set in the classpath (appserv-rt, appserv-admin).  I'm using Glassfish 3.1 so I had to locate the appserv jars from the java sdk 1.4 and point to those instead. 

    Now I'm getting the following error…anyone seen this before or might know how to resolve it?

    16:32:04,675 ERROR UDPHandler:81 - Error Audit Message Not Written to Queue:
    javax.naming.CommunicationException: Can't find SerialContextProvider
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:164)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:409)
            at javax.naming.InitialContext.lookup(Unknown Source)
            at com.vangent.hieos.xutil.jms.JMSHandler.createConnectionFactoryFromProperties(JMSHandler.java:111)
            at com.vangent.hieos.services.atna.arr.serviceimpl.UDPHandler.run(UDPHandler.java:76)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.ClassCastException
            at com.sun.corba.ee.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:258)
            at javax.rmi.PortableRemoteObject.narrow(Unknown Source)
            at com.sun.enterprise.naming.SerialContext.narrowProvider(SerialContext.java:136)
            at com.sun.enterprise.naming.SerialContext.getCachedProvider(SerialContext.java:259)
            at com.sun.enterprise.naming.SerialContext.getRemoteProvider(SerialContext.java:204)
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.java:159)
            … 7 more
    Caused by: java.lang.ClassCastException: Object is not of remote type com.sun.enterprise.naming.SerialContextProvider
            at com.sun.corba.ee.impl.javax.rmi.PortableRemoteObject.narrow(PortableRemoteObject.java:250)
            … 12 more

     
  • Bernie Thuman

    Bernie Thuman - 2011-10-05

    We are not currently providing forum support for HIEOS releases outside of release 1.2.  The trunk is under development and is considered "use at your own risk".

     

Log in to post a comment.