|
From: Dan W. <dw...@ne...> - 2004-04-14 15:45:47
|
I've used the service wrapper to deploy the same java app on windows, linux, and solaris. I am now moving it over to Mac OS X. I'm having a problem with the startup script that resides in the bin directory of the service wrapper deployment hierarchy. From a terminal window in OS X (Panther 10.3.3) , trying to start the script gets an error: -bash: ./taskserver: cannot execute binary file This is the exact same script that I use on all the other platforms. The strange thing is that if I copy the contents of the script into a fresh text file and save it, then I can run the copied script just fine. So that makes me think that the contents of the script file are fine, but there is something missing or wrong about the metadata for the script file. Has anyone else run into this? thanks. Dan Weston |