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?

Does any of your scenarios include running ant tasks (either directly or via ant builder) in the WTP's JVM?

Kathy Chan wrote:

Thanks for the info, Konstantin. I had tried to set “-XX:MaxPermSize=256m” in the vmargs. I had even tried setting it to 512m but still run into OutOfMemoryError after running a few scenarios. I was using Sun JDK 1.5.0_10.

If others have run into similar problem or have insight into this problem, please post to the bug 168285 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=168285).

Thanks!

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



*"Konstantin Komissarchik" <kosta@xxxxxxx>*
Sent by: wtp-dev-bounces@xxxxxxxxxxx

12/19/2006 02:20 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?


	





We see the PermGen error pretty regularly and it isn’t limited to the 2.0 builds for us. We’ve seen it with 1.0.x and 1.5.x. I believe the problem started happening with a particular version of Sun’s JVM for Java 5, but I do not have the info about the specific version. The workaround is to increase the allocated PermGen space using “-XX:MaxPermSize=256m” in the vmargs. - Konstantin
------------------------------------------------------------------------

*From:* wtp-dev-bounces@xxxxxxxxxxx [mailto:wtp-dev-bounces@xxxxxxxxxxx] *On Behalf Of *Kathy Chan*
Sent:* Tuesday, December 19, 2006 10:31 AM*
To:* wtp-dev@xxxxxxxxxxx*
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

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.
_______________________________________________
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