bug-jel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-jel] Class Not Found


From: Hajratwala, Nayan (N.)
Subject: [Bug-jel] Class Not Found
Date: Wed, 20 Nov 2002 14:50:24 -0500

Folks,

I am using JEL 0.9.10 and have a problem.

When evaluating an _expression_, I get the message below.  The problem is that I only get the error when running it on IBM WebSphere 3.5.  It seems to work fine under WebSphere 4.0 and also works fine under the WebSphere Test Environment in VAJ 4.0.  The classpath for WebSphere contains the class indicated, so that's not the problem.

I think it's something having to do with JEL using  it's own ClassLoader, but am pretty much stuck as to how to approach a resolution.  Thanks!

java.lang.NoClassDefFoundError: com/ford/hr/framework/user/IUser
        at dump.evaluate_boolean(Unknown Source)
        at com.ford.hr.framework.security.UriAccessController.evaluate(Unknown Source)
        at com.ford.hr.framework.security.UriAccessController.hasReadAccess(Unknown Source)
        at com.ford.hr.framework.user.User.hasReadAccess(Unknown Source)
        at com.ford.hr.framework.security.Franchise.hasAccess(Unknown Source)
        at com.ford.hr.framework.security.FranchiseFactory.getAccessibleMainFranchises(Compiled Code)
        at com.ford.hr.framework.security.FranchiseFactory.routeTo(Unknown Source)
        at com.ford.hr.framework.controller.HRServlet.processRequest(Compiled Code)
        at com.ford.hr.framework.controller.HRServlet.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:644)
        at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:160)
        at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:287)
        at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:105)
        at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:371)
        at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:793)
        at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:719)
        at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(Compiled Code)
        at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(Compiled Code)
        at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:189)
        at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:61)
        at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(Compiled Code)
        at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
        at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:155)
        at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:300)
        at com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(SQEventListenerImp.java:230)
        at com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(SQEventListenerImp.java:104)
        at com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(SQEventSource.java:216)
        at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(SQWrapperEventSource.java:354)

        at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled Code)
        at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)




---
- Nayan Hajratwala
- Chikli Consulting LLC
- http://www.chikli.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]