cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Adapter Module : NameNotFoundException

Former Member
0 Kudos

we are using adapter module "UnzipAttachment" in PI 7.5 system which will unzip the attached file in specified NFS directory.

we have also received message as EAR deployed successfully in PI server, everything works fine till deployment.

when I was testing this interface channel went in to error as "Message processing failed. Cause: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of "UnzipAttachment."

Communication channel in error

Error: Message processing failed. Cause: com.sap.engine.services.jndi.persistent.exceptions720.NameNotFoundException: Object not found in lookup of UnzipAttachment.

As per normal way when we deploy EAR in PI system from NWDS it should automatically create “app_libraries_container” “webservices_container” “EAR_container” “version.bin” folders but when we checked in PI Server we found all other folders apart from "EAR_container" folder.

Below is the development which we have done in NWDS

Carried same process to export EAR file by clicking on EXPORT ==> SAP EAR FILE as shown in below pic & also generated it directly via the Run As > Server command

Please let me know how I can rid of this error.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor
0 Kudos

Hi Nikhilesh,

Did you maintain your module in ejb-jar.xml?

And did you maintain in ejb-j2ee-engine file also?? and downloaded EAR file contains the jar file inside EAR file.

Make sure you are using right version of NWDS.

Stop using the wrong NWDS version! © – Have a smoother Eclipse experience

If everything is right then try deploying the ear file from deployment perspective.

Regards,

Praveen.

Former Member
0 Kudos

Hi Praveen,

Thanks a lot for reply.

Did you maintain your module in ejb-jar.xml?

=> Yes I have maintained below parameters for ejb

We are currently on PO 7.5 version and I am using NWDS 7.5 along with jdk1.8.0_101 & jre1.8.0_101.

we have downloaded SAP EAR file on system and we did the deployment and it was successful.

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Do you see your custom module in EJB explorer?and also module sequence is wrong the custom module should be before XISoapAdapterBean

Former Member
0 Kudos

Hi Manoj,

I am not able to see my module name in EJB Explorer.

module sequence is wrong the custom module should be before XISoapAdapterBean

==> Its based on the requirement and currently we are upgrading our PI system and its working fine in old system with same config.