Hi Bahaa,

Bahaaldin Al-amood wrote:

Can someone tell me where is OpenCA::Server module is located? I looked
in the $PREFIX/modules and I can not find it there. This is where it is
dieing at now during the server start up with LunaCA3. Any help is
welcome :)

lib/functions/initServer (at 0.9.2 line)

I basically commented out the gettext call here to get it to go pass
this and really I think this was causing it to infinitely call itself
recursively.

There is an easy way to test this. Implement an own gettext function and set $self->{gettext} via a function pointer to this function. If this is really a problem then we should have the same trouble at other modules too.


I don't understand the gettext trouble really. Only the CVS HEAD could create such trouble but this is still surprising for me at the 0.9.2 line.

#################################################################################################
Here I added the line $self->{openssl}     = "/apps/local/bin/openssl";
because it was null before and openssl was not passed.
#################################################################################################

OK, this can be an installation issue.

Process Backgrounded
2005/02/02-10:50:08 OpenCA::Server (type Net::Server::Fork) starting!
pid(25841)
OpenCA::OpenSSL->_stop_shell: try to stop shell

Until here all look really good. "Try to stop shell" is normal at the end of the daemon startup because the parent process "dies".


Binding to UNIX socket
file /apps/var/OpenCA/ca/0921/vtc1sca/OpenCA/var/tmp/openca_socket using
SOCK_STREAM


then it fails any ideas?

With or without an errormessage? BTW why did you specify a log token and what is your default token? Can you send me your token.xml (perhaps via private mail and not via list)? I would like to have a closer look at your source code changes to get an idea of the gettext trouble.


Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________


------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ OpenCA-Devel mailing list OpenCA-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to