Hello @ll,

i am searching some support for getting farcry installed at the follow
environment:

OS: Debian Etch / Tomcat 5.5 / OpenBD 1.0

Currently i can access the OpenBD Administration Interface and the
Farcry Installer. The Problem i have after an successful installation
i get this error:

File Trace /var/lib/tomcat5.5/webapps/openbd/farcry/core/webtop/
login.cfm
|
+-- /var/lib/tomcat5.5/webapps/openbd/farcry/core/Application.cfc
    |
    +-- /var/lib/tomcat5.5/webapps/openbd/farcry/core/tags/farcry/
_farcryApplicationInit.cfm
        |
        +-- /var/lib/tomcat5.5/webapps/openbd/farcry/core/packages/
types/farConfig.cfc

Source 218:     <cfset var configkey = "" />
219:
220:     <!--- Find a config item that stores this config data --->
221:     <cfquery datasource="#application.dsn#" name="qConfig">
222:       select  *^ Snippet from underlying CFML source

java.lang.NullPointerException
        at com.mysql.jdbc.Connection.initializeResultsMetadataFromCache
(Connection.java:5917)
        at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:
884)
        at
com.naryx.tagfusion.cfm.sql.cfSQLQueryData.executeAsPreparedStatement
(Unknown Source)
        at com.naryx.tagfusion.cfm.sql.cfSQLQueryData.execute(Unknown Source)
        at com.naryx.tagfusion.cfm.sql.cfSQLQueryData.runQuery(Unknown
Source)
        at com.naryx.tagfusion.cfm.sql.cfQUERY.executeStatement(Unknown
Source)
        at com.naryx.tagfusion.cfm.sql.cfQueryImplSQL.render(Unknown Source)
        at com.naryx.tagfusion.cfm.sql.cfQUERY.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.renderToString(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.realRun(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.run(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.run(Unknown Source)
        at com.naryx.tagfusion.cfm.script.userDefinedFunction.execute(Unknown
Source)
        at
com.naryx.tagfusion.cfm.engine.cfComponentData.invokeComponentFunction
(Unknown Source)
        at
com.naryx.tagfusion.cfm.engine.cfComponentData.invokeComponentFunction
(Unknown Source)
        at com.naryx.tagfusion.expression.compile.cfFullVarExpression.Eval
(Unknown Source)
        at
com.naryx.tagfusion.expression.compile.cfFullVarExpression.evalNatural
(Unknown Source)
        at com.naryx.tagfusion.expression.compile.cfFullVarExpression.Eval
(Unknown Source)
        at com.naryx.tagfusion.expression.compile.CFAssignmentExpression.Eval
(Unknown Source)
        at com.naryx.tagfusion.expression.compile.runTime.run(Unknown Source)
        at com.naryx.tagfusion.expression.compile.runTime.runExpression
(Unknown Source)
        at com.naryx.tagfusion.expression.compile.runTime.runExpression
(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfSET.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfLOOP.renderList(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfLOOP.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.renderToString(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfSILENT.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.render(Unknown Source)
        at com.naryx.tagfusion.cfm.file.cfFile.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfINCLUDE.renderTemplate(Unknown
Source)
        at com.naryx.tagfusion.cfm.tag.cfINCLUDE.render(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.coreRender(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.renderToString(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.realRun(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.run(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.run(Unknown Source)
        at com.naryx.tagfusion.cfm.script.userDefinedFunction.execute(Unknown
Source)
        at
com.naryx.tagfusion.cfm.engine.cfComponentData.invokeComponentFunction
(Unknown Source)
        at
com.naryx.tagfusion.cfm.engine.cfComponentData.invokeApplicationFunction
(Unknown Source)
        at
com.naryx.tagfusion.cfm.application.cfApplicationManager.onApplicationStart
(Unknown Source)
        at
com.naryx.tagfusion.cfm.application.cfApplicationManager.loadApplication
(Unknown Source)
        at com.naryx.tagfusion.cfm.engine.cfSession.onRequestStart(Unknown
Source)
        at com.naryx.tagfusion.cfm.engine.cfEngine.service(Unknown Source)
        at com.naryx.tagfusion.cfm.cfServlet.service(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:252)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java:173)
        at org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:213)
        at org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java:178)
        at org.apache.catalina.core.StandardHostValve.invoke
(StandardHostValve.java:126)
        at org.apache.catalina.valves.ErrorReportValve.invoke
(ErrorReportValve.java:105)
        at org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java:107)
        at org.apache.catalina.connector.CoyoteAdapter.service
(CoyoteAdapter.java:148)
        at org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:869)
        at org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
664)
        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
(PoolTcpEndpoint.java:527)
        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
(LeaderFollowerWorkerThread.java:80)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:684)
        at java.lang.Thread.run(Thread.java:619)

It seems the #application.dsn which might be the Datasource defined at
OpenBD is missing. But i dont know why the configuration is empty due
i have entered the dsn at OpenBD like the tutorial described except
whith Macromedia ColdFusion Server MX7....

OpenBD Datasource Name   farcry_test
Database Name   farcry_test
Database Server   localhost
Server Port   3306
User Name   root
....

My Mapping under OpenDB looks like this:

/farcry $/var/lib/tomcat5.5/webapps/openbd/farcry

Yes i run the farcry cms and core under the tomcat root and the openbd
root. I am not sure if this might be a possible problem, but i guess
for testing purpose it does not.

So, could anyone help me with this error above???

Thanks in advance!!!!

Falk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-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/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to