Hello all,
I am having serious problem with these two versions to Sun Java App. server.
I have on a test machine (desktop) the installation of version 9.1_01 while my laptop has version 9.0_01.
The problem is that webservice written in one will not deploy on the other. Both developments were done using Netbeans 5.5.
if I deploy the ear file designed on the laptop to the desktop, the fatal error come with an error I posted here [http://forum.java.sun.com/thread.jspa?threadID=5280272&tstart=0]
on the other hand, If I move an application ear file designed on the laptop to the desktop, I get the error
[#|2008-04-05T07:28:54.462-0700|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-32;ant;commons-attributes-compiler.jar;_RequestID=0e530888-59be-4e52-b346-075f502fa7c1;|DPL5401:Optional package ant does not exist or its Specification-Version doesnot match!! Unable to satisfy dependency for commons-attributes-compiler.jar|#]
[#|2008-04-05T07:28:54.462-0700|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-32;qdox;commons-attributes-compiler.jar;_RequestID=0e530888-59be-4e52-b346-075f502fa7c1;|DPL5401:Optional package qdox does not exist or its Specification-Version doesnot match!! Unable to satisfy dependency for commons-attributes-compiler.jar|#]
[#|2008-04-05T07:28:54.462-0700|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-32;commons-attributes-api;commons-attributes-compiler.jar;_RequestID=0e530888-59be-4e52-b346-075f502fa7c1;|DPL5401:Optional package commons-attributes-api does not exist or its Specification-Version doesnot match!! Unable to satisfy dependency for commons-attributes-compiler.jar|#]
[#|2008-04-05T07:28:54.462-0700|WARNING|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-32;javadoc;commons-attributes-compiler.jar;_RequestID=0e530888-59be-4e52-b346-075f502fa7c1;|DPL5401:Optional package javadoc does not exist or its Specification-Version doesnot match!! Unable to satisfy dependency for commons-attributes-compiler.jar|#]
[#|2008-04-05T07:28:56.664-0700|SEVERE|sun-appserver9.1|javax.enterprise.system.tools.deployment|_ThreadID=17;_ThreadName=Thread-32;_RequestID=0e530888-59be-4e52-b346-075f502fa7c1;|Exception occured in J2EEC Phase
com.sun.enterprise.deployment.backend.IASDeploymentException: Optional dependencies are not satisfied for archive [C:\Sun\AppServer\domains\leadwayportal\applications\j2ee-modules\PaymentSwitch], please see server.log for more details.
at com.sun.enterprise.deployment.backend.Deployer.loadDescriptors(Deployer.java:363)
at com.sun.enterprise.deployment.backend.ModuleDeployer.loadDescriptors(ModuleDeployer.java:423)
at com.sun.enterprise.deployment.backend.EjbModuleDeployer.deploy(EjbModuleDeployer.java:140)
at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDeployer.java:179)
at com.sue.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:919)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:279)
at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:788)
at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:187)
at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:223)
|#]
My question is that are both distribution incompatible with respect to web service development. Because, If I remove the Web service classes, everything else works fine.
anticipating an answer.
Regards,
Michael