cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading BW Portal from 7.0 SP6.0 to 7.3

Former Member
0 Kudos

During the preprocessing phase of PREPARE I get the followign error:

The execution of UPGRADE/INSTALL_SHADOW_ENGINE/INSTALL_LICENSE ended in error. Error while executing PhaseTypeExecuteTask with input file ExecuteTasks.xml and task INSTALL_LICENSE

Has anyone come across this issue? VA shows a valid license installed for this hardware.

Philip Cherian

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI I dont think so you can apply license manually to shadow system. Check your stack.xml hostname and all other values are same as per your requirment.

Try this to create temp License

saplicense -temp NAME=<SID>.

Backup the ExecuteTasks.xml file and open it for editing.

Find existing line in the configuration file

<if test="$(Instance@J2EEEngineInstanceHost/HostName) == $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/HostName)">

and place each of the arguments inside single quotation marks/apostrophe(') as follows:

<if test="'$(Instance@J2EEEngineInstanceHost/HostName)' == '$(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/HostName)'">

Save the file and repeat the phase.

http://forums.sdn.sap.com/thread.jspa?threadID=1484104

Regards,

Sachin

Edited by: SACHIN C SHUKLA on Feb 22, 2012 11:20 AM

Edited by: SACHIN C SHUKLA on Feb 22, 2012 11:25 AM

Former Member
0 Kudos

Update the file e:\<EHPI Dir>\java\config\InstallTempLicense.properties and adda aline at the end of this file with this parameter -

licensing.mode=overwrite . Try this.

Former Member
0 Kudos

Hi Philip,

This is normal, login to shadow system and install temporary license.

Br,

Venky

Former Member
0 Kudos

1) Check the license key in stack.xml.. (exist same as in system?). If it diff from system license.. change it and try again.

-Naveen

Former Member
0 Kudos

Thank you for your quick reply but I would like to clarify. This is the Java system. At this point, am I able to login? When you say login, are you saying via Visual Admin to the Shadow instance to apply temporary license? Or is there a URL that can be used to access the Shadow system?

Former Member
0 Kudos

Hi Naveen,

Thank you for the reply. Can you tell me where I can locate the stack.xml file. I haven't been able to locate the file yet. Is it under the updgrade directory? Is that the full name of file? Thank you.

Philip

Former Member
0 Kudos

Here is one of the logs. Can anyone tell me what the problem is?

java.net.ConnectException: Connection refused

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

at java.net.Socket.connect(Socket.java:521)

at java.net.Socket.connect(Socket.java:469)

at java.net.Socket.<init>(Socket.java:366)

at java.net.Socket.<init>(Socket.java:209)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getHwId(KeySystemImpl.java:109)

at com.sap.security.core.server.likey.Admin.<init>(Admin.java:598)

at com.sap.engine.tools.offlinelikeyinst.Installer.<init>(Installer.java:76)

at com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense.start(InstallFirstTempLicense.java:91)

at com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense.main(InstallFirstTempLicense.java:59)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)

Could not get the hardware key.

java.net.ConnectException: Connection refused

at java.net.PlainSocketImpl.socketConnect(Native Method)

at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)

at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)

at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)

at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)

at java.net.Socket.connect(Socket.java:521)

at java.net.Socket.connect(Socket.java:469)

at java.net.Socket.<init>(Socket.java:366)

at java.net.Socket.<init>(Socket.java:209)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getDumpInfo(KeySystemImpl.java:191)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getParams(KeySystemImpl.java:179)

at com.sap.engine.tools.offlinelikeyinst.KeySystemImpl.getSystemId(KeySystemImpl.java:158)

at com.sap.security.core.server.likey.Admin.<init>(Admin.java:603)

at com.sap.engine.tools.offlinelikeyinst.Installer.<init>(Installer.java:76)

at com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense.start(InstallFirstTempLicense.java:91)

at com.sap.engine.tools.offlinelikeyinst.InstallFirstTempLicense.main(InstallFirstTempLicense.java:59)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:157)

Could not get the System ID (SID).

ian_simkin
Explorer
0 Kudos

java.net.ConnectException: Connection refused

check the password etc and your ports.

I've seen the upgrade process stop a Java stack and then we've had to start it manually to carry on.

Edited by: Ian Simkin on Feb 21, 2012 5:41 PM