Hi,
I put a custom jar inside the WEB-INF/lib of a jetty instance which runs
a cocoon based application. Now if I get a stacktrace from the web
server, I can see the line numbers and class names for all packages
except for those form the jar that I deployed:
my.class.from.my.jar.processInternal (:-1)
And idea how to solve that?
Thanks in advance!
Andreas
----------------
Message: null
Class: java.lang.NumberFormatException
Stacktrace:
java.lang.Long.parseLong (Long.java:372)
java.lang.Long.parseLong (Long.java:461)
my.class.from.my.jar.processInternal (:-1)
org.outerj.daisy.frontend.util.AbstractDaisyApple.process
(AbstractDaisyApple.java:55)
org.apache.cocoon.components.flow.apples.ApplesProcessor.processApple
(ApplesProcessor.java:138)
org.apache.cocoon.components.flow.apples.ApplesProcessor.handleContinuation
(ApplesProcessor.java:107)
org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke
(CallFunctionNode.java:123)
Ingo R. Homann - 08 May 2006 11:58 GMT
Hi,
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks in advance!
> Andreas
Maybe, you compiled your sources without debug-info?
Ciao,
Ingo