Has anyone tried using the ejb samples that came with orion on a solaris 7
box?

# java -version
java version "1.2.2"
Solaris VM (build Solaris_JDK_1.2.2_05, native threads, sunwjit)

i added the following to my server.xml file:
        <application name="ejbsamples" path="../demo/ejb"/>

funny thing happens when i do this if i edit teh server.xml file while
orion is running:
# java -jar orion.jar
Orion/0.9.4 initialized
Couldnt read RMI config file: ./rmi.xml: Interrupted system call

if i try adding that to the server.xml file when orion is not running i get
this on restart:
# java -jar orion.jar
SIGSEGV 11 segmentation violation
    si_signo [11]: SEGV
    si_errno [0]:
    si_code [1]: SEGV_MAPERR [addr: 0x6350]

        stackpointer=FE24FF28
Segmentation Fault(coredump)

--or-- it just spins forever, never actually initializing or starting.

----------------------

On NT4.0 the orion server starts but the product client doesnt start.

J:\orion0.9.1b\orion\demo\ejb\product>java -version
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)

J:\orion0.9.1b\orion\demo\ejb\product>java -classpath
../../../orion.jar;../../.
./ejb.jar;../../jndi.jar;. ProductClient
Communication error: Lookup error: java.lang.SecurityException: No such
domain/a
pplication: ejbsamples


am i missing something? the data-source is set up to use an oracle 8.1.6
installation.

Barry

Reply via email to