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

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: EAP_EWP 5.1.2
    • Fix Version/s: EAP_EWP 5.2.0
    • Component/s: Installer
    • Labels:
      None
    • Environment:

      No GUI running

    • Steps to Reproduce:
      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
    • Affects:
      Release Notes
    • Workaround Description:
      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
    • Release Notes Text:
      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>
    • Release Notes Docs Status:
      Documented as Resolved Issue
    • Docs QE Status:
      NEW

      Description

      [ 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
      

        Gliffy Diagrams

          Attachments

            Activity

              People

              • Assignee:
                thauser Thomas Hauser
                Reporter:
                klape Kyle Lape
                Writer:
                Russell Dickenson
              • Votes:
                0 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: