cancel
Showing results for 
Search instead for 
Did you mean: 

SDK Can't find POD Plugin after deploy

Former Member
0 Kudos

Hi,

I have tried to develop an SDK POD Plugin, but when deploying I can't find my Plugin class even though it is

part of the extension folder in my SDK environment.

When building I get the following information during the build lib phase. Could this have something to do with my problems?

  "No library resources found, skipping library creation."

Br,

Johan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The exact default trace message I get when trying to run the plugin java class is:

java.lang.ClassNotFoundException: com.enics.production.web.podplugin.ePDMPlugin.ViewDocURL

------------------------- Loader Info -------------------------

ClassLoader name: [sap.com/me~ear]

Loader hash code: 77593aa

Living status: alive

Direct parent loaders:

   [system:Frame]

   [interface:webservices]

   [interface:cross]

   [interface:security]

   [interface:transactionext]

   [library:webservices_lib]

   [library:opensql]

   [library:jms]

   [library:ejb20]

   [service:p4]

   [service:ejb]

   [service:servlet_jsp]

   [service:tc~pdf~object]

   [library:icu4j]

Br,

Johan

Former Member
0 Kudos

Hi,

I have now got this to work. I have not changed anything, so maybe I did some mistake during the deploy, but after redeploying I can find my own plugin and use it.

Br,

Johan

Answers (0)