Heiko Braun created AS7-4617:
--------------------------------
Summary: Domain deployment fails on slave controller
Key: AS7-4617
URL:
https://issues.jboss.org/browse/AS7-4617
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Priority: Critical
Fix For: 7.1.2.Final-redhat1
Attachments: mysql-connector-java-5.1.15.jar
Trying to deploy a jdbc driver.
Scenario A) Single host controller
Scenario B) Two hosts (master, slave.local)
The deployment succeeds in scenario A, but fails on the slave host in scenario B:
{noformat}
[Host Controller] Caused by: java.io.EOFException: Read past end of file
[Host Controller] at
org.jboss.marshalling.SimpleDataInput.eofOnRead(SimpleDataInput.java:126)
[jboss-marshalling-1.3.13.GA.jar:1.3.13.GA]
[Host Controller] at
org.jboss.marshalling.SimpleDataInput.readFully(SimpleDataInput.java:152)
[jboss-marshalling-1.3.13.GA.jar:1.3.13.GA]
[Host Controller] at
org.jboss.as.repository.RemoteFileRequestAndHandler.handleResponse(RemoteFileRequestAndHandler.java:101)
[Host Controller] at
org.jboss.as.host.controller.RemoteDomainConnectionService$GetFileRequest.handleRequest(RemoteDomainConnectionService.java:376)
{noformat}
the deployment is attached to this issue.
--
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