Sounds like you will have to go to the openBD crowd and ask about how to do more debugging, because I have no idea.
Mark On Sun, Oct 18, 2009 at 11:13 PM, Göran <[email protected]> wrote: > > Ok! I tried the try/catch round usertest.cfm and got nothing useful: > > Snippet (cfdump): > > struct > column 1 > detail [empty string] > errorcode [empty string] > extendedinfo [empty string] > line 80 > message [empty string] > > tagname CFQUERY > template /opt/tomcat/webapps/openbd/transfer/com/sql/ > QueryExecution.cfc > type Application > > > On 18 Okt, 06:07, Mark Mandel <[email protected]> wrote: > > I've never used openBD before, so I wouldn't know where to begin > debugging > > something like this... > > > > You may way to try wrapping your call in usertest.cfm in a try/catch, and > > dumping the cfcatch variable. I know in Adobe ColdFusion you can often > see > > more information that way if an error message is not forthcoming. > > > > Mark > > > > > > > > On Sun, Oct 18, 2009 at 1:31 PM, Göran <[email protected]> wrote: > > > > > I have migrated a fully functional transfer,lightwire,coldbox app from > > > a virtual vmWare Ubuntu Linux server to our Ubuntu Linux production > > > server. The only difference is that the production server is a 64-bit > > > version (64-bit Java). Transfer is version 1.1 stable. I have no idé > > > how to fix this problem. > > > > > Open BlueDragon Internal Server Error > > > The page you were executing caused an internal Open BlueDragon server > > > error > > > Request /usertest.cfm > > > File Trace /opt/tomcat/webapps/openbd/usertest.cfm > > > | > > > +-- /opt/tomcat/webapps/openbd/transfer/com/Transfer.cfc > > > | > > > +-- /opt/tomcat/webapps/openbd/transfer/com/dynamic/ > > > DynamicManager.cfc > > > | > > > +-- /opt/tomcat/webapps/openbd/transfer/com/dynamic/ > > > TransferPopulator.cfc > > > | > > > +-- /opt/tomcat/webapps/openbd/transfer/com/sql/ > > > SQLManager.cfc > > > | > > > +-- /opt/tomcat/webapps/openbd/transfer/com/sql/ > > > TransferSelecter.cfc > > > | > > > +-- /opt/tomcat/webapps/openbd/transfer/com/sql/ > > > QueryExecution.cfc > > > > > Type Internal > > > Function(s) get > > > Tag Context CFSET: Line=26; Column=1 > > > | > > > +-- CFFUNCTION: Line=95; Column=1 > > > | > > > +-- CFTRY: Line=105; Column=2 > > > | > > > +-- CFIF: Line=110; Column=3 > > > | > > > +-- CFLOCK: Line=111; Column=4 > > > | > > > +-- CFSCRIPT: Line=112; Column=4 > > > | > > > +-- CFFUNCTION: Line=68; Column=1 > > > | > > > +-- CFSCRIPT: Line=71; Column=2 > > > | > > > +-- CFFUNCTION: Line=42; Column=1 > > > | > > > +-- CFSCRIPT: Line=46; Column=2 > > > | > > > +-- CFFUNCTION: Line=82; Column=1 > > > | > > > +-- CFSCRIPT: Line=86; > > > Column=2 > > > | > > > +-- CFFUNCTION: Line=42; > > > Column=1 > > > | > > > +-- CFSCRIPT: Line=46; > > > Column=2 > > > | > > > +-- CFFUNCTION: > > > Line=64; Column=1 > > > | > > > +-- CFLOOP: > > > Line=78; Column=2 > > > | > > > +-- > > > CFQUERY: Line=80; Column=3 > > > Source > > > > > 77: </cfscript> > > > 78: <cfloop from="1" to="#len#" index="counter"> > > > 79: <cfset evaluation = queryCollection[counter] /> > > > 80: <cfquery name="queryValue" datasource="#getDataSource > > > ().getName > > > ()#" username="#getDataSource().getUsername()#" > > > password="#getDataSource().getPassword()#"> > > > 81: <cfset eLen = ArrayLen(evaluation) /> > > > > -- > > E: [email protected] > > T:http://www.twitter.com/neurotic > > W:www.compoundtheory.com > > > -- E: [email protected] T: http://www.twitter.com/neurotic W: www.compoundtheory.com --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. 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/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
