In catalina.2008-07-16.log:
Jul 16, 2008 11:05:53 AM org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
Jul 16, 2008 11:05:53 AM org.apache.catalina.core.StandardContext start
GRAVE: Context [/mifos] startup failed due to previous errors
In localhost.2008-07-16.log
16 juil. 2008 11:05:52 org.apache.catalina.core.StandardContext
listenerStart
GRAVE: Exception sending context initialized event to listener instance
of class org.mifos.framework.ApplicationInitializer
java.lang.Error:
org.mifos.application.configuration.exceptions.ConfigurationException:
The value for key ProcessFlow.ClientPendingApprovalStateEnabled in the
file applicationConfiguration.custom.properties must to be set to 1
because it was set to 1 in the database, hence can't be set to to 0 in
the custom configuration file as this might invalidate existing data.
Records for clients in the 'pending approval' state may already exist.
Also, applicationConfiguration.default.properties must never be
changed--make sure this file is untouched.
In applicationConfiguration.custom.properties:
# Mutability: TRAPDOOR. May only be changed to "false" before first
deployment.
# After initial deployment, may only be changed to "true".
# Type: boolean (true/false)
# Default: true
ProcessFlow.ClientPendingApprovalStateEnabled=false
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
// status_id=2 is Client Pending status
update customer_state set currently_in_use =0 where status_id=2;
You may want to check with Adam Monsen about this because he is the expert on this. Thank you.
kim
--- On Wed, 7/16/08, Jeff Blue <jeff...@embarqmail.com> wrote:
Hi Jeff,
As Kim said, Adam is the expert—but yes, I believe this is true for the other pending status’.
You should know that we haven’t done very much testing with this configuration set to false since we didn’t think this was a very common use case—so you might run into bugs with this configuration setting. Jeff B. can comment about the level of testing—but we certainly didn’t do a full pass through the application. Our current deployments have this status enabled—so we also don’t have any validation from our current customers. This is a long-winded way of saying that I’d be cautious about changing this setting. J
If you turn off the pending status—do let us know if you come across any issues or bugs!
Hope this helps,
Emily.
Sorry, no. My colleagues give me too much credit. :)
I don't know what effect directly modifying customer_state will have,
but
the one thing I think I recall about this setting is that you _cannot_
have
_any_ records in the database when you modify this setting, except
what is created from "ant build_db" or by following the v1.1 install
instructions.
--
Adam Monsen
Jeff,
(Apologies if someone already sent a response to this)-- but would you
mind filing a bug about this issue in our issue tracker?
https://mifos.dev.java.net/issues/enter_bug.cgi
You may need to register on java.net if you haven't already. You can do
that here (select "observer" role to get the necessary permissions):
https://www.dev.java.net/servlets/Join
And then join Mifos here:
https://mifos.dev.java.net/
Thanks!
Emily.
Whoops-- there is already an issue for bug. Thanks for entering!
Emily
Sorry for the confusion. I was referring to your new one (I didn’t realize it was entered so recently).
Again—thanks for entering the bug!
Emily.
From:
mifos-devel...@lists.sourceforge.net
[mailto:mifos-devel...@lists.sourceforge.net] On Behalf Of Jeff
Blue
Sent: Wednesday, July 23, 2008 1:51 PM
To: Developer
Subject: Re: [Mifos-developer] Configuration error
I just entered one this afternoon. I searched for an
existing one first and didn't find one. Are you referring to my new one or a
previous one that I missed? If the latter, would you please email me the link
or issue #. Thanks - Jeff
Emily Tucker wrote: