Thread: [Ejtools-developers] [ ejtools-Bugs-692755 ] Cannot find bean webappTrees
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2003-02-25 06:31:23
|
Bugs item #692755, was opened at 2003-02-24 22:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 Category: JNDI Browser (Web App) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Cannot find bean webappTrees Initial Comment: Installed JNDI Browser & JMX Browser on my JBoss 3.0.4 / Tomcat 4.1.12. JMX Browser runs fine, but with JNDI Browser i get an Exception on startup: http://localhost:8080/jndi.browser-1.0.0/index.jsp: org.apache.jasper.JasperException: org.apache.jasper.JasperException: Cannot find bean webappTrees in scope null at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) etc.etc. The naming service was started and i can query and get results with the swing based tool. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-02-26 09:23:45
|
Bugs item #692755, was opened at 2003-02-25 07:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 Category: JNDI Browser (Web App) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Laurent Etiemble (letiemble) Summary: Cannot find bean webappTrees Initial Comment: Installed JNDI Browser & JMX Browser on my JBoss 3.0.4 / Tomcat 4.1.12. JMX Browser runs fine, but with JNDI Browser i get an Exception on startup: http://localhost:8080/jndi.browser-1.0.0/index.jsp: org.apache.jasper.JasperException: org.apache.jasper.JasperException: Cannot find bean webappTrees in scope null at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) etc.etc. The naming service was started and i can query and get results with the swing based tool. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-03-01 13:33:53
|
Bugs item #692755, was opened at 2003-02-25 07:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 Category: JNDI Browser (Web App) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Laurent Etiemble (letiemble) Summary: Cannot find bean webappTrees Initial Comment: Installed JNDI Browser & JMX Browser on my JBoss 3.0.4 / Tomcat 4.1.12. JMX Browser runs fine, but with JNDI Browser i get an Exception on startup: http://localhost:8080/jndi.browser-1.0.0/index.jsp: org.apache.jasper.JasperException: org.apache.jasper.JasperException: Cannot find bean webappTrees in scope null at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) etc.etc. The naming service was started and i can query and get results with the swing based tool. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-03-01 14:43 Message: Logged In: YES user_id=437455 There is a problem link to the JBoss specific part of code. The ObjectName of the WebService is hardcoded. When it failed to retrieve the Web Modules, the variable is not put in the page context. Add to this, that there is no test about the presence of the variable and you got the bug. I will fix it in the HEAD by the next week. Stay tune for a new release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-03-18 21:31:43
|
Bugs item #692755, was opened at 2003-02-25 07:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 Category: JNDI Browser (Web App) Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Laurent Etiemble (letiemble) Summary: Cannot find bean webappTrees Initial Comment: Installed JNDI Browser & JMX Browser on my JBoss 3.0.4 / Tomcat 4.1.12. JMX Browser runs fine, but with JNDI Browser i get an Exception on startup: http://localhost:8080/jndi.browser-1.0.0/index.jsp: org.apache.jasper.JasperException: org.apache.jasper.JasperException: Cannot find bean webappTrees in scope null at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:289) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247) etc.etc. The naming service was started and i can query and get results with the swing based tool. ---------------------------------------------------------------------- Comment By: Laurent Etiemble (letiemble) Date: 2003-03-01 14:43 Message: Logged In: YES user_id=437455 There is a problem link to the JBoss specific part of code. The ObjectName of the WebService is hardcoded. When it failed to retrieve the Web Modules, the variable is not put in the page context. Add to this, that there is no test about the presence of the variable and you got the bug. I will fix it in the HEAD by the next week. Stay tune for a new release. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455072&aid=692755&group_id=49088 |