cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.ClassNotFoundException

Former Member
0 Kudos

Hi

I am getting the below error when using drop down in my application and I don't know how to fix this.

java.lang.ClassNotFoundException: org.apache.poi.hssf.record.RecordFormatException Found in negative cache -


Loader Info -


ClassLoader name: [bms.com/uibprehubehub_interface] 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:signature_lib;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:tccmi Resources: /usr/sap/XXX/DVEBMGS00/j2ee/cluster/server0/apps/yyy.com/uibprcomp~Application/webdynpro/public/lib/app.jar Loading model: {parent,references,local} -


Others details are as below.

This application generates UI at run time after reading values from XML file. User uploads excel sheet which popultaes the data in table UI field. Once done, this data is transported to legacy system.

Please help as this is really urgent for me to resolve the issue.

Thank you.

Vineet

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

if you search ClassNotFoundException or how to use external lib, you will find tons of answer

Former Member
0 Kudos

Hi

I am facing this issue when I am selecting a value from drop down.

It is not giving me any error during build and deploy.

How can I check if required library files are available or not.

Moreover, I am working on sandbox which is not under NWDI.

Even if I make external Jar dc, how will I deploy that?

Regards

Vineet

junwu
Active Contributor
0 Kudos

please make a search..........

Former Member
0 Kudos

HI Vikram

What version are you using? 7.0?

Please put all your poi jars inside lib. and then deploy your project.

I assume these jars are not located on your server.

If you are using Web Dynpro CE then you have to wrap your files in an ear file and deploy them.

In this case you may want to look at Walter Kahn's excellent explanation [here|;

yuval peery

Former Member
0 Kudos

Hi Yuval,

i'm facing the same issue.

i have already created External Library DC'c in 7.0 then added required jars from that DC to Web Dynpro Java DC but still getting the same error.

Please help as this is urgent for me to resolve this.

Thanks,


Abhishek