I decided to attempt to get my FW/1 framework running on OpenBD today...

So far I've made the following changes:
- reverted all the { } struct creation syntax to use pre-CF8 style
structNew() and per-item assignment
- reverted all the [ ] array creation syntax to use pre-CF8 style arrayNew(1)
- reverted all the ++i syntax to use pre-CF8 style i = i + 1
- reverted all the x &= y syntax to use pre-CF8 style x = x & y instead
- renamed onError() to xonError() to disable it to make debugging
easier (see notes below)

Now I'm stuck. I get the nondescript error shown below (full error
output pasted below my .sig):

CFML Runtime Error
Expression Error
Request /index.cfm
File Trace      /Users/scorfield/Downloads/jetty-openbd/webapps/openbd/index.cfm
Type    Application
Detail  Data not supported
Tag Context     

No line number, no source code.

With onError() in place, I get an error on the line
failure(exception,event) that exception does not exist (and if I
replace that with structNew() - or even just the e variable from the
previous line - I get an error that event does not exist either). So
it looks like onError() doesn't work properly. Renaming it to
xonError() disables it and allows you to debug things a bit further.

However, given the lack of detail in the error above, I'm at a loss.

Could some of you download build 0.5.4 of FW/1 from
http://fw1.riaforge.org and rename the onError() method in
org/corfield/framework.cfc and then try to debug this for me?

I'd like to be able to support OpenBD but I can't figure out what's
wrong, after making all the syntax changes needed to get the basic
code to "run"...

Thanx!
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies US -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

CFML Runtime Error
Expression Error
Request /index.cfm
File Trace      /Users/scorfield/Downloads/jetty-openbd/webapps/openbd/index.cfm
Type    Application
Detail  Data not supported
Tag Context     

application     
struct
applicationname fw1-root
org.corfield.framework  
struct
cache   
struct
controllers     
struct [empty]
lastReload      {ts '2009-09-06 18:06:14'}
services        
struct [empty]
securejson      NO
securejsonprefix        //
cffile  
struct [empty]
cfthread        
struct [empty]
cgi     
struct
AUTH_TYPE       [empty string]
AUTH_USER       [empty string]
CF_TEMPLATE_PATH        
/Users/scorfield/Downloads/jetty-openbd/webapps/openbd/index.cfm
CONTENT_LENGTH  -1
CONTENT_TYPE    [empty string]
CONTEXT_PATH    [empty string]
GATEWAY_INTERFACE       [empty string]
HTTPS   off
HTTP_ACCEPT     
application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
HTTP_ACCEPT_ENCODING    gzip, deflate
HTTP_ACCEPT_LANGUAGE    en-us
HTTP_CONNECTION keep-alive
HTTP_COOKIE     
__utma=111872281.883533140981325400.1238202710.1241829028.1242086307.5;
__utmz=111872281.1238202710.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
CFADMIN_LASTPAGE_ADMIN=%2FCFIDE%2Fadministrator%2Fdatasources%2Findex%2Ecfm;
CFGLOBALS=urltoken%3DCFID%23%3D3600%26CFTOKEN%23%3D82be8429de1a8aa2%2D74FEFD1A%2DFF63%2DB84B%2D49F41DF065A56908%26jsessionid%23%3De83018b5100f70d2274d76554b761e7e2752%23lastvisit%3D%7Bts%20%272009%2D04%2D04%2010%3A07%3A35%27%7D%23timecreated%3D%7Bts%20%272009%2D04%2D04%2010%3A07%3A35%27%7D%23hitcount%3D2%23cftoken%3D82be8429de1a8aa2%2D74FEFD1A%2DFF63%2DB84B%2D49F41DF065A56908%23cfid%3D3600%23;
CFID=4900; CFTOKEN=94462616; iconSize=16x16;
ORIGINALURLTOKEN=576ABF37%252D1436%252D40A3%252DA03386C9943A155A;
P=471161B74F1EC9467E3453AD5EB58A46; RAILO_ADMIN_LANG=EN;
RAILO_ADMIN_LASTPAGE=services%2Erestart;
U=469E3240B1E39285A729B9FDC691859CA393CD42721A419B2E6804EDA97AAC23;
USERHASH=; USERID=
HTTP_HOST       localhost:8080
HTTP_USER_AGENT Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8;
en-us) AppleWebKit/531.9 (KHTML, like Gecko) Version/4.0.3
Safari/531.9
PATH_INFO       [empty string]
PATH_TRANSLATED /Users/scorfield/Downloads/jetty-openbd/webapps/openbd/index.cfm
QUERY_STRING    reload=true
REMOTE_ADDR     0:0:0:0:0:0:0:1%0
REMOTE_HOST     0:0:0:0:0:0:0:1%0
REMOTE_IDENT    [empty string]
REMOTE_USER     [empty string]
REQUEST_METHOD  GET
SCRIPT_NAME     /index.cfm
SERVER_NAME     localhost
SERVER_PORT     8080
SERVER_PORT_SECURE      0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE jetty/6.1.16
client  
struct [empty]
cookie  
struct
CFADMIN_LASTPAGE_ADMIN  /CFIDE/administrator/datasources/index.cfm
CFGLOBALS       
urltoken=CFID#=3600&CFTOKEN#=82be8429de1a8aa2-74FEFD1A-FF63-B84B-49F41DF065A56908&jsessionid#=e83018b5100f70d2274d76554b761e7e2752#lastvisit={ts
'2009-04-04 10:07:35'}#timecreated={ts '2009-04-04
10:07:35'}#hitcount=2#cftoken=82be8429de1a8aa2-74FEFD1A-FF63-B84B-49F41DF065A56908#cfid=3600#
CFID    4900
CFTOKEN 94462616
ORIGINALURLTOKEN        576ABF37%2D1436%2D40A3%2DA03386C9943A155A
P       471161B74F1EC9467E3453AD5EB58A46
RAILO_ADMIN_LANG        EN
RAILO_ADMIN_LASTPAGE    services.restart
U       469E3240B1E39285A729B9FDC691859CA393CD42721A419B2E6804EDA97AAC23
USERHASH        [empty string]
USERID  [empty string]
__utma  111872281.883533140981325400.1238202710.1241829028.1242086307.5
__utmz  111872281.1238202710.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
iconSize        16x16
form    
struct [empty]
request 
struct
javax.servlet.forward.context_path      [empty string]
javax.servlet.forward.query_string      reload=true
javax.servlet.forward.request_uri       /
javax.servlet.forward.servlet_path      /
org.mortbay.jetty.welcome       /index.cfm
server  
struct
bluedragon      
struct
builddate       2009-05-12 09:09:07 GMT
edition 8
coldfusion      
struct
appserver       jetty/6.1.16
expiration      [empty string]
installkit      [empty string]
productlevel    GPL
productname     BlueDragon
productversion  1.1
rootdir /Users/scorfield/Downloads/jetty-openbd/webapps/openbd
serialnumber    [empty string]
supportedlocales        Japanese (Japan),Spanish (Peru),Spanish
(Panama),Serbian (Bosnia and Herzegovina),Spanish (Guatemala),Arabic
(United Arab Emirates),Norwegian (Norway),Albanian (Albania),Arabic
(Iraq),Arabic (Yemen),Portuguese (Portugal),Greek (Cyprus),Arabic
(Qatar),Macedonian (Macedonia),German (Switzerland),English (United
States),Finnish (Finland),English (Malta),Slovenian (Slovenia),Slovak
(Slovakia),Turkish (Turkey),Arabic (Saudi Arabia),English (United
Kingdom),Serbian (Serbia and Montenegro),English (New
Zealand),Lithuanian (Lithuania),Spanish (Nicaragua),Irish
(Ireland),French (Belgium),Spanish (Spain),Arabic (Lebanon),French
(Canada),Estonian (Estonia),Arabic (Kuwait),Serbian (Serbia),Spanish
(United States),Spanish (Mexico),Arabic (Sudan),Indonesian
(Indonesia),Spanish (Uruguay),Latvian (Latvia),Portuguese
(Brazil),Arabic (Syria),Spanish (Dominican Republic),French
(Switzerland),Hindi (India),Spanish (Venezuela),Arabic
(Bahrain),English (Philippines),Arabic (Tunisia),German
(Austria),Dutch (Netherlands),Spanish (Ecuador),Chinese
(Taiwan),Arabic (Jordan),Icelandic (Iceland),Spanish
(Colombia),Spanish (Costa Rica),Spanish (Chile),Arabic (Egypt),English
(South Africa),Thai (Thailand),Greek (Greece),Italian
(Italy),Hungarian (Hungary),English (Ireland),Ukrainian
(Ukraine),Polish (Poland),French (Luxembourg),Dutch (Belgium),English
(India),Catalan (Spain),Arabic (Morocco),Spanish (Bolivia),English
(Australia),Chinese (Singapore),Spanish (El Salvador),Russian
(Russia),Korean (South Korea),Arabic (Algeria),Vietnamese
(Vietnam),Serbian (Montenegro),Arabic (Libya),Chinese
(China),Belarusian (Belarus),Chinese (Hong Kong),Hebrew
(Israel),Bulgarian (Bulgaria),Maltese (Malta),Spanish
(Paraguay),French (France),Czech (Czech Republic),Italian
(Switzerland),Romanian (Romania),Spanish (Puerto Rico),English
(Canada),German (Germany),German (Luxembourg),Spanish
(Argentina),Malay (Malaysia),Croatian (Croatia),English
(Singapore),Arabic (Oman),Swedish (Sweden),Danish (Denmark),Spanish
(Honduras),Dutch (Belgian),French (Canadian),Norwegian (Bokmal),Dutch
(Standard),French (Standard),Norwegian (nynorsk),English
(Australian),French (Swiss),Portuguese (Brazilian),English
(Canadian),German (Austrian),Portuguese (Standard),English (New
Zealand),German (Standard),Spanish (Mexican),English (UK),German
(Swiss),Spanish (Modern),English (US),Italian (Standard),Spanish
(Standard),French (Belgian),Italian
(Swiss),Swedish,ja_JP,es_PE,en,ja_JP,es_PA,sr_BA,mk,es_GT,ar_AE,no_NO,sq_AL,bg,ar_IQ,ar_YE,hu,pt_PT,el_CY,ar_QA,mk_MK,sv,de_CH,en_US,fi_FI,is,cs,en_MT,sl_SI,sk_SK,it,tr_TR,zh,th,ar_SA,no,en_GB,sr_CS,lt,ro,en_NZ,no_NO,lt_LT,es_NI,nl,ga_IE,fr_BE,es_ES,ar_LB,ko,fr_CA,et_EE,ar_KW,sr_RS,es_US,es_MX,ar_SD,in_ID,ru,lv,es_UY,lv_LV,iw,pt_BR,ar_SY,hr,et,es_DO,fr_CH,hi_IN,es_VE,ar_BH,en_PH,ar_TN,fi,de_AT,es,nl_NL,es_EC,zh_TW,ar_JO,be,is_IS,es_CO,es_CR,es_CL,ar_EG,en_ZA,th_TH,el_GR,it_IT,ca,hu_HU,fr,en_IE,uk_UA,pl_PL,fr_LU,nl_BE,en_IN,ca_ES,ar_MA,es_BO,en_AU,sr,zh_SG,pt,uk,es_SV,ru_RU,ko_KR,vi,ar_DZ,vi_VN,sr_ME,sq,ar_LY,ar,zh_CN,be_BY,zh_HK,ja,iw_IL,bg_BG,in,mt_MT,es_PY,sl,fr_FR,cs_CZ,it_CH,ro_RO,es_PR,en_CA,de_DE,ga,de_LU,de,es_AR,sk,ms_MY,hr_HR,en_SG,da,mt,pl,ar_OM,tr,th_TH,el,ms,sv_SE,da_DK,es_HN
os      
struct
additionalinformation   Apple Inc. 1.6.0_13
arch    x86_64
buildnumber     [empty string]
name    Mac OS X
version 10.5.8
session 
struct [empty]
url     
struct
RELOAD  true
variables       
struct
cfcatch 
struct
detail  Data not supported
errorcode       errorCode.expressionError
errorlogfile    
/Users/scorfield/Downloads/jetty-openbd/webapps/openbd/WEB-INF/bluedragon/work/temp/rtelogs/bderror-2009-09-06-180614_1100053366729419335.html
extendedinfo    [empty string]
message Expression Error
tagcontext      
array [empty]
type    Application
1.1 @ 18:06:14.207 Sunday, 6 September 2009

This error has been logged to
bderror-2009-09-06-180614_1100053366729419335.html.      Please contact
the Administrator

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to