Must run with Administrator Priveledges

1. UnPack Jetty-OpenBD.zip

2. Place unpacked folder in c:\ to create c:\jetty-openbd

3. open up CMD.exe and change to c:\jetty-openbd\bin and run the
following command

'Jetty-Service.exe --install jetty-service.conf' without quotes

source-> http://docs.codehaus.org/display/JETTY/Win32Wrapper

Per the wiki, I should be able to hit http://localhost:8080/dump.cfm
and get an HTTP 500 error, but instead I received

--------------------------------------------------------------------------
File Not Found
Request /dump.cfm

BlueDragon Time @ Server: 09:17:59.997 Thursday, 30 April 2009
----------------------------------------------------------------------------


4.  Open Jetty.xml

And change the following lines to include ../ for the default
parameter. Changes should appear as follows

<Set name="configurationDir"><SystemProperty name="jetty.home"
default="../"/>/contexts</Set>
<Set name="webAppDir"><SystemProperty name="jetty.home" default="../"/
>/webapps</Set>
<Set name="defaultsDescriptor"><SystemProperty name="jetty.home"
default="../"/>/etc/webdefault.xml</Set>

I noticed the following line for logs, does it need changed to?

<Set name="filename"><SystemProperty name="jetty.logs" default="./
logs"/>/yyyy_mm_dd.request.log</Set

Still no luck with http://localhost:8080/dump.cfm as stated in wiki

I looked around and found cfdump in a different directory

http://localhost:8080/demo/cfdump.cfm

That page gives me the dump output

--------------------------------------------------------------------------------------
OpenBlueDragon CFML Runtime: Demo Page
CFML Source for this page

<cfdump version="long">

dump info.....
--------------------------------------------------------------

Clicking the "DEMO PAGE" Link gives me the following

-----------------------------------------------------------------------
OpenBlueDragon CFML Runtime: Demo Page
The following pages demostrate some of the features of OpenBD
<cfdump>
<cfvideoplayer>
OpenBlueDragon — Build Version: 2009-04-29 23:53:56 GMT
---------------------------------------------------------------------------

Hitting the CFDUMP link takes me back to the dump page with the demo
page link, so that hyperlinking works fine

Hitting the http://localhost:8080/demo/cfvideoplayer.cfm link just
gives me outputted code..
(which could be due to a restriction placed by Windows 2003, which
often blocks sites anyway)

----------------------------------------------------------------------------------------------------------------------------
OpenBlueDragon CFML Runtime: Demo Page
CFML Source for this page

<!--- Single Clip --->
<cfset singleClip = "http://blip.tv/file/get/N8inpasadena-
Flowers457.flv">

<div align="center">
  <cfvideoplayer video="#singleClip#" autoplay="false">
</div>

<!--- Multiple Clips --->
<cfset clips = ArrayNew(1)>
<cfset clips[1] = "http://blip.tv/file/get/Commstrat-
DrunkFlowers989.flv">
<cfset clips[2] = "http://blip.tv/file/get/N8inpasadena-
Flowers457.flv">

<p>&nbsp;</p>

<div align="center">
  <cfvideoplayer video="#clips#" height="330" width="400"
playlist="true" stop="true" autoplay="false">
-----------------------------------------------------------------------------------------------------------------------------------------------

Ok, so all looks good so far, but when I try and hit
http://localhost:8080/bluedragon/administrator/index.cfm

I get

------------------------------------------------------------------------------------------------------
BlueDragon Internal Server Error
The page you were executing caused an internal BlueDragon server
error
Request         /bluedragon/administrator/index.cfm
File Trace      C:/jetty-openbd/webapps/openbd/bluedragon/administrator/
index.cfm

Type    Internal
Tag Context
Stack Trace     java.lang.NullPointerException
        at com.naryx.tagfusion.cfm.tag.cfFUNCTION.tagLoadingComplete(Unknown
Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.normalise(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.normalise(Unknown Source)
        at com.naryx.tagfusion.cfm.tag.cfTag.normalise(Unknown Source)
        at com.naryx.tagfusion.cfm.file.cfFile.readFile(Unknown Source)
        at com.naryx.tagfusion.cfm.file.cfFile.(Unknown Source)
        at com.naryx.tagfusion.cfm.file.cfmlFileCache._getCfmlFile2(Unknown
Source)
        at com.naryx.tagfusion.cfm.file.cfmlFileCache._getCfmlFile(Unknown
Source)
        at com.naryx.tagfusion.cfm.file.cfmlFileCache.getCfmlFile(Unknown
Source)
        at com.naryx.tagfusion.cfm.engine.cfSession.getFile(Unknown Source)
        at com.naryx.tagfusion.cfm.engine.cfSession.getRealFile(Unknown
Source)
        at com.naryx.tagfusion.cfm.engine.cfSession.findApplicationFile
(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:820)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:
502)
        at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:389)
        at org.mortbay.jetty.security.SecurityHandler.handle
(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle
(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle
(ContextHandler.java:765)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
417)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle
(ContextHandlerCollection.java:230)
        at org.mortbay.jetty.handler.HandlerCollection.handle
(HandlerCollection.java:114)
        at org.mortbay.jetty.handler.HandlerWrapper.handle
(HandlerWrapper.java:152)
        at org.mortbay.jetty.Server.handle(Server.java:324)
        at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
535)
        at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
(HttpConnection.java:865)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
        at org.mortbay.io.nio.SelectChannelEndPoint.run
(SelectChannelEndPoint.java:409)
        at org.mortbay.thread.QueuedThreadPool$PoolThread.run
(QueuedThreadPool.java:520)

--~--~---------~--~----~------------~-------~--~----~
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