Hi

  I didn't spot the spelling mistake in the line I copied.
 
 It should have been "hibernate3:hbm2ddl" 

 I then ran "mvn jetty:run-war" and everything worked correctly.

    Nick





Nick Tucker wrote:
> 
> Hi
> 
> I ran 
> mvn archetype:create -DarchetypeGroupId=org.appfuse
> -DarchetypeArtifactId=appfuse-basic-struts
> -DremoteRepositories=http://static.appfuse.org/repository
> -DarchetypeVersion=1.0-m2 -DgroupId=org.tuckern -DartifactId=appfuse2
> 
> and then
> 
> mvn jetty:run-war
> 
> My maven version is 2.04 and I got the same problem rerunning with the -U
> switch.
> 
> Browsing through this forum I found a similar problen answered by Matt,
> but the solution he gave then
> (running mvn "hibernate3:hbm2dll") does not work (Required goal not found:
> hibernate3:hbm2dll).
> 
> Thanks
> Nick
> 
> 
> 
> 
> 
> Michael Horwitz wrote:
>> 
>> Hi,
>> 
>> Please could you give some more details on the install process you are
>> following: Are you installing one of the architypes as per the quick
>> start
>> guide? If so, which one? And what maven command are you running?
>> 
>> Just to make sure: please could you check you are running maven 2.0.4
>> (mvn
>> -version) and please could you try re-running the command with mvn -U to
>> force an update of the plugins. You just never know..... :-)
>> 
>> Thanks
>> 
>> Mike
>> 
>> On 1/13/07, Nick Tucker <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>>
>>> Hi
>>>
>>> I've just tried to Install the 2.0-m2 release.
>>> When I tried to start it up by running Run "mvn jetty:run-war" I got a
>>> CLEAN_INSERT ERROR.
>>>
>>> I am running MySql 5.0.27 (fresh install) on Windows XP.
>>> I got the same error both with a root password set (after updating
>>> pom.xml
>>> )
>>> and
>>> after resetting it to blank (updating pom again).
>>>
>>> I assume that I have missed something simple somewhere and wonder if
>>> someone
>>> could give me a bit of advice.
>>>
>>> Thanks
>>> Nick
>>>
>>>
>>>
>>> The database was created by the command, but no tables were.
>>> The maven -e output was :-
>>>
>>> [INFO] [dbunit:operation {execution: default}]
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Error executing database operation: CLEAN_INSERT
>>>
>>> Embedded error: user_role
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Trace
>>> org.apache.maven.lifecycle.LifecycleExecutionException: Error executing
>>> database
>>> operation: CLEAN_INSERT
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
>>> ultLifecycleExecutor.java:559)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
>>> fecycle(DefaultLifecycleExecutor.java:475)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecy
>>> cle(DefaultLifecycleExecutor.java:891)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(Def
>>> aultLifecycleExecutor.java:734)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
>>> ultLifecycleExecutor.java:505)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandalone
>>> Goal(DefaultLifecycleExecutor.java:488)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
>>> ltLifecycleExecutor.java:458)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
>>> dleFailures(DefaultLifecycleExecutor.java:306)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
>>> ts(DefaultLifecycleExecutor.java:273)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
>>> fecycleExecutor.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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>         at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
>>> java:39)
>>>         at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>>> sorImpl.java:25)
>>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>>         at
>>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>         at
>>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>
>>>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: Error
>>> executing
>>> datab
>>> ase operation: CLEAN_INSERT
>>>         at
>>> org.codehaus.mojo.dbunit.OperationMojo.execute(OperationMojo.java:110
>>> )
>>>         at
>>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
>>> nManager.java:412)
>>>         at
>>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
>>> ultLifecycleExecutor.java:534)
>>>         ... 20 more
>>> Caused by: org.dbunit.dataset.NoSuchTableException: user_role
>>>         at
>>> org.dbunit.database.DatabaseDataSet.getTableMetaData(DatabaseDataSet.
>>> java:192)
>>>         at
>>> org.dbunit.operation.DeleteAllOperation.execute(DeleteAllOperation.ja
>>> va:98)
>>>         at
>>> org.dbunit.operation.CompositeOperation.execute(CompositeOperation.ja
>>> va:67)
>>>         at org.dbunit.ant.Operation.execute(Operation.java:183)
>>>         at
>>> org.codehaus.mojo.dbunit.OperationMojo.execute(OperationMojo.java:101
>>> )
>>>         ... 22 more
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Total time: 9 seconds
>>> [INFO] Finished at: Sat Jan 13 16:47:56 GMT 2007
>>> [INFO] Final Memory: 10M/19M
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/M2-Mysql-problem---CLEAN_INSERT-Error-tf2971824s2369.html#a8315924
>>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/M2-Mysql-problem---CLEAN_INSERT-Error-tf2971824s2369.html#a8318005
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to