• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

deploytool fails on startup (mac os x)

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed the J2EE SDK 1.3 linux version on my mac. J2EE application server starts up fine, but the deploytool keeps failing on startup. I am getting the following error:
> deploytool -ui
/Users/vera/Applications/j2sdkee1.3.1/bin/deploytool: line 19: 466
Segmentation fault $JAVACMD -classpath "$CPATH_CH"
$SYSTEM_PROPERTIES com.sun.enterprise.tools.deployment.main.Main "$@"
Any ideas why that is happening? Does anyone run this successfully on Mac Os X? Help is highly appreciated!
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The default installation of Mac OS X doesn't include the J2EE classes. However, you can download XCode 1.1 tools from the Apple developer site which includes a tweaked version of JBoss that runs out of the box on Mac OS X (use the custom install option when you run the installers). JBoss features hot deployment, so all you have to do is drag your ejb jar to the deployment directory, making the deployment tool superfluous. If you run JBoss in a terminal window, you can watch the debugging information as JBoss attempts to deploy your application.
[ March 09, 2004: Message edited by: Cleland Early ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic