Skip to content

Instantly share code, notes, and snippets.

@AdamSaleh
Created October 25, 2013 13:35
Show Gist options
  • Save AdamSaleh/7154794 to your computer and use it in GitHub Desktop.
Save AdamSaleh/7154794 to your computer and use it in GitHub Desktop.
Debug: [Trying to look up package from ceylon.language.package]
Debug: [Failed to complete ceylon.language.package]
Debug: [Trying to look up module from ceylon.language.module]
Debug: Looking for com.redhat.ceylon.common-0.6.1(.car|.jar)
Debug: Trying repository /usr/lib/ceylon/0.6/repo
Debug: -> Found at /com/redhat/ceylon/common/0.6.1/com.redhat.ceylon.common-0.6.1.jar
ceylon run: Invalid SHA1 for artifact: com.redhat.ceylon.common-0.6.1(.car|.jar)
com.redhat.ceylon.cmr.impl.InvalidArchiveException: Invalid SHA1 for artifact: com.redhat.ceylon.common-0.6.1(.car|.jar)
at com.redhat.ceylon.cmr.impl.AbstractNodeRepositoryManager.getLeafNode(AbstractNodeRepositoryManager.java:280)
at com.redhat.ceylon.cmr.impl.RootRepositoryManager.getArtifactResult(RootRepositoryManager.java:64)
at ceylon.modules.jboss.runtime.CeylonModuleLoader.findArtifact(CeylonModuleLoader.java:213)
at ceylon.modules.jboss.runtime.CeylonModuleLoader.init(CeylonModuleLoader.java:138)
at ceylon.modules.jboss.runtime.CeylonModuleLoader.<init>(CeylonModuleLoader.java:130)
at ceylon.modules.jboss.runtime.JBossRuntime.createModuleLoader(JBossRuntime.java:32)
at ceylon.modules.jboss.runtime.AbstractJBossRuntime.loadModule(AbstractJBossRuntime.java:77)
at ceylon.modules.api.runtime.AbstractRuntime.execute(AbstractRuntime.java:110)
at ceylon.modules.Main.execute(Main.java:69)
at ceylon.modules.Main.main(Main.java:42)
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.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:294)
at ceylon.modules.bootstrap.CeylonRunTool.run(CeylonRunTool.java:152)
at com.redhat.ceylon.tools.CeylonTool.run(CeylonTool.java:267)
at com.redhat.ceylon.tools.CeylonTool.bootstrap(CeylonTool.java:230)
at com.redhat.ceylon.tools.CeylonTool.start(CeylonTool.java:203)
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 com.redhat.ceylon.launcher.Launcher.run(Launcher.java:68)
at com.redhat.ceylon.launcher.Launcher.main(Launcher.java:19)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment