Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-8115

Installer fails when JBossWS native was chosen using the headless install UI

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EAP_EWP 5.2.0
    • EAP_EWP 5.1.2
    • Installer
    • None
    • No GUI running

    • Hide

      Open a shell prompt on a TTY with no $DISPLAY env variable set
      java -jar jboss-eap-installer-5.1.2.jar -console
      Get to the WS stack prompt
      Press [enter] when prompted for your choice of WS stack
      Press 1 to continue after that
      Finish the installation prompts

      Show
      Open a shell prompt on a TTY with no $DISPLAY env variable set java -jar jboss-eap-installer-5.1.2.jar -console Get to the WS stack prompt Press [enter] when prompted for your choice of WS stack Press 1 to continue after that Finish the installation prompts
    • Release Notes
    • Hide

      Use the GUI to generate a XML config and use that on the headless interface

      Show
      Use the GUI to generate a XML config and use that on the headless interface
    • Hide
      When the installer was launched from the command line and WSNative was chosen as the web services stack, the following error message would occur when all prompts were completed. The root cause of this issue was a missing file. This file has been added and the installer now works correctly.

      <screen>
      [ ERROR: The following error occurred while executing this line:
      .../jboss-as/scripts/install-cxf.xml:8: Basedir .../jboss-as/jbossws-cxf-installer does not exist ]
      com.izforge.izpack.installer.InstallerException: The following error occurred while executing this line:
      .../jboss-as/scripts/install-cxf.xml:8: Basedir .../jboss-as/jbossws-cxf-installer does not exist</screen>
      Show
      When the installer was launched from the command line and WSNative was chosen as the web services stack, the following error message would occur when all prompts were completed. The root cause of this issue was a missing file. This file has been added and the installer now works correctly. <screen> [ ERROR: The following error occurred while executing this line: .../jboss-as/scripts/install-cxf.xml:8: Basedir .../jboss-as/jbossws-cxf-installer does not exist ] com.izforge.izpack.installer.InstallerException: The following error occurred while executing this line: .../jboss-as/scripts/install-cxf.xml:8: Basedir .../jboss-as/jbossws-cxf-installer does not exist</screen>
    • Documented as Resolved Issue
    • NEW

      [ ERROR: The following error occurred while executing this line:
      /home/klape/jboss-eap-5.1/jboss-as/scripts/install-cxf.xml:8: Basedir /home/klape/jboss-eap-5.1/jboss-as/jbossws-cxf-installer does not exist ]
      com.izforge.izpack.installer.InstallerException: The following error occurred while executing this line:
      /home/klape/jboss-eap-5.1/jboss-as/scripts/install-cxf.xml:8: Basedir /home/klape/jboss-eap-5.1/jboss-as/jbossws-cxf-installer does not exist
      	at com.izforge.izpack.event.AntActionInstallerListener.performAllActions(Unknown Source)
      	at com.izforge.izpack.event.AntActionInstallerListener.afterPacks(Unknown Source)
      	at com.izforge.izpack.installer.UnpackerBase.informListeners(Unknown Source)
      	at com.izforge.izpack.installer.Unpacker.run(Unknown Source)
      	at java.lang.Thread.run(Thread.java:662)
      Caused by: The following error occurred while executing this line:
      /home/klape/jboss-eap-5.1/jboss-as/scripts/install-cxf.xml:8: Basedir /home/klape/jboss-eap-5.1/jboss-as/jbossws-cxf-installer does not exist
      	at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
      	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
      	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:597)
      	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      	at org.apache.tools.ant.Task.perform(Task.java:348)
      	at org.apache.tools.ant.Target.execute(Target.java:357)
      	at org.apache.tools.ant.Target.performTasks(Target.java:385)
      	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
      	at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
      	at com.izforge.izpack.event.AntAction.performAction(Unknown Source)
      	at com.izforge.izpack.event.AntAction.performInstallAction(Unknown Source)
      	... 5 more
      Caused by: /home/klape/jboss-eap-5.1/jboss-as/scripts/install-cxf.xml:8: Basedir /home/klape/jboss-eap-5.1/jboss-as/jbossws-cxf-installer does not exist
      	at org.apache.tools.ant.Project.setBaseDir(Project.java:819)
      	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:324)
      	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
      	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      	at java.lang.reflect.Method.invoke(Method.java:597)
      	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      	at org.apache.tools.ant.Task.perform(Task.java:348)
      	at org.apache.tools.ant.Target.execute(Target.java:357)
      	at org.apache.tools.ant.Target.performTasks(Target.java:385)
      	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
      	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
      	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
      	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
      	... 17 more
      

            thauser_jira Thomas Hauser (Inactive)
            rh-ee-klape Kyle Lape
            Russell Dickenson Russell Dickenson (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: