Simple redeploy causes leak
---------------------------
Key: JBAS-3771
URL:
http://jira.jboss.com/jira/browse/JBAS-3771
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployment services
Affects Versions: JBossAS-4.0.4.GA
Environment: windows xpsp2 clean jboss install default configuration
Reporter: B D
Assigned To: Dimitris Andreadis
I am using the simple ear file found at
http://www.roseindia.net/jboss/anttutorialcode.zip and constantly reploding it with
something like this
@ECHO OFF
cls
SET COUNT=0
SET PATH=E:\tools\apache-ant-1.6.5\bin;%PATH%
set SERVLET_LIB_JAR=E:\tools\Maven\repository\servletapi\jars\servletapi-2.3.jar
:Loop
call touch E:\dev\anttutorialcode\anttest\example2\src\HelloWorld.java
call ant
rem xcopy /f /y example2.ear E:\server\jboss-4.0.2\server\default\deploy >nul:
xcopy /f /y example2.ear E:\server\jboss-4.0.4.GA\server\default\deploy >nul:
SET /A COUNT=COUNT+1
echo Deployed EAR file count is %COUNT%, sleeping 30 secs...
sleep 30
goto Loop
There is a leak of 1mb every few minutes!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira