cancel
Showing results for 
Search instead for 
Did you mean: 

Java Application fails to start (Elster)

Former Member
0 Kudos

Hello,

I have currently the problem, that one Java Module is not able to start up (in the Attachment the corresponding error is listed). When restarting the complete server (not only the J2EE Engine), the problem remains. The module com.sap.fin.xi.elster is in the status "Failed to start".

Do you have any suggestion, how to find any information about how to solve the problem?

Kind regards & thanks for your support!

Florian

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

Hi Florian,

As Anand already pointed out, it looks like you have an incorrect reference in descriptor file for e.g., in ejb-jar.xml. Correct it and redeploy




Best Regards,

Praveen Gujjeti

anandvithal
Active Participant
0 Kudos

Hi,

The error you are getting is:

"Caused by: java.lang.ClassNotFoundException: com.sap.aii.af.mp.module.Module"

use Module from below package:

"com.sap.aii.af.lib.mp.module.Module"

Thanks,

Anand