Are you using Eclipse to run Felix by any chance?  We had lots and
lots of strange problems just like yours when we did.  We would have
to hit enter or ps at about 10 different points in our startup.  We
eventually gave up and always run from the command line.

If you need to debug, set up remote debugging like so:

java -Xms512M -Xmx512M
-Dfelix.config.properties=file:conf/my-config.properties -Xdebug
-Xnoagent -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n
-jar felixbin\felix.jar

And connect a debugger to 8787.

Pat.


-- 
Defy mediocrity.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to