Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

jrun 4 - deploy problem

  Asked By: Sunil    Date: Nov 06    Category: Java    Views: 596
  

I got the following exception when i deploy an application in jrun 4.....


1]javax.management.MalformedObjectNameException: ObjectName: Invalid value -> YMerge.war?server
at javax.management.ObjectName.(ObjectName.java:124)
at jrunx.jmc.management.Server.getMBean(Server.java:138)
at jrunx.jmc.management.tags.ObjectSpecifyingTag.getAssociatedServerObject(ObjectSpecifyingTag.java:192)
at jrunx.jmc.management.tags.GetPropertyTag.doStartTag(GetPropertyTag.java:81)
at jrun__deployments__overviewwar2ejsp1c._jspService(jrun__deployments__overviewwar2ejsp1c.java:298)
at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at jrun.servlet.security.StandardSecurityFilter.doFilter(StandardSecurityFilter.java:102)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.security.JSecurityCheckFilter.doFilter(JSecurityCheckFilter.java:75)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
[0]javax.servlet.jsp.JspException: ObjectName: Invalid value -> YMerge.war?server
at jrunx.jmc.management.tags.GetPropertyTag.doStartTag(GetPropertyTag.java:123)
at jrun__deployments__overviewwar2ejsp1c._jspService(jrun__deployments__overviewwar2ejsp1c.java:298)
at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at jrun.servlet.security.StandardSecurityFilter.doFilter(StandardSecurityFilter.java:102)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.security.JSecurityCheckFilter.doFilter(JSecurityCheckFilter.java:75)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

javax.servlet.jsp.JspException: ObjectName: Invalid value -> YMerge.war?server
ObjectName: Invalid value -> YMerge.war?server

If I run the application I got the following error, Pls help me to resolve the problem

500 Translator.CompilationFailedExceptionCompiler errors:
Found 10 semantic errors compiling "D:/java-softwares/JRun4/servers/default/SERVER-INF/temp/YBuy.war223019831/WEB-INF/jsp/jrun__User__login_check2ejsp15.java":
58. } while(_tag0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
<----------------->
*** Error: No method named "doAfterBody" was found in type "jrun/jsp/tags/UseBean".

58. } while(_tag0.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
<---------------------------------------------->
*** Error: No field named "EVAL_BODY_AGAIN" was found in type "javax/servlet/jsp/tagext/BodyTag".

77. } while(_tag1.doAfterBody() == javax.servlet.jsp.tagext.BodyTag.EVAL_BODY_AGAIN);
<----------------->
*** Error: No method named "doAfterBody" was found in type "jrun/jsp/tags/UseBean".

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on jrun 4 - deploy problem Or get search suggestion and latest updates.




Tagged: