Dwarf Server Framework 1.3.1

Known Bugs


  1. Bug: The Console's interactive command prompt may not work when the Java process is running in background on a Unix platform.

    Description: If the console prompt is enabled and you are running a Dwarf-based application in background, the system input from the standard input stream may not work as expected.

    Workaround: Disable the interactive command prompt while running the application in the background, otherwise it will be automatically disabled and a warning message will be written to the log if this error condition is detected.

  2. Bug: JdbcOdbc driver can cause problems when the Console's interactive command prompt is enabled.

    Description: If the console prompt is enabled and you are running a Dwarf-based application in Java IDE program, the getConnection() method of java.sql.DriverManager may freeze or crash. This behaviour has been observed when trying to connect via the com.sun.jdbc.JdbcOdbc driver.

    Workaround: Disable the interactive command prompt while running the application in a Java IDE. You can do it by setting the prompt attribute of SK.gnome.dwarf.main.Console to false.

 

Return to the main page.


Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.