fork download
  1. NetBeans: JPDA Listening Start...
  2. JPDA Address: hb-desktop:19870
  3. Port:19870
  4. cd E:\dev\FCCS; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_05" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=19870 -classpath %classpath au.com.fic.fcc.ActivityUpdater\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk1.8.0_05\\bin\\java.exe\" -Djpda.listen=true -DnetbeansProjectMappings= -Djpda.address=19870 -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.0\\java\\maven-nblib\\netbeans-eventspy.jar\" org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
  5. Running NetBeans Compile On Save execution. Phase execution is skipped and output directories of dependency projects (with Compile on Save turned on) will be used instead of their jar artifacts.
  6. Scanning for projects...
  7.  
  8. Some problems were encountered while building the effective model for au.com.fic:FccServerSpring:jar:1.0.0-SNAPSHOT
  9. 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 176, column 12
  10. 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 184, column 12
  11. The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead.
  12.  
  13. It is highly recommended to fix these problems because they threaten the stability of your build.
  14.  
  15. For this reason, future Maven versions might no longer support building such malformed projects.
  16.  
  17.  
  18. ------------------------------------------------------------------------
  19. Building LMServer 1.0.0-SNAPSHOT
  20. ------------------------------------------------------------------------
  21.  
  22. --- exec-maven-plugin:1.2.1:exec (default-cli) @ FccServerSpring ---
  23. [main] 17:31:30,327 DEBUG au.com.fic.fcc.IconnectDbMyImpl: 379 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@bd4dc25
  24. [main] 17:31:30,336 DEBUG au.com.fic.fcc.IconnectDbMyImpl: 383 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@5ba3f27a
  25. [main] 17:31:30,336 DEBUG au.com.fic.fcc.IconnectDbMyImpl: 387 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@74751b3
  26. Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
  27. at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:233)
  28. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
  29. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
  30. at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:637)
  31. at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:666)
  32. at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:686)
  33. at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:694)
  34. at au.com.fic.fcc.IconnectDbMyImpl$RowMapperIterable.iterate(IconnectDbMyImpl.java:9175)
  35. at com.gafter.Iterators$2$1Generator.run(Iterators.java:74)
  36. at java.lang.Thread.run(Thread.java:745)
  37. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
  38. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  39. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  40. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  41. at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
  42. at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  43. at com.mysql.jdbc.Util.getInstance(Util.java:386)
  44. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
  45. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
  46. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
  47. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
  48. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)
  49. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)
  50. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)
  51. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2293)
  52. at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  53. at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  54. at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:644)
  55. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
  56. ... 7 more
  57. ------------------------------------------------------------------------
  58. BUILD FAILURE
  59. ------------------------------------------------------------------------
  60. Total time: 5.769s
  61. Finished at: Fri Jun 13 17:31:34 EST 2014
  62. Final Memory: 6M/561M
  63. ------------------------------------------------------------------------
  64. Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (default-cli) on project FccServerSpring: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
  65.  
  66. To see the full stack trace of the errors, re-run Maven with the -e switch.
  67. Re-run Maven using the -X switch to enable full debug logging.
  68.  
  69. For more information about the errors and possible solutions, please read the following articles:
  70. [Help 1] http://c...content-available-to-author-only...e.org/confluence/display/MAVEN/MojoExecutionException
  71.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
NetBeans: JPDA Listening Start...
^
Main.java:4: error: illegal character: '\'
cd E:\dev\FCCS; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_05" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=19870 -classpath %classpath au.com.fic.fcc.ActivityUpdater\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk1.8.0_05\\bin\\java.exe\" -Djpda.listen=true -DnetbeansProjectMappings= -Djpda.address=19870 -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.0\\java\\maven-nblib\\netbeans-eventspy.jar\" org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
     ^
Main.java:4: error: illegal character: '\'
cd E:\dev\FCCS; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_05" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=19870 -classpath %classpath au.com.fic.fcc.ActivityUpdater\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk1.8.0_05\\bin\\java.exe\" -Djpda.listen=true -DnetbeansProjectMappings= -Djpda.address=19870 -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.0\\java\\maven-nblib\\netbeans-eventspy.jar\" org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
         ^
Main.java:4: error: class, interface, or enum expected
cd E:\dev\FCCS; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.8.0_05" cmd /c "\"\"C:\\Program Files\\NetBeans 8.0\\java\\maven\\bin\\mvn.bat\" -Dexec.args=\"-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=19870 -classpath %classpath au.com.fic.fcc.ActivityUpdater\" -Dexec.executable=\"C:\\Program Files\\Java\\jdk1.8.0_05\\bin\\java.exe\" -Djpda.listen=true -DnetbeansProjectMappings= -Djpda.address=19870 -Dmaven.ext.class.path=\"C:\\Program Files\\NetBeans 8.0\\java\\maven-nblib\\netbeans-eventspy.jar\" org.codehaus.mojo:exec-maven-plugin:1.2.1:exec\""
                ^
Main.java:9: error: unclosed character literal
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 176, column 12
^
Main.java:9: error: unclosed character literal
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 176, column 12
                             ^
Main.java:9: error: class, interface, or enum expected
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 176, column 12
                                                                                                     ^
Main.java:10: error: unclosed character literal
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 184, column 12
^
Main.java:10: error: unclosed character literal
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 184, column 12
                             ^
Main.java:10: error: class, interface, or enum expected
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 184, column 12
                                                                                                     ^
Main.java:22: error: class, interface, or enum expected
--- exec-maven-plugin:1.2.1:exec (default-cli) @ FccServerSpring ---
                                                                 ^
Main.java:24: error: class, interface, or enum expected
[main] 17:31:30,336 DEBUG          au.com.fic.fcc.IconnectDbMyImpl: 383 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@5ba3f27a
^
Main.java:24: error: <identifier> expected
[main] 17:31:30,336 DEBUG          au.com.fic.fcc.IconnectDbMyImpl: 383 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@5ba3f27a
                                                                                                                                      ^
Main.java:24: error: class, interface, or enum expected
[main] 17:31:30,336 DEBUG          au.com.fic.fcc.IconnectDbMyImpl: 383 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@5ba3f27a
                                                                                                                                       ^
Main.java:25: error: <identifier> expected
[main] 17:31:30,336 DEBUG          au.com.fic.fcc.IconnectDbMyImpl: 387 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@74751b3
                                                                                                                                      ^
Main.java:25: error: class, interface, or enum expected
[main] 17:31:30,336 DEBUG          au.com.fic.fcc.IconnectDbMyImpl: 387 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@74751b3
                                                                                                                                           ^
Main.java:26: error: class, interface, or enum expected
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                       ^
Main.java:26: error: class, interface, or enum expected
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                                                                                                         ^
Main.java:26: error: unclosed character literal
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                                                                                                                                                                                                       ^
Main.java:26: error: unclosed character literal
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                                                                                                                                                                                                                    ^
Main.java:26: error: unclosed character literal
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                                                                                                                                                                                                                         ^
Main.java:26: error: illegal line end in character literal
Exception in thread "main" org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [select * from activity where ActivityType=? and titleUpdated=?]; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                                                                                                                                                                                                                                      ^
Main.java:37: error: unclosed character literal
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                     ^
Main.java:37: error: unclosed character literal
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                  ^
Main.java:37: error: unclosed character literal
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                       ^
Main.java:37: error: illegal line end in character literal
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'titleUpdated' in 'where clause'
                                                                                                                    ^
26 errors
stdout
Standard output is empty