cancel
Showing results for 
Search instead for 
Did you mean: 

Diagnostic Tools For System Without JAVA Stack

Former Member
0 Kudos

Hi All,

I was wondering if there were any diagnostic tools to show us ABAP objects that require the JAVA stack to run properly. For example, a java webdynpro in ESS. The definition of this can reside on the ABAP stack, but the actual logic needs to reside on the JAVA stack. I was wonder if there was a way to know about these objects before hand, or is getting an runtime error on the protal the only way of knowing that the JAVA stack does not exist?

thanks.

JB

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check whether SCS profile exists or not ?

Check whether j2ee directory in /usr/sap/<SID>/<instance> exists or not ?

This wil tell you whether Java stack exists or not.

Thanks

Sunny

Former Member
0 Kudos

Hi,

Thanks for you response. I am not looking to see if the JAVA stack is available. In our case I know it is not. I was wondering if there was a tool to tell us the ABAP objects the require the JAVA stack to run properly.

thanks.

JB

Former Member
0 Kudos

Hi,

> I am not looking to see if the JAVA stack is available. In our case I know it is not. I was wondering if there was a tool to tell us >the ABAP objects the require the JAVA stack to run properly.

I don't think that such a tool exists.That would be too easy !

You just have to read gadzillions of OSS notes to find this kind of information...

Olivier

Answers (0)