Resource Menu


posted by Julien Forest at Feb 5, 2010 11:11 AM
Quote
Dear all,

If the application freezes during the launching phase, this is generally due to a missing or unproperly set component in the thirdpart, but being called after the initiallysation of the GUI.

Because by default the error and standard outputs are forwarded towart the JyConsole, the error messages are not printed.

To solve this (and see what's happen), just edit the cassandra.properties and comment temporay the stream redirections as follow:

  1. Choose to overide the standard output into the JyConsole or not.
#jyconsole.pref.print.std.stream=true
  1. Choose to overide the standard output error into the JyConsole or not.
#jyconsole.pref.print.error.stream=true

Re-set these values after the bug fix to re-forward stream to the JyConsole.

Best,

Ju.