cancel
Showing results for 
Search instead for 
Did you mean: 

DC Build Failed : JAR File missing.

Former Member
0 Kudos

Hi

we are trying to build a DC project.  But we are unable to proceed with the below error.

The project was not built since the classpath is incomplete.  cannot find the class file for com.sap.msasrv.socket.shared.ErrorCodes.

Can anyone provide me the jar file or the location which i need to attach to build path.

Thanks

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member214355
Contributor
0 Kudos

Hello Prasad

java.lang.NoClassDefFoundError: com/sap/msasrv/socket/shared/ErrorCodes

ErrorCodes -> DC crm/ipc/srv/msa/server -> SC SAP-IPCMSA
ClientException -> DC crm/ipc/ipccore -> SC SAP-SHRJAV

SAP-IPCMSA only runs on tomcat and cannot be deployed on the J2EE. So it
seems to be an invalid dependency from SAP-SHRJAV to SAP-IPCMSA.

Thanks

Kenny