Anonymous | Login | Signup for a new account | 12-17-2024 10:31 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0006350 | [Resin] | minor | always | 06-04-20 02:22 | 06-24-20 15:38 | ||||
Reporter | nam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | high | Resolution | fixed | ||||||
Status | closed | Product Version | 4.0.64 | ||||||
Summary | 0006350: JspPrecompileListener compiling tags multiple times | ||||||||
Description |
(rep by Mitsuo) When a custom tag is created in jsp and used it in two jsp files, precompilation fails. At startup, a log similar to the following is output. -------- [20-06-03 13:30:06.642] {resin-45} /WEB-INF/view/docreg.jsp:8: _jsp._web_22dinf._tags._wdcselectlist__tag [java.io.FileNotFoundException: c:\im\iap\resin\webapps\precompile_test\WEB-INF\work\_jsp\_web_22dinf\_tags\_wdcselectlist__tag.class (in DynamicClassLoader[SimpleLoader[/c:/im/iap/resin/webapps/precompile_test/WEB-INF/work]]) 6: </head> 7: <body> 8: <wdctags:wdcSelectList dialogId="listDialog" decisionButtonId="btnLDDecision" id="lid" /> 9: </body> 10: -------- It seems to be avoided by setting the following as the initialization parameter of com.caucho.jsp.JspPrecompileListener. <thread-count>1</thread-count> |
||||||||
Additional Information | |||||||||
Attached Files | precompile_test_nam.war [^] (2,490 bytes) 06-04-20 02:22 | ||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |