cancel
Showing results for 
Search instead for 
Did you mean: 

Webgui - save local file error

Former Member
0 Kudos

Hi,

I have a problem with the "save local file" (Excel) in the fictional MSS mentioned in webgui.

In particular I set tcode fpb_launchpad_cust Application Cate as URL that invokes a service (SICF) custom, which within a custom tcode. to customize the display and leave intact the standard webgui.

The log of the local JVM tells me:

loading: class Query.class not found.

java.lang.ClassNotFoundException: Query.class

sun.plugin2.applet.Applet2ClassLoader.findClass at (Unknown Source)

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

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

sun.plugin2.applet.Plugin2ClassLoader.loadCode at (Unknown Source)

sun.plugin2.applet.Plugin2Manager.createApplet at (Unknown Source)

sun.plugin2.applet.Plugin2Manager AppletExecutionRunnable.run at $

(Unknown Source)

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

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

http://xxxxxxxxxxxxx:8001/sap/public/bc/its/mimes/webgui/sl/applets/Query/class.class

sun.plugin2.applet.Applet2ClassLoader.getBytes at (Unknown Source)

sun.plugin2.applet.Applet2ClassLoader.access at $ 000 (Unknown Source)

sun.plugin2.applet.Applet2ClassLoader at $ 1.run (Unknown Source)

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

... 7 more

Exception: java.lang.ClassNotFoundException: Query.class

The path

"http://xxxxxxxxxxxxx:8001/sap/public/bc/its/mimes/webgui/sl/applets/Query/class.class"

in SICF doesn't exist.

Can you help me?

I installed the correct notes for the "truncate columns" 1317116

when printing the same functionality described above in pdf. Before

everything worked.

I installed notes to correct columns truncate 1317116

to print the same view in pdf. Before everything worked.

Now I tried to deimplement the notes but the problem remainsl.

SAPKB70017

Kernel release 700 - pl 200

Internet Explorer 7

JVM 1.6.0.20 (WITH JVM 1.6.0.5 is OK)

Can you help me?

Regards,

Diego Garofalo.

Accepted Solutions (0)

Answers (1)

Answers (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Diego,

First you should implement SAP note 742197 to have a JAR file with a valid certificate.

Once you have implement this note then you need to republish the WEBGUI and the IAC internet services via SE80. This [Wiki|http://wiki.sdn.sap.com/wiki/x/kmE] should help you in this process.

Finally, invalidate mimes in SITSPMON and clear IE cache.

What is the result of a new test?

BTW, the Query.class is inside the WS.JAR file.

I hope this helps.

Best regards,

Cristiano

Former Member
0 Kudos

Hi,

I do not know whether to apply the note, I do not have obvious problems of the certificate. I also created another link that points to a custom tcode with webgui standard (not URL type but transaction). On two PCs does not work while on a third yes. The computers have the same 1.6.20 and IE 7. I just do not understand!

Best regards,

Diego.

cris_hansen
Advisor
Advisor
0 Kudos

Hi Diego,

As you may already found, the certificate issue can be seen in Firefox.

You should implement the note and test again.

Best regards,

Cristiano

Former Member
0 Kudos

Hi,

I have apply SUN JVM 1.6.0.21 the problem is solved if the function is called with the standard webgui, with link constructed as "TRANSACION". But, with link constructed as "URL" does not work.

Reagrds,

Diego.