5 Replies Latest reply on Mar 14, 2014 11:20 AM by florent59

    plugin jboss-as-7 error in forge

    florent59

      Hello

      I'm novice and I tried to do the tutorial:

      http://www.mastertheboss.com/forge/reverse-engineer-your-db-schema-using-jboss-forge/page-2

      and when I arrived in the last step:

      forge install-plugin jboss-as-7

       

      I obtained this error message:

       

      Connecting to remote repository [https://raw.github.com/forge/plugin-repository/master/repository.yaml]... connected!

      ***INFO*** Preparing to install plugin: jboss-as-7

      ***INFO*** Checking out plugin source files to [/tmp/forgetemp935737030702911961] via 'git'

      ***INFO*** Switching to branch/tag [refs/tags/1.2.0.Final]

      ***INFO*** Invoking build with underlying build system.

      [INFO] Scanning for projects...

      [INFO] ------------------------------------------------------------------------

      [INFO] Building Unnamed - org.jboss.as:plugin-jboss-as7:jar:1.2.0.Final

      [INFO]    task-segment: [clean, package]

      [INFO] ------------------------------------------------------------------------

      [INFO] [clean:clean {execution: default-clean}]

      [INFO] [resources:resources {execution: default-resources}]

      [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!

      [INFO] Copying 2 resources

      [INFO] ------------------------------------------------------------------------

      [ERROR] BUILD ERROR

      [INFO] ------------------------------------------------------------------------

      [INFO] Error building POM (may not be this project's POM).

       

       

      Project ID: org.jboss.as:jboss-as-controller-client:jar:null

       

      Reason: Cannot find parent: org.jboss.as:jboss-as-parent for project: org.jboss.as:jboss-as-controller-client:jar:null for project org.jboss.as:jboss-as-controller-client:jar:null

       

       

      [INFO] ------------------------------------------------------------------------

      [INFO] For more information, run Maven with the -e switch

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 3 seconds

      [INFO] Finished at: Wed Mar 12 20:32:53 CET 2014

      [INFO] Final Memory: 31M/173M

      [INFO] ------------------------------------------------------------------------

      ***INFO*** Cleaning up temp workspace [/tmp/forgetemp935737030702911961]

      Wrote /home/marms/.forge/httpsrawgithubcomforgepluginrepositorymasterrepositoryyaml.yaml

      Deleted /tmp/forgetemp935737030702911961

      ***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)

      org.jboss.forge.project.build.BuildException: Build failed.

          at org.jboss.forge.maven.facets.MavenProjectBuilder.build(MavenProjectBuilder.java:87)

          at org.jboss.forge.shell.plugins.PluginManager.installFromProject(PluginManager.java:179)

          at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromGit(ForgePlugin.java:387)

          at org.jboss.forge.shell.plugins.builtin.ForgePlugin.installFromIndex(ForgePlugin.java:206)

          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.forge.shell.command.Execution.perform(Execution.java:160)

          at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:109)

          at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:47)

          at org.jboss.forge.shell.ShellImpl$ExecutorThread.run(ShellImpl.java:796)

          at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:819)

          at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:609)

          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.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)

          at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)

          at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.doShell(ShellImpl$Proxy$_$$_WeldClientProxy.java)

          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.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)

          at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)

          at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)

          at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)

          at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)

          at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)

          at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)

          at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)

          at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)

          at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)

          at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)

          at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)

          at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)

          at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:186)

          at java.lang.Thread.run(Thread.java:744)

      [as7test] testForge $

       

      Someone can tell me why i obtained that?

       

      Thank