<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "运行 测试 打包出问题 请指示错误 谢谢..."]]></title>
		<link>https://forum.andowson.com/posts/list/7.page</link>
		<description><![CDATA[Latest messages posted in the topic "运行 测试 打包出问题 请指示错误 谢谢..."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>运行 测试 打包出问题 请指示错误 谢谢...</title>
				<description><![CDATA[ [code]INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2458) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2375) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2359) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105) 
<br>
 at net.jforum.api.integration.rest.ApiInsertDeleteDAO.insert(RESTAuthenticationTestCase.java:122) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.createApiKey(RESTAuthenticationTestCase.java:61) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.setUp(RESTAuthenticationTestCase.java:91) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:56,882 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_api' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2458) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2375) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2359) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105) 
<br>
 at net.jforum.api.integration.rest.ApiInsertDeleteDAO.insert(RESTAuthenticationTestCase.java:122) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.createApiKey(RESTAuthenticationTestCase.java:61) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.setUp(RESTAuthenticationTestCase.java:91) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.068 sec &lt;&lt;&lt; FAILURE! 
<br>
Running net.jforum.AutoLoginTest 
<br>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec 
<br>
Running net.jforum.entities.BanlistTestCase 
<br>
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec 
<br>
Running net.jforum.entities.PoolChangesTest 
<br>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec 
<br>
Running net.jforum.entities.TopicTypeComparatorTest 
<br>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec 
<br>
Running net.jforum.OnlineUsersTest 
<br>
10:17:56,946 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:56,958 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 0_1379902676960 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 1_1379902676960 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session logged_1379902676962 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 0_1379902676962 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 1_1379902676962 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 2_1379902676962 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 1_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 1_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 3_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 2_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 3_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 4_1379902676963 
<br>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec 
<br>
Running net.jforum.search.LuceneSearchTestCase 
<br>
10:17:56,980 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,185 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene is a gem in the open source world&gt;&gt; 
<br>
10:17:57,227 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:2&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene in action is the authoritative guide to lucene&gt;&gt; 
<br>
10:17:57,230 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:Powers search in surprising places [...] open to everyone&gt;&gt; 
<br>
10:17:57,235 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:2&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:It introduces you to searching, sorting, filtering and highlighting [...]&gt;&gt; 
<br>
10:17:57,242 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:How to integrate lucene into your applications&gt;&gt; 
<br>
10:17:57,248 INFO [LuceneSearch ] searching for: open lucene xpto authoritative 
<br>
10:17:57,262 INFO [LuceneSearch ] criteria=[+(forum.id:1) AND +((contents:open OR subject:open)(contents:lucene OR subject:lucene)(contents:xpto OR subject:xpto)(contents:authoritative OR subject:authoritative))] 
<br>
10:17:57,305 INFO [LuceneSearch ] hits=3 
<br>
10:17:57,306 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,311 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,317 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:2&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,322 INFO [LuceneSearch ] searching for: 
<br>
10:17:57,322 INFO [LuceneSearch ] criteria=[+(forum.id:1)] 
<br>
10:17:57,323 INFO [LuceneSearch ] hits=1 
<br>
10:17:57,323 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,326 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene is a gem in the open source world&gt;&gt; 
<br>
10:17:57,329 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene in action is the authoritative guide to lucene&gt;&gt; 
<br>
10:17:57,335 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:Powers search in surprising places [...] open to everyone&gt;&gt; 
<br>
10:17:57,337 INFO [LuceneSearch ] searching for: open lucene 
<br>
10:17:57,337 INFO [LuceneSearch ] criteria=[+((contents:open OR subject:open)(contents:lucene OR subject:lucene))] 
<br>
10:17:57,341 INFO [LuceneSearch ] hits=3 
<br>
10:17:57,342 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,345 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:java&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,347 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:something else&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,350 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:debug&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,352 INFO [LuceneSearch ] searching for: java 
<br>
10:17:57,352 INFO [LuceneSearch ] criteria=[+(+(contents:java OR subject:java))] 
<br>
10:17:57,353 INFO [LuceneSearch ] hits=1 
<br>
10:17:57,353 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,356 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:a regular text with some magic word&gt;&gt; 
<br>
10:17:57,358 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:say shazan to see the magic happen&gt;&gt; 
<br>
10:17:57,360 INFO [LuceneSearch ] searching for: magic regular 
<br>
10:17:57,360 INFO [LuceneSearch ] criteria=[+(+(contents:magic OR subject:magic)+(contents:regular OR subject:regular))] 
<br>
10:17:57,361 INFO [LuceneSearch ] hits=1 
<br>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec 
<br>
Running net.jforum.summary.SummaryTest 
<br>
10:17:57,366 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,367 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,368 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,368 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,369 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,369 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,374 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|1024994] registered. 
<br>
10:17:57,374 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,375 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
10:17:57,378 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,378 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,379 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,382 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,383 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,383 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,383 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,384 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,384 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,392 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|18bbf55] registered. 
<br>
10:17:57,393 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,393 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
java.net.BindException: Address already in use: JVM_Bind 
<br>
 at java.net.PlainSocketImpl.socketBind(Native Method) 
<br>
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) 
<br>
 at java.net.ServerSocket.bind(ServerSocket.java:328) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:194) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:106) 
<br>
 at com.dumbster.smtp.SimpleSmtpServer.run(Unknown Source) 
<br>
 at java.lang.Thread.run(Thread.java:662) 
<br>
10:17:57,395 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,395 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,396 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,398 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,399 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,400 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,400 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,401 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,401 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,406 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|1e91a4d] registered. 
<br>
10:17:57,407 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,407 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
java.net.BindException: Address already in use: JVM_Bind 
<br>
 at java.net.PlainSocketImpl.socketBind(Native Method) 
<br>
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) 
<br>
 at java.net.ServerSocket.bind(ServerSocket.java:328) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:194) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:106) 
<br>
 at com.dumbster.smtp.SimpleSmtpServer.run(Unknown Source) 
<br>
 at java.lang.Thread.run(Thread.java:662) 
<br>
10:17:57,410 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,411 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,411 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,419 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,420 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,420 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,420 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,424 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,425 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,430 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|96b5c2] registered. 
<br>
10:17:57,431 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,431 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
java.net.BindException: Address already in use: JVM_Bind 
<br>
 at java.net.PlainSocketImpl.socketBind(Native Method) 
<br>
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) 
<br>
 at java.net.ServerSocket.bind(ServerSocket.java:328) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:194) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:106) 
<br>
 at com.dumbster.smtp.SimpleSmtpServer.run(Unknown Source) 
<br>
 at java.lang.Thread.run(Thread.java:662) 
<br>
10:17:57,433 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,433 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,435 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.073 sec &lt;&lt;&lt; FAILURE! 
<br>
Running net.jforum.util.I18nTest 
<br>
10:17:57,444 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,449 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,450 INFO [FileMonitor ] Watching /C:/Users/shun/workspace/iforum/target/test-classes/config/languages/default.properties 
<br>
10:17:57,451 INFO [FileMonitor ] Watching /C:/Users/shun/workspace/iforum/target/test-classes/config/languages/orange.properties 
<br>
10:17:57,451 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,454 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,455 INFO [FileMonitor ] Watching /C:/Users/shun/workspace/iforum/target/test-classes/config/languages/cheese.properties 
<br>
10:17:57,455 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,458 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,458 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,460 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,461 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,464 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,464 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,464 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,464 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,466 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,469 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,470 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,473 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,474 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,477 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,478 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,481 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,482 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,485 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,486 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,486 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec 
<br>
Running net.jforum.util.preferences.SystemGlobalsTest 
<br>
10:17:57,490 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties ... 
<br>
10:17:57,491 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties ... 
<br>
10:17:57,492 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties ... 
<br>
10:17:57,493 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/userDefaultsTest.properties ... 
<br>
10:17:57,493 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/test-classes/config/userDefaultsTest.properties 
<br>
10:17:57,493 INFO [SystemGlobals ] Key 'blablabla' is not found in /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties and /C:/Users/shun/workspace/iforum/target/WEB-INF/config/jforum-custom.conf 
<br>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec 
<br>
Running net.jforum.util.preferences.VariableExpanderTest 
<br>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec 
<br>
Running net.jforum.util.SafeHtmlTest 
<br>
10:17:57,501 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,533 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,535 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,536 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec 
<br>
Running net.jforum.util.URLNormalizerTest 
<br>
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec 
<br>
<br>
Results : 
<br>
<br>
Tests in error: 
<br>
 testInReplyToIncorrectShouldCreateNewTopic(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_categories' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT categories_id, title, display_order, moderated FROM jforum_categories ORDER BY display_order 
<br>
<br>
<br>
 testInReplyToCreateNewTopicThenReply(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_categories' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT categories_id, title, display_order, moderated FROM jforum_categories ORDER BY display_order 
<br>
<br>
<br>
 testSimple(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_categories' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT categories_id, title, display_order, moderated FROM jforum_categories ORDER BY display_order 
<br>
<br>
<br>
 testValid(net.jforum.api.integration.rest.RESTAuthenticationTestCase): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_api' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 testInvalid(net.jforum.api.integration.rest.RESTAuthenticationTestCase): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_api' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 testListPosts(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 testLoadRecipients(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 testScheduler(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 testSendMails(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
<br>
Tests run: 62, Failures: 0, Errors: 9, Skipped: 0 
<br>
<br>
[INFO] ------------------------------------------------------------------------ 
<br>
[INFO] BUILD FAILURE 
<br>
[INFO] ------------------------------------------------------------------------ 
<br>
[INFO] Total time: 21.939s 
<br>
[INFO] Finished at: Mon Sep 23 10:17:57 CST 2013 
<br>
[INFO] Final Memory: 16M/73M 
<br>
[INFO] ------------------------------------------------------------------------ 
<br>
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project jforum: There are test failures. 
<br>
[ERROR] 
<br>
[ERROR] Please refer to C:\Users\shun\workspace\iforum\target\surefire-reports for the individual test results. 
<br>
[ERROR] -&gt; [Help 1] 
<br>
[ERROR] 
<br>
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
<br>
[ERROR] Re-run Maven using the -X switch to enable full debug logging. 
<br>
[ERROR] 
<br>
[ERROR] For more information about the errors and possible solutions, please read the following articles: 
<br>
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 
<br>
[/code] 
<br>
各式各样的问题都会出现，这该如何觉解决？]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/614/1294.page</guid>
				<link>https://forum.andowson.com/posts/preList/614/1294.page</link>
				<pubDate><![CDATA[Mon, 23 Sep 2013 10:42:58]]> GMT</pubDate>
				<author><![CDATA[ shun]]></author>
			</item>
			<item>
				<title>运行 测试 打包出问题 请指示错误 谢谢...</title>
				<description><![CDATA[ [quote=shun][code]INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2458) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2375) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2359) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105) 
<br>
 at net.jforum.api.integration.rest.ApiInsertDeleteDAO.insert(RESTAuthenticationTestCase.java:122) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.createApiKey(RESTAuthenticationTestCase.java:61) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.setUp(RESTAuthenticationTestCase.java:91) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:56,882 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_api' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2458) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2375) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2359) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105) 
<br>
 at net.jforum.api.integration.rest.ApiInsertDeleteDAO.insert(RESTAuthenticationTestCase.java:122) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.createApiKey(RESTAuthenticationTestCase.java:61) 
<br>
 at net.jforum.api.integration.rest.RESTAuthenticationTestCase.setUp(RESTAuthenticationTestCase.java:91) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.068 sec &lt;&lt;&lt; FAILURE! 
<br>
Running net.jforum.AutoLoginTest 
<br>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec 
<br>
Running net.jforum.entities.BanlistTestCase 
<br>
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec 
<br>
Running net.jforum.entities.PoolChangesTest 
<br>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec 
<br>
Running net.jforum.entities.TopicTypeComparatorTest 
<br>
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec 
<br>
Running net.jforum.OnlineUsersTest 
<br>
10:17:56,946 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:56,958 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:56,958 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:56,959 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 0_1379902676960 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 1_1379902676960 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session logged_1379902676962 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 0_1379902676962 
<br>
10:17:56,962 DEBUG [SessionFacade ] Removing session 1_1379902676962 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 2_1379902676962 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 1_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 1_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 3_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 2_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 3_1379902676963 
<br>
10:17:56,963 DEBUG [SessionFacade ] Removing session 4_1379902676963 
<br>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec 
<br>
Running net.jforum.search.LuceneSearchTestCase 
<br>
10:17:56,980 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,185 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene is a gem in the open source world&gt;&gt; 
<br>
10:17:57,227 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:2&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene in action is the authoritative guide to lucene&gt;&gt; 
<br>
10:17:57,230 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:Powers search in surprising places [...] open to everyone&gt;&gt; 
<br>
10:17:57,235 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:2&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:It introduces you to searching, sorting, filtering and highlighting [...]&gt;&gt; 
<br>
10:17:57,242 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:How to integrate lucene into your applications&gt;&gt; 
<br>
10:17:57,248 INFO [LuceneSearch ] searching for: open lucene xpto authoritative 
<br>
10:17:57,262 INFO [LuceneSearch ] criteria=[+(forum.id:1) AND +((contents:open OR subject:open)(contents:lucene OR subject:lucene)(contents:xpto OR subject:xpto)(contents:authoritative OR subject:authoritative))] 
<br>
10:17:57,305 INFO [LuceneSearch ] hits=3 
<br>
10:17:57,306 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,311 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:1&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,317 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:2&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,322 INFO [LuceneSearch ] searching for: 
<br>
10:17:57,322 INFO [LuceneSearch ] criteria=[+(forum.id:1)] 
<br>
10:17:57,323 INFO [LuceneSearch ] hits=1 
<br>
10:17:57,323 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,326 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene is a gem in the open source world&gt;&gt; 
<br>
10:17:57,329 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:lucene in action is the authoritative guide to lucene&gt;&gt; 
<br>
10:17:57,335 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:Powers search in surprising places [...] open to everyone&gt;&gt; 
<br>
10:17:57,337 INFO [LuceneSearch ] searching for: open lucene 
<br>
10:17:57,337 INFO [LuceneSearch ] criteria=[+((contents:open OR subject:open)(contents:lucene OR subject:lucene))] 
<br>
10:17:57,341 INFO [LuceneSearch ] hits=3 
<br>
10:17:57,342 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,345 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:java&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,347 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:something else&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,350 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:debug&gt; indexed,tokenized&lt;contents:&gt;&gt; 
<br>
10:17:57,352 INFO [LuceneSearch ] searching for: java 
<br>
10:17:57,352 INFO [LuceneSearch ] criteria=[+(+(contents:java OR subject:java))] 
<br>
10:17:57,353 INFO [LuceneSearch ] hits=1 
<br>
10:17:57,353 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,356 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:a regular text with some magic word&gt;&gt; 
<br>
10:17:57,358 DEBUG [LuceneIndexer ] Indexed Document&lt;stored,indexed&lt;post.id:0&gt; stored,indexed&lt;forum.id:0&gt; stored,indexed&lt;topic.id:0&gt; stored,indexed&lt;user.id:0&gt; stored,indexed&lt;date:20130923101757&gt; indexed,tokenized&lt;subject:&gt; indexed,tokenized&lt;contents:say shazan to see the magic happen&gt;&gt; 
<br>
10:17:57,360 INFO [LuceneSearch ] searching for: magic regular 
<br>
10:17:57,360 INFO [LuceneSearch ] criteria=[+(+(contents:magic OR subject:magic)+(contents:regular OR subject:regular))] 
<br>
10:17:57,361 INFO [LuceneSearch ] hits=1 
<br>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec 
<br>
Running net.jforum.summary.SummaryTest 
<br>
10:17:57,366 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,367 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,368 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,368 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,369 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,369 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,374 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|1024994] registered. 
<br>
10:17:57,374 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,375 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
10:17:57,378 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,378 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,379 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,382 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,383 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,383 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,383 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,384 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,384 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,392 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|18bbf55] registered. 
<br>
10:17:57,393 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,393 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
java.net.BindException: Address already in use: JVM_Bind 
<br>
 at java.net.PlainSocketImpl.socketBind(Native Method) 
<br>
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) 
<br>
 at java.net.ServerSocket.bind(ServerSocket.java:328) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:194) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:106) 
<br>
 at com.dumbster.smtp.SimpleSmtpServer.run(Unknown Source) 
<br>
 at java.lang.Thread.run(Thread.java:662) 
<br>
10:17:57,395 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,395 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,396 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,398 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,399 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,400 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,400 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,401 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,401 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,406 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|1e91a4d] registered. 
<br>
10:17:57,407 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,407 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
java.net.BindException: Address already in use: JVM_Bind 
<br>
 at java.net.PlainSocketImpl.socketBind(Native Method) 
<br>
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) 
<br>
 at java.net.ServerSocket.bind(ServerSocket.java:328) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:194) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:106) 
<br>
 at com.dumbster.smtp.SimpleSmtpServer.run(Unknown Source) 
<br>
 at java.lang.Thread.run(Thread.java:662) 
<br>
10:17:57,410 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,411 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,411 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
<br>
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,419 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,420 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties ... 
<br>
10:17:57,420 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.properties 
<br>
10:17:57,420 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/generic/generic_queries.sql ... 
<br>
10:17:57,424 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/database/mysql/mysql.sql ... 
<br>
10:17:57,425 INFO [ConfigLoader ] Loading data access driver net.jforum.dao.mysql.MysqlDataAccessDriver 
<br>
10:17:57,430 DEBUG [DynamicPooledDataSourceManagerMBean] MBean: com.mchange.v2.c3p0:type=PooledDataSource[1hge32a8xk59p8y1pel8f9|96b5c2] registered. 
<br>
10:17:57,431 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties ... 
<br>
10:17:57,431 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/quartz-jforum.properties 
<br>
java.net.BindException: Address already in use: JVM_Bind 
<br>
 at java.net.PlainSocketImpl.socketBind(Native Method) 
<br>
 at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383) 
<br>
 at java.net.ServerSocket.bind(ServerSocket.java:328) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:194) 
<br>
 at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:106) 
<br>
 at com.dumbster.smtp.SimpleSmtpServer.run(Unknown Source) 
<br>
 at java.lang.Thread.run(Thread.java:662) 
<br>
10:17:57,433 DEBUG [NewPooledConnection ] com.mchange.v2.c3p0.impl.NewPooledConnection@1ce3fc5 handling a throwable. 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,433 DEBUG [SqlUtils ] Attempted to convert SQLException to SQLException. Leaving it alone. [SQLState: 42S02; errorCode: 1146] 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
10:17:57,435 DEBUG [DefaultConnectionTester] Testing a Connection in response to an Exception: 
<br>
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) 
<br>
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) 
<br>
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513) 
<br>
 at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 
<br>
 at com.mysql.jdbc.Util.getInstance(Util.java:386) 
<br>
 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4187) 
<br>
 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4119) 
<br>
 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 
<br>
 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731) 
<br>
 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2815) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) 
<br>
 at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2322) 
<br>
 at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:76) 
<br>
 at net.jforum.dao.generic.GenericUserDAO.findByName(GenericUserDAO.java:908) 
<br>
 at net.jforum.summary.SummaryTest.createTestPost(SummaryTest.java:67) 
<br>
 at net.jforum.summary.SummaryTest.setUp(SummaryTest.java:62) 
<br>
 at junit.framework.TestCase.runBare(TestCase.java:139) 
<br>
 at junit.framework.TestResult$1.protect(TestResult.java:122) 
<br>
 at junit.framework.TestResult.runProtected(TestResult.java:142) 
<br>
 at junit.framework.TestResult.run(TestResult.java:125) 
<br>
 at junit.framework.TestCase.run(TestCase.java:129) 
<br>
 at junit.framework.TestSuite.runTest(TestSuite.java:255) 
<br>
 at junit.framework.TestSuite.run(TestSuite.java:250) 
<br>
 at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115) 
<br>
 at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
<br>
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
<br>
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
<br>
 at java.lang.reflect.Method.invoke(Method.java:597) 
<br>
 at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) 
<br>
 at sun.proxy.$Proxy0.invoke(Unknown Source) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) 
<br>
 at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) 
<br>
 at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 
<br>
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.073 sec &lt;&lt;&lt; FAILURE! 
<br>
Running net.jforum.util.I18nTest 
<br>
10:17:57,444 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,449 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,449 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,450 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,450 INFO [FileMonitor ] Watching /C:/Users/shun/workspace/iforum/target/test-classes/config/languages/default.properties 
<br>
10:17:57,451 INFO [FileMonitor ] Watching /C:/Users/shun/workspace/iforum/target/test-classes/config/languages/orange.properties 
<br>
10:17:57,451 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,454 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,454 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,455 INFO [FileMonitor ] Watching /C:/Users/shun/workspace/iforum/target/test-classes/config/languages/cheese.properties 
<br>
10:17:57,455 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,458 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,458 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,458 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,460 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,460 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,461 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,461 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,464 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,464 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,464 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,464 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,465 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,466 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,469 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,469 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,470 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,473 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,473 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,474 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,477 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,477 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,478 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,481 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,481 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
10:17:57,482 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,485 INFO [ConfigLoader ] Using cache engine: net.jforum.cache.DefaultCacheEngine 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BBCodeRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RankingRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SmiliesRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.ForumRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.TopicRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.SessionFacade 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.PostRepository 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.Tpl 
<br>
10:17:57,485 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.RolesRepository 
<br>
10:17:57,486 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.SecurityRepository 
<br>
10:17:57,486 INFO [ConfigLoader ] Creating an instance of net.jforum.repository.BanlistRepository 
<br>
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec 
<br>
Running net.jforum.util.preferences.SystemGlobalsTest 
<br>
10:17:57,490 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties ... 
<br>
10:17:57,491 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties ... 
<br>
10:17:57,492 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties ... 
<br>
10:17:57,493 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/test-classes/config/userDefaultsTest.properties ... 
<br>
10:17:57,493 INFO [SystemGlobals ] Added /C:/Users/shun/workspace/iforum/target/test-classes/config/userDefaultsTest.properties 
<br>
10:17:57,493 INFO [SystemGlobals ] Key 'blablabla' is not found in /C:/Users/shun/workspace/iforum/target/test-classes/config/SystemGlobalsTest.properties and /C:/Users/shun/workspace/iforum/target/WEB-INF/config/jforum-custom.conf 
<br>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec 
<br>
Running net.jforum.util.preferences.VariableExpanderTest 
<br>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec 
<br>
Running net.jforum.util.SafeHtmlTest 
<br>
10:17:57,501 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,533 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,535 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
10:17:57,536 INFO [SystemGlobals ] Loading /C:/Users/shun/workspace/iforum/target/jforum/WEB-INF/config/SystemGlobals.properties ... 
<br>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec 
<br>
Running net.jforum.util.URLNormalizerTest 
<br>
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec 
<br>
<br>
Results : 
<br>
<br>
Tests in error: 
<br>
 testInReplyToIncorrectShouldCreateNewTopic(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_categories' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT categories_id, title, display_order, moderated FROM jforum_categories ORDER BY display_order 
<br>
<br>
<br>
 testInReplyToCreateNewTopicThenReply(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_categories' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT categories_id, title, display_order, moderated FROM jforum_categories ORDER BY display_order 
<br>
<br>
<br>
 testSimple(net.jforum.api.integration.mail.pop.POPListenerTestCase): Error while trying to start ForumRepository: net.jforum.exceptions.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_categories' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT categories_id, title, display_order, moderated FROM jforum_categories ORDER BY display_order 
<br>
<br>
<br>
 testValid(net.jforum.api.integration.rest.RESTAuthenticationTestCase): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_api' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 testInvalid(net.jforum.api.integration.rest.RESTAuthenticationTestCase): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_api' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
INSERT INTO jforum_api (api_key, api_validity) VALUES ('api.key.test', '2013-09-24 00:00:00') 
<br>
<br>
<br>
 testListPosts(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 testLoadRecipients(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 testScheduler(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
 testSendMails(net.jforum.summary.SummaryTest): com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'jforum.jforum_users' doesn't exist 
<br>
<br>
Query being executed when exception was thrown: 
<br>
SELECT user_id, username, user_email, deleted FROM jforum_users WHERE LOWER(username) LIKE LOWER('Admin') 
<br>
<br>
<br>
<br>
Tests run: 62, Failures: 0, Errors: 9, Skipped: 0 
<br>
<br>
[INFO] ------------------------------------------------------------------------ 
<br>
[INFO] BUILD FAILURE 
<br>
[INFO] ------------------------------------------------------------------------ 
<br>
[INFO] Total time: 21.939s 
<br>
[INFO] Finished at: Mon Sep 23 10:17:57 CST 2013 
<br>
[INFO] Final Memory: 16M/73M 
<br>
[INFO] ------------------------------------------------------------------------ 
<br>
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project jforum: There are test failures. 
<br>
[ERROR] 
<br>
[ERROR] Please refer to C:\Users\shun\workspace\iforum\target\surefire-reports for the individual test results. 
<br>
[ERROR] -&gt; [Help 1] 
<br>
[ERROR] 
<br>
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. 
<br>
[ERROR] Re-run Maven using the -X switch to enable full debug logging. 
<br>
[ERROR] 
<br>
[ERROR] For more information about the errors and possible solutions, please read the following articles: 
<br>
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 
<br>
[/code] 
<br>
各式各样的问题都会出现，这该如何觉解决？[/quote] 
<br>
<br>
问题出于我的mysql... 
<br>
 以下是解决问题的办法: 
<br>
[code]3 
<br>
mysql&gt; source C:\项目所处工作空间\src\main\config\database\mysql\mysql_db_struct.sql 
<br>
4 
<br>
mysql&gt; source C:\项目所处工作空间\src\main\config\database\mysql\mysql_data_dump.sql 
<br>
[/code]]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/614/1296.page</guid>
				<link>https://forum.andowson.com/posts/preList/614/1296.page</link>
				<pubDate><![CDATA[Mon, 23 Sep 2013 20:52:48]]> GMT</pubDate>
				<author><![CDATA[ shun]]></author>
			</item>
	</channel>
</rss>