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.

[1312 byte] By [Grahame-Ca] at [2007-11-26 15:25:18]
# 1

For enterprise pack related questions, nbentpack@netbeans.org alias is better suited as you will meet more JBI experts on that alias. (This forum itself is dedicated to java Studio Enterprise product).

Ref: http://enterprise.netbeans.org/

Community Involvement

... You can also review the complete list of documentation on this page: NetBeans Enterprise Pack 5.5 Tutorials, Guides, and Articles.

Mailing Lists

To send feedback, get support, and receive updates and general information about the NetBeans Enterprise Pack, subscribe to nbentpack@netbeans.org. You can subscribe to the mailing list by sending a blank email to nbentpack-subscribe@netbeans.org....

KarthikRa at 2007-7-8 21:40:51 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks for the pointers. I'll have a look there.
Grahame-Ca at 2007-7-8 21:40:51 > top of Java-index,Development Tools,Java Tools...