NetBeans: JPDA Listening Start...
JPDA Address: hb-desktop:19870
Port:19870
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\""
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.
Scanning for projects...
Some problems were encountered while building the effective model for au.com.fic:FccServerSpring:jar:1.0.0-SNAPSHOT
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 176, column 12
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 184, column 12
The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead.
It is highly recommended to fix these problems because they threaten the stability of your build.
For this reason, future Maven versions might no longer support building such malformed projects.
------------------------------------------------------------------------
Building LMServer 1.0.0-SNAPSHOT
------------------------------------------------------------------------
--- exec
-maven
-plugin
:1
.2
.1
:exec (default
-cli
) @ FccServerSpring
--- [main] 17:31:30,327 DEBUG au.com.fic.fcc.IconnectDbMyImpl: 379 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@bd4dc25
[main] 17:31:30,336 DEBUG au.com.fic.fcc.IconnectDbMyImpl: 383 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@5ba3f27a
[main] 17:31:30,336 DEBUG au.com.fic.fcc.IconnectDbMyImpl: 387 - Datasource obtained:org.apache.commons.dbcp.BasicDataSource@74751b3
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' at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:233)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:603)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:637)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:666)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:686)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:694)
at au.com.fic.fcc.IconnectDbMyImpl$RowMapperIterable.iterate(IconnectDbMyImpl.java:9175)
at com.gafter.Iterators$2$1Generator.run(Iterators.java:74)
at java.lang.Thread.run(Thread.java:745)
Caused by
: com
.mysql.jdbc
.exceptions
.jdbc4
.MySQLSyntaxErrorException
: Unknown column
'titleUpdated' in
'where clause' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
at com
.mysql.jdbc
.Util
.handleNewInstance
(Util
.java
:411) at com
.mysql.jdbc
.Util
.getInstance
(Util
.java
:386) at com
.mysql.jdbc
.SQLError
.createSQLException
(SQLError
.java
:1052) at com
.mysql.jdbc
.MysqlIO
.checkErrorPacket
(MysqlIO
.java
:3609) at com
.mysql.jdbc
.MysqlIO
.checkErrorPacket
(MysqlIO
.java
:3541) at com
.mysql.jdbc
.MysqlIO
.sendCommand
(MysqlIO
.java
:2002) at com
.mysql.jdbc
.MysqlIO
.sqlQueryDirect
(MysqlIO
.java
:2163) at com
.mysql.jdbc
.ConnectionImpl
.execSQL
(ConnectionImpl
.java
:2624) at com
.mysql.jdbc
.PreparedStatement
.executeInternal
(PreparedStatement
.java
:2127) at com
.mysql.jdbc
.PreparedStatement
.executeQuery
(PreparedStatement
.java
:2293) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
at org.springframework.jdbc.core.JdbcTemplate$1.doInPreparedStatement(JdbcTemplate.java:644)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:587)
... 7 more
------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Finished at: Fri Jun 13 17:31:34 EST 2014
Final Memory: 6M/561M
------------------------------------------------------------------------
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]
To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.
For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://c...content-available-to-author-only...e.org/confluence/display/MAVEN/MojoExecutionException