cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

xMII Menu.jsp is not opening

Former Member
0 Likes
611

Hi,

I have installed xMII version 11.5 in a system. I am able to open http://localhost:9090/LHSecurity/admin/

but I am not able to open http://localhost:9090/Lighthammer/Menu.jsp

yesterday when i installed, the Menu.jsp page was opening.... I just created 3 users... after that it wasnt opening

i checked in the cms.log file i found this error

2011-04-12 10:05:17,984 [JCO.ServerThread-1] ERROR SERVER-EXCEPTION - [null,null,null,] com.sap.mw.jco.JCO$Exception: (129) JCO_ERROR_SERVER_STARTUP: Server startup failed at Tue Apr 12 10:05:17 IST 2011.

This is caused by either a) erroneous server settings, b) the backend system has been shutdown, c) network problems. Will try next startup in 3600 seconds.

Missing -a<Program ID>

I refered the previous forum Questions but still no use...

I tried restarting the system and the IIS and the servlet Exec xMII...

Regards,

Sweety.

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Likes

Verify that the server entry in the follow file is correct, it should be

http://FQDN:port/LHSecurity

\Lighthammer\Illuminator\Conf\SystemConfig.xml

If it's wrong, stop servletexec, change it and restart. The mentioned error is related to the idoc listener's default configuration and should have no effect on the system.

Jamie

Former Member
0 Likes

Hi Jamie,

It was different and i changed.. its working now

Thank you...

Sweety

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Likes

Did you install the JRE (1.4.2_X)?

Regards,

Mike

Former Member
0 Likes

Hi Mike,

yes i have installed jre version 1.4.2_15. The page was working at first but after few minutes it stopped

In the java console i got this error:

load: class com.lighthammer.logging.monitor.LogMonitorApplet not found.

java.lang.ClassNotFoundException: com.lighthammer.logging.monitor.LogMonitorApplet

at sun.applet.AppletClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.applet.AppletClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.applet.AppletClassLoader.loadCode(Unknown Source)

at sun.applet.AppletPanel.createApplet(Unknown Source)

at sun.plugin.AppletViewer.createApplet(Unknown Source)

at sun.applet.AppletPanel.runLoader(Unknown Source)

at sun.applet.AppletPanel.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Caused by: java.io.IOException: open HTTP connection failed.

at sun.applet.AppletClassLoader.getBytes(Unknown Source)

at sun.applet.AppletClassLoader.access$100(Unknown Source)

at sun.applet.AppletClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

... 10 more

Regards,

Sweety