cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with SAP Management Console (MC)

Former Member
0 Kudos

Dear All,

I have a problem using the web interface for SAP MC. It throws the following error:

oad: class com.sap.managementconsole.applet.ManagementConsoleInstallerApplet.class not found.

java.lang.ClassNotFoundException: com.sap.managementconsole.applet.ManagementConsoleInstallerApplet.class

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

I have following java version installed:

Java Plug-in 1.5.0_11

Using JRE version 1.5.0_11 Java HotSpot(TM) Client VM

Can anyone help with this?

regards, Sean.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

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

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

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

if we look @ log its clearly saying open HTTP connection failed can u check the connection.

Regards,

Ravi

Former Member
0 Kudos

Hi,

Thanks for your time. There is no issue as far as HTTP connection goes as my colleague is able to access for same server. I think there is some trouble with my local java settings. Any ideas?

regards, Sean.

Former Member
0 Kudos

Hi,

Have a look @ the post

/message/7485680#7485680 [original link is broken]

May be the last reply b helpful.

Regards,

Ravi

Former Member
0 Kudos

Hi,

Thanks again but i couldnt find any info on the link either.

However, out of nowhere It's working Not sure how and why !!!

regards, Sean.

Former Member
0 Kudos

Hi,

Refer to below Business object note

1196882 - Error: "Java_Report_Panel notinited" when creating a Web Intelligence document in .NET

As per above note

Symptom

When creating a Web Intelligence document in .NET, the Java Report Panel stops responding and the following error message appears:

"Java_Report_Panel notinited"

The Java Console shows the following error message:

"load: class com.businessobjects.wp.tc.TCMain not found.

java.lang.ClassNotFoundException: com.businessobjects.wp.tc.TCMain

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)"

Cause

After installing Service Pack (SP) 1 on top of SP 2, The following physical directory is missing:

C:\Program Files\Business Objects\common\3.5\java\webiApplet

The "InfoView\webiApplet" virtual directory is also not created.

This is a known issue and has been assigned bug ID # 3975.

Resolution

This issue has been resolved in Service Pack 3.

To work around this issue:

  • Install SP2 with a fresh install on the .NET Server.

-or-

  • Copy the directory webiApplet from:

C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Web Content\Enterprise115

to:

C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Web Content\Enterprise115\InfoView

Go to dos and type IISRESET.

Let us know if u have any issues

Regard,

Ravi

Former Member
0 Kudos

Hi,

I am trying to access SAP Management Console link which is embedded into WAS. IS is accessed using:

http://<host>:5<instNum>13

It has nothing to do with .Net or BO.

thanks, Sean.