|
From: Kit P. <fel...@bl...> - 2007-12-03 17:54:18
|
Thanks Leif. I found the problem...just capturing here for posterity. Felix provides a command line/terminal interface in the form of OSGi bundles called shell and shell-tui. When running in console mode these maintain their functionality allowing user input to the console. But, when launching via the wrapper in daemon mode that functionality goes crazy. Not starting those bundles allows Felix to run with no problems. Kit On Dec 3, 2007, at 9:55 AM, Leif Mortenson wrote: > Kit, > That output is mixed in with the other output of your application. > The Wrapper appears to be logging it correctly. I think that is > coming from the application running within the Wrapper. I would > try doing a search in that code for "->" and see under which > conditions that would happen. > > Cheers, > Leif > > Kit Plummer wrote: >> Here's the log file output. First is the output from CONSOLE mode - >> no problems. Then, when I try to start as a DAEMON...it starts >> chunkin'. >> >> http://pastebin.com/f35914f49 >> >> Kit >> >> >> On Dec 1, 2007, at 2:31 AM, Leif Mortenson wrote: >> >> >>> Kit, >>> If an application writes an updating status repeatedly over the same >>> line the wrapper will output lots of lines out put due to the way >>> the >>> logging works. But that looks like a different issue than what you >>> are seeing. >>> >>> At any rate, that is not coming from the wrapper itself. What does >>> the log file look like? Including timestamps? >>> >>> Cheers, >>> Leif >>> >>> Kit Plummer wrote: >>> >>>> ...when running as a server, but not console. Anyone see this? My >>>> log file files up very rapidly with: >>>> >>>> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> - >>>> >>>>> - >>>>> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> -> - >>>>> > - >>>>> -> -> -> -> -> -> -> -> -> >>>>> >>>> I'm wrapping Felix (OSGi) framework. >>>> >>>> Thanks. >>>> Kit >>>> >>>> >>> ------------------------------------------------------------------------- >>> SF.Net email is sponsored by: The Future of Linux Business White >>> Paper >>> from Novell. From the desktop to the data center, Linux is going >>> mainstream. Let it simplify your IT future. >>> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 >>> _______________________________________________ >>> Wrapper-user mailing list >>> Wra...@li... >>> https://lists.sourceforge.net/lists/listinfo/wrapper-user >>> >> >> >> ------------------------------------------------------------------------- >> SF.Net email is sponsored by: The Future of Linux Business White >> Paper >> from Novell. From the desktop to the data center, Linux is going >> mainstream. Let it simplify your IT future. >> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 >> _______________________________________________ >> Wrapper-user mailing list >> Wra...@li... >> https://lists.sourceforge.net/lists/listinfo/wrapper-user >> >> > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user |