cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping Trace Info: Resource not found

joel_langoyan
Participant
0 Kudos

Hi Experts,

I'm testing out the code in SAP PI/PO XML X509 signature by certificate | SAP Blogs and trace indicates the following kind of an issue in our PO Dev but the Java mapping executes successfully anyway. I'm not sure if this actually needs a fix. Any advice?

Resource not found: jndi.properties

Resource not found: META-INF/services/javax.xml.parsers.DocumentBuilderFactory

Resource not found: META-INF/services/javax.xml.transform.TransformerFactory

Accepted Solutions (0)

Answers (1)

Answers (1)

Bhargavakrishna
Active Contributor
0 Kudos

Hi Joel,

It looks like XPI mapping jars are missing in your Java mapping. Try to add them externally in your Java mapping jar or zip file and re-import the whole. Refer to the below link to know more details about this issue.

https://help.sap.com/docs/SAP_NETWEAVER_701/6f39239e6c4b1014a39983d35720fc45/34f1353e39011a38e100000...

SAP notes

https://userapps.support.sap.com/sap/support/knowledge/en/2969867

https://userapps.support.sap.com/sap/support/knowledge/en/2669221

I suggest to check the solution mentioned in the below link.

https://answers.sap.com/questions/737925/mappingclassnotfoundexception-meta-infservicesjava.html

or

https://answers.sap.com/questions/651292/resource-not-found-meta-infservicesjavaxxmltransfo.html

Regards

Bhargava Krishna Talasila

joel_langoyan
Participant
0 Kudos

Hi,

Thanks for your inputs. It seems Resource not found showing up on the Operation mapping as when I try to send a test message to recipient, the Java mapping works fine.