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 242239 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-23 07:13 UTC by arularasan
Modified: 2014-03-21 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207892


Attachments
stacktrace (672 bytes, text/plain)
2014-02-23 07:14 UTC, arularasan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arularasan 2014-02-23 07:13:59 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
arularasan: <Please provide a description of the problem or the steps to reproduce>ewqeqweqw




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.net.www.http.ChunkedInputStream.<init>(ChunkedInputStream.java:81)
   at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:757)
   at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:579)
   at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1322)
   at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)
   at org.netbeans.modules.tomcat5.TomcatManagerImpl.run(TomcatManagerImpl.java:561)
Comment 1 arularasan 2014-02-23 07:14:01 UTC
Created attachment 145504 [details]
stacktrace
Comment 2 Petr Hejl 2014-03-21 09:33:54 UTC
Please provide at least a basic steps to reproduce and heapdump. Otherwise it is not possible to tell what is causing OOME. I doubt it is Tomcat integration.