<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Thank you, seems to work fine when
      deployed on my windows machine.<br>
      <br>
      Best regards,<br>
      Thomas<br>
      <br>
      Am 1/17/2013 12:24 PM, schrieb Michael Anstis:<br>
    </div>
    <blockquote
cite="mid:CAAG9P0vdSNvouDwhcTzFAZ+4L8pETzvLZTiO3ZG0emVB5CoUOA@mail.gmail.com"
      type="cite">The actual error is "Caused by:
      java.io.FileNotFoundException: ...... (File name too long)".<br>
      <br>
      I gather this is an underlying platform issue and not Guvnor nor
      JBoss AS itself - if memory serves me correctly we have other
      community members running 5.5.x on JBoss AS 7.1.1 without problem.<br>
      <br>
      With kind regards,<br>
      <br>
      Mike<br>
      <br>
      <div class="gmail_quote">On 17 January 2013 11:16, Thomas S&ouml;hngen
        <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:thomas.soehngen@stockpulse.de" target="_blank">thomas.soehngen@stockpulse.de</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
          <br>
          I am trying to deploy Guvnor 5.5.0.Final on JBoss AS
          7.1.1.Final<br>
          (running in a Ubuntu VM). I rename the<br>
          "guvnor-5.5.0.Final-jboss-as-7.0.war" to "guvnor.war" and copy
          it in the<br>
          "standalone\deployments" folder of the AS. The AS starts the
          deployment,<br>
          but fails immediately with the following error:<br>
          <br>
          12:14:44,669 INFO &nbsp;[org.jboss.as.server.deployment] (MSC
          service thread<br>
          1-6) JBAS015876: Starting deployment of "guvnor.war"<br>
          12:14:57,083 ERROR [org.jboss.msc.service.fail] (MSC service
          thread 1-3)<br>
          MSC00001: Failed to start service<br>
          jboss.deployment.unit."guvnor.war".STRUCTURE:<br>
          org.jboss.msc.service.StartException in service<br>
          jboss.deployment.unit."guvnor.war".STRUCTURE: Failed to
          process phase<br>
          STRUCTURE of deployment "guvnor.war"<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119)<br>
          [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)<br>
          [jboss-msc-1.0.2.GA.jar:<a moz-do-not-send="true"
            href="http://1.0.2.GA" target="_blank">1.0.2.GA</a>]<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)<br>
          [jboss-msc-1.0.2.GA.jar:<a moz-do-not-send="true"
            href="http://1.0.2.GA" target="_blank">1.0.2.GA</a>]<br>
          &nbsp; &nbsp; &nbsp;at<br>
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)<br>
          [rt.jar:1.6.0_18]<br>
          &nbsp; &nbsp; &nbsp;at<br>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)<br>
          [rt.jar:1.6.0_18]<br>
          &nbsp; &nbsp; &nbsp;at java.lang.Thread.run(Thread.java:636)
          [rt.jar:1.6.0_18]<br>
          Caused by:<br>
          org.jboss.as.server.deployment.DeploymentUnitProcessingException:
          Failed<br>
          to mount deployment content<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:91)<br>
          [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113)<br>
          [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]<br>
          &nbsp; &nbsp; &nbsp;... 5 more<br>
          Caused by: java.io.FileNotFoundException:<br>
/home/notroot/svn/rules-engine/jboss-as-7.1.1.Final/standalone/tmp/vfs/temp45e614882d11012e/guvnor.war-6762d1b407bcac4f/WEB-INF/classes/org/drools/guvnor/client/explorer/navigation/qa/testscenarios/FactDataWidgetFactory$DeleteFactColumnButton$1.class<br>
          (File name too long)<br>
          &nbsp; &nbsp; &nbsp;at java.io.FileOutputStream.open(Native Method)
          [rt.jar:1.6.0_18]<br>
          &nbsp; &nbsp; &nbsp;at
          java.io.FileOutputStream.&lt;init&gt;(FileOutputStream.java:209)<br>
          [rt.jar:1.6.0_18]<br>
          &nbsp; &nbsp; &nbsp;at
          java.io.FileOutputStream.&lt;init&gt;(FileOutputStream.java:160)<br>
          [rt.jar:1.6.0_18]<br>
          &nbsp; &nbsp; &nbsp;at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:870)<br>
          &nbsp; &nbsp; &nbsp;at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:536)<br>
          &nbsp; &nbsp; &nbsp;at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.as.server.deployment.DeploymentMountProvider$Factory$ServerDeploymentRepositoryImpl.mountDeploymentContent(DeploymentMountProvider.java:97)<br>
          [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]<br>
          &nbsp; &nbsp; &nbsp;at<br>
org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:87)<br>
          [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]<br>
          &nbsp; &nbsp; &nbsp;... 6 more<br>
          <br>
          12:14:57,559 INFO &nbsp;[org.jboss.as.server]
          (DeploymentScanner-threads - 2)<br>
          JBAS015870: Deploy of deployment "guvnor.war" was rolled back
          with<br>
          failure message {"JBAS014671: Failed services" =&gt;<br>
          {"jboss.deployment.unit.\"guvnor.war\".STRUCTURE" =&gt;<br>
          "org.jboss.msc.service.StartException in service<br>
          jboss.deployment.unit.\"guvnor.war\".STRUCTURE: Failed to
          process phase<br>
          STRUCTURE of deployment \"guvnor.war\""}}<br>
          12:14:57,560 INFO &nbsp;[org.jboss.as.server.deployment] (MSC
          service thread<br>
          1-4) JBAS015877: Stopped deployment guvnor.war in 1ms<br>
          12:14:57,656 INFO &nbsp;[org.jboss.as.controller]
          (DeploymentScanner-threads<br>
          - 2) JBAS014774: Service status report<br>
          JBAS014777: &nbsp; Services which failed to start: &nbsp; &nbsp; &nbsp;service<br>
          jboss.deployment.unit."guvnor.war".STRUCTURE:<br>
          org.jboss.msc.service.StartException in service<br>
          jboss.deployment.unit."guvnor.war".STRUCTURE: Failed to
          process phase<br>
          STRUCTURE of deployment "guvnor.war"<br>
          <br>
          12:14:57,724 ERROR [org.jboss.as.server.deployment.scanner]<br>
          (DeploymentScanner-threads - 1) {"JBAS014653: Composite
          operation failed<br>
          and was rolled back. Steps that failed:" =&gt; {"Operation
          step-2" =&gt;<br>
          {"JBAS014671: Failed services" =&gt;<br>
          {"jboss.deployment.unit.\"guvnor.war\".STRUCTURE" =&gt;<br>
          "org.jboss.msc.service.StartException in service<br>
          jboss.deployment.unit.\"guvnor.war\".STRUCTURE: Failed to
          process phase<br>
          STRUCTURE of deployment \"guvnor.war\""}}}<br>
          <br>
          Anyone got an idea, why this happens?<br>
          <br>
          Best regards,<br>
          Thomas<br>
          <br>
          --<br>
          Thomas S&ouml;hngen<br>
          <br>
          Office: +49 221 294 975 20<br>
          Mobile: +49 178 732 1202<br>
          Email: <a moz-do-not-send="true"
            href="mailto:thomas.soehngen@stockpulse.de">thomas.soehngen@stockpulse.de</a><br>
          <br>
          <a moz-do-not-send="true" href="http://www.stockpulse.de"
            target="_blank">www.stockpulse.de</a><br>
          <a moz-do-not-send="true"
            href="http://www.facebook.com/stockpulse" target="_blank">www.facebook.com/stockpulse</a><br>
          <br>
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - - - - - - - - - - - - - - -<br>
          StockPulse UG (haftungsbeschr&auml;nkt)<br>
          Sitz der Gesellschaft: K&ouml;ln<br>
          Amtsgericht: K&ouml;ln (HRB 145359)<br>
          Vertretungsberechtige Gesch&auml;ftsf&uuml;hrer: Stefan Nann, Jonas
          Krauss<br>
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - - - - - - - - - - - - - - -<br>
          StockPulse UG (Limited Liability)<br>
          Registered Office: Cologne<br>
          District Court: Cologne HRB (145359)<br>
          Managing Director: Stefan Nann, Jonas Krauss<br>
          - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          - - - - - - - - - - - - - - - - -<br>
          <br>
          _______________________________________________<br>
          rules-users mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
          <a moz-do-not-send="true"
            href="https://lists.jboss.org/mailman/listinfo/rules-users"
            target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
        </blockquote>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Thomas S&ouml;hngen

Office: +49 221 294 975 20
Mobile: +49 178 732 1202
Email: <a class="moz-txt-link-abbreviated" href="mailto:thomas.soehngen@stockpulse.de">thomas.soehngen@stockpulse.de</a>

<a class="moz-txt-link-abbreviated" href="http://www.stockpulse.de">www.stockpulse.de</a>
<a class="moz-txt-link-abbreviated" href="http://www.facebook.com/stockpulse">www.facebook.com/stockpulse</a>

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StockPulse UG (haftungsbeschr&auml;nkt)
Sitz der Gesellschaft: K&ouml;ln
Amtsgericht: K&ouml;ln (HRB 145359)
Vertretungsberechtige Gesch&auml;ftsf&uuml;hrer: Stefan Nann, Jonas Krauss 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StockPulse UG (Limited Liability)
Registered Office: Cologne
District Court: Cologne HRB (145359)
Managing Director: Stefan Nann, Jonas Krauss 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</pre>
  </body>
</html>