+ Reply to Thread
Results 1 to 2 of 2

Thread: Captcha

  1. #1
    Geek Trainee djjedi is on a distinguished road
    Join Date
    Feb 2003
    Posts
    39
    0 0

    Default Captcha

    Hi everybody, im programming on java with redhat 5.0 server and jboss as a webserver.

    I have a this error:

    Code:
    17:54:10,102 ERROR [[Captcha]] Servlet.service() for servlet Captcha threw exception
    
    java.awt.HeadlessException
    
           at sun.java2d.HeadlessGraphicsEnvironment.getDefaultScreenDevice(HeadlessGraphicsEnvironment.java:64)
    
           at ni.com.xolo.captcha.text.imp.DefaultWordRenderer.renderWord(DefaultWordRenderer.java:46)
    
           at ni.com.xolo.captcha.servlet.DefaultCaptchaIml.createImage(DefaultCaptchaIml.java:90)
    
           at ni.com.xolo.captcha.servlet.CaptchaServlet.doGet(CaptchaServlet.java:38)
    
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
    
           at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    
           at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    
           at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    
           at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    
           at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    
           at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    
           at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    
           at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    
           at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    
           at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    
           at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
    
           at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    
           at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    
           at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    
           at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
    
           at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
    
           at java.lang.Thread.run(Thread.java:619)
    when i try to see the page that renders the captcha. do you know something can help me?

  2. #2
    Administrator Sniper is a jewel in the rough Sniper is a jewel in the rough Sniper is a jewel in the rough Sniper's Avatar
    Join Date
    Oct 2001
    Location
    Manchester, UK
    Age
    26
    Posts
    4,893
    0 0

    Default Re: Captcha

    I think it would be best to ask at the offical java forums, it was the best place when I needed help with my uni work.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts