Hello!
     I thought that since this is the list for help in linux this is 
the appropriate place to ask my qusetion.
I recently downloaded java3 i.e, 1.3 from the netin the FCS format.
and then i downloaded j2sdkee1.3
i set the path as 

export PATH=/usr/local/j2re1.3.1/bin:$PATH
export PATH=/usr/local/j2sdk1.3.1/bin:$PATH
export CLASSPATH=/usr/local/j2sdkee1.3/lib/j2ee.jar;

JAVA_HOME=/usr/local/j2re1.3.1;
export JAVA_HOME;
TOMCAT_HOME=/usr/local/tom/jakarta-tomcat-4.0..1.src;
export TOMCAT_HOME
CATALINA_HOME=/usr/local/tom/jakarta-tomcat-4.0.1.src/catalina/src;
export CATALINA_HOME

this is a peice of my .bash_profile
 Now all the web docs I saw said me to set JAVA_HOME to the jdk directory .
I figured it out that jsdk1.3 would be appropriate. ( Please correct me if i 
am wrong)
now j2ee runs fine but when i tried to deploy something I got the error
***************************************************************************************
There was a deployment error
java.rmi.ServletException:RemoteException occured in server thread: nested 
exception is: java.rmi.RemoteException: Error processing ejb.jar: Could not 
invoke javac
Please refer to
<J2EE_HOME>/logs/<machine-name>/j2ee/j2ee/error.log
   for more inforemation please verify the application with Verifier tool
*****************************************************************************************
where as I know ther is no error in the files (probably configuration error)


My log file is

#################################################################

Logging for J2EE Server Version: 1.3_01-b01 started at: Thu Mar 16 11:08:19 
IST 2000..
Using the Java HotSpot(TM) Client VM and the version number 1.3.1 from 
Blackdown Java-Linux Team.
VM is using the classpath: 
/usr/local/j2sdkee1.3/lib/system/cloudscape.jar:/usr/local/j2sdkee1.3/lib/system/cloudutil.jar:/usr/local/j2sdkee1.3/lib/cloudscape/RmiJdbc.jar:/usr/local/j2sdkee1.3/lib/cloudscape/cloudclient.jar:/usr/local/j2sdkee1.3/lib/classes:/usr/local/j2sdkee1.3/classes:/usr/local/j2sdkee1.3/lib/j2ee.jar:/usr/local/j2sdkee1.3/lib/locale:/usr/local/j2sdk1.3.1:/usr/local/j2re1.3.1/lib/tools.jar:/usr/local/j2sdkee1.3/lib/jhall.jar
 
.
J2EE Home Directory has been set to: /usr/local/j2sdkee1.3.


Starting the server in a single VM mode.


Could not invoke javac.
        at 
com.sun.ejb.codegen.GeneratorDriver.compileClasses(GeneratorDriver.java:313)
        at 
com.sun.ejb.codegen.GeneratorDriver.preDeploy(GeneratorDriver.java:716)
        at 
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployEjbs(JarInstallerImpl.java:705)
        at 
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:209)
        at 
org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown
 
Source)
        at 
com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
        at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273)
        at 
com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
        at 
com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)

Could not invoke javac.
        at 
com.sun.ejb.codegen.GeneratorDriver.compileClasses(GeneratorDriver.java:313)
        at 
com.sun.ejb.codegen.GeneratorDriver.preDeploy(GeneratorDriver.java:716)
        at 
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployEjbs(JarInstallerImpl.java:705)
        at 
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplication(JarInstallerImpl.java:209)
        at 
org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_Tie._invoke(Unknown
 
Source)
        at 
com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:355)
        at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:273)
        at 
com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
        at 
com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)



Logging for J2EE Server Version: 1.3_01-b01 stopped at: Thu Mar 16 11:15:19 
IST 2000.

#########################################################################


I know the post is lengthy but I just needed to give every thing to you to 
help me solve my problem.
I you want I can give my setenv.sh

I am a newbie help me understand what is worng here

thanking in advance
^_^

-- 
No try not; do or do not there is no try

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to