|
From: Tomas G. <to...@pr...> - 2003-08-31 09:05:43
|
Thanks, According to the log ejbca is not deployed at all. 'ant deploy' should put ejbca-ca.ear in the directory $JBOSS_HOME/server/default/deploy, if the ear file is there, EJBCA should be deployed, and lots of info about that will show up in the log during start of JBoss. Regards, Tomas surd wrote: > I have used "./run.sh -c all>log.txt" to get the > starting log of JBOSS. > There are some warnings in log.txt. > log.txt was sent to you. > > >>Assuing you solved the problem earlier and are using >>the same JVM for >>running 'ca init' and JBoss. >>Is there any deployment errors in JBoss? During >>startup JBoss should log >>that it deploys 'RSASignSession'. >>Are you running ca init on the same machine? >> >>Regards, >>Tomas >> >>surd wrote: >> >> >>>hi >>> thanks all! >>> I have modified the build.xml file in the ejbca >>>directory. >>> ......, encoding="ascii"> >>> >>> The result of running ant is good! Then I do the >>>work according to README in docs. >>> ant deploy >>> ant keystore >>> start jboss >>> ca.sh init >>> >>> "ca.sh init" gives me info: >>> Initializing CA >>> javax.naming.NameNotFoundException: >>>RSASignSession not bound >>> >>> who can tell me why? |