cancel
Showing results for 
Search instead for 
Did you mean: 

problems by patching sapjvm4 version 28

Former Member
0 Kudos

HI all,

I have problems bij patching sapjvm from 28 to version 29.

The SAPjvm is already installed with version 28 and now i want to patch to version 29.

i got the following error:

How to solve this problem?

Thanks in advance,

Cheung

Accepted Solutions (0)

Answers (6)

Answers (6)

daniele_dutra
Explorer
0 Kudos

Hi Cheung,

You can only use sapinst/JVM Switch tool to switch from a vendor JDK to the SAP JVM.

Once you are already running SAP JVM you need to either use SUM/JSPM or patch it manually as mentioned on the previous replies.

Best Regards,

Daniele

former_member183107
Contributor
0 Kudos

Hi Cheung,

Have you followed the below steps:-

  1. Download the SAP JVM patch from the SAP Support Portal. E.g., for SAP NetWeaver 7.3, navigate along the following path:  https://service.sap.com/patches  Support Packages and Patches — Browse our Download Catalog  SAP NetWeaver and complementary products  SAP NETWEAVER  SAP NETWEAVER 7.3  Entry by Component  Application Server Java  SAP JVM 6.1  Choose your platform, e.g. Windows Server on IA64 64bit.The file name looks like SAPJVM6_XX-YYYYYYYYY.SAR, choosing the highest available patch level is recommended.
  2. Log on as <sid>adm.
  3. Copy the patch in the inbox of the JSPM The default inbox directory is defined by profile parameterDIR_EPS_ROOT.
  4. Start JSPM and logon as Administrator. Start the process with the following command:
    • Windows: <drv:>\usr\sap\<SID>\<INSTANCE><NR>\j2ee\JSPM\go.bat
    • Unix: /usr/sap/<SID>/<INSTANCE><NR>/j2ee/JSPM/go
  5. In the Select Package Type screen, choose Single Support Packages and Patches (advanced use) and chooseNext.
  6. In the Specify Queue screen, you should be able to see the target patch level for the SAP JVM and it should be higher than the patch level of the current version. Deselect all patches you don't want to install and choose Next.
  7. In the Check Queue screen, you see the patches you have selected. If you agree, choose Next.Caution CautionThe Application Server Java will be stopped. In case of an ABAP/Java double stack system, the ABAP system will be stopped, too.
  8. After the queue has been deployed, you get the Completed screen where the status of the SAP JVM should show DEPLOYED.
  9. Choose Exit to finish the patch procedure.

Hope it helps.

Regards,

Himanshu

Former Member
0 Kudos

Hi Guys,

Thank you very much for the replies!

I will follow the giving advices.

Thank you all,
Cheung

Former Member
0 Kudos

mount the server locally instead of remotely    

- JK

Former Member
0 Kudos

Hi,

Can you please check the below note.

Note 1401712 - JSPM/SAPJup/SAPehpi/SUM cannot detect all cluster instances

Note 1446465 - Instance started with the incorrect instance profile

Please also check that sap start server is running for P01.

Thanks

Rishi Abrol

Reagan
Advisor
Advisor
0 Kudos

Hello

Update the JVM manually

Regards

RB

Former Member
0 Kudos

HI,

Please check if the environmental variables are correctly set.

Regards,

S.K

Former Member
0 Kudos

Hi Ashutosh and S.K

telnet to hgvm018 i got the following:

C:\Users\p01adm>telnet hgvm018

Connecting To hgvm018...Could not open connection to the host, on port 23: Connect failed

Port 23 have to open?

Windows environmental variables:

E:\usr\sap\P01\DVEBMGS01\exe\sapjvm_4

Thanks all,

Cheung

Former Member
0 Kudos

HI,

You can use JSPM as per this link

http://help.sap.com/saphelp_nwce10/helpdata/en/06/2dc545743a4f98950eec3f33ee4027/content.htm

OR manually upgrade the JVM via note 1611326 as the parameters are already set

Is there any special reason you are using sapinst?

Regards,

S.K

former_member185239
Active Contributor
0 Kudos

Hi Cheung,

Are you able to telnet the server HGVMO18.?

Please run the below command on cmd and also check the profile.

telnet HGVMO18 (paste the output)

With Regards

Ashutosh Chaturvedi