cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy error on SAP J2EE (CRM/Internet Sales)

Former Member
0 Kudos

We are using Internet Sales for CRM 4.0 on SAPJ2EE 6.20 SP24.

When deploying the application I get a strange error message saying:

WARNING 1 - Error can't load Servlet com.sapmarkets.isa.core.ActionServlet :

java.lang.NoClassDefFoundError: com/sap/util/monitor/jarm/sat/ISatCheck

I don't understand why I get this. The application cannot be run since I get the same error when trying to access the webpage (//localhost:80/b2b/b2b_prot/init.do). I have tried to register all relevant libraries using the changelib and changeref commands.

Anyone have any suggestions!?

Best Regards

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Haven't seen that error, but the ISatCheck class can be found in jARMSat.jar

It resides in additional-lib\com\sap\util\monitor\jarm\ on the J2EE server.

Good luck.

Former Member
0 Kudos

It seems to work better now when I registred the Jarm and jARM and jARMSat libraries. I have also succeeded to deploy SAP Java Basic package with the SDM tool.

Now I am trying to re-deploy the Internet Sales .ear file (b2b_prot.ear). When trying to deploy it I get the following error message:

b2b_prot.ear is neither a SWC (Software Delivery Catalog) nor a SDA (Software Delivery Archive). Please choose another file.

Do I have to convert the ear file to an SDA file or am I doing something wrong?

Cheers

/Andreas

Ash_ok
Contributor
0 Kudos

Hi !

You need to build your new .ear file with the ISA build tool. The ISA build tool is available as an attachement to SAP Note 594370.

Cheers,

Ashok.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You seems to be right about the build tool.

Now when I try to access the application it gives the following error message:

java.lang.Exception: No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration

But when I enter the XCM configuration http://localhost/b2b_***/admin/xcm/init.do

(with correct user and password) I cannot change anything.

Under Start->Options I cannot change paths. I cannot change any settings under Application Configurations under neither SAP nor Customer.

Is there some setting missing?

Best Regards

/Andreas

peter_yu3
Participant
0 Kudos

please refer to this post:

Former Member
0 Kudos

Did you build that ear with SAP's buildtool that comes with ISA (I at least think it comes with it)?

Cheers,

Kalle