Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
6023 | minor | always | 12-08-16 12:10 | 12-12-16 12:51 | |
|
|||||
Reporter: | alex | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.44 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.50 | ||
|
|||||
Summary: | 0006023: NPE: tld discovery | ||||
Description: |
Rep by Shinomiya Nobuaki Caused by: jar:file:/c:/resin-pro-4.0.44/webapps/imart/WEB-INF/lib/im_ui_impl-8.0.11-main.jar!/META-INF/tld/imui/imui.tld:18: com.caucho.jsp.cfg.TldTag.addAttribute(): java.lang.NullPointerException 16: <body-content>JSP</body-content> 17: <dynamic-attributes>true</dynamic-attributes> 18: <attribute> 19: <name>active</name> 20: <required>false</required> at com.caucho.config.xml.XmlConfigContext.error(XmlConfigContext.java:1244) at com.caucho.config.xml.XmlConfigContext.configureChildNode(XmlConfigContext.java:471) at com.caucho.config.xml.XmlConfigContext.configureNode(XmlConfigContext.java:371) at com.caucho.config.xml.XmlConfigContext.configureChildBean(XmlConfigContext.java:700) at com.caucho.config.xml.XmlConfigContext.configureBeanProperties(XmlConfigContext.java:686) at com.caucho.config.xml.XmlConfigContext.configureChildNode(XmlConfigContext.java:464) at com.caucho.config.xml.XmlConfigContext.configureNode(XmlConfigContext.java:371) at com.caucho.config.xml.XmlConfigContext.configureBean(XmlConfigContext.java:285) at com.caucho.config.xml.XmlConfigContext.configure(XmlConfigContext.java:243) at com.caucho.config.Config.configure(Config.java:324) at com.caucho.config.Config.configure(Config.java:291) at com.caucho.jsp.TldManager.parseTld(TldManager.java:669) at com.caucho.jsp.TldManager.parseTld(TldManager.java:630) at com.caucho.jsp.TldManager.parseTld(TldManager.java:509) at com.caucho.jsp.TaglibManager.readTaglib(TaglibManager.java:253) at com.caucho.jsp.TaglibManager.getTaglib(TaglibManager.java:170) at com.caucho.jsp.ParseTagManager.addTaglib(ParseTagManager.java:264) at com.caucho.jsp.JspParser.processTaglib(JspParser.java:1775) at com.caucho.jsp.JspParser.processTaglibDirective(JspParser.java:1749) at com.caucho.jsp.JspParser.parseDirective(JspParser.java:1251) at com.caucho.jsp.JspParser.parseScriptlet(JspParser.java:1123) at com.caucho.jsp.JspParser.parseNode(JspParser.java:484) at com.caucho.jsp.JspParser.parseJsp(JspParser.java:384) at com.caucho.jsp.JspParser.parse(JspParser.java:266) at com.caucho.jsp.JspCompilerInstance.parse(JspCompilerInstance.java:534) at com.caucho.jsp.JspCompilerInstance.generate(JspCompilerInstance.java:470) at com.caucho.jsp.JspPrecompileResource$CompileTask.compilePath(JspPrecompileResource.java:263) at com.caucho.jsp.JspPrecompileResource$CompileTask.run(JspPrecompileResource.java:206) ... 2 more Caused by: com.caucho.config.ConfigException: com.caucho.jsp.cfg.TldTag.addAttribute(): java.lang.NullPointerException at com.caucho.config.ConfigException.create(ConfigException.java:102) at com.caucho.config.ConfigException.create(ConfigException.java:130) at com.caucho.config.attribute.SetterAttribute.create(SetterAttribute.java:188) at com.caucho.config.xml.XmlConfigContext.configureBeanProperties(XmlConfigContext.java:677) at com.caucho.config.xml.XmlConfigContext.configureChildNode(XmlConfigContext.java:464) ... 28 more Caused by: java.lang.NullPointerException at com.caucho.config.reflect.AnnotationSet.add(AnnotationSet.java:122) at com.caucho.config.reflect.ReflectionAnnotated.addAnalysisAnnotation(ReflectionAnnotated.java:205) at com.caucho.config.inject.InjectionTargetBuilder.build(InjectionTargetBuilder.java:343) at com.caucho.config.inject.InjectionTargetBuilder.getInjectionPoints(InjectionTargetBuilder.java:185) at com.caucho.config.inject.InjectionTargetBuilder.produce(InjectionTargetBuilder.java:223) at com.caucho.config.type.InlineBeanType.create(InlineBeanType.java:199) at com.caucho.config.attribute.SetterAttribute.create(SetterAttribute.java:186) ... 30 more |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |