cancel
Showing results for 
Search instead for 
Did you mean: 

JRE upgrade problem

Former Member
0 Kudos

XI production server is having some problem after the JRE upgrade. After the JRE upgrade , process is to delete two files in OS level and restart the server as per oss note 718901.

After restart, server automatically re-create the both file with the information of new JRE.

System re-started but it has not created the both files. Result is Java process is not getting started.

I had not deleted the both files. I moved to different name before the restart. After this problem,I renamed the both files to original file and re-started the server.

It has started the JAVA process. But this is the temporary solution. Still looking for answer. Got the following log in work directory:

not sure but may need to upgrade the JRE again:

[r1n0v3:root:(/usr/sap/XPD/DVEBMGS78/work)]more JdkDetection_12146.java

public class JdkDetection_12146

{

public static void main (String [] args)

{

System.out.println("LibPath:" + System.getProperty("java.library.path"));

if (System.getProperty("java.fullversion") != null)

System.out.println("Version:" + System.getProperty("java.fullversion"));

else

System.out.println("Version:" + System.getProperty("java.vm.version"));

System.out.println("Vendor :" + System.getProperty("java.vm.name") + " ("

+ System.getProperty("java.vm.vendor")+ ")");

System.out.println("Cpu :" + System.getProperty("os.arch"));

}

}

[r1n0v3:root:(/usr/sap/XPD/DVEBMGS78/work)]

any input?????

Thanks

Amar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Problem was with JRE upgrade process. Un-install and re-install JRE has fixed the problem.

Amar

Former Member
0 Kudos
Former Member
0 Kudos

Amar,

It seems you have picked up the correct note. But please check you have set the environment variable JAVA_HOME correctly before restart.

Hope this helps.

Manoj