https://bugzilla.redhat.com/show_bug.cgi?id=832816

--- Comment #4 from gil cattaneo <[email protected]> ---
> c) test can not be run during build?
test]$ sh ./testServerShutdown.sh

Mckoi SQL Database ( 1.0.4 )
Copyright (C) 2000 - 2011 Diehl and Associates, Inc.  All rights reserved.
Use: -h for help.

  Mckoi SQL Database comes with ABSOLUTELY NO WARRANTY.
  This is free software, and you are welcome to redistribute it
  under certain conditions.  See LICENSE.txt for details of the
  GPL License.

java.sql.SQLException: Connection refused
        at
com.mckoi.database.jdbc.TCPStreamDatabaseInterface.connectToDatabase(TCPStreamDatabaseInterface.java:76)
        at com.mckoi.database.jdbc.MDriver.connect(MDriver.java:586)
        at java.sql.DriverManager.getConnection(DriverManager.java:579)
        at java.sql.DriverManager.getConnection(DriverManager.java:221)
        at com.mckoi.runtime.McKoiDBMain.doShutDown(McKoiDBMain.java:131)
        at com.mckoi.runtime.McKoiDBMain.main(McKoiDBMain.java:211)


test]$ sh ./runServerTest.sh
java.sql.SQLException: Connection refused
        at
com.mckoi.database.jdbc.TCPStreamDatabaseInterface.connectToDatabase(TCPStreamDatabaseInterface.java:76)
        at com.mckoi.database.jdbc.MDriver.connect(MDriver.java:586)
        at java.sql.DriverManager.getConnection(DriverManager.java:579)
        at java.sql.DriverManager.getConnection(DriverManager.java:221)
        at com.mckoi.tools.JDBCScriptTool.main(JDBCScriptTool.java:257)
JDBCScriptTool [-jdbc JDBC_Driver_Class] [-url JDBC_URL] 
               -u username -p password 
               [-in Input_SQL_File] [-out Output_Result_File] 

  If -in or -out are not specified then the tool uses System.in 
  and System.out respectively.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to