Hi,
my application is giving out of memory error.
i m using two models... E2work and Workdata.
and i want to add/update workdata on adding entry to e2work.
what i had done is, i added workdatamanager with setter in e2work action .
and in save method before saving im calling updateworkdata() meth
i had an infinite loop and could find why. after some debugging a
found this very unexpectedly.
matt did you know??
jsp file:
list="stadsverwarmingOpties"/>
corresponding action has this method
public List getStadsverwarmingOpties() {
List list = new ArrayList();
list.add(g
I'm not sure I understand the question and/or problem. Can you explain it in
simpler terms?
On Tue, Oct 5, 2010 at 3:54 AM, wrote:
>
> i had an infinite loop and could find why. after some debugging a found
> this very unexpectedly.
> matt did you know??
> jsp file:
> list="stadsverwarmingOptie
You should make sure your JAVA_OPTS or MAVEN_OPTS are set appropriately. I'd
set your JAVA_OPTS to -Xmx512M.
Matt
On Tue, Oct 5, 2010 at 2:49 AM, itsdipak wrote:
>
> Hi,
> my application is giving out of memory error.
> i m using two models... E2work and Workdata.
> and i want to add/update wo
I tried with Maven 2.2.1 and project created successfully , but when I try to
compile it shows 7 required artifacts are missing. full log is given below.
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] AppFuse Modular Application
[INFO] AppFuse Modular Application - Core
Which version of AppFuse are you using? I fixed this a few nights ago in
2.1.0-M2-SNAPSHOT.
On Oct 5, 2010, at 11:39 AM, m_aliyar wrote:
>
> I tried with Maven 2.2.1 and project created successfully , but when I try to
> compile it shows 7 required artifacts are missing. full log is given below
is there is any other reason for this? (Event listeners)
--
View this message in context:
http://appfuse.547863.n4.nabble.com/Out-of-memory-error-Is-this-is-a-reason-tp2955624p2956639.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
-
thanks for the reply... i always wait for your valuable reply.. :-)
i already set those as environment variables.
Whether my procedure is right for updating the another model? or there is
any better way to do that?
analyzing memory dump it shows following info.. Also showing more memory
usage
One more point i want to add:
i am creating a huge Map and accessing it for auto completer
through AJAXaction as a JSON result type.
Is it a problem ? or i need to explicitly clear data accessed though ajax
call? if yes then how and where to do that if i am getting data though
http://appfuse.5478
What version of Maven are you using? I'd suggest 2.2.1.
On Oct 5, 2010, at 12:32 PM, itsdipak wrote:
>
> thanks for the reply... i always wait for your valuable reply.. :-)
>
>
> i already set those as environment variables.
>
> Whether my procedure is right for updating the another model? or
Version of appfuse is 2.1.0-M2-SNAPSHOT
--
View this message in context:
http://appfuse.547863.n4.nabble.com/appfuse-full-source-failed-tp2529181p2964294.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
-
T
11 matches
Mail list logo