Programe Plan View - Out f memory error

Post Reply
melbpar1
Posts: 41
Joined: 19 Sep 2012, 06:18

I have created a programme and a number of related projects with start and end dates (Quarters). However, the program plan view only shows the timeline but no projects.
When I attempt to check and uncheck the Plan check box, the following error appears "Out of memory at line: 2674"
Any help on this is appreciated.
jmk
Posts: 137
Joined: 31 May 2012, 12:08
Location: France

melbpar1 wrote: When I attempt to check and uncheck the Plan check box, the following error appears "Out of memory at line: 2674"
Any help on this is appreciated.
That's undoubtedly a memory error with tomcat. You should increase its dedicated memory.

Locating the tomcat log (catalina.out) may help in identifying the real cause.


Some pointers :
http://wiki.apache.org/tomcat/FAQ/Memory
http://www.minecraftforum.net/topic/350 ... a-windows/


Hope it will help ...
melbpar1
Posts: 41
Joined: 19 Sep 2012, 06:18

Thanks. This is likely to help with the out of memory error. I am still not sure why the project bars do not appear in the chart even when I have set start and end dates for all projects in the programme. I have the same scenario with any of the roadmaps. Milestones appear but none of the related projects.
Is there any other configuration field I should set?
melbpar1
Posts: 41
Joined: 19 Sep 2012, 06:18

jmk. Thanks for your help. Increasing the allocated memory did the trick. :D
I also figured out that the reason why the projects did not appear was that there was an offending character in one of the project descriptions which did not allow timeline_data1 to be rendered due to an 'unterminated string'(JS error)
Post Reply