cancel
Showing results for 
Search instead for 
Did you mean: 

failed to process the request - after deployment

Former Member
0 Kudos

hi

iam trying to deply the application

its giving a exception as such , it was working fine

before ,

The initial exception that caused the request to fail, was:

java.lang.ClassNotFoundException: com.outfitmatchmodel.Dd07V -


Loader Info -


ClassLoader name: [local/Test] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tc~cmi Resources: D:\usr\sap\SEP\JC00\j2ee\cluster\server0\apps\local\Test\webdynpro\public\lib\app.jar Loading model: {parent,references,local} -


at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:382)

at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:409)

at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.descriptor(AiiModelClass.java:222)

at com.outfitmatchmodel.Zlgf001_Outfit_Match_Input.<init>(Zlgf001_Outfit_Match_Input.java:51)

at com.tcs.testapp.TestComp.wdDoInit(TestComp.java:101)

can any one help me ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Kishor,

Whats the line TestComp.java:101 ??? what exactly r u doing in this application??

regards

Sumit

Former Member
0 Kudos

Hi Kishore,

Below error suggests that you are trying to use some class that is not available at Runtime. Most probably this is used in wdDoInit method of your TestComp.

Hope this helps.

Regards,

Arafat