Unable to deploy composite app to remote sever
(I am new to JBI application development.)
I have a very simple composite application in Netbeans 5.5, which deploys happily to the local server (Sun Java App Server 9), but will not deploy to a similar remote server.
Netbeans and the local app server are running on Windows XP. The remote server is running on Linux.
When deploying to the remote server, I get the following:
==================================
run-jbi-deploy:
[deploy-service-assembly]
Deploying a service assembly...
host=146.87.15.11
port=4848
file=C:\Documents and Settings\Grahame\My Documents\MyJava\AsyncCompositeApp/dist/AsyncCompositeApp.zip
Failed execution of Deploy
ERROR: (JBIMA1010) The Service Assembly archive C:\opt\SDK\domains\domain1\jbi\system\esb-repository\tmp\4f5a11a51102f8327dc7de 7\AsyncCompositeApp.zip is invalid, the deployment descriptor is missing, invalid, or it is not a Service Assembly archive.
C:\Documents and Settings\Grahame\My Documents\MyJava\AsyncCompositeApp\nbproject\build-impl.xml:214: Service assembly deployment failed.
BUILD FAILED (total time: 3 seconds)
=====================================
I get no such problem when deploying to the local server.
Has anyone seen this problem before.

