[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Java.exe crashes when collect object reference

No, Iam not setting the -Xmx parameter at all.
Iam using sun jdk 1.4.1_02-b06 in the attached process
and the same jdk in the hyades eclipse.

"Robert Danek" <rdanek@xxxxxxxxxx> wrote in message
news:cgdc32$65p$1@xxxxxxxxxxxxxx
> Are you setting the -Xmx parameter at all? Try running without this set.
>
> Hyades 3.0 requires JDK1.4. When you try configuring the RAC to use a
> 1.3 jdk (by running ./SetConfig in the <rac_install>/bin directory) it
> should complain that the minimum jdk requirement is 1.4.
>
> If the above suggestion of not setting the -Xmx parameter doesn't make a
> difference, can you describe the OS you are using, and the jdk version
> ('java -fullversion') being used to run the java process to which you
> are attaching.
>
> Shady wrote:
>
> > Hi
> > Iam using Eclipse 3.0 (release) with Hyades 3.0. When I attach to a java
> > process and start object collection , the java.exe crashes everytime. I
> > found a post of a similar problem and the solution was to use jdk 1.3.
> > But when I tried to run eclipse with jdk 1.3 it didn't run at all and
> > the log file states:
> > //
> > /java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
> >  at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> >  at java.security.AccessController.doPrivileged(Native Method)
> >  at java.net.URLClassLoader.findClass(URLClassLoader.java:188)/
> > //
> > /W/hat is the solution to this problem ? Iam not able to analyze a
> > memory leak due to this problem.