The actual error is &quot;Caused by: java.io.FileNotFoundException: ...... (File name too long)&quot;.<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öhngen <span dir="ltr">&lt;<a 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>
&quot;guvnor-5.5.0.Final-jboss-as-7.0.war&quot; to &quot;guvnor.war&quot; and copy it in the<br>
&quot;standalone\deployments&quot; folder of the AS. The AS starts the deployment,<br>
but fails immediately with the following error:<br>
<br>
12:14:44,669 INFO  [org.jboss.as.server.deployment] (MSC service thread<br>
1-6) JBAS015876: Starting deployment of &quot;guvnor.war&quot;<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.&quot;guvnor.war&quot;.STRUCTURE:<br>
org.jboss.msc.service.StartException in service<br>
jboss.deployment.unit.&quot;guvnor.war&quot;.STRUCTURE: Failed to process phase<br>
STRUCTURE of deployment &quot;guvnor.war&quot;<br>
     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>
     at<br>
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)<br>
[jboss-msc-1.0.2.GA.jar:<a href="http://1.0.2.GA" target="_blank">1.0.2.GA</a>]<br>
     at<br>
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)<br>
[jboss-msc-1.0.2.GA.jar:<a href="http://1.0.2.GA" target="_blank">1.0.2.GA</a>]<br>
     at<br>
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)<br>
[rt.jar:1.6.0_18]<br>
     at<br>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)<br>
[rt.jar:1.6.0_18]<br>
     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>
     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>
     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>
     ... 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>
     at java.io.FileOutputStream.open(Native Method) [rt.jar:1.6.0_18]<br>
     at java.io.FileOutputStream.&lt;init&gt;(FileOutputStream.java:209)<br>
[rt.jar:1.6.0_18]<br>
     at java.io.FileOutputStream.&lt;init&gt;(FileOutputStream.java:160)<br>
[rt.jar:1.6.0_18]<br>
     at org.jboss.vfs.VFSUtils.unzip(VFSUtils.java:870)<br>
     at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:536)<br>
     at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567)<br>
     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>
     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>
     ... 6 more<br>
<br>
12:14:57,559 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2)<br>
JBAS015870: Deploy of deployment &quot;guvnor.war&quot; was rolled back with<br>
failure message {&quot;JBAS014671: Failed services&quot; =&gt;<br>
{&quot;jboss.deployment.unit.\&quot;guvnor.war\&quot;.STRUCTURE&quot; =&gt;<br>
&quot;org.jboss.msc.service.StartException in service<br>
jboss.deployment.unit.\&quot;guvnor.war\&quot;.STRUCTURE: Failed to process phase<br>
STRUCTURE of deployment \&quot;guvnor.war\&quot;&quot;}}<br>
12:14:57,560 INFO  [org.jboss.as.server.deployment] (MSC service thread<br>
1-4) JBAS015877: Stopped deployment guvnor.war in 1ms<br>
12:14:57,656 INFO  [org.jboss.as.controller] (DeploymentScanner-threads<br>
- 2) JBAS014774: Service status report<br>
JBAS014777:   Services which failed to start:      service<br>
jboss.deployment.unit.&quot;guvnor.war&quot;.STRUCTURE:<br>
org.jboss.msc.service.StartException in service<br>
jboss.deployment.unit.&quot;guvnor.war&quot;.STRUCTURE: Failed to process phase<br>
STRUCTURE of deployment &quot;guvnor.war&quot;<br>
<br>
12:14:57,724 ERROR [org.jboss.as.server.deployment.scanner]<br>
(DeploymentScanner-threads - 1) {&quot;JBAS014653: Composite operation failed<br>
and was rolled back. Steps that failed:&quot; =&gt; {&quot;Operation step-2&quot; =&gt;<br>
{&quot;JBAS014671: Failed services&quot; =&gt;<br>
{&quot;jboss.deployment.unit.\&quot;guvnor.war\&quot;.STRUCTURE&quot; =&gt;<br>
&quot;org.jboss.msc.service.StartException in service<br>
jboss.deployment.unit.\&quot;guvnor.war\&quot;.STRUCTURE: Failed to process phase<br>
STRUCTURE of deployment \&quot;guvnor.war\&quot;&quot;}}}<br>
<br>
Anyone got an idea, why this happens?<br>
<br>
Best regards,<br>
Thomas<br>
<br>
--<br>
Thomas Söhngen<br>
<br>
Office: +49 221 294 975 20<br>
Mobile: +49 178 732 1202<br>
Email: <a href="mailto:thomas.soehngen@stockpulse.de">thomas.soehngen@stockpulse.de</a><br>
<br>
<a href="http://www.stockpulse.de" target="_blank">www.stockpulse.de</a><br>
<a href="http://www.facebook.com/stockpulse" target="_blank">www.facebook.com/stockpulse</a><br>
<br>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br>
StockPulse UG (haftungsbeschränkt)<br>
Sitz der Gesellschaft: Köln<br>
Amtsgericht: Köln (HRB 145359)<br>
Vertretungsberechtige Geschäftsfü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 href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br>