[jboss-jira] [JBoss JIRA] (AS7-3260) Deplyoment distribution fails when DC is Windows and HC is linux

Tomaz Cerar (Commented) (JIRA) jira-events at lists.jboss.org
Tue Jan 10 11:29:09 EST 2012


    [ https://issues.jboss.org/browse/AS7-3260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12654948#comment-12654948 ] 

Tomaz Cerar commented on AS7-3260:
----------------------------------

Exception that occurs as result of wrong file name:
{noformat}
[Server:slave-server] Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: Failed to mount deployment content
[Server:slave-server]   at org.jboss.as.server.deployment.module.DeploymentRootMountProcessor.deploy(DeploymentRootMountProcessor.java:82) [jboss-as-server-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT]
[Server:slave-server]   at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:115) [jboss-as-server-7.1.0.Final-SNAPSHOT.jar:7.1.0.Final-SNAPSHOT]
[Server:slave-server]   ... 5 more
[Server:slave-server] Caused by: java.io.FileNotFoundException: /opt/domain-host/jboss-as-7.1.0.Final-SNAPSHOT/domain/content/a7/9cd76be24a9235a4a958c7b29fc08d3c75e8d0/content (No such file or directory)
[Server:slave-server]   at java.io.FileInputStream.open(Native Method) [:1.6.0_22]
[Server:slave-server]   at java.io.FileInputStream.<init>(FileInputStream.java:137) [:1.6.0_22]
[Server:slave-server]   at org.jboss.vfs.spi.RootFileSystem.openInputStream(RootFileSystem.java:57) [jboss-vfs-3.1.0.CR1.jar:3.1.0.CR1]
[Server:slave-server]   at org.jboss.vfs.VirtualFile.openStream(VirtualFile.java:238) [jboss-vfs-3.1.0.CR1.jar:3.1.0.CR1]
[Server:slave-server]   at org.jboss.vfs.VFS.mountZipExpanded(VFS.java:567) [jboss-vfs-3.1.0.CR1.jar:3.1.0.CR1]
{noformat}
                
> Deplyoment distribution fails when DC is Windows and HC is linux
> ----------------------------------------------------------------
>
>                 Key: AS7-3260
>                 URL: https://issues.jboss.org/browse/AS7-3260
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.1.0.CR1b
>         Environment: HC on linux
> DC on windows 7
>            Reporter: Tomaz Cerar
>            Assignee: Tomaz Cerar
>            Priority: Critical
>              Labels: domain, linux, windows
>             Fix For: 7.1.0.Final
>
>
> There is problem with the distribution of the content (deployments) between the DC running on Windows 7 and the slaves running on CentOS/RHEL 6.2. The content is distributed to the slaves, but the filename "content" in content sub directories is prefixed with "\", as "\content". If I rename the file to "content", the host picks up the correct deployment after restart.   

--
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