On Tue, 27 Jan 2004, Michael Bell wrote:
PeP wrote:
OpenCA: Error Trapped: Cannot initialize Crypto Shell (/usr/bin/openssl)!No default token specified. at /usr/lib/perl5/site_perl/5.8.0/OpenCA/UI/HTML.pm line 140. Compilation failed in require at ./openca_start line 49.
The important message is "Cannot initialize Crypto Shell ...". Please verify that /usr/bin/openssl is the correct OpenSSL 0.9.7 binary. If it is not the correct place then please correct the path.
the same here:
# ./openca_start [...] OpenCA: Error Trapped: Cannot initialize Crypto Shell (/usr/local/ssl/bin/openssl)!No default token specified. at /usr/local/lib/module/perl5/OpenCA/UI/HTML.pm line 140. Compilation failed in require at ./openca_start line 49. #
Today we had the same problem on a very fast machine too. The problem is that the XML cache is not fully up and running if the cryptoshell tries to get some answers from it. The solution is very simple.
vi lib/functions/initServer
Add a line "sleep 1;" after $xml_cache->startDaemon.
This should solve the problem.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
