findmyangel / kaptcha

Automatically exported from code.google.com/p/kaptcha
Other
1 stars 0 forks source link

integration Kaptcha in Solaris' OS and Weblogic #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. deploy web application with Weblogic on Sun Solaris's Operating System

What is the expected output? What do you see instead?
>>the captcha image didn't show.

Please use labels and text to provide additional information.
>>We had tried to deploy web application with Tomcat & Weblogic on
Windows's Operating System. The Web Application worked smoothly without
problems.
Is the Kaptcha supported only on Windows environment?

Original issue reported on code.google.com by chris....@gmail.com on 11 Jan 2010 at 4:35

GoogleCodeExporter commented 8 years ago
first off, this is a useless report. you don't give me any information that 
would help 
solve the problem. did you look in the error logs to see if there is any 
errors? you don't  
even give me version numbers of the software you are using.

kaptcha works just fine on unix and on windows and on mac's...

Original comment by latch...@gmail.com on 11 Jan 2010 at 5:04

GoogleCodeExporter commented 8 years ago
please help me, remove the issue. we got this error in the weblogic server:
java.lang.NoClassDefFoundError: Could not initialize class 
sun.awt.X11GraphicsEnvironment

Thank you, Chris

Original comment by chris....@gmail.com on 11 Jan 2010 at 6:34

GoogleCodeExporter commented 8 years ago
Tell me the output of: java -version

Original comment by latch...@gmail.com on 11 Jan 2010 at 1:57

GoogleCodeExporter commented 8 years ago
the JDK version is 5.
we solve the problem by copying the missing classes to web-inf folder.

Original comment by chris....@gmail.com on 11 Jan 2010 at 11:25

GoogleCodeExporter commented 8 years ago
I asked you for the output of java -version. Is that so hard?

Copying those classes to web-inf is the wrong solution and will most likely 
cause you 
grief in the future when you change jvm's. But whatever, you clearly don't know 
what 
you are doing, so good luck.

Original comment by latch...@gmail.com on 11 Jan 2010 at 11:44

GoogleCodeExporter commented 8 years ago
the Java is JDK 1.5, we can get the output b'cos we are not in the client site.
Other configuration that we did is adding this "-Djava.awt.headless=true" on 
file .sh

Ok, thank u for ur concern & information.

Original comment by chris....@gmail.com on 12 Jan 2010 at 7:38