Changing the jndi-name datasource in config/jboss32-oracle-ds.xml
to DefaultDS helped somewhat : I no longer get the warnings about no resource manager, 
but I now get : 

Binding controller to //lenny/Controller
Controller: Registering M1 on machine 10.10.200.101
M1 started ...
Controller: Registering L1 on machine 10.10.200.101
L1 started ...
Controller: Registering O1 on machine 10.10.200.101
O1 started ...
RunID for this run is : 948
Output directory for this run is : /scratch/cremers/driver/output/948
Exception in thread "main" java.rmi.RemoteException: InitialContext failed. 
javax.naming.NoInitialContextException: Cannot instantiate class: 
org.jnp.interfaces.NamingContextFactory [Root exception is 
java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory]
        at org.spec.jappserver.driver.Auditor.getAuditBeans(Auditor.java:95)
        at org.spec.jappserver.driver.Auditor.validateInitialValues(Auditor.java:153)
        at org.spec.jappserver.driver.Driver.configure(Driver.java:276)
        at org.spec.jappserver.driver.Driver.(Driver.java:140)
        at org.spec.jappserver.driver.Driver.main(Driver.java:724)

The suggestions in various other fora about rearranging jars/extracting jar contents 
haven't helped any.  The command for invoking driver is :


#!/bin/csh -f

/usr/local/j2sdk1.4.2_03/bin/java \
-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory \
-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces \
-Djava.naming.provider.url=jnp://lenny:1100 \
-classpath /scratch/cremers/jbd2/jars/launcher.jar:/scratch/cremers/jboss-3.2.5-
src/build/output/jboss-3.2.5/client/jbossall-client.jar:/scratch/cremers/jboss-3
.2.5-src/build/output/jboss-3.2.5/client/concurrent.jar:/scratch/cremers/jboss-3
.2.5-src/build/output/jboss-3.2.5/client/log4j.jar:/scratch/cremers/jbd2/config:
/scratch/cremers/jbd2/classes:/scratch/cremers/jboss-3.2.5-src/build/output/jbos
s-3.2.5/server/default/deploy/jbossweb-tomcat50.sar/servlet-api.jar \
-Djava.compiler=NONE \
-Dspecjappserver.home=/scratch/cremers/jbd2 \
-Dnode.name=lenny \
-Denvironment.EMULATOR_HOST=lenny \
-Denvironment.EMULATOR_PORT=8080 \
-Denvironment.J2EE_HOME=/scratch/cremers/jboss-3.2.5-src/build/output/jboss-3.2.
5 \
-Denvironment.JAS_HOME=/scratch/cremers/jbd2 \
-Denvironment.JAS_HOST=lenny \
-Denvironment.JAS_PORT=8080 \
-Denvironment.-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFact
ory \
-Denvironment.-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
 \
-Denvironment.-Djava.naming.provider.url=jnp://lenny:1100 \
-Denvironment.JAVA_HOME=/usr/local/j2sdk1.4.2_03 \
-Denvironment.LD_LIBRARY_PATH=.:/usr/lib/lwp:/usr/dt/lib:/usr/openwin/lib:/usr/l
ocal/X11/lib:/usr/local/lib \
-Denvironment.LM_LICENSE_FILE=/usr/tools/flexlm/license.dat \
org.spec.jappserver.launcher.Script Driver




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849514#3849514

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849514


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to