Amazon S3 error with CB3 latest github release

I am getting an error

ops! Exception Encountered### Application Execution ExceptionError Type: expression : 0

Error Messages: No matching Method/Function for String.GETLOGBOX() found

Tag Context:
ID: ??
LINE: 34
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Plugin.cfc
ID: ??
LINE: 155
Template: /opt/local/share/java/tomcat6/webapps/ROOT/handlers/secure/account.cfc
ID: ??
LINE: 694
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc
ID: ??
LINE: 579
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc
ID: ??
LINE: 243
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc
ID: ??
LINE: 69
Template: /opt/local/share/java/tomcat6/webapps/ROOT/Application.cfc

when I am trying to use the following code
Line 155: s3 = getPlugin(‘AmazonS3’,true).init(getSetting(‘aws_s3_accessid’),getSetting(‘aws_s3_secret’));

Line 156: s3.putObjectFile(bucketName=getSetting(‘aws_s3_bucketName’),filepath=myFile.serverPath & ‘/’ & myFile.serverFile,uri=’/t/’ & myFileName,expires=“120”);


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
RantsFromAMadMan.com

can you post full stack trace please

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

Luis - here ya go!

Oops! Exception Encountered### Application Execution ExceptionError Type: expression : 0

Error Messages: No matching Method/Function for String.GETLOGBOX() found

Tag Context:
ID: ??
LINE: 34
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Plugin.cfc
ID: ??
LINE: 89
Template: /opt/local/share/java/tomcat6/webapps/ROOT/plugins/AmazonS3.cfc
ID: ??
LINE: 155
Template: /opt/local/share/java/tomcat6/webapps/ROOT/handlers/secure/account.cfc
ID: ??
LINE: 694
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc
ID: ??
LINE: 579
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc
ID: ??
LINE: 243
Template: /opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc
ID: ??
LINE: 69
Template: /opt/local/share/java/tomcat6/webapps/ROOT/Application.cfc
Framework Snapshot
Current Event: secure.account.logo
Current Layout: N/A
Current View: N/A
Bug Date: 03/31/2011 06:31:44 PM
Coldfusion ID: JSessionID=B8E0AAD29494A7C9324BB71D94067B43
Template Path : /opt/local/share/java/tomcat6/webapps/ROOT/index.cfm
Path Info : /secure/account/logo
Host & Server: loc.comarket.com Jeremy.local
Query String:
Referrer: http://loc.comarket.com/index.cfm/secure/account/logo
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.25 Safari/534.24
Remote Address: 127.0.0.1
Form variables:
orgImage: /opt/local/share/java/tomcat6/webapps/ROOT/WEB-INF/railo/temp/tmp-14.upload
submit: Upload
Session Storage:
person: person [complex]
isLoggedIn: true
Cookies:
railo_admin_pw_web: '/0FOJ;Z9X
cftoken: 0
__utmc: 177471738
__utmz: 177471738.1300976616.1.1.utmcsr
__utmb: 177471738.16.10.1301612958
coldbox_debugmode_34ebfb1833d60f1d6b948dcb399c108f: true
railo_admin_lastpage: services.update
__utma: 177471738.377071752.1300976616.1301585683.1301612958.30
cfid: 51cb3251-f098-4718-96f8-500571b9a2b5
railo_admin_lang: en
cm_token: “1AABB832-D6F5-463B-B75D788B43E3699D”
jsessionid: B8E0AAD29494A7C9324BB71D94067B43
cfauthorization_6db70188b77746da2266f6fce7fb8b43: amVyZW15LmRleW91bmdAbHVuYXJmbHkuY29tATNGN0YwMkExNTU2NUZDNkRDNzQxQzFEREYyMkI3MTJFAXVzZXIsYWRtaW4=
railo_admin_pw_server: '/0FOJ;Z9X
Stack Trace:

No matching Method/Function for String.GETLOGBOX() found
at railo.runtime.reflection.Reflector.throwCall(Reflector.java:607):607
at railo.runtime.reflection.Reflector.callMethod(Reflector.java:588):588
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1445):1445
at coldbox.system.plugin_cfc$cf.udfCall1(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Plugin.cfc:34):34
at coldbox.system.plugin_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Plugin.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.call(UDFImpl.java:398):398
at railo.runtime.ComponentImpl._call(ComponentImpl.java:571):571
at railo.runtime.ComponentImpl._call(ComponentImpl.java:508):508
at railo.runtime.SuperComponent.call(SuperComponent.java:67):67
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1445):1445
at plugins.amazons3_cfc$cf.udfCall1(/opt/local/share/java/tomcat6/webapps/ROOT/plugins/AmazonS3.cfc:89):89
at plugins.amazons3_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/plugins/AmazonS3.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.call(UDFImpl.java:398):398
at railo.runtime.ComponentImpl._call(ComponentImpl.java:571):571
at railo.runtime.ComponentImpl._call(ComponentImpl.java:500):500
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1742):1742
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1445):1445
at handlers.secure.account_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/handlers/secure/account.cfc:155):155
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:391):391
at railo.runtime.ComponentImpl._call(ComponentImpl.java:572):572
at railo.runtime.ComponentImpl._call(ComponentImpl.java:500):500
at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1757):1757
at railo.runtime.tag.Invoke.doComponent(Invoke.java:210):210
at railo.runtime.tag.Invoke.doEndTag(Invoke.java:183):183
at coldbox.system.web.controller_cfc$cf.udfCall5(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc:694):694
at coldbox.system.web.controller_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.call(UDFImpl.java:398):398
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1445):1445
at coldbox.system.web.controller_cfc$cf.udfCall5(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc:579):579
at coldbox.system.web.controller_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/web/Controller.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:391):391
at railo.runtime.ComponentImpl._call(ComponentImpl.java:572):572
at railo.runtime.ComponentImpl._call(ComponentImpl.java:500):500
at railo.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1761):1761
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:769):769
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1460):1460
at coldbox.system.coldbox_cfc$cf.udfCall1(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc:243):243
at coldbox.system.coldbox_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/coldbox/system/Coldbox.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.call(UDFImpl.java:398):398
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1445):1445
at application_cfc$cf.udfCall(/opt/local/share/java/tomcat6/webapps/ROOT/Application.cfc:69):69
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:229):229
at railo.runtime.type.UDFImpl._call(UDFImpl.java:433):433
at railo.runtime.type.UDFImpl.call(UDFImpl.java:398):398
at railo.runtime.ComponentImpl._call(ComponentImpl.java:571):571
at railo.runtime.ComponentImpl._call(ComponentImpl.java:500):500
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1742):1742
at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:377):377
at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:132):132
at railo.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:109):109
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1980):1980
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:281):281
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717):717
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290):290
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233):233
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191):191
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127):127
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102):102
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109):109
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298):298
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859):859
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588):588
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489):489
at java.lang.Thread.run(Thread.java:680):680

Extra Information Dump
[N/A]


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
RantsFromAMadMan.com

this is railo right?

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

yes. Railo 3.2.2.002 on Mac OS X


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
RantsFromAMadMan.com

Ok, will test on Railo, did not test it before on Railo.

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

Any luck with this problem? I’ve tried tracking down the problem and I can’t figure out why its throwing an error in logBox.


Jeremy R. DeYoung
Phone: 615.261.8201

FacebookLinkedInGoogle ReaderTwitterAmazonGoogle
RantsFromAMadMan.com

Jeremy,

I have railo Railo 3.3.0.005 beta and it works as expected.

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