Starnge error message with latest from GIT

I just update the latest CB from GIT and restarted ColdFusion to get this error in my logs.

GC overhead limit exceeded The specific sequence of files included or processed is: D:\at home\dev.andyscott.id.au\wwwroot\index.cfm

Regards,

Andrew Scott

http://www.andyscott.id.au/

Interesting. What’s your heap size and perm gen size?

Pete Freitag has a good description of why the error happens here:
http://www.petefreitag.com/item/746.cfm

I actually got this the other day (for the first time) on one of my production servers, but I assumed it was from a large number of error E-mails that were sent and were cfdumping very large structures which created 4-5MBs of HTML.

Thanks!

~Brad

The heap size etc is whatever is default setup, and been sufficient for me for 15 years.

The moment I pulled the latest code from GIT for ColdBox I get this error, when I go back to the ColdBox version I was running I have no problems. Seems very interesting and odd.

Regards,

Andrew Scott

http://www.andyscott.id.au/

The heap size etc is whatever is default setup, and been sufficient for me for 15 years.

Wow, I didn’t know ColdFusion had been running on Java for that long. :slight_smile:

The moment I pulled the latest code from GIT for ColdBox I get this error, when I go back to the ColdBox version I was running I have no problems.

For the record, the default JVM settings are a little restrictive for a CFC-heavy app (like ColdBox), especially in the perm gen department, but I understand what you’re saying that there seems to be something about the nightly. Are you restarting CF between trying the different versions? What’s your heap usage look like while the framework inits? ie, does it rise rapidly and by how much?

Seems very interesting and odd.

Indeed.

~Brad

What are you trying to run? Your own app or the app templates?
Can you locate where things go out of wack?

I meant to indicate that for 15 years I have just left everything as standard, I didn’t mean to imply that… My bad…

Actually I have found the JVM is very much ok with my server at home, but I may have to try this again when I get home with the latest version of CB.

Actually I haven’t done that test yet, but is on my next to do list.

Regards,

Andrew Scott

http://www.andyscott.id.au/

My own app, and I am still running tests Luis so as soon as I can come up with something more I’ll let you know.

Regards,

Andrew Scott

http://www.andyscott.id.au/

Ok problem solved!!!

It was because I had the ColdFusion Monitor switched on to begin with L

However, I now get this error after the conversion has taken place. And I need to run the application.

Oops! Exception Encountered

Framework Initialization/Configuration Exception

Error Type: java.lang.NullPointerException : [N/A]
Error Messages:

Tag Context:

ID:

CF_CFPAGE

LINE:

367

Template:

D:\at home\frameworks\ColdBox 3.0RC1\system\web\services\ModuleService.cfc

ID:

CF_UDFMETHOD

LINE:

389

Template:

D:\at home\frameworks\ColdBox 3.0RC1\system\web\services\ModuleService.cfc

ID:

CF_UDFMETHOD

LINE:

311

Template:

D:\at home\frameworks\ColdBox 3.0RC1\system\web\services\ModuleService.cfc

Regards,

Andrew Scott

http://www.andyscott.id.au/

What do you mean conversion takes place?

The Conversion Utility that I wrote to migrate data from one DB to a more
streamlined ORM database. Sorry I mentioned that in another thread, and juts
took it for granted others would have cottoned on.

Regards,
Andrew Scott
http://www.andyscott.id.au/

From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com] On
Behalf Of Luis Majano
Sent: Thursday, 20 January 2011 3:20 PM
To: coldbox@googlegroups.com
Subject: [coldbox:7777] Re: Starnge error message with latest from GIT

What do you mean conversion takes place?

--
Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org Linked In:
http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

> Ok problem solved!!!
>
> It was because I had the ColdFusion Monitor switched on to begin with
> L
>
> However, I now get this error after the conversion has taken place. And

I

need to run the application.
>
> Oops! Exception Encountered
> Framework Initialization/Configuration Exception Error Type:
> java.lang.NullPointerException : [N/A] Error Messages:
> Tag Context:
>
>
> ID:
>
> CF_CFPAGE
>
>
> LINE:
>
> 367
>
>
> Template:
>
> D:\at home\frameworks\ColdBox
> 3.0RC1\system\web\services\ModuleService.cfc
>
>
> ID:
>
> CF_UDFMETHOD
>
>
> LINE:
>
> 389
>
>
> Template:
>
> D:\at home\frameworks\ColdBox
> 3.0RC1\system\web\services\ModuleService.cfc
>
>
> ID:
>
> CF_UDFMETHOD
>
>
> LINE:
>
> 311
>
>
> Template:
>
> D:\at home\frameworks\ColdBox
> 3.0RC1\system\web\services\ModuleService.cfc
>
>
>
>
>
>
>
>
>
>
> Regards,
> Andrew Scott
> http://www.andyscott.id.au/
>
>
>
>
> From: coldbox@googlegroups.com [mailto:coldbox@googlegroups.com]
On
> Behalf Of Luis Majano
> Sent: Thursday, 20 January 2011 2:25 PM
> To: coldbox@googlegroups.com
> Subject: [coldbox:7765] Re: Starnge error message with latest from GIT
>
>
>
> What are you trying to run? Your own app or the app templates?
>
> Can you locate where things go out of wack?
>
> --
> Luis F. Majano
> President
> Ortus Solutions, Corp
>
> ColdBox Platform: http://www.coldbox.org Linked In:
> http://www.linkedin.com/pub/3/731/483
> Blog: http://www.luismajano.com
> IECFUG Manager: http://www.iecfug.com
>
> > The heap size etc is whatever is default setup, and been sufficient

for me

for 15 years.
> >
> >
> >
> > Wow, I didn't know ColdFusion had been running on Java for that
> > long. :slight_smile:
> >
> >
> >
> > The moment I pulled the latest code from GIT for ColdBox I get this

error,

when I go back to the ColdBox version I was running I have no problems.
> >
> >
> >
> > For the record, the default JVM settings are a little restrictive for

a CFC-

heavy app (like ColdBox), especially in the perm gen department, but I
understand what you're saying that there seems to be something about the
nightly. Are you restarting CF between trying the different versions?

What's

your heap usage look like while the framework inits? ie, does it rise

rapidly

Ok problem solved!!!

Yeah the silly thing is that I switched that on about 6-8 months ago, and now my machine even runs faster.

Regards,

Andrew Scott

http://www.andyscott.id.au/