cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment axis sda according to JSPM success but Servlet error

Former Member
0 Kudos

All,

For our PI environment I am updating the axisproviderlib.sda through JSPM. I have created the sda file according to the note:

1028961 - How to prepare axisproviderlib.sda for Adapter Framework

I copied this file into my EPS/in box and started JSPM via:

./go -config=/jspm/forceMode=true -config=/jspm/deployVersionRule=updateAll

Checked the 'hot fix' option and JSPM deployed the file.

JSPM gave me the message 'Success'

The log file :

Apr 19, 2011 9:57:22 AM [Info ]:Deployment result

-


Sorted Items -


1. Client path '/usr/sap/piztrans/EPS/in/com.sap.aii.af.axisproviderlib.sda'

Deploy status is 'Success'

SDA : name 'com.sap.aii.af.axisproviderlib', vendor 'sap.com', location 'SAP AG', version '7.1003.20070

523200155.0000', software type ('primary-library', sub type ''), csn component 'BC-XI-CON-AFW-TAD', dependencies :[( na

me 'com.sap.base.technology.facade', vendor 'sap.com') , ( name 'engine.j2ee14.facade', vendor 'sap.com') ]

-


Deployment Items -


1. Client path '/usr/sap/<sid>trans/EPS/in/com.sap.aii.af.axisproviderlib.sda'

Deploy status is 'Success'

SDA : name 'com.sap.aii.af.axisproviderlib', vendor 'sap.com', location 'SAP AG', version '7.1003.20070

523200155.0000', software type ('primary-library', sub type ''), csn component 'BC-XI-CON-AFW-TAD', dependencies :[( na

me 'com.sap.base.technology.facade', vendor 'sap.com') , ( name 'engine.j2ee14.facade', vendor 'sap.com') ]

Time statistics( ms 😞

1.validate : -1

1.1.Check version:sap.com_com.sap.aii.af.axisproviderlib : 1

1.2.deployment : 77

1.2.1.Notify:Event triggered : 75

2.Notify Observers : 1053

2.1.Store in repository : 753

2.2.update CVers : 300

3.Persist in storage : 22

Apr 19, 2011 9:57:22 AM [Info ]:+++ Deployment finished with status 'Success' +++.[ deployerId=2 ][#13: 188.415 sec]

Apr 19, 2011 9:57:22 AM [Info ]:+++++ End D E P L O Y action +++++[ deployerId=2 ]. Total time:[#11: 189.455 sec]

So you would think it will work.

But when checking the /XIAxisAdapter/MessageServlet page in my browser I still see the Status error and in optional components Warning.

Page displays:

Adapter Common Library Version: 1.7.1106.20101202115909.0000, NW711_06_REL (2010-12-02T16:22:37+0000)

Adapter Application Version: 1.7.1106.20101202115909.0000, NW711_06_REL (2010-12-02T16:23:06+0000)

Axis Version: ???

Required Components

Apache-Axis

Error: required component missing --- looking for org.apache.axis.AxisEngine in com.sap.aii.af.axisproviderlib/axis.jar; see http://ws.apache.org/axis/

Jakarta-Commons Discovery

Error: required component missing --- looking for org.apache.commons.discovery.Resource in com.sap.aii.af.axisproviderlib/commons-discovery.jar; see http://jakarta.apache.org/commons/discovery/

Jakarta-Commons Logging

Error: required component missing --- looking for org.apache.commons.logging.Log in com.sap.aii.af.axisproviderlib/commons-logging.jar; see http://jakarta.apache.org/commons/logging/

Number of Missing Components: 3

Status: Error

Any ideas?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

After some help of SAP came to the conclusion that my version was a mismatch on the axis file as they where not in the root but in a directory.

After importing another version I had laying somewhere this had done the trick

0 Kudos

Hi,

Check the following note:

#1039369 - FAQ XI Axis Adapter

Specially questions 1 to 5 for the "General Questions"

Regards,

Caio Cagnani

Former Member
0 Kudos

Hello Caio,

Thanks for the note, unfortunately it did not solve my issue as all in the note is correct.

In paralel I sent an OSS message to SAP as the note tells to if any issue is there when all is right.

Unfortunately nothing back yet from them.

Perhaps someone has another soultion?