api - Variable Application undefined in wirebox 1.6 installation? -


i have installed coldfusion 9, windows 7, resin 4 , wirebox 1.6. when try test wirebox installation it's api throwing me error saying "variable application undefined".

variable application undefined.  error occurred in c:\coldfusion9\wwwroot\wirebox\system\core\collections\scopestorage.cfc: line 81 called c:\coldfusion9\wwwroot\wirebox\system\core\collections\scopestorage.cfc: line 30 called c:\coldfusion9\wwwroot\wirebox\system\ioc\injector.cfc: line 844 called c:\coldfusion9\wwwroot\wirebox\system\ioc\injector.cfc: line 152 called c:\coldfusion9\wwwroot\wirebox\system\ioc\injector.cfc: line 92 called c:\coldfusion9\wwwroot\wirebox\index.cfm: line 2 79 :                    } 80 :                } 81 :                case "application" : return application; 82 :                case "server" : return server; 83 :                case "client" : return client; 

my code is-

<cfscript> wirebox = createobject("component","wirebox.system.ioc.injector").init(); </cfscript> <cfdump var="#wirebox#"> 

how solve error?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -