gemire / daofusion

Automatically exported from code.google.com/p/daofusion
0 stars 1 forks source link

Compilation Error for hello DAO #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout http://daofusion.googlecode.com/svn/trunk/ daofusion-read-only
2. mvn eclipse:eclips
3. "mvn jetty:ru

What is the expected output? What do you see instead?
BUILD SHOULD BE SUCCESS

What version of the product are you using? On what operating system?
what ever us in #1

Please provide any additional information below.

INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ hello-dao ---
[INFO] Compiling 33 source files to 
/u/chaituvk/temp/myhibernate/daofusion-read-only/samples/hello-dao/target/classe
s
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] error: error reading 
/u/chaituvk/.m2/repository/org/hibernate/hibernate-core/3.3.2.GA/hibernate-core-
3.3.2.GA.jar; invalid CEN header (bad signature)
[ERROR] error: error reading 
/u/chaituvk/.m2/repository/com/google/gwt/gwt-user/1.7.0/gwt-user-1.7.0.jar; 
invalid CEN header (bad signature)
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.718s
[INFO] Finished at: Sun Feb 02 14:53:11 IST 2014
[INFO] Final Memory: 17M/964M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project hello-dao: Compilation failure: Compilation failure:
[ERROR] error: error reading 
/u/chaituvk/.m2/repository/org/hibernate/hibernate-core/3.3.2.GA/hibernate-core-
3.3.2.GA.jar; invalid CEN header (bad signature)
[ERROR] error: error reading 
/u/kondak/.m2/repository/com/google/gwt/gwt-user/1.7.0/gwt-user-1.7.0.jar; 
invalid CEN header (bad signature)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.

Original issue reported on code.google.com by chait...@gmail.com on 2 Feb 2014 at 9:30

GoogleCodeExporter commented 9 years ago
server/dao/entity/ContactDetails.java -g -nowarn -target 1.5 -source 1.5 
-encoding UTF-8
[INFO] Compiling 33 source files to 
/u/chaituvk/temp/myhibernate/daofusion-read-only/samples/hello-dao/target/classe
s
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] error: error reading 
/u/chaituvk/.m2/repository/org/hibernate/hibernate-core/3.3.2.GA/hibernate-core-
3.3.2.GA.jar; invalid CEN header (bad signature)
[ERROR] error: error reading 
/u/chaituvk/.m2/repository/com/google/gwt/gwt-user/1.7.0/gwt-user-1.7.0.jar; 
invalid CEN header (bad signature)
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.015s
[INFO] Finished at: Sun Feb 02 15:03:33 IST 2014
[INFO] Final Memory: 17M/964M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project hello-dao: Compilation failure: Compilation failure:
[ERROR] error: error reading 
/u/kondak/.m2/repository/org/hibernate/hibernate-core/3.3.2.GA/hibernate-core-3.
3.2.GA.jar; invalid CEN header (bad signature)
[ERROR] error: error reading 
/u/kondak/.m2/repository/com/google/gwt/gwt-user/1.7.0/gwt-user-1.7.0.jar; 
invalid CEN header (bad signature)
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) 
on project hello-dao: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.MojoExecutor.executeForkedExecutions(MojoExecutor.java:365)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:199)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation 
failure
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    ... 23 more
[ERROR] 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
chaituvk@vnc11.hyd:/u/chaituvk/temp/myhibernate/daofusion-read-only/samples/hell
o-dao> 

Original comment by chait...@gmail.com on 2 Feb 2014 at 9:35

GoogleCodeExporter commented 9 years ago
This issue is resolved

Original comment by chait...@gmail.com on 25 Feb 2014 at 3:01