cancel
Showing results for 
Search instead for 
Did you mean: 

Processing was aborted because session was not available

Former Member
0 Kudos

Hi Expert,

I am facing the following issue for communication channel in Adapter Engine.

   <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: javax.resource.ResourceException: Exception during the primavera specific execution of the Adapapter request. Reason: javax.resource.ResourceException: Processing was aborted because Primavera Session is not available.</SAP:AdditionalText>
<SAP:Stack />





   Regards

Niraj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

I think the web service you are trying to connect expect a session id value in the request.

Take your WSDL and try to test it using SOAP UI and see if it works there or not.

Former Member
0 Kudos

Hi Indrajit,

I have already tried using the wsdl in SOAP UI but still end up same error.

Its seems adapter related issue which is unable to connect to the third party system.

But i don't the exact reason behind.

Regards

Niraj

Former Member
0 Kudos

Hi Niraj,

Please ask the Network guys to make sure that the IP's and ports have been opened for comminucation between system.

If it is open please ask the people who provided the WSDL to make sure that the service is up and running and if possible for them to send you a test result as proof.

Regards,

Jannus Botha

Former Member
0 Kudos

Hi

The test in SOAP UI has no connection with adapter. Looks like the problem is with your web service.

Either the service is down or the service required an additional session id in the request message.

Check with your 3rd party system.

Former Member
0 Kudos

Hi Indrajit,

Actually i am using soap adapter as sender and Primavera adapter as receiver which interact through Java API. Initially it was working fine with no such error but now its throwing an error.

Error: Primavera session is not available.

Thanks

Niraj

Former Member
0 Kudos

Hi

You can try to restart the service for Primavera adapter from NWA.

NWA--->configuration--..>infrastructure...> Java system properties...>services--->your adapter

Former Member
0 Kudos

Hi Indrajit,

Thanks for response!!!

Is there any other possibility for troubleshooting the issue..


Rrds

Niraj

Answers (3)

Answers (3)

manigram
Active Participant
0 Kudos


Hi,

Check whether web service is avilable or not by hitting the URL in browser.

Regards,

Manigandan

madhusudana_reddy2
Contributor
0 Kudos

Hi Niraj,

primavera application seems some end system application which is having issue. i think primavera seems down. Please contact them, nothing to do in PI for this.

Thanks,

Madhu

Former Member
0 Kudos

Hi Reddy,

What can be the exact reason coz we have already restarted the Primavera Databse server

for the above stated error.I have already check the Primavera System is Working fine.

Few days back it was running well with no issue.

Regards

Niraj

Former Member
0 Kudos

Hi Niraj,


     Are you sure that this wsdl is located on a public communication adress? because may the message doesn't arrive to the endpoint. Try with Indrajit's idea, but maybe you will face the same error message. In other case ensure the correct comm against the end point or the firewall rules.


Regards