[jboss-jira] [JBoss JIRA] (AS7-3755) JSR88 deployment causes errors because of invalid paths

Jason Greene (JIRA) jira-events at lists.jboss.org
Thu Feb 23 16:58:12 EST 2012


     [ https://issues.jboss.org/browse/AS7-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Greene updated AS7-3755:
------------------------------

    Fix Version/s: 7.1.2.Final
                       (was: 7.1.1.Final)


This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers, and EAP LA issues (which are probably not yet at the right status, or need an extra triage pass).

If these issues are completed in a 7.1.1 timeframe please change the fix version. Although if you forget I will bulk correct.
                
> JSR88 deployment causes errors because of invalid paths
> -------------------------------------------------------
>
>                 Key: AS7-3755
>                 URL: https://issues.jboss.org/browse/AS7-3755
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: JSR88
>    Affects Versions: 7.1.0.CR1
>            Reporter: Wolfgang Knauf
>            Assignee: Thomas Diesler
>             Fix For: 7.1.2.Final
>
>
> I observed two problems when performing JSR88 deployment. Though they are at completely different places, it seems they both have the same root cause: a JSR88 module name, which contains the path to the temp dir, seems to be treated a a file name later.
> First observation is this error message when deploying the EAR file attached to #AS7-3474 :
> 21:24:44,781 ERROR [org.jboss.as.ejb3] (MSC service thread 1-3) JBAS014132: Could not create directory C:\temp\jboss-as-7.1.0.Final-SNAPSHOT\standalone\data\timer-service-data\file:\C:\DOCUME~1\Knuffi\LOCALS~1\Temp\Stateless.StatelessEJB.GeometricModelBean to persist EJB timers.
> I don't know whether this breaks something, I just noticed the error message.
> And the second problem happened when deploying a small Struts2 sample:
> 21:23:10,875 FATAL [org.apache.jasper.EmbeddedServletOptions] (MSC service thread 1-4) The scratchDir you specified: C:\temp\jboss-as-7.1.0.Final-SNAPSHOT\standalone\tmp\work\jboss.web\default-host\file:_C:_DOCUME~1_Knuffi_LOCALS~1_Temp_StrutsBasics is unusable.
> The path is different, but the problem seems to be the same (here ":" is not removed from the path name). This caused a failed deployment, thus is is really a problem.
> I posted the second error plus a small sample (including my famous JSR88 deployer client ;-)) in the JBossWeb forum, but did not receive a reply up to now. See here for the sample: https://community.jboss.org/thread/194841

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list