Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Are you testing with the latest Farcry 5 code? I know Geoff and his team have 
been
testing Farcry on OpenBD with success.

Also, which version of Java are you running on? I'm wondering if you're running 
on a
version shipped with Centos as opposed to the Sun JDK.

Original comment by [email protected] on 21 May 2008 at 12:19

from openbluedragon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Whoops I have been doing PHP websites since posting this.

I was using the VMware image that was released just before the post. I have now 
sed'd
the cvs logins to change it to the new anonymous and done and update plus I have
upgraded the farcry to 5.0 release. The farcry install is in 
tomcat5/webapps/farcry/
so its not running under apache and I still get the  same error below.

How do I find out or alter which java it's using?
Julian



Open BlueDragon Internal Server Error
The page you were executing caused an internal Open BlueDragon server error
Request /farcry/core/webtop/install/index.cfm
File 
Trace   /var/lib/tomcat5/webapps/openbluedragon/farcry/core/webtop/install/index.c
fm

Type    Internal
Tag Context CFSET: Line=226; Column=1
|
+-- CFFUNCTION: Line=895; Column=1
    |
    +-- CFSAVECONTENT: Line=899; Column=2
        |
        +-- CFLOOP: Line=907; Column=4
            |
            +-- CFOUTPUT: Line=917; Column=5
                |
                +-- CFIF: Line=919; Column=6
                    |
                    +-- CFELSE: Line=921; Column=6
Source  

918:         <td align="center" style="width:60px;">
919:           <cfif iconType EQ 0>
920:             <input type="image" name="farcrySubmitButton" value="goToStep"
src="images/function_#i#_#iconType#.gif"
onclick="Ext.get('goToStep').set({value:'#i#'},false);" />
921:           <cfelse>
922:             <img src="images/function_#i#_#iconType#.gif" alt="" />

^ Snippet from underlying CFML source
Stack Trace 

java.lang.NoSuchMethodError: method java.lang.String.format with signature
(Ljava.lang.String;[Ljava.lang.Object;)Ljava.lang.String; was not found.
   at com.nary.util.NumberUtils.getString(Unknown Source)
   at com.naryx.tagfusion.cfm.engine.cfNumberData.getString(Unknown Source)
   at com.naryx.tagfusion.cfm.tag.cfTag.renderExpression(Unknown Source)
   at com.naryx.tagfusion.cfm.tag.cfIF.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.cfOUTPUT.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.renderIndex(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.cfSAVECONTENT.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.expression.compile.CFFunctionExpression.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.file.cfFile.render(Unknown Source)
   at com.naryx.tagfusion.cfm.engine.cfSession.onRequest(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(tomcat5-servlet-2.4-api-5.5.23.jar.so)
   at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(catalina-5.5.23
.jar.so)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(catalina-5.5.23.jar.so)
   at org.apache.catalina.core.StandardWrapperValve.invoke(catalina-5.5.23.jar.so)
   at org.apache.catalina.core.StandardContextValve.invoke(catalina-5.5.23.jar.so)
   at org.apache.catalina.core.StandardHostValve.invoke(catalina-5.5.23.jar.so)
   at org.apache.catalina.valves.ErrorReportValve.invoke(catalina-5.5.23.jar.so)
   at org.apache.catalina.core.StandardEngineValve.invoke(catalina-5.5.23.jar.so)
   at org.apache.catalina.connector.CoyoteAdapter.service(catalina-5.5.23.jar.so)
   at org.apache.coyote.http11.Http11Processor.process(tomcat-http-5.5.23.jar.so)
   at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConne
ction(tomcat-http-5.5.23.jar.so)
   at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(tomcat-util-5.5.23.jar.so)
   at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(tomcat-util-5.5.23.j
ar.so)
   at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(tomcat-util-5.5.23
.jar.so)
   at java.lang.Thread.run(libgcj.so.7rh)


This error has been logged to bderrordyh5eq.html.   Please contact the 
Administrator


Original comment by [email protected] on 7 Jul 2008 at 10:06

from openbluedragon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Is there any way to run open bd on my centos commercial vps without using 
tomcat?

Julian

Original comment by [email protected] on 7 Jul 2008 at 10:19

from openbluedragon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Is there any way to run open bd on my centos commercial vps without using 
tomcat?

Julian

Original comment by [email protected] on 7 Jul 2008 at 10:20

from openbluedragon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
'java -version' should give you the full version details e.g.

> java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)

You don't necessarily have to use Tomcat but you definitely need a servlet 
container,
be it Jetty, JBoss, Glassfish, Resin or any commercial offering.

Original comment by [email protected] on 8 Jul 2008 at 2:28

from openbluedragon.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
I'm closing this issue as it lacks any information as to how to recreate it.

FYI Geoff has posted a video on getting Farcry installed on OpenBD here:

http://www.farcrycore.org/tv/

Original comment by [email protected] on 18 Aug 2008 at 3:48

  • Changed state: Invalid

from openbluedragon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.