
| Key: |
FWK-120
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
VVNagesh Akula
|
| Votes: |
0
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP, Tomcat 5.5.28, JDK 1.5.0_12
|
|
|
When I try using DefaultManageableImageCaptchaService class, spring is not able to instantiate this class. I also included imaging-01012005.jar as mentioned on the past issue.
------------------------------------------------------
<bean class="com.octo.captcha.service.image.DefaultManageableImageCaptchaService" id="imageCaptchaService"/>
--------------------------- Error Logs ---------------------------------
2010-09-08 16:26:50,927 ERROR [] org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[dotcom]: Servlet.service() for servlet dotcom threw exception
java.lang.NoSuchMethodError: com.jhlabs.image.WaterFilter.setAmplitude(D)V
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.buildInitialFactories(DefaultGimpyEngine.java:59)
at com.octo.captcha.engine.image.ListImageCaptchaEngine.<init>(ListImageCaptchaEngine.java:24)
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.<init>(DefaultGimpyEngine.java:48)
at com.octo.captcha.service.image.DefaultManageableImageCaptchaService.<init>(DefaultManageableImageCaptchaService.java:32)
|
|
Description
|
When I try using DefaultManageableImageCaptchaService class, spring is not able to instantiate this class. I also included imaging-01012005.jar as mentioned on the past issue.
------------------------------------------------------
<bean class="com.octo.captcha.service.image.DefaultManageableImageCaptchaService" id="imageCaptchaService"/>
--------------------------- Error Logs ---------------------------------
2010-09-08 16:26:50,927 ERROR [] org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/].[dotcom]: Servlet.service() for servlet dotcom threw exception
java.lang.NoSuchMethodError: com.jhlabs.image.WaterFilter.setAmplitude(D)V
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.buildInitialFactories(DefaultGimpyEngine.java:59)
at com.octo.captcha.engine.image.ListImageCaptchaEngine.<init>(ListImageCaptchaEngine.java:24)
at com.octo.captcha.engine.image.gimpy.DefaultGimpyEngine.<init>(DefaultGimpyEngine.java:48)
at com.octo.captcha.service.image.DefaultManageableImageCaptchaService.<init>(DefaultManageableImageCaptchaService.java:32)
|
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|