Re: Errors when launching JSwat
Nathan Fiedler <[email protected]> Fri, 09 Dec 2005 09:08:30 -0800
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <[email protected]> |
You're right, I should have looked more closely at the stack traces. It
seems that the problem is the serialized object data files are corrupt.
The easiest way to fix that is to delete the C:\Documents and
Settings\yourusernamehere\.jswat directory. Or you can delete just the
.xml files in that directory. I presume this corruption occurred due to
a failed shutdown, but I haven't seen this reproduce under normal
circumstances.
n
Flatoff Allan wrote:
> Hi Nathan,
>
> I'm still having problems.
>
> I deleted my previous JSWat Install directory
>
> I ran the installer and this time selected the JDK directory
>
> There were no messages during installation.
>
> I get the same errors when launching JSWat.
>
> Judging by the error messages I think they are XML related in nature.
>
>
> Here's the contents of my jswat.conf file:
>
> # ${HOME} will be replaced by JVM user.home system property
> netbeans_default_userdir="${HOME}\.jswat"
>
> # options used by netbeans launcher by default, can be overridden by
> explicit
> # command line switches
> netbeans_default_options="-J-Xms32m -J-Xmx128m -J-XX:PermSize=32m
> -J-XX:MaxPermSize=96m -J-Xverify:none"
>
> # default location of J2SE JDK, can be overridden by using --jdkhome
> <dir> switch
> netbeans_jdkhome="C:\Program Files\Java\jdk1.5.0_06"
>
> # clusters' paths separated by path.separator (semicolon on Windows,
> colon on Unices)
> #netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cl
> uster2"