Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Stack trace doesn't show line numbers with use-precompiled!

807567Jun 11 2002 — edited Jun 14 2002
I've noticed that if I set use-precompiled for my JSPs in iWS6, and get a stack trace (e.g. from my JSP error page), instead of line numbers it just shows "compiled code", as in the following excerpt:

java.lang.NumberFormatException: 4.75C-CCK-MCD
at java.lang.FloatingDecimal.readJavaFormatString(FloatingDecimal.java, Compiled Code)
at java.lang.Float.parseFloat(Float.java, Compiled Code)
at com.hepcoe.beans.LogonBean.rootUpdate(LogonBean.java, Compiled Code)
...

Is this observation correct? Is there anything I can do about it other than turning off use-precompiled and having the sources on this machine? It's our production machine, so I'm not very eager to do that.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2002
Added on Jun 11 2002
1 comment
152 views