Update:

The message at
    http://permalink.gmane.org/gmane.comp.finance.mifos.user/4398
seems to suggest the the Java version required is _very_ specific so I
stopped Jetty, switched to JDK 1.6.30, reinstalled, restarted and logged
back in. 

Now I can create new offices.  So far so good.

(I'm rather surprised at how version-sensitive Mifos is ... and starting
to get very nervous about it.   Any recommendations for a stable and
stress-free life with Mifos would be gratefully received.)

John (:



-------- Original Message --------
Subject:        [Mifos-users] Fwd: Mifos configuration problem
Date:   Sun, 09 Jun 2013 17:04:27 +0100
From:   John Waters <j...@esrad.org.uk>
Reply-To:       j...@esrad.org.uk, "A good place to start for users or folks
new to Mifos." <mifos-users@lists.sourceforge.net>
To:     mifos-users@lists.sourceforge.net



Further to my previous post, I deleted the "mifos" database and created
a new installation.  Then, before making any other changes, I tried
adding a "Regional Office" below "Head Office".  I had exactly the same
problem as below.

Any suggestions?

John \:


-------- Original Message --------
Subject:        [Mifos-users] Mifos configuration problem
Date:   Sun, 09 Jun 2013 16:43:13 +0100
From:   John Waters <j...@esrad.org.uk>
Reply-To:       j...@esrad.org.uk, "A good place to start for users or folks
new to Mifos." <mifos-users@lists.sourceforge.net>
To:     mifos-users@lists.sourceforge.net



I have installed Mifos 2.6.1 and have made very few configuration
changes so far.  In fact, since logging in initially, all I have changed
are the password and contact details for user "mifos", the name and
contact details for the head office and the office hierarchy (having
removed "Regional Office", "Divisional Office" and "Area Office" at
/mifos/viewOfficeHierarchy.ftl).

When I try to add a "Branch Office" and click the preview button I get
the following message:
    "An unhandled error has occurred. Please contact your system
administrator."
and giving me a link to "View stack trace" (which show the stack trace
pasted slightly further down).

I returned to /mifos/viewOfficeHierarchy.ftl and restored the "Regional
Office", "Divisional Office" and "Area Office".  I then tried to add a
"Regional Office" and had the same result.  I can't proceed any further,
so I'll try again with a fresh installation.

Meanwhile here's the stack trace shown when trying to preview addion of
"Branch Office":

        org.springframework.aop.AopInvocationException: AOP
configuration seems to be invalid: tried calling method [public abstract
java.util.List                 
           
org.mifos.platform.questionnaire.persistence.EventSourceDao.retrieveCountByEventAndSource(java.lang.String,java.lang.String)]
on target             
org.mifos.platform.persistence.support.GenericDaoHibernateImpl@fe4b0b];
nested exception is java.lang.IllegalArgumentException: object is not an
instance of declaring class
            at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:326)
            at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:196)
            at
com.sun.proxy.$Proxy53.retrieveCountByEventAndSource(Unknown Source)
            at
org.mifos.platform.questionnaire.validators.QuestionnaireValidatorImpl.validateEventSource(QuestionnaireValidatorImpl.java:567)
            at
org.mifos.platform.questionnaire.validators.QuestionnaireValidatorImpl.validateForEventSource(QuestionnaireValidatorImpl.java:101)
            at
org.mifos.platform.questionnaire.domain.QuestionnaireServiceImpl.getQuestionGroups(QuestionnaireServiceImpl.java:220)
            at
org.mifos.platform.questionnaire.service.QuestionnaireServiceFacadeImpl.getQuestionGroups(QuestionnaireServiceFacadeImpl.java:187)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
            at
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
            at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
            at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
            at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
            at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
            at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
            at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
            at com.sun.proxy.$Proxy63.getQuestionGroups(Unknown Source)
            at
org.mifos.application.questionnaire.struts.QuestionnaireFlowAdapter.getQuestionGroups(QuestionnaireFlowAdapter.java:154)
            at
org.mifos.application.questionnaire.struts.QuestionnaireFlowAdapter.fetchAppliedQuestions(QuestionnaireFlowAdapter.java:55)
            at
org.mifos.customers.office.struts.action.OffAction.preview(OffAction.java:142)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at
org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:274)
            at
org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:194)
            at
org.mifos.framework.struts.action.BaseAction.execute(BaseAction.java:201)
            at
org.mifos.framework.struts.action.MifosRequestProcessor.processActionPerform(MifosRequestProcessor.java:196)
            at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
            at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194)
            at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:534)
            at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1352)
            at
org.mifos.servlet.filters.MifosAccessLogFilter.doFilter(MifosAccessLogFilter.java:72)
            at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
            at
org.mifos.framework.persistence.DatabaseInitFilter.doFilter(DatabaseInitFilter.java:58)
            at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
            at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
            at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
            at
org.mifos.security.authentication.MifosLegacyUsernamePasswordAuthenticationFilter.doFilter(MifosLegacyUsernamePasswordAuthenticationFilter.java:116)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
            at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
            at
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
            at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
            at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
            at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
            at
org.mifos.servlet.filters.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:70)
            at
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1323)
            at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:474)
            at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
            at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:480)
            at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
            at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:934)
            at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:404)
            at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:184)
            at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:869)
            at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
            at
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247)
            at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151)
            at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
            at org.eclipse.jetty.server.Server.handle(Server.java:346)
            at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:581)
            at
org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1057)
            at
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:807)
            at
org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:220)
            at
org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:411)
            at
org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:526)
            at
org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:41)
            at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:528)
            at java.lang.Thread.run(Thread.java:662)
        Caused by: java.lang.IllegalArgumentException: object is not an
instance of declaring class
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
            ... 90 more
       
(NB Only minor changes  were made to
config/applicationConfiguration.custom.properties before first running
Mifos (e.g. number of decimal places carried, accounting currency) and
all within the rules specified.)

I need more help!

John (:

 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users






------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Mifos-users mailing list
Mifos-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to