Downloaded the latest BER and now I'm getting this error when I load the app:
Cannot resolve value by environment name or group and no default value was provided. Provide an explicit value by environment name, environment group or provide a default value. Current environment name: '_default_' Current environment group: '_default_' The error occurred in */Users/sumitverma/Sites/MachII/util/Assert.cfc: line 229* *Called from* /Users/sumitverma/Sites/MachII/util/Assert.cfc: line 169 *Called from* /Users/sumitverma/Sites/MachII/endpoints/AbstractEndpoint.cfc: line 311 *Called from* /Users/sumitverma/Sites/MachII/endpoints/AbstractEndpoint.cfc: line 108 *Called from* /Users/sumitverma/Sites/MachII/framework/EndpointManager.cfc: line 371 *Called from* /Users/sumitverma/Sites/MachII/framework/EndpointManager.cfc: line 149 *Called from* /Users/sumitverma/Sites/MachII/framework/AppFactory.cfc: line 254 *Called from* /Users/sumitverma/Sites/MachII/framework/AppFactory.cfc: line 201 *Called from* /Users/sumitverma/Sites/MachII/framework/AppLoader.cfc: line 164 *Called from* /Users/sumitverma/Sites/MachII/framework/AppLoader.cfc: line 101 *Called from* /Users/sumitverma/Sites/MachII/mach-ii.cfc: line 158 *Called from* /Users/sumitverma/Sites/send24/Application.cfc: line 101 *Called from* /Users/sumitverma/Sites/send24/Application.cfc: line 113 227 : <cfthrow type="MachII.util.IllegalArgument" 228 : message="#arguments.message#"*229 : detail="#arguments.detail#" />* 230 : </cffunction> Sumit Verma Partner / Vice President | ten24, LLC office: 877.886.5806 x 103 | mobile: 617.290.8214 www.ten24web.com | www.linkedin.com/in/sverma | twitter: blogonria On Tue, Oct 5, 2010 at 11:49 PM, Peter J. Farrell <[email protected]> wrote: > Sumit Verma said the following on 10/05/2010 10:12 PM: > > Request: http://<host>/index.cfm/api/subscribe/x...@x%2ecom.json > Result: 404 ; No REST URI was found for '/api/subscribe/[email protected]', > httpMethod='GET'. > > Thanks for the examples. It helped me track down the issue. The test > cases passed but it was more an integration issue with cleanPathInfo() in > the Utils.cfc (which by default returns UrlDecoded info). > > I just committed a fix and I believe the issue should be fixed. Please > test and let me know > > > Now, let me know if I got the BER from the right location! I got it > from: http://svn.mach-ii.com/machii/framework/1-9-0/trunk/ > > Yep, that is the right location for the BER. We do all the BER development > in the trunk and tag/branch as needed. > > Glad we got this issue tracked down. > > HTH, > .Peter > > -- > You received this message because you are subscribed to Mach-II for CFML > list. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/mach-ii-for-coldfusion?hl=en > > ***New URLs as of April 29th, 2010*** > SVN: http://svn.mach-ii.com/machii/ > Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/ > -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en ***New URLs as of April 29th, 2010*** SVN: http://svn.mach-ii.com/machii/ Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/
