Hello,

I've removed the corrupted artifact from our repository.
Automatically downloading it while building the sources should now retrieve a 
correct jar file.
Manually downloading it from our Nexus UI also returns a correct file:
https://maven.nuxeo.org/nexus/index.html#nexus-search;gav~~hibernate-core~3.3.1.GA~~
The right SHA is cc563d9d86dd915e0dee2ca841cf5c42420e05bf

Thanks,

Le 23/10/10 16:06, Florent Guillaume a écrit :
> Hi,
>
> It seems this JAR is corrupted in our local maven mirror (probably a
> bad disk sector or something like that).
> Please replace your
> ~/.m2/repository/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
> with the proper one downloaded from
> http://repo1.maven.org/maven2/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
>
> For the APT problem, yes you must use Java 6 as Alexandre mentioned.
> Nuxeo 5.4 only supports Java 6 (because Java 5 is too old and slow and
> sometimes buggy).
>
> Florent
>
>
> On Fri, Oct 22, 2010 at 8:54 PM, Jesus Ibañez Calvo
> <[email protected]> wrote:
>> Hello!!
>>
>> I have downloaded nuxeo 5.4 sources successfully but when i try to export to
>> eclipse by doing "mvn eclipse:eclipse" i receive the next errors:
>>
>> Downloading:
>> http://maven.nuxeo.org/nexus/content/groups/public/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
>>
>> 2222K downloaded  (hibernate-core-3.3.1.GA.jar)
>>
>> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
>> '31622e3a49bcdcb9d92babd884470fc0a693cf5f'; remote =
>> 'cc563d9d86dd915e0dee2ca841cf5c42420e05bf' - RETRYING
>>
>> Downloading:
>> http://maven.nuxeo.org/nexus/content/groups/public/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar
>>
>> 2222K downloaded  (hibernate-core-3.3.1.GA.jar)
>>
>> [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
>> '31622e3a49bcdcb9d92babd884470fc0a693cf5f'; remote =
>> 'cc563d9d86dd915e0dee2ca841cf5c42420e05bf' - IGNORING
>>
>>
>> and then:
>>
>> [ERROR] BUILD ERROR
>>
>> [INFO]
>> ------------------------------------------------------------------------
>>
>> [INFO] : org.apache.myfaces.maven.plugin.aptm...@47c7d4
>>
>> Compilation error.
>>
>> An exception has occurred in apt (1.5.0_24). Please file a bug at the Java
>> Developer Connection (http://java.sun.com/webapps/bugreport)  after checking
>> the Bug Parade for duplicates. Include your program and the following
>> diagnostic in your report.  Thank you.
>>
>> java.lang.InternalError: jzentry == 0,
>>
>>  jzfile = 1229024,
>>
>>  total = 1482,
>>
>>  name =
>> /Users/joss/.m2/repository/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar,
>>
>>  i = 1167,
>>
>>  message = invalid LOC header (bad signature)
>>
>> at java.util.zip.ZipFile$3.nextElement(ZipFile.java:429)
>>
>> at java.util.zip.ZipFile$3.nextElement(ZipFile.java:415)
>>
>> at com.sun.tools.javac.jvm.ClassReader.openArchive(ClassReader.java:1447)
>>
>> at com.sun.tools.javac.jvm.ClassReader.list(ClassReader.java:1742)
>>
>> at com.sun.tools.javac.jvm.ClassReader.listAll(ClassReader.java:1882)
>>
>> at com.sun.tools.javac.jvm.ClassReader.fillIn(ClassReader.java:1905)
>>
>> at com.sun.tools.javac.jvm.ClassReader.complete(ClassReader.java:1538)
>>
>> at com.sun.tools.javac.code.Symbol.complete(Symbol.java:355)
>>
>> at com.sun.tools.javac.comp.Enter.visitTopLevel(Enter.java:256)
>>
>> at com.sun.tools.javac.tree.Tree$TopLevel.accept(Tree.java:382)
>>
>> at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:221)
>>
>> at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:235)
>>
>> at com.sun.tools.javac.comp.Enter.complete(Enter.java:456)
>>
>> at com.sun.tools.javac.comp.Enter.main(Enter.java:441)
>>
>> at com.sun.tools.apt.main.JavaCompiler.compile(JavaCompiler.java:445)
>>
>> at com.sun.tools.apt.main.Main.compile(Main.java:1075)
>>
>> at com.sun.tools.apt.main.Main.compile(Main.java:938)
>>
>> at com.sun.tools.apt.Main.processing(Main.java:95)
>>
>> at com.sun.tools.apt.Main.process(Main.java:54)
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>
>> at java.lang.reflect.Method.invoke(Method.java:592)
>>
>> at
>> org.apache.myfaces.maven.plugin.AbstractAPTMojo.execute(AbstractAPTMojo.java:442)
>>
>> at org.apache.myfaces.maven.plugin.AptMojo.execute(AptMojo.java:113)
>>
>> at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:540)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:1190)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:1022)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:627)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:332)
>>
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
>>
>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
>>
>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
>>
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>
>> at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:41)
>>
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>
>> at java.lang.reflect.Method.invoke(Method.java:592)
>>
>> 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)
>>
>> I have tried to delete the
>> "/Users/joss/.m2/repository/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar"
>> file and run "mvn eclipse:eclipse"  again but i receive the same error
>> again, any help would be appreciated
>> Thanks in advanced
>> --
>> Jesus
>>
>> _______________________________________________
>> ECM mailing list
>> [email protected]
>> http://lists.nuxeo.com/mailman/listinfo/ecm
>> To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
>>
>>
>
>

-- 
Julien Carsique, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to