Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread michel_climber

Greetings ! 

I have migrated my ejb to Orion, these ejb has System.out.println("flags") 
that Orion doesn't show in the console. 
I'm runing orion in this way:java -jar Orion.jar 
I don't know if I have to run orion in an special way or do any 
configuration in order to get that orion show the 
System.out.println("flags") in the console ? 

thanks  





___
Say Bye to Slow Internet!
http://www.home.com/xinbox/signup.html





Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Sven van 't Veer



[EMAIL PROTECTED] wrote:
 
 Greetings !
 
 I have migrated my ejb to Orion, these ejb has System.out.println("flags")
 that Orion doesn't show in the console.
 I'm runing orion in this way:java -jar Orion.jar
 I don't know if I have to run orion in an special way or do any
 configuration in order to get that orion show the
 System.out.println("flags") in the console ?
 
 thanks

Don't understand what goes wrong. I print to stdout all the time using
orion

-- 
==
Sven E. van 't Veer  
http://www.cachoeiro.net
Java Developer  [EMAIL PROTECTED]
==




Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Thomas Munro

Michel,

This a bug in a certain version of Orion from a few weeks ago.  Try
updating and see if that improves things.  (java -jar autoupdate.jar)

-- 
Thomas Munro [EMAIL PROTECTED]
 http://www.gi-technology.com/
 GI Technology (Paris)

On Fri, 10 Nov 2000 [EMAIL PROTECTED] wrote:

 Greetings ! 
 
 I have migrated my ejb to Orion, these ejb has System.out.println("flags") 
 that Orion doesn't show in the console. 
 I'm runing orion in this way:java -jar Orion.jar 
 I don't know if I have to run orion in an special way or do any 
 configuration in order to get that orion show the 
 System.out.println("flags") in the console ? 
 
 thanks  
 
 
 
 
 
 ___
 Say Bye to Slow Internet!
 http://www.home.com/xinbox/signup.html
 
 
 





Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Hani Suleiman

Make sure that the code that is calling the println is actually being
called, and that you're not redirecting System.out to a file.

On Fri, 10 Nov 2000, Sven van 't Veer wrote:

 
 
 [EMAIL PROTECTED] wrote:
  
  Greetings !
  
  I have migrated my ejb to Orion, these ejb has System.out.println("flags")
  that Orion doesn't show in the console.
  I'm runing orion in this way:java -jar Orion.jar
  I don't know if I have to run orion in an special way or do any
  configuration in order to get that orion show the
  System.out.println("flags") in the console ?
  
  thanks
 
 Don't understand what goes wrong. I print to stdout all the time using
 orion