|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 6350 | minor | always | 06-04-20 02:22 | 06-24-20 15:38 | |
|
|
|||||
| Reporter: | nam | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | high | OS Version: | |||
| Status: | closed | Product Version: | 4.0.64 | ||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.65 | ||
|
|
|||||
| 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> |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: |
|
||||
| There are no notes attached to this issue. |