[
https://issues.jboss.org/browse/EMBJOPR-359?page=com.atlassian.jira.plugi...
]
Ian Springer commented on EMBJOPR-359:
--------------------------------------
Fixed in AdminConsole_EAP_5_1 branch (r1024) as follows:
1) have Seam inject the uploaded ear or war file into our component as an InputStream
rather than as a byte[]
2) in components.xml, configure the Seam upload filter to store the uploaded file in a
temp file rather than the default of in-memory
Java Heap Size error during EAR deployment
------------------------------------------
Key: EMBJOPR-359
URL:
https://issues.jboss.org/browse/EMBJOPR-359
Project: Embedded Jopr
Issue Type: Bug
Environment: JBoss AS 6.0.0.Final, Windows 7, Sun JDK 1.6.11
Reporter: Hakan Junior
Priority: Critical
Labels: admin-console
Attachments: jboss.txt
We are trying to deploy an EAR file which has size approx. 280MB. While deploying via
admin-console, it throws Java Heap Size error and related stacktrace is attached to this
issue. However, if we deploy via putting the file in server/standard/deploy folder no
error occurs and everything goes well.
Our Java_opts in run.conf.bat is set as; "JAVA_OPTS=-Xms512M -Xmx1024M
-XX:MaxPermSize=512M"
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira