Deleting that Felix console line fixes the problem. Is that line necessary for something? It seems like an easy work around if its ok to delete that.
...ant On Tue, Mar 18, 2008 at 4:07 PM, Rajini Sivaram < [EMAIL PROTECTED]> wrote: > Ant, > > Did you try running without the Felix console - remove the line containing > org.apache.felix.shell.tui from > osgi-implementation\src\test\resources\osgi\felix\felix.config.properties? > > > > On 3/18/08, ant elder <[EMAIL PROTECTED]> wrote: > > > > Yes that simple test works ok, also changing the maven-surefire-plugin > > config to have <forkMode>never</forkMode> also fixes the problem as does > > running in debug mode in eclipse (even with no breakpoints set). > > > > ...ant > > > > On Tue, Mar 18, 2008 at 3:45 PM, Raymond Feng <[EMAIL PROTECTED]> > > wrote: > > > > > Not sure if this is related: > > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4851715. > > > > > > Your thread hangs at: > > > at java.net.Inet4AddressImpl.getLocalHostName(Native Method) > > > at java.net.InetAddress.getLocalHost(InetAddress.java:1297) > > > > > > Can you try a simple java test case to call > > > java.net.InetAddress.getLocalHost()? > > > > > > Thanks, > > > Raymond > > > -------------------------------------------------- > > > From: "ant elder" <[EMAIL PROTECTED]> > > > Sent: Tuesday, March 18, 2008 4:12 AM > > > To: "tuscany-dev" <[email protected]> > > > Subject: Hang in new UID() in ThreadPoolWorkManager > > > > > > > Debugging TUSCANY-2093 it looks like I get a hang in the new UID() > > > > statement > > > > on line 92. Googling around i can't find much about what could be > > > causing > > > > that, i've tried different JVMs, stopping firewalls, all the various > > > > network > > > > apps running etc, nothing makes any difference. Any one have any > > ideas? > > > > > > > > ...ant > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > Thank you... > > Regards, > > Rajini
