Skip to content

Instantly share code, notes, and snippets.

@dinoboy197
Created March 2, 2015 06:02
Show Gist options
  • Save dinoboy197/1a5d9953dc2d7ff1d4d7 to your computer and use it in GitHub Desktop.
Save dinoboy197/1a5d9953dc2d7ff1d4d7 to your computer and use it in GitHub Desktop.
Test output for JBidwatcher
[traack@GM16945 jbidwatcher (maven_test)]$ mvn clean test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBidwatcher 2.99.x-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jbidwatcher ---
[INFO] Deleting /Users/traack/git/dinoboy197/jbidwatcher/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jbidwatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/traack/git/dinoboy197/jbidwatcher/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ jbidwatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 214 source files to /Users/traack/git/dinoboy197/jbidwatcher/target/classes
[INFO] Some input files use or override a deprecated API.
[INFO] Recompile with -Xlint:deprecation for details.
[INFO] Some input files use unchecked or unsafe operations.
[INFO] Recompile with -Xlint:unchecked for details.
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jbidwatcher ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/traack/git/dinoboy197/jbidwatcher/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ jbidwatcher ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /Users/traack/git/dinoboy197/jbidwatcher/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ jbidwatcher ---
[INFO] Surefire report directory: /Users/traack/git/dinoboy197/jbidwatcher/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.jbidwatcher.auction.AuctionEntryTest
Tests run: 37, Failures: 0, Errors: 37, Skipped: 0, Time elapsed: 0.075 sec <<< FAILURE! - in com.jbidwatcher.auction.AuctionEntryTest
testSetGetShipping(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.024 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testIsJustAdded(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetThumbnail(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetFlags(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetTitle(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetInsuranceOptional(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetCategory(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetNumBidders(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.003 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetEndDate(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetStartDate(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetServer(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetShippingWithInsurance(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetTimeLeft(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetBidQuantity(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetItemLocation(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetSnipeDate(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetInvalid(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetIdentifier(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetComment(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetQuantity(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetSnipeQuantity(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetHighBidder(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetBid(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetBuyNow(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetCurBid(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.003 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetSnipeTime(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetInsurance(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetSticky(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetMinBid(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetCancelledSnipe(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetSeller(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetStatusCount(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.002 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetUSCurBid(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetDefaultSnipeTime(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testGetSnipeBid(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetGetLastStatus(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
testSetEnded(com.jbidwatcher.auction.AuctionEntryTest) Time elapsed: 0.001 sec <<< ERROR!
java.lang.RuntimeException: Can't access the sellers database table
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.util.db.Table.<init>(Table.java:59)
at com.jbidwatcher.util.db.ActiveRecord.openDB(ActiveRecord.java:28)
at com.jbidwatcher.auction.Seller.getDatabase(Seller.java:73)
at com.jbidwatcher.util.db.ActiveRecord.getTable(ActiveRecord.java:48)
at com.jbidwatcher.util.db.ActiveRecord.findFirstByUncached(ActiveRecord.java:206)
at com.jbidwatcher.util.db.ActiveRecord.findFirstBy(ActiveRecord.java:217)
at com.jbidwatcher.auction.Seller.findFirstBy(Seller.java:79)
at com.jbidwatcher.auction.Seller.makeSeller(Seller.java:44)
at com.jbidwatcher.auction.MockAuctionInfo.<init>(MockAuctionInfo.java:32)
at com.jbidwatcher.auction.AuctionEntryTest.setUp(AuctionEntryTest.java:33)
Running com.jbidwatcher.auction.AuctionInfoTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jbidwatcher.auction.AuctionInfoTest
Running com.jbidwatcher.auction.MultiSnipeTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in com.jbidwatcher.auction.MultiSnipeTest
testWinAuction(com.jbidwatcher.auction.MultiSnipeTest) Time elapsed: 0 sec <<< ERROR!
java.lang.NullPointerException: null
at java.util.Hashtable.put(Hashtable.java:394)
at java.util.Properties.setProperty(Properties.java:143)
at java.lang.System.setProperty(System.java:745)
at com.jbidwatcher.util.db.Database.<init>(Database.java:53)
at com.jbidwatcher.Upgrader.upgrade(Upgrader.java:26)
at com.jbidwatcher.auction.MultiSnipeTest.setUp(MultiSnipeTest.java:29)
Running com.jbidwatcher.auction.server.ebay.ebayServerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in com.jbidwatcher.auction.server.ebay.ebayServerTest
Running com.jbidwatcher.ui.ApplicationTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 sec <<< FAILURE! - in com.jbidwatcher.ui.ApplicationTest
warning(junit.framework.TestSuite$1) Time elapsed: 0 sec <<< FAILURE!
junit.framework.AssertionFailedError: No tests found in com.jbidwatcher.ui.ApplicationTest
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.TestCase.fail(TestCase.java:227)
at junit.framework.TestSuite$1.runTest(TestSuite.java:97)
Running com.jbidwatcher.util.CurrencyTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in com.jbidwatcher.util.CurrencyTest
Running com.jbidwatcher.util.db.TableTest
Sun Mar 01 22:01:04 PST 2015: Loaded the appropriate driver.
Sun Mar 01 22:01:05 PST 2015: Connected to and created database jbdb (JBidwatcher DataBase)
Sun Mar 01 22:01:05 PST 2015: Closed connection
Sun Mar 01 22:01:05 PST 2015: Database shut down normally
Sun Mar 01 22:01:05 PST 2015: Loaded the appropriate driver.
Sun Mar 01 22:01:05 PST 2015: Connected to database jbdb (JBidwatcher DataBase)
Sun Mar 01 22:01:05 PST 2015: Closed connection
Sun Mar 01 22:01:05 PST 2015: Database shut down normally
Sun Mar 01 22:01:05 PST 2015: Loaded the appropriate driver.
Sun Mar 01 22:01:05 PST 2015: Connected to and created database jbdb (JBidwatcher DataBase)
Sun Mar 01 22:01:05 PST 2015: Closed connection
Sun Mar 01 22:01:05 PST 2015: Database shut down normally
Sun Mar 01 22:01:05 PST 2015: Loaded the appropriate driver.
Sun Mar 01 22:01:05 PST 2015: Connected to and created database jbdb (JBidwatcher DataBase)
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.738 sec <<< FAILURE! - in com.jbidwatcher.util.db.TableTest
testInsertData(com.jbidwatcher.util.db.TableTest) Time elapsed: 1.18 sec <<< ERROR!
java.sql.SQLSyntaxErrorException: Schema 'TEST_TABLES' does not exist
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement40.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver40.newEmbedPreparedStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
at com.jbidwatcher.util.db.Database.prepare(Database.java:190)
at com.jbidwatcher.util.db.Table.<init>(Table.java:63)
at com.jbidwatcher.Upgrader.dbMigrate(Upgrader.java:37)
at com.jbidwatcher.Upgrader.upgrade(Upgrader.java:30)
at com.jbidwatcher.util.db.TableTest.setUp(TableTest.java:42)
testCountEntries(com.jbidwatcher.util.db.TableTest) Time elapsed: 0.3 sec <<< ERROR!
java.sql.SQLSyntaxErrorException: Schema 'TEST_TABLES' does not exist
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement40.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver40.newEmbedPreparedStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
at com.jbidwatcher.util.db.Database.prepare(Database.java:190)
at com.jbidwatcher.util.db.Table.<init>(Table.java:63)
at com.jbidwatcher.Upgrader.dbMigrate(Upgrader.java:37)
at com.jbidwatcher.Upgrader.upgrade(Upgrader.java:30)
at com.jbidwatcher.util.db.TableTest.setUp(TableTest.java:42)
testDeleteData(com.jbidwatcher.util.db.TableTest) Time elapsed: 0.258 sec <<< ERROR!
java.sql.SQLSyntaxErrorException: Schema 'TEST_TABLES' does not exist
at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.FromBaseTable.bindTableDescriptor(Unknown Source)
at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement40.<init>(Unknown Source)
at org.apache.derby.jdbc.Driver40.newEmbedPreparedStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
at com.jbidwatcher.util.db.Database.prepare(Database.java:190)
at com.jbidwatcher.util.db.Table.<init>(Table.java:63)
at com.jbidwatcher.Upgrader.dbMigrate(Upgrader.java:37)
at com.jbidwatcher.Upgrader.upgrade(Upgrader.java:30)
at com.jbidwatcher.util.db.TableTest.setUp(TableTest.java:42)
Results :
Failed tests:
TestSuite$1.warning No tests found in com.jbidwatcher.ui.ApplicationTest
Tests in error:
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
AuctionEntryTest.setUp:33 ? Runtime Can't access the sellers database table
MultiSnipeTest.setUp:29 ? NullPointer
TableTest.setUp:42 ? SQLSyntaxError Schema 'TEST_TABLES' does not exist
TableTest.setUp:42 ? SQLSyntaxError Schema 'TEST_TABLES' does not exist
TableTest.setUp:42 ? SQLSyntaxError Schema 'TEST_TABLES' does not exist
Tests run: 86, Failures: 1, Errors: 41, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.797 s
[INFO] Finished at: 2015-03-01T22:01:05-08:00
[INFO] Final Memory: 17M/83M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project jbidwatcher: There are test failures.
[ERROR]
[ERROR] Please refer to /Users/traack/git/dinoboy197/jbidwatcher/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment