Invalid content was found starting with element 'BugTracerReports' updating to 3.1.0

Hi!

I'm trying to do an upgrade from 3.0 to 3.1

After upgrade I get the following error:

[Error] :82:21: cvc-complex-type.2.4.a: Invalid content was found
starting with element 'BugTracerReports'. One of
'{"":DebuggerSettings, "":Cache, "":CacheBox, "":Interceptors,
"":Conventions, "":LogBox, "":IOC, "":Models, "":Modules, "":WireBox}'
is expected.

event: onApplicationStart
template: C:/Workspace/50_framework/system/core/util/Util.cfc
line: 164
server: DEV/coldfusion

What does it mean?

Thanks,
Leonty

That bug tracer reports are deprecated.http://wiki.coldbox.org/wiki/WhatsNew:3.1.0.cfm

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

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

Social: twitter.com/lmajano facebook.com/lmajano

Hi Luis!

If I remove BugTracerReports I get something like “element ‘BugTracerReports’ is not defined”

Should I update xsd schema definition? If so what is the address of schema for Coldbox 3.1.0?

Thanks!

Leonty

Can you submit the exception again

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

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

Social: twitter.com/lmajano facebook.com/lmajano

It was a thing at work, will submit it tomorrow :slight_smile:

Thanks for helping!

This is what I get if I remove BugTracerReports entry from config.xml.cfm

The config.xml file does not validate with the framework's schema.
The error details are: [Error] :13:69: src-resolve: Cannot resolve the
name 'BugTracerReports' to a(n) 'element declaration' component.

event: onApplicationStart
template: C:/Workspace/50_framework/system/core/util/Util.cfc
line: 164
server: DEV/coldfusion

All other stuff is the same as in 3.0 config.

You know what this might be an issue with the xsd. This is 3.1 right? Open the /coldbox/system/web/config/config.xsd and remove line 13.

Or just upgrade to the CFC configuration.

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

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

Social: twitter.com/lmajano facebook.com/lmajano

Thanks!
That was it!

As for CFC configuration it's in plans but our application is kind of
huge so now I'm running 3.1 on my localhost to see if we can safely
upgrade.
After we switch app to 3.1 and it works - we'll update config.

Leonty