This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44658 - War deployement failed
Summary: War deployement failed
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 17:01 UTC by durrvi
Modified: 2004-09-08 23:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (7.82 KB, text/plain)
2004-06-09 17:03 UTC, durrvi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description durrvi 2004-06-09 17:01:18 UTC
Hello,

when I try to make a War file I have always the 
same problem:

java.lang.OutOfMemoryError
Comment 1 durrvi 2004-06-09 17:03:10 UTC
Created attachment 15605 [details]
ide.log
Comment 2 Pavel Buzek 2004-09-08 23:28:27 UTC
You are saying that you get the OOME when building WAR file, not when
deploying, correct?

In 40 we use ant to build WAR files so the same OOME will not happen.

You can also try increasing max memory size by the -J-Xmx240m (replace
240 by whatever you want) in ide.cfg file.