Issue Details (XML | Word | Printable)

Key: FWK-111
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Priority: Critical Critical
Assignee: Unassigned
Reporter: Eric Zhang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JCaptcha Framework

java.lang.NoClassDefFoundError

Created: 01/Jul/09 03:32 AM   Updated: 07/Aug/09 03:12 PM   Resolved: 07/Aug/09 03:12 PM
Component/s: None
Affects Version/s: 1.0
Fix Version/s: None

Environment:
HP-UX B11.23 ia64
Bea WebLogic Server 8.1 SP6
JDK 1.4.2.10 for HP


 Description  « Hide
in the ImageCaptchaServlet.java :

when execute bellow code :

CaptchaServiceSingleton.getInstance().getImageChallengeForID(captchaId, request.getLocale());

web server occur exception :

Exception.java.lang.NoClassDefFoundError
        at com.chtd.dsis.alf.ImageCaptchaServlet.doGet(ImageCaptchaServlet.java:35)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
        at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
        at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
        at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)



Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.