facebook

Undeployment failure on JBoss 4. Failed to copy full content

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #263984 Reply

    venkateshmr
    Member

    while using eclipse and jboss

    #263994 Reply

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #264058 Reply

    venkateshmr
    Member

    i am using myeclipse 3.1.2 with jboss version 4.0.1sp1.error i get while eclipse trys to deploy war file to jboss server is
    Undeployment failure on JBoss 4. Failed to copy full contents from E:\from53\JSDK-Framework\build\com\siemens\sdk\xml\dataconnection\impl\XSystemsTypeImpl$XSystemTypeImpl$XEventSourceTypeImpl$XEventServerTypeImpl$XEventServerPropertiesImpl$Unmarshaller.class to E:\JSDK\softwares\New Folder\jboss-4.0.1sp1\server\default\deploy\SampleApplication.war\WEB-INF\classes\com\siemens\sdk\xml\dataconnection\impl\XSystemsTypeImpl$XSystemTypeImpl$XEventSourceTypeImpl$XEventServerTypeImpl$XEventServerPropertiesImpl$Unmarshaller.class If a file is locked, you can wait until the lock times out to redeploy, or stop the server and redeploy, or manually remove the deployment at E:\JSDK\softwares\New Folder\jboss-4.0.1sp1\server\default\deploy\SampleApplication.war

    but the same war is deployed sucessfully on other machine.Does the deployment depends on operating system.Deployed is sucessful on windows xp machine and fails and throws the above error while deploying on windows 2000 machine

    #264061 Reply

    Riyad Kalla
    Member

    You cannot redeploy and application while the application server is running. The error message is correct, the problem is read-locks on Windows.

    You can get around this by simply using an exploded deployment. That way your changes are deployed every time you save a changed file, so you don’t need to keep going back to the redeploy dialog and redeploying your application.

    #264063 Reply

    venkateshmr
    Member

    server is down while deploying ,also i am using exploded deployment.war file is deployed to jboss partialy.
    that is some of the packages are not deployed.This may be due to long file name.which can be seen in the error message.
    but on windows xp same war file is completely deployed where as on windows 2000 partialy deployment takes place and fails while deploying the file with long name.

    #264064 Reply

    Riyad Kalla
    Member

    Are you using FAT32 on Win2k by chance? There isn’t much we can do with a too-long-filename problem… one way to wor karound it might be to deploy packaged WARs on the Win2k machine…

    #264110 Reply

    venkateshmr
    Member

    Thanx a lot .By deploying in packaged WARs it worked on win2k.

    #264111 Reply

    Riyad Kalla
    Member

    I’m glad it’s working now, thanks for following up.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Undeployment failure on JBoss 4. Failed to copy full content

You must be logged in to post in the forum log in