>> java.lang.ClassFormatError: Incompatible magic value 0 in class file

This would indicate that the compiled JSP is an invalid java class?

What version of Java are you using?

What version of mifos are you running?

On Thu, Oct 14, 2010 at 10:55 AM, fanon gacao <[email protected]> wrote:
> Hello,
> I have had experienced the problem with a hosted installation and from
> my experience it seems to be more or less delayed execution of query
> - it kind of times out. Once we had used and our server for a while -
> and gone through all the pages (queries) the problem did get solved.
> in fact the hosted application now responds faster than the local host
> installation.
> it would help to check the server log for exceptions and post them.
> thanks.
>
> On 10/14/10, Polly <[email protected]> wrote:
>> Hello,
>>
>> The model we have in our MFI is that all the branches have their own Mifos
>> installations and we send database dumps every week to update at their site.
>> Support is through phone calls and they have little IT skills so its very
>> hard to get tomcat error logs from some of this sites. They sent me this
>> error that they get when they try to access the client dashboard. Can anyone
>> assist with where the problem is?
>>
>> Polly.
>>
>>
>> *HTTP Status 500 - *
>>  ------------------------------
>>
>> *type* Exception report
>>
>> *message*
>>
>> *description* *The server encountered an internal error () that prevented it
>> from fulfilling this request.*
>>
>> *exception*
>>
>> javax.servlet.ServletException: java.lang.ClassFormatError: Incompatible
>> magic value 0 in class file
>> org/apache/jsp/pages/application/client/jsp/viewClientDetails_jsp
>>
>>         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:274)
>>
>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>>
>> org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
>>
>>
>> org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
>>
>>
>> org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
>>
>>
>> org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
>>
>>
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
>>
>>
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
>>
>>         org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>>
>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>
>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>>
>> org.mifos.framework.security.util.LoginFilter.doFilter(LoginFilter.java:85)
>>
>>
>> org.mifos.framework.persistence.DatabaseInitFilter.doFilter(DatabaseInitFilter.java:51)
>>
>> *root cause*
>>
>> java.lang.ClassFormatError: Incompatible magic value 0 in class file
>> org/apache/jsp/pages/application/client/jsp/viewClientDetails_jsp
>>
>>         java.lang.ClassLoader.defineClass1(Native Method)
>>
>>         java.lang.ClassLoader.defineClassCond(Unknown Source)
>>
>>         java.lang.ClassLoader.defineClass(Unknown Source)
>>
>>         java.security.SecureClassLoader.defineClass(Unknown Source)
>>
>>         java.net.URLClassLoader.defineClass(Unknown Source)
>>
>>         java.net.URLClassLoader.access$000(Unknown Source)
>>
>>         java.net.URLClassLoader$1.run(Unknown Source)
>>
>>         java.security.AccessController.doPrivileged(Native Method)
>>
>>         java.net.URLClassLoader.findClass(Unknown Source)
>>
>>
>> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:134)
>>
>>
>> org.apache.jasper.servlet.JasperLoader.loadClass(JasperLoader.java:66)
>>
>>
>> org.apache.jasper.JspCompilationContext.load(JspCompilationContext.java:598)
>>
>>
>> org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:144)
>>
>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:329)
>>
>>
>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
>>
>>         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
>>
>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>>
>> org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1063)
>>
>>
>> org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
>>
>>
>> org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:386)
>>
>>
>> org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
>>
>>
>> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:229)
>>
>>
>> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
>>
>>         org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
>>
>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
>>
>>         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
>>
>>
>> org.mifos.framework.security.util.LoginFilter.doFilter(LoginFilter.java:85)
>>
>>
>> org.mifos.framework.persistence.DatabaseInitFilter.doFilter(DatabaseInitFilter.java:51)
>>
>> *note* *The full stack trace of the root cause is available in the Apache
>> Tomcat/6.0.16 logs.*
>>  ------------------------------
>>
>> *Apache Tomcat/6.0.16*
>>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> Mifos-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mifos-users
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to