[opencms-dev] OpenCMS 5.0.1 is not responding

Schmidt, Helmut Helmut.Schmidt2 at axa.de
Tue Oct 26 14:55:28 CEST 2004


Hi there!

Since a few days a have a problem with my OpenCMS (5.0.1) installation.

When I try to start /opencms/opencms/system/login I don't get any response
for my request.
In the opencms.log I can see that after logging information about the
encoding the logging just stops. The next line concerning ethernet-settings
will not occur.

I have tried to take a view at the sources. The problem seems to occur in
the "OpenCms" constructor:

        ...
        setDefaultEncoding(defaultEncoding);
        if(C_LOGGING && isLogging(C_OPENCMS_INIT)) log(C_OPENCMS_INIT, ".
Encoding set to      : " + defaultEncoding);
        
        // Read server ethernet address (MAC) and init UUID generator
        String ethernetAddress = conf.getString("server.ethernet.address",
CmsUUID.getDummyEthernetAddress());

        if(C_LOGGING && isLogging(C_OPENCMS_INIT)) log(C_OPENCMS_INIT, ".
Ethernet address used: " + ethernetAddress);
        CmsUUID.init(ethernetAddress);

Does anybody have an idea??????

Thank You

Helmut


------------------------------------------------------------------------------
Aus Rechts- und Sicherheitsgruenden ist die in dieser E-Mail gegebene Information nicht rechtsverbindlich. Eine rechtsverbindliche Bestaetigung reichen wir Ihnen gerne auf Anforderung in schriftlicher Form nach. Beachten Sie bitte, dass jede Form der unautorisierten Nutzung, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieser E-Mail nicht gestattet ist. Diese Nachricht  ist ausschliesslich fuer den bezeichneten Adressaten oder dessen Vertreter bestimmt. Sollten Sie nicht der vorgesehene Adressat dieser E-Mail oder dessen Vertreter sein, so bitten wir Sie, sich mit dem Absender der E-Mail in Verbindung zu setzen.
----------------------------
For legal and security reasons the information provided in this e-mail is not legally binding. Upon request we would be pleased to provide you with a legally binding confirmation in written form. Any form of unauthorised use, publication, reproduction, copying or disclosure of the content of this e-mail is not permitted. This message is exclusively for the person addressed or their representative. If you are not the intended recipient of this message and its contents, please notify the sender immediately.

==============================================================================




More information about the opencms-dev mailing list