t******t 发帖数: 51 | 1 I installed Oc4j as a standalone package in a directory (Solaris2.6) where
everybody in my group has full access. Now the problem is I'm the only person
who can start the application server by the following:
java -jar oc4j.jar
For other people in the group , they get exceptions like:
java.lang.ClassNotFoundException: oracle.dms.instrument.DMSConsole
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable. |
m**c 发帖数: 90 | 2
Check environment variable CLASSPATH. You should have it defined (during
installation), but others may not. They need set their CLASSPATH just like
yours.
person
com.evermind.server.ApplicationServer.initConsole(ApplicationServer.java:2970)
【在 t******t 的大作中提到】 : I installed Oc4j as a standalone package in a directory (Solaris2.6) where : everybody in my group has full access. Now the problem is I'm the only person : who can start the application server by the following: : java -jar oc4j.jar : For other people in the group , they get exceptions like: : java.lang.ClassNotFoundException: oracle.dms.instrument.DMSConsole : at java.lang.Throwable.fillInStackTrace(Native Method) : at java.lang.Throwable.fillInStackTrace(Compiled Code) : at java.lang.Throwable.
|
t******t 发帖数: 51 | 3 I figured that out. The oracle.dms.instrument thing is under j2ee/lib and that
directory is set to be unreadable to others.
person
com.evermind.server.ApplicationServer.initConsole(ApplicationServer.java:2970)
【在 t******t 的大作中提到】 : I installed Oc4j as a standalone package in a directory (Solaris2.6) where : everybody in my group has full access. Now the problem is I'm the only person : who can start the application server by the following: : java -jar oc4j.jar : For other people in the group , they get exceptions like: : java.lang.ClassNotFoundException: oracle.dms.instrument.DMSConsole : at java.lang.Throwable.fillInStackTrace(Native Method) : at java.lang.Throwable.fillInStackTrace(Compiled Code) : at java.lang.Throwable.
|