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