cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to launch integration builder

Former Member
0 Kudos

Hi,

we have upgraded the XI 3.0 system to PT 7.1. While trying to lauch the ESR or integration directory after upgarde, we are getting the following error :

java.io.IOException: Server returned HTTP response code: 503 for URL: http://hostName: Port/run/directory/com.sap.xpi.ibdir.client.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.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.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.IOException: Server returned HTTP response code: 503 for URL: http://hostname:Port/run/directory/com.sap.xpi.ibdir.client.jar

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

at java.net.HttpURLConnection.getResponseCode(Unknown Source)

... 20 more

We have searched in sdn and tried all the possible answers given but were not able to resolve the issue.

Can anyone plz help us regarding this issue?

Regards

Jagruthi

Accepted Solutions (1)

Accepted Solutions (1)

former_member189354
Contributor
0 Kudos

Hi,

For PI 7.1 your JDK must be at least 1.5 just check this. Try with PI Main page i.e http://www.hostaname:port/dir.

Administration->Java Webstart Administration-> Restore Archives and generate New signature.

Thanks,

Rao Mallikarjuna

Former Member
0 Kudos

HI Jagruthi,

We are working on PI 7.1 too, and it is running perfect on j2sdk1.6.0, try using this.

Also retry once by restarting the Server.

Thanks

Dhwani

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
While trying to lauch the ESR or integration directory after upgarde

HTTP code 503 means that the service is not accessible.....check with your admin/ basis team whether post installation steps where done properly....also check if all the services are active in NWA i.e. check the status of the j2ee engine

Regards,

Abhishek.

Former Member
0 Kudos

Hi all,

Some of the PCK services were still running in our system even after undeploying PCK. After the PCK services are undeployed properly, we are able to launch the integration builder.

Regards

Jagruthi