Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Has anyone run into OutOfMemoryError with WTP 2.0 driver?


Yes.  David already pointed to the fact that I need to change to use -XX:MaxPermSize=128m.  I've tried that and even increase to 256m but still run into this problem.  I've run into this with Sun JDK 1.5.0_07, 1.5.0_09 and 1.5.0_10.   Seng ran into the same problem as well.  I just want to have a feel to see if others are running into similar problems with recent drivers.

Regards,

Kathy Chan
Rational Java Web Services, IBM Toronto Lab
D3-354, D3/R8V/8200/MKM, 8200 Warden Avenue, Markham, Ontario, Canada, L6G 1C7
kathy@xxxxxxxxxx, (905) 413-3022, tieline: 969-6038, fax: (905) 413-4920



Lawrence Mandel/Toronto/IBM@IBMCA
Sent by: wtp-dev-bounces@xxxxxxxxxxx

12/19/2006 02:23 PM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [wtp-dev] Has anyone run into OutOfMemoryError with WTP 2.0        driver?






Hi Kathy,


I'm not sure you've hit a new problem. We've had several reports of this problem since (I think) before WTP 1.0. There's even a faq entry for the question you asked [1]. Did you recently change your VM?


[1]
http://www.eclipse.org/webtools/faq/main.html#about_12

Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx


Kathy Chan/Toronto/IBM@IBMCA
Sent by: wtp-dev-bounces@xxxxxxxxxxx

12/19/2006 01:31 PM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] Has anyone run into OutOfMemoryError with WTP 2.0 driver?








Hi,


Has anyone run into OutOfMemoryError with the latest WTP 2.0 driver?  I started seeing this problem in WTP 2.0 drivers starting late last week when running Web services scenarios and had been able to reproduce this with different WTP 2.0 drivers.  However, we don't suspect the problem is specific to Web services scenarios.  We are currently trying to isolate the problem by using different tools.


Here's the error:


java.lang.OutOfMemoryError: PermGen space


More details on this problem can be found in bug 168285 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=168285).


Regards,


Kathy Chan
Rational Java Web Services, IBM Toronto Lab
D3-354, D3/R8V/8200/MKM, 8200 Warden Avenue, Markham, Ontario, Canada, L6G 1C7
kathy@xxxxxxxxxx, (905) 413-3022, tieline: 969-6038, fax: (905) 413-4920
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top