cancel
Showing results for 
Search instead for 
Did you mean: 

Error while applying patches (SCA) for java through SDM

Former Member
0 Kudos

HI,

When i am trying to apply patchesthrough SDM i am getting the following error:

System: ECC 6.0

<u><b>ERROR:</b></u>

Starting Deployment of tc/bizc/ws/ear

Aborted: development component 'tc/bizc/ws/ear'/'sap.com'/'MAIN_APL70VAL_C'/'963770':

Error: Caught the following error or exception: "java.lang.NoClassDefFoundError"

Additional error message is:

com/sap/engine/deploy/manager/DeployManagerException

IF some knows the answer for the problem. Please help, points will be rewarded.

Regards,

Magham.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If you are using ECC 6.0 I don't know why you are not using JSPM. The advantage is JSPM has a tool for reading logs. You can do it now also. In your log folder under /SDM/program/ you will the error log. In your /JSPM/log/ folder there is a tool which will convert the java errors into human readable format. Try converting this log into understandable format by using this log_reader.bat or .sh. Then try to understand the log.

Former Member
0 Kudos

HI sanjeeev,

Can i have you E-mail ID.

Regards,

Magham.

Former Member
0 Kudos

Hi,

Did you set the java classpath?.

1. Environment variable 'JAVA_HOME' has been set. It should point to a Java 2 SDK version.

2. Environment variable 'PATH' has been set. It should include a path to the 'bin'-directory of the Java 2 SDK mentioned above, e.g. PATH=%JAVA_HOME%\bin;

Maybe this is the problem.

Do reward points if useful.

Regards,

nayana