[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-devel] Status of plugin failure handling, logging, property valu
From: |
Rich Kilmer |
Subject: |
RE: [FR-devel] Status of plugin failure handling, logging, property values. |
Date: |
Tue, 12 Nov 2002 12:11:41 -0500 |
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On Behalf Of Laurent Julliard
> Sent: Tuesday, November 12, 2002 10:05 AM
> To: address@hidden
> Subject: Re: [FR-devel] Status of plugin failure handling,
> logging, property values.
>
>
> Rich Kilmer wrote:
> > Team,
> >
> > I finished in the abilty for FreeBASE to handle failed plugin
> > load/starts gracefully. If a plugin fails to load (because of a
> > failed require statement like ripper.rb ;-) it will perform a
> > transition_failure. If this happens, the Configuration object will
> > remove it from the load list, and all plugins that are
> dependent on it
> > (cascading to other dependencies). It will also remove those same
> > plugins from the start list (since you cannot start if you did not
> > load). It will report whatever exception occurs to the log
> file (full
> > stack trace) for dubugging.
> >
>
> FR starts ok but I have the following in the text console:
>
> Failing to start: Logger
>
> Logger is not started but I couldn't figure out why.
>
> Also on my machine selecting File->Exit displays the msg "Shutdown in
> 1 sec..." as usual but it doesn't shutdown at all. A second
> File->Exit
> does it ?! Same problem any one?
>
> --
I get the same problem with File/Exit although clicking on the X works
on the first click.
My logger starts...you may want to remove your config/properties.yaml
file and restart...you may have a value in config/properties.yaml for
loglevel as "0" instead of 0 (or to the new value of 2). It used to be
a string, but should now be an integer.
- [FR-devel] Status of plugin failure handling, logging, property values., Rich Kilmer, 2002/11/12
- Re: [FR-devel] Status of plugin failure handling, logging, property values., Laurent Julliard, 2002/11/12
- RE: [FR-devel] Status of plugin failure handling, logging, property values.,
Rich Kilmer <=
- Re: [FR-devel] Status of plugin failure handling, logging, property values., Laurent Julliard, 2002/11/12
- RE: [FR-devel] Status of plugin failure handling, logging, property values., Rich Kilmer, 2002/11/12
- Re: [FR-devel] Status of plugin failure handling, logging, property values., Laurent Julliard, 2002/11/13