cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade Assisnt on IE 7 fails - uagui.jnlp

Former Member
0 Kudos

I am trying to start the Upgrade Assistant using IE7.

When I click on the link - Start Upgrade Assistant - I am prompted : Do you want to save this file, or find a progam to open it.

When I click on the Finf button, a new window opens and then the system does nothing.

java -version returns: Java version 1.4.2_13

I am on Windows Server 2003

Any help much appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You should use IE 6

I have had problems with IE7 before, but IE6 worked fine

Former Member
0 Kudos

Hi,

I had same problem. I figured out that uagui.jnlp is created when you execute the next command:

D:\usr\sap\put>java -cp ua\ua.jar UaServer

UaServer> Stable storage file 'D:\usr\sap\put\ua\UaState' read

UaServer> Temporary directory is 'D:\usr\sap\put\ua'

UaServer> Property file 'D:\usr\sap\put\ua\UaServer.properties' read

UaServer> Configuring HTTP server

UaServer> Using HTTP index file name: index.html

UaServer> Signing JAR file uagui.jar

UaServer> Creating JNLP file uagui.jnlp

UaServer> Starting HTTP server

UaServer> HTTP server started

UaServer> Ready

see 7th row

I think one enviroment variable help me also was :

LD_LIBRARY_PATH=$/jre/bin/:$/jre/bin/classic

Now I'm continue with the upgrade,

Regards,

Vu00EDctor

Former Member
0 Kudos

Hi Gurus <br>

Does anyone know the Windows equivalent to this :<br>

LD_LIBRARY_PATH=$/jre/bin/:$/jre/bin/classic ? <br>

Tried putting it System Variable path , in my case.. but no luck <br>

path=E:\oracle\QAS\102\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\j2sdk1.4.2_27- x64\bin;C:\j2sdk1.4.2_27-x64\jre\bin;C:\j2sdk1.4.2_27-x64\jre\bin\classic<br>

Using Windows 2003 Server R3 Enterprise x64 Edition SP2 / IE 6.0 - ERP 6.0 SR3 upgrade from R3E47X200<br>

http://localhost:4239/<br>;

Start Upgrade Assistant - give me the same prompt ( popup window)<br>

"Do you want to save the file? " uagui.jnlp" <br>

Arrr ..never had this problem with Windows 32 bit upgrade .<br>

Any help, guidance would be greatly appreciate <br>

Many thanks <br>

nik

====================

O.K got it, solution is : - u201Cjava -cp uagui.jar UaGuiu2019

O

Edited by: nik on Aug 12, 2010 3:24 PM

Former Member
0 Kudos

Did you start the upgrade UAserver? try this link directly

http://<upgrade server >:4239 directly in your browser

Thanks

Prince

Former Member
0 Kudos

The Upgrade server is running already

Former Member
0 Kudos

Were you able to go to the link i mentioed above?

Thanks

Prince

Former Member
0 Kudos

Yes - The Upgrade Assistant SAerver is running, on the Central Instance I start IE7 and go to the //<myserver>:4239 - I get the main screen - I click on "Start Upgrade Assistant" - that's when the error occurs.

Former Member
0 Kudos

Have you installed JDK on your server ?

Thanks

Prince

Former Member
0 Kudos

Yes.

Former Member
0 Kudos

Did you check the log file in put directory , if i am right its in /usr/sap/put/ua , you might get something there .. Make sure that you have JDK ( not just JRE ) installed on your upgrade server ( i know you did )

Thanks

Prince