cancel
Showing results for 
Search instead for 
Did you mean: 

ES workspace - Unable to launch Integration repository

Former Member
0 Kudos

Hi,

I am accessing ES Workspace - SAP PI 7.1 system i.e . HU6.

But when XI webpage open then I clicked on Integration Repository . but its unable to launch .. I tried a lot here. Please help what I should do to open the IR and ID?

I am getting error ;

"n error occurred while launching/running the application.

Title: Integration Builder

Vendor: SAP AG

Category: Download Error

Unable to load resource: http://pi.esworkplace.sap.com:80/rep/repository/sapj2eeclient.jar

"

and the Exception is :

JNLPException[category: Download Error : Exception: java.io.IOException: Server returned HTTP response code: 403 for URL: http://pi.esworkplace.sap.com:80/rep/repository/sapj2eeclient.jar : LaunchDesc: null ]

at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)

at com.sun.javaws.cache.DownloadProtocol.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.handleApplicationDesc(Unknown Source)

at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)

at com.sun.javaws.Launcher.run(Unknown Source)

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

I am using java version

Java 2 Runtime Environment: Version 1.4.2_17 by Sun Microsystems Inc.

which is I am using other XI/ PI system with no issue .

Help to resolve this .

regards

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

there is all in the error message.

HTTP status code 403. according to RFC2616 this means

Forbidden: The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated....

so, in this case you better check with the admins of ES workplace.

I just tried the [link|http://pi.esworkplace.sap.com:80/rep/repository/sapj2eeclient.jar] in the error message and it seemed to work for me without supplying any credentials. So maybe it just didn't work when you tried it an you give it another try now.

anton