On 10/11/06, Byron Raines <[EMAIL PROTECTED]> wrote:
15:10:26.026 - MissingInclude Exception - in
D:\Inetpub\wwwroot\fusebox5\fusebox5.cfm : line 113
Could not find the included template ../Leave06/fusebox.appinit.cfm.
fusebox.appinit.cfm is an optional file - FB5 simply attempts to
include it and ignores the exception (so you can ignore it too).
15:10:26.026 - java.lang.NullPointerException - in
D:\Inetpub\wwwroot\Reactor\core\objectFactory.cfc : line 87
These I would be more worried about... It's coming from the
createObject() call in this piece of code:
<cftry>
<!--- create an instance of the
object and check its signature --->
<cfset GeneratedObject =
CreateObject("Component",
getObjectName(arguments.type, arguments.alias, arguments.plugin)) />
<cfcatch>
<cfset generate = true
/>
</cfcatch>
</cftry>
I would not expect an NPE from that in normal operation... Doug?
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --