I am running Apache JMeter 1.3 ( http://java.apache.org/jmeter/index.html )
using a JSP page as the URL sampler. The JSP <BEAN> tag is as follows:
<BEAN name="AgentInstance"
type="com.cvs.AgentBean"
create="yes"
scope="session" >
</BEAN>
Apparently, the bean is being created with every request sent from JMeter,
and the system garbage cleanup can not keep up.
The following exception is eventually thrown after only a few minutes of
running JMeter:
java.lang.OutOfMemoryError
at org.apache.jserv.JServConnection.run(JServConnection.java:365)
at java.lang.Thread.run(Thread.java)
Is there any fix for this thrown exception issue?
Products installed:
Apache 1.3.6
Apache JServ 1.0
GNUJSP 0.9.9
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]