installation issues

81 views
Skip to first unread message

Matthew Orstad

unread,
Oct 25, 2014, 8:23:16 PM10/25/14
to bugl...@googlegroups.com
I am trying to get BugLogHQ working with the latest version of OpenBD.

I've been following the instructions:


but when I initially put the application in the web root directory and attempt to access it I get the following error message:

Application
Detail A request was made to a resource that could not be located
Missing File bugLog.core.coreApp
Tag Context CFSET (/Users/matthew/Documents/jetty-openbd-3.1/webapps/openbd/bugLog/hq/index.cfm, Line=6, Column=1)
Source
5 : <!--- create main application controller --->
6 : <cfset app = createObject("component","bugLog.core.coreApp") />

When I create a mapping like the following in the administrator I get a little further:


/bugLog $/Users/matthew/Documents/jetty-openbd-3.1/webapps/openbd/bugLog

Because of an issue with xmlParse() that I have reported over on the OpenBD group I have had to change a few files:

bugLog/components/configFactory.cfc

configDoc = "/#instance#/config/buglog-config.xml.cfm"
configDoc = "/#instance#/config/buglog-config.xml"

bugLog/components/xmlConfigProvider.cfc

var xmlDoc = xmlParse(expandPath(variables.configDoc));

var xmlDoc = xmlParse(expandPath(variables.configDoc));

bugLog/core/coreApp.cfc

xmlDoc = xmlParse(expandPath(this.paths.config));

One other thing - in bugLog/components/schedulerService.cfc I had to change this:

bugLog/components/schedulerService.cfc

startDate="#createDate(1990,1,1)#"
startDate="#DateFormat(createDate(1990,1,1), "mm/dd/yyyy")#"

That's as far as I've gotten.

Oscar Arevalo

unread,
Oct 25, 2014, 10:56:24 PM10/25/14
to bugl...@googlegroups.com
Hi Matthew,

I spent some time checking OpenBD with BugLogHQ, and like you discovered, it needs some changes to get it to work. 


I'm not very familiar with OpenBD and the changes listed are the product of a few short hours getting the key parts to work, so there may be additional things to change. Feel free to send any additional observations you may find.

Thanks!

Oscar


--

---
You received this message because you are subscribed to the Google Groups "BugLogHQ" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bugloghq+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Oscar Arevalo

Matthew Orstad

unread,
Nov 29, 2014, 1:20:06 PM11/29/14
to bugl...@googlegroups.com
I've added a session timeout in the Applciation.cfc:

<cfset this.sessionTimeout = createTimeSpan( 0, 0, 15, 0 ) />

as suggested in this thread:


but it automatically logs me out after only about a minute or so.
Reply all
Reply to author
Forward
0 new messages