cancel
Showing results for 
Search instead for 
Did you mean: 

SUM find uninstalled Java stack

Former Member
0 Kudos

Dear community,

two weeks ago we have splitted our BI/BW system into two stacks for an upgrade. Everything worked smoothly.

Now I start SUM to upgrade the ABAP-stack and it finds a dual-stack. In the logs I  find the error message:

Not Supported AS Java Release. None of the Version Command, SDM, JSPM tools have been found!

Why does it still expect a Java-stack?

In the DEFAULT.PFL the parameter system/type was removed properly by the tool. In the instance-profile it hadn't been removed but I removed it manually. But even after restart of the SAP-system SUM still expects a java-stack.

Can anybody help me?

Best regards, Henning

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear all,

I have removed any parameter that contains j2ee or jlaunch or jstartup.

The /tmp war cleared completely.

OS was restarted.

We made a split from dual- to double-stack. The new system is installed on the same host (of course with a differen SID). Could that cause the irritation?

Any idea is appreciated, Henning

Reagan
Advisor
Advisor
0 Kudos

Could you list all the directories under /usr/sap/BD7/DVEBMGS01?

ls -la /usr/sap/BD7/DVEBMGS01

Thanks

RB

former_member189797
Active Contributor
0 Kudos


Hello,

There could be below reasons for his kind of issue.

1. java related parameters in profiles.
2. java related directories still existing in your system.

3. sapstartsrv was not restarted.

Please check the above.

Regards,
Gaurav

Former Member
0 Kudos

Hi Reagan Benjamin,

in the filesystem /usr/sap/BD7/DVEBMGS01 existed a directory "j2ee". After I renamed it, the SUM finally detected only the ABAP-stack.

Thank you all for you help!

Best regards, Henning

Answers (5)

Answers (5)

Former Member
0 Kudos

Dear Ashutosh,

thank you very much for the fast responses.

I have marked any line containing "j2ee" with a hash "#" and even restarted the complete AIX-server. I removed the SUM directory and extracted it again. The problem still remains.

Dear Hemanth,

The output of GetVersionInfo looks like this.

Best regards, Henning

------

bd7adm 6> sapcontrol -nr 01 -function GetVersionInfo

16.04.2014 19:05:47

GetVersionInfo

OK

Filename, VersionInfo, Time

/usr/sap/BD7/DVEBMGS01/exe/sapstartsrv, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 11:06:08

/usr/sap/BD7/DVEBMGS01/exe/disp+work, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 00:59:53), rs6000_64, 2012 03 21 09:04:54

/usr/sap/BD7/DVEBMGS01/exe/gwrd, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 00:59:53), rs6000_64, 2012 03 17 10:08:49

/usr/sap/BD7/DVEBMGS01/exe/msg_server, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 10:53:44

/usr/sap/BD7/DVEBMGS01/exe/dboraslib.o, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 00:59:53), rs6000_64, 2012 03 17 01:31:52

/usr/sap/BD7/DVEBMGS01/exe/enserver, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 10:58:28

/usr/sap/BD7/DVEBMGS01/exe/icman, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 10:48:00

/usr/sap/BD7/DVEBMGS01/exe/sapwebdisp, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 10:48:45

/usr/sap/BD7/DVEBMGS01/exe/jcontrol, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 11:22:56

/usr/sap/BD7/DVEBMGS01/exe/jlaunch, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 11:23:03

/usr/sap/BD7/DVEBMGS01/exe/jstart, 720, patch 201, changelist 1315424, optu (Mar 17 2012, 07:40:15), rs6000_64, 2012 03 17 11:20:52

former_member185239
Active Contributor
0 Kudos

Hi Henning,

Kindly remove the sapstream files from /tmp directory and restart the abap and java

  1. stop the instance
  2. cleanup the shared memory segments with command "cleanipc NN remove", where NN = instance number
  3. manually remove the corresponding /tmp/.sapstream#### files from '/tmp' directory
  4. check if the <sid>adm user has write permissions to /tmp directory 

With Regards

Ashutosh Chaturvedi

Reagan
Advisor
Advisor
0 Kudos

Check the section "Deleting the Java Stack (Java Add-In) of a Dual-Stack (ABAP+Java) System Manually" of this SAP note and see whether you have any of them present in the system. If yes then follow the note and restart the system.

1229586 - UNIX:Deleting an NW 7.0 based SAP System Manually

Regards

RB

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Henning,

Hope you are doing good.
Only ABAP related parameters should be present in the profile files. I am not sure of your release, but if you are on 7.00, make sure that parameters mentioned in SAP Note No. 741289: Profile parameters of the J2EE Engine are lost are NOT present and if 7.1+, the parameters mentioned in the below link should NOT be present:

Instance Profiles -  Configuration in the CCMS - SAP Library


If the issue persists, let us know the result of:

sapcontrol -nr 18 -function GetVersion

Thank you and have a nice day :).

_____________

Kind Regards,

Hemanth

SAP AGS

former_member185239
Active Contributor
0 Kudos

Hi Henning,

1. Remove all the j2ee parameter from the profiles if any.

2. Restart the sapstartsrv services

   sapcontrol –nr xx -function RestartService

3. you also need to checked the sapstream file which might have hold the information java instance.

With Regards

Ashutosh Chaturvedi

former_member188883
Active Contributor
0 Kudos

Hi Henning,

After clean up of JAVA parameters from profile, did you start SUM tool from scratch meaning cleaning up all the logs and restart fresh.

Also check the XML file generated for the upgrade whether it contains information on JAVA stack.

Hope this helps.

Regards,

Deepak Kori

Reagan
Advisor
Advisor
0 Kudos

Are there any j2ee parameters in the profile?

Regards

RB