BUILD result
------------------------------------------------------------

BUILD for appfuse (#5) on localhost was BROKEN: Script returned non-zero code 
"1"

Build status:
  
http://parabuild.viewtier.com:8080/parabuild/index.htm?detview=true&buildid=126


Suspect changes
------------------------------------------------------------

Change(s) by mraible :

 - Adjusted URL for deploying snapshots. Thanks to David Whiteh;
   Time: 05:28 PM 12/18/2006; Change list: 2161

Change(s) by bnoll :

 - mods for APF-503;
   Time: 02:02 PM 12/18/2006; Change list: 2159

Change(s) by mraible :

 - Changed java.net repo to delo.dcs.fmph.uniba.sk since javax.;
   Time: 08:16 PM 12/16/2006; Change list: 2156

 - APF-550: Updated to latest Hibernate3 plugin to fix schema-c;
   Time: 06:13 PM 12/16/2006; Change list: 2155

Change(s) by bnoll :

 - Clarified a comment.;
   Time: 06:01 AM 12/12/2006; Change list: 2154

Change(s) by dlwhitehurst :

 - cleanup, no change;
   Time: 01:26 PM 12/10/2006; Change list: 2153

 - Log4j APF-548;
   Time: 01:15 PM 12/10/2006; Change list: 2152

 - replaced System.out.println with use of log4j;
   Time: 01:09 PM 12/10/2006; Change list: 2151

 - added log4j dependency;
   Time: 01:08 PM 12/10/2006; Change list: 2150

 - refactor method name;
   Time: 10:19 AM 12/10/2006; Change list: 2149

 - removed and replaced with installer;
   Time: 09:52 AM 12/10/2006; Change list: 2148

 - initial import refactor name;
   Time: 09:01 AM 12/10/2006; Change list: 2147

 - changed application name to installer to prepare for refacto;
   Time: 08:50 AM 12/10/2006; Change list: 2146

 - changed title and splash image;
   Time: 08:33 AM 12/10/2006; Change list: 2145

Change(s) details:
  http://parabuild.viewtier.com:8080/parabuild/build/changes.htm?buildrunid=171

BUILD logs
------------------------------------------------------------

Main BUILD log:
  http://parabuild.viewtier.com:8080/parabuild/build/log.htm?logid=266
Error lines:
  http://parabuild.viewtier.com:8080/parabuild/build/log.htm?logid=267

Log lines around error
------------------------------------------------------------

  [INFO] [compiler:testCompile]
  Compiling 4 source files to 
/opt/parabuild/etc/build/b126co/a/u/t/o/data/hibernate/target/test-classes
  [INFO] Preparing hibernate3:hbm2ddl
  [WARNING] Removing: hbm2ddl from forked lifecycle, to prevent recursive 
invocation.
  [INFO] [resources:resources]
  [INFO] Using default encoding to copy filtered resources.
  [INFO] [hibernate3:hbm2ddl {execution: default}]
  [INFO] Configuration XML file loaded: 
/opt/parabuild/etc/build/b126co/a/u/t/o/data/hibernate/src/main/resources/hibernate.cfg.xml
  [INFO] Configuration XML file loaded: 
/opt/parabuild/etc/build/b126co/a/u/t/o/data/hibernate/src/main/resources/hibernate.cfg.xml
  [INFO] Configuration Properties file loaded: 
/opt/parabuild/etc/build/b126co/a/u/t/o/data/hibernate/target/test-classes/jdbc.properties
  [ERROR] SchemaExport - schema export unsuccessful <java.sql.SQLException: 
null,  message from server: "#HY000Host 'baybridge' is not allowed to connect 
to this MySQL server">java.sql.SQLException: null,  message from server: 
"#HY000Host 'baybridge' is not allowed to connect to this MySQL server"
  [WARNING] 1 errors occurred while performing <hbm2ddl>.
        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)
  [ERROR] Error #1: java.sql.SQLException: null,  message from server: 
"#HY000Host 'baybridge' is not allowed to connect to this MySQL server"
        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:997)
        at com.mysql.jdbc.Connection.createNewIO(Connection.java:2644)
        at com.mysql.jdbc.Connection.<init>(Connection.java:1531)
        at 
com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266)
        at 
java.sql.DriverManager.getConnection(Ljava.lang.String;Ljava.util.Properties;Ljava.lang.ClassLoader;)Ljava.sql.Connection;(Unknown
 Source)
        at 
java.sql.DriverManager.getConnection(Ljava.lang.String;Ljava.util.Properties;)Ljava.sql.Connection;(Unknown
 Source)
        at 
org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
        at 
org.hibernate.tool.hbm2ddl.ManagedProviderConnectionHelper.prepare(ManagedProviderConnectionHelper.java:28)
        at 
org.hibernate.tool.hbm2ddl.SchemaExport.execute(SchemaExport.java:180)
        at 
org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo.doExecute(Hbm2DDLExporterMojo.java:116)
        at 
org.codehaus.mojo.hibernate3.HibernateExporterMojo.execute(HibernateExporterMojo.java:132)
        at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at 
jrockit.reflect.InitialMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
 Source)
        at 
java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown
 Source)
  [INFO] [dbunit:clean-insert {execution: default}]
  [INFO] 
------------------------------------------------------------------------
  [ERROR] BUILD ERROR
  [INFO] 
------------------------------------------------------------------------
  [INFO] Caught Exception
  Embedded error: null,  message from server: "#HY000Host 'baybridge' is not 
allowed to connect to this MySQL server"
  [INFO] 
------------------------------------------------------------------------
  [INFO] For more information, run Maven with the -e switch
  [INFO] 
------------------------------------------------------------------------
  [INFO] Total time: 1 minute 2 seconds
  [INFO] Finished at: Mon Dec 18 17:35:11 PST 2006
  [INFO] Final Memory: 26M/64M
  [INFO] 
------------------------------------------------------------------------

Timings
------------------------------------------------------------

BUILD took 1 minutes 11 seconds 


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to