"Liu, Xiaoyan" wrote:
>
> /home/xliu/Apache/turbine/tdk/webapps/newapp/WEB-INF/src/sql/newapp-id-table
> -init.sql
>
> init-tasks:
> Hi,
>
> I'm trying to build the very first newapp with mysql3.23.38 and jdk1.3,
> somehow it
> failed at create database with the following exception. However, if I
> manually issue
> those sql as the same user, there doesn't seem to have any access permission
> problem.
>
> thanks for any information.
Something is misconfigured, but as a workaround you can set
the:
database.manual.creation = true
property in your project properties file, then create the database
yourself, and run the 'init' target again.
>
> -yan
>
> ----------------------------------------------------------------------------
> ------------
> create-database:
> /home/xliu/Apache/turbine/tdk/webapps/newapp/WEB-INF/src/sql/create-database
> .sh
>
> insert-sql:
>
> insert-sql-file:
>
> BUILD FAILED
>
> /home/xliu/Apache/turbine/tdk/webapps/newapp/WEB-INF/build/build.xml:376:
> java.s
> ql.SQLException: Server configuration denies access to data source
> --- Nested Exception ---
> java.sql.SQLException: Server configuration denies access to data source
> at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:193)
> at org.gjt.mm.mysql.Connection.connectionInit(Connection.java:261)
> at
> org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Connection.java:89)
> at org.gjt.mm.mysql.Driver.connect(Driver.java:167)
> at org.apache.tools.ant.taskdefs.SQLExec.execute(SQLExec.java)
> at org.apache.tools.ant.Target.execute(Target.java)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://jakarta.apache.org/velocity
http://jakarta.apache.org/turbine
http://jakarta.apache.org/commons
http://tambora.zenplex.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]