cancel
Showing results for 
Search instead for 
Did you mean: 

Recieved error during Solution Manager EHP1 Java Components installation.

0 Kudos

I successfully installed EHP1 ABAP components but I'm have a problem with the Java components. I recieved the following error. Import aborted during ADSSAP02_0-20002778.SCA

Feb 20, 2009 3:17:59 PM Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':

Caught exception during application deployment from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Cannot deploy application com.adobe/DocumentServicesLicenseManager..

Reason: Exception during generation of components of application com.adobe/DocumentServicesLicenseManager in container EJBContainer.; nested exception is:

com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application com.adobe/DocumentServicesLicenseManager in container EJBContainer.

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Feb 20, 2009 3:17:59 PM Info: Starting to save the repository

Feb 20, 2009 3:18:01 PM Info: Finished saving the repository

Feb 20, 2009 3:18:01 PM Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080610114809''/'0'.

Feb 20, 2009 3:18:01 PM Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':

Failed deployment of SDAs:

development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1' : aborted

Please, look at error logs above for more information!

Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.200712

13024549.437972'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':

Caught exception during application deployment from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Cannot deploy application com.adobe/DocumentServicesLicenseManager..

Reason: Cannot load one of the bean interfaces or the bean class of bean LicenseEJBBean.; nested exception is:

com.sap.engine.services.ejb.exceptions.deployment.EJBXMLParserException: Cannot load one of the bean interfaces or the bean cla

ss of bean LicenseEJBBean.

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Feb 20, 2009 11:25:59... Info: Starting to save the repository

Feb 20, 2009 11:26:01... Info: Finished saving the repository

Feb 20, 2009 11:26:01... Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634'

'/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080610114809''/'0'.

Feb 20, 2009 11:26:01... Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':

Failed deployment of SDAs:

development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1' : aborted

Edited by: Darrell Kirklen on Feb 23, 2009 5:03 PM

Accepted Solutions (1)

Accepted Solutions (1)

raguraman_c
Active Contributor
0 Kudos

Hi,

Please check this note 851590.

This should solve your problem.

Feel free to revert back.

-=-Ragu

0 Kudos

Just resolved problem. While reviewing the sdmlog20090310.log I found

error "java.lang.UnsupportedClassVersionError?" when I goggled this

error "How do I resolve a java.lang.UnsupportedClassVersionError? I

found the following solution:

http://support.codegear.com/article/35846 : This exception can occur

when the source is built targeting a JDK that is not supported by the

JDK attempting to run it. In the above example, if the servlet was

built targeting only JDK 1.5, but the web server runs JDK 1.4, the

above exception will occur. Check, Project Properties | Build | Java |

Target VM, and verify that the Target VM indicates a JDK compatibility

that is appropriate for the JDK that is running it. It is recommended

to set this field to 'All Java SDKs' for the most compatibility. The

only reason you would want to specify a particular version is if your

code uses language features that only appear in a particular version of

the JDK, and you want to ensure that users use only a compatible JDK.

Also check, Project Properties | Build | Java | Language Features, and

verify that the Language Features are applicable with JDK that is

running it

A this point I checked the java -version at the os level and it showed

1.5.0_17 we are aware the supported version of java should be 1.4.2_16

our Unix team (Solaris) recently installed new patches and didnu2019t

remember to leave the java version at 1.4.2_16 after their were done.

Once the java version was set back to 1.4.2_16 I was able to complete

the java portion of EHP1 using the JSPM successfully.

Edited by: Darrell Kirklen on Mar 13, 2009 4:37 PM

Answers (0)