Thanks Gary.

Well I gave it a shot.  First thing to note is that the instructions you
were given by support seem to be self contradictory.  While suggesting
you should use com.evermind.OrionConnectionDataSource with Oracle, the
example <data-source> uses com.evermind.sql.ConnectionDataSource.  So I
tried them both, and at least in my environment they blow up with
identical errors when the server is started:

Result with com.evermind.sql.ConnectionDataSource:

java -jar orion.jar
java.lang.NullPointerException
        at com.evermind.server.deployment.EnterpriseArchive.ajv(JAX)
        at com.evermind.server.deployment.EnterpriseArchive.bx(JAX)
        at com.evermind.xml.XMLConfig.bs(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.server.ServerComponent.ay(JAX)
        at com.evermind.server.XMLApplicationServerConfig.ak9(JAX)
        at com.evermind.server.XMLApplicationServerConfig.by(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.server.hc.run(JAX)
        at java.lang.Thread.run(Thread.java:498)
        at com.evermind.util.f.run(JAX)

Result with com.evermind.OrionConnectionDataSource:

java -jar orion.jar
java.lang.NullPointerException
        at com.evermind.server.deployment.EnterpriseArchive.ajv(JAX)
        at com.evermind.server.deployment.EnterpriseArchive.bx(JAX)
        at com.evermind.xml.XMLConfig.bs(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.server.ServerComponent.ay(JAX)
        at com.evermind.server.XMLApplicationServerConfig.ak9(JAX)
        at com.evermind.server.XMLApplicationServerConfig.by(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.xml.XMLConfig.ay(JAX)
        at com.evermind.server.hc.run(JAX)
        at java.lang.Thread.run(Thread.java:498)
        at com.evermind.util.f.run(JAX)

So...  hmmm...

Will keep trying as time permits.

--Mark


Reply via email to