cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot start workbench after upgrade to xMII SP05

Former Member
0 Kudos

Hi Experts,

we have recently upgraded our MII development system to Support Package 5 (12.0.5). Now, when I try to start the xMII Workbench on a client machine I get an error "Unable to launch the application" which is displayed by Java Web Start. Here's the inner exception trace:

java.io.FileNotFoundException: http://server-31:50000/XMII/CMSLogicEditor/iText.jar
	at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
	at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
	at com.sun.deploy.net.BasicHttpRequest.doGetRequest(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
	at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
	at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
	at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
	at com.sun.javaws.Launcher.downloadResources(Unknown Source)
	at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
	at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
	at com.sun.javaws.Launcher.launch(Unknown Source)
	at com.sun.javaws.Main.launchApp(Unknown Source)
	at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
	at com.sun.javaws.Main$1.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: http://server-31:50000/XMII/CMSLogicEditor/iText.jar
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.net.HttpURLConnection.getResponseCode(Unknown Source)
	... 18 more

Regarding this issue I found SAP Note 939211 but it did not help (I have cleared up all cache files for Java Web Start and also tried to start the workbench on different machines). I have Java Version 1.6.0_07.

Thanks in advance for any hint on this issue!

Achim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi there,

I could solve this problem by re-installing the PDF-Actions on the server.

Thanks alot

Achim

Former Member
0 Kudos

Hi Achim,

what was your old version? The problem seems to be with the iText.jar.

Do you use the PDFAction custum action?

We had the problem from SP3 to SP4. SP3 works with iText but SP4 works only if uploading iTextAsian.jar additionally.

Perhaps my note "Configuration hint for PDF Action in 12.0.3 / 12.0.4" in this forums helps you.

Regards

Markus