Re: Error when trying to Start VM

"Nathan Fiedler" <[email protected]> Fri, 4 Feb 2005 14:17:07 -0800 (PST)
Newsgroups gmane.comp.java.jswat.user
Message-ID <[email protected]>
The JSwat README may have some information about this. I believe it is
along the lines of the network configuration on Mac OS X needs to have the
host name for the machine set to something. My Mac has been decommissioned
so I can't tell you how to properly set the hostname, but that was the
solution for a problem like this one. The README may describe this in more
detail.

n


Billy Bacon wrote:
> I'm trying to debug a swing app which is essentially a JAR file...
>
> ERROR: Cause of death:
> Error[22] in gethostbyname() call!
> err:: Invalid argument
> Socket Transport failed to init
> Transport dt_socket failed to initialize, rc =-1.
> FATAL ERROR in native method: No transports initialized
>
> In the Start VM dialog box I have my Java Home set, the JVM executable is
> java and for the class name I give the pacakage name and class which
> launches the application.
>
> I'm having this issue on my Mac OS X powerbook (not that it should
> matter). I mention this only b/c I have jSwat set up on my Windows box as
> well and with the exact same settings (AFAIK) (sourcepath, classpath) and
> it runs fine on the Windows machine and loads/starts up the app just
> great. But running it on my Mac fails with the above error.
>
> Any ideas as to what I have wrong?
>
> Thanks for any help!
>
> - Billy -