Thanks Geoff,
This is my config/_serverSpecificVars.cfm
<cfsetting enablecfoutputonly="Yes">
<cfscript>
application.dsn = "induswebdev";
application.dbtype = "ora";
application.dbowner = "induswebdev."; // don't forget the "."
application.path.project =
replaceNoCase(replace(getCurrentTemplatePath(),"\","/","all"),"/config/_serverSpecificVars.cfm","");
application.path.core =
listDeleteAt(application.path.project,listlen(application.path.project,"/"),"/")
& "/farcry_core";
// application web urls
application.url.webroot = "";
application.url.farcry = application.url.webroot & "/farcry"; //admin
application.packagepath = "farcry.farcry_core.packages";
application.custompackagepath
= "farcry.#application.applicationname#.packages";
application.securitypackagepath = application.packagepath & ".security";
</cfscript>
<cfsetting enablecfoutputonly="no">
Laura Brown
Web Services
Indus
60 Spear Street
San Francisco, CA 94105
(415) 904-5040
|---------+------------------------------------------->
| | Geoff Bowers |
| | <[EMAIL PROTECTED]> |
| | Sent by: |
| | [EMAIL PROTECTED]|
| | emon.com.au |
| | |
| | |
| | 08/08/2005 05:55 PM |
| | Please respond to "FarCry |
| | Developers" |
| | |
|---------+------------------------------------------->
>------------------------------------------------------------------------------------------------------------------------------|
|
|
| To: "FarCry Developers" <[email protected]>
|
| cc:
|
| Subject: [farcry-dev] Re: Install successful but can't log in
|
>------------------------------------------------------------------------------------------------------------------------------|
Laura,
Please send through to the list the contents of your
../config/_serverspecificvars.cfm file.
-- geoff
http://www.daemon.com.au/
[EMAIL PROTECTED] wrote:
>
> I appreciate your replies, but it's a little more complicated than
that..
> The mappings are as far as I can tell, exactly how they were
recommended
> in the install guide and there is no exception to be reported.
> For example looking at the Apache version, running on mx 6.1 and
windows
> xp:
> I have my farcry files here C:\farcry\farcry_core and a CF mapping:
> /farcry C:\farcry
>
> farcry_test is the name of the site and in my apache httpd.conf file:
> <VirtualHost 127.0.0.1:80>
> ServerName localhost
> DocumentRoot "C:\farcry\farcry_test\www"
> Alias /farcry "c:\farcry\farcry_core\admin"
> </VirtualHost>
>
> Debug out put is on, and there is no exception or other information
> displayed. There is no content at all besides the login popup and the
> debug out put. The text below is all that appears under the login
popup..
>
> Anyone have any suggestions for urls I can try to see if anything is
> running? information I can output to help me troubleshoot?
>
>
> Debugging Information
>
> ColdFusion Server 6,1,0,83762
> Developer
>
> Template /farcry/login.cfm
>
> Time Stamp 08-Aug-05 10:37 AM
>
> Locale English (US)
>
> User Agent Mozilla/5.0 (Windows; U; Windows NT 5.1;
en-US; rv:1.7.8) Gecko/20050511
> Firefox/1.0.4
>
> Remote IP 127.0.0.1
>
> Host Name 127.0.0.1
>
>
>
>
>
> Execution Time
>
>
> |----------+---------+----->
> |Total Time|Avg Time |Count|
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |Template
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 11 ms| 11 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\admin\Application.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 11 ms| 11 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\tags\farcry\_farcryApplication.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 11 ms| 11 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_test\www\Application.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 10 ms| 10 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |(Embedded image moved to file:
pic04678.gif)C:\farcry\farcry_core\admin\login.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 10 ms| 10 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\tags\navajo\Login.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 2 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\apps.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\admin\OnRequestEnd.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 3 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\admin\includes\cfFunctionWrappers.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 2 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\admin\includes\utilityFunctions.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\tags\farcry\_farcryOnRequestEnd.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\tags\farcry\_requestScope.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_core\tags\farcry\statsLog.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |C:\farcry\farcry_test\www\OnRequestEnd.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |CFC[ C:\farcry\farcry_core\packages\security\authentication.cfc |
getUserAuthenticationData() ] from |
> |C:\farcry\farcry_core\tags\farcry\_farcryApplication.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |CFC[ C:\farcry\farcry_core\packages\security\authentication.cfc |
getUserAuthenticationData() ] from |
> |C:\farcry\farcry_core\tags\navajo\Login.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 0 ms| 0 ms| 1 |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |CFC[ C:\farcry\farcry_core\packages\security\authentication.cfc |
logout() ] from |
> |C:\farcry\farcry_core\admin\Application.cfm
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 60 ms| | |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
|
>
>-----------------------------------------------------------------------------------------------------------------------|
> |----------+---------+----->
> | 81 ms| | |
> |----------+---------+----->
>
>-----------------------------------------------------------------------------------------------------------------------|
> |TOTAL EXECUTION TIME
|
>
>-----------------------------------------------------------------------------------------------------------------------|
>
>
>
> red = over 250 ms average execution time
> Scope Variables
>
>
> CGI Variables:
>
AUTH_PASSWORD=CERT_ISSUER=CERT_SERVER_ISSUER=CF_TEMPLATE_PATH=C:\farcry\farcry_core\admin\login.cfm
>
CONTENT_LENGTH=HTTPS=HTTPS_SERVER_SUBJECT=HTTP_ACCEPT=text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
>
> HTTP_ACCEPT_ENCODING=gzip,deflate
> HTTP_ACCEPT_LANGUAGE=en-us,en;q=0.5
> HTTP_CONNECTION=keep-alive
> HTTP_COOKIE=HIDEWELCOMEWINDOW=1; CFTOKEN=13430548; CFID=14901;
> JSESSIONID=2a30dd219f08$CD$E5$3
> HTTP_HOST=localhost
>
HTTP_REFERER=http://localhost/farcry/login.cfm?returnUrl=index%2Ecfm%3F
> HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US;
> rv:1.7.8) Gecko/20050511 Firefox/1.0.4
> PATH_INFO=QUERY_STRING=returnUrl=%2Ffarcry%2Findex%2Ecfm%3F
> REMOTE_ADDR=127.0.0.1
> REMOTE_HOST=127.0.0.1
> REMOTE_USER=SCRIPT_NAME=/farcry/login.cfm
> SERVER_NAME=localhost
> SERVER_PORT=80
> SERVER_PORT_SECURE=0
> SERVER_PROTOCOL=HTTP/1.1
> SERVER_SOFTWARE=Apache/2.0.47 (Win32) JRun/4.0
> WEB_SERVER_API=Cookie Variables:
> CFID=14901
> CFTOKEN=13430548
> HIDEWELCOMEWINDOW=1
> JSESSIONID=2a30dd219f08$CD$E5$3
>
> Session Variables:
> cfid=14901
> cftoken=13430548
> dmsec=Struct (0)
> firstlogin=false
> navajo=Struct (1)
> sessionid=FARCRY_TEST_14901_13430548
> urltoken=CFID=14901&CFTOKEN=13430548
>
> URL Parameters:
> RETURNURL=/farcry/index.cfm?
>
> Debug Rendering Time: 50 ms
>
>
> thanks in advance for any assistance you might provide.
>
>
> Laura Brown
> Web Services
> Indus
> 60 Spear Street
> San Francisco, CA 94105
> (415) 904-5040
>
>
> |---------+------------------------------------------->
> | | "Chris Bauer" |
> | | <[EMAIL PROTECTED]> |
> | | Sent by: |
> | | [EMAIL PROTECTED]|
> | | emon.com.au |
> | | |
> | | |
> | | 08/06/2005 11:59 PM |
> | | Please respond to "FarCry |
> | | Developers" |
> | | |
> |---------+------------------------------------------->
>
>------------------------------------------------------------------------------------------------------------------------------|
> |
|
> | To: "FarCry Developers"
<[email protected]>
|
> | cc:
|
> | Subject: [farcry-dev] RE: Install successful but can't log
in |
>
>------------------------------------------------------------------------------------------------------------------------------|
>
>
>
>
> You might like to try enabling the CF Debug output, or appending
> '?debug' or
> '&debug' to the URL - Farcry is pretty graceful about handling most
> exceptions, so you often need to explicitly look for them.
>
> HTH
> Chris
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> [EMAIL PROTECTED]
> Sent: Saturday, 6 August 2005 2:25 AM
> To: FarCry Developers
> Subject: [farcry-dev] Install successful but can't log in
>
> Hello all,
>
> I have tried to install Farcry on 2 different machines with different
> web servers and have been unable to get past the initial log in on
> either. The farcry install runs normally, creating the tables and
> returning "done" statuses but when I click "login to farcry" and enter
> farcry/farcry in the login popup it just shows me the same login popup
> over and over. It doesn't say "invalid login" at the top of the login
> popup box. It seems like I have a mapping wrong so it's just looping
> back to the login.
>
> On both machines I had the datasource mapping, cf mapping to /farcry
and
> the alias/virtual directory to farcry_core/admin set up before
> installation. I have followed the installation instructions and have a
> pretty strong grasp of setting up sites and aliases/virtual
directories
> in both Apache and IIS but I'm stumped as to why the installs didn't
> work.
>
> I am working with farcy 2.3.2
> one machine is running
> WinXP Pro
> Apache 2.0.52
> CF 6.1
> I first tried running a new virtual host alongside my others, with the
> server names in my hosts file. I had the /farcry alias to the farcry
> admin code inside the virtual host. But that produced the round and
> round with the login not going anywhere. Then I removed everything
> farcry and started again, this time with the farcry virtual host as
the
> only virtual host, using "localhost" as the server name but this
> achieved the same round and round with the login as well.
>
> the other server I tried to install it on is running
> windows server 2003
> IIS 6
> CF 6.1 with Jrun as J2EE
>
> On there I made a new site in IIS (with dummy blank folder structure
to
> trick it) and set it to run on a specific port, which I entered like
> this "localhost:8050" in the domain field of the farcry install but it
> resulted in the same problem as on the other machine. Installl ran
> successfully but the login just goes round annd round without letting
me
> in.
>
> what am I missing?
>
> Laura Brown
> Web Services
> Indus
> 60 Spear Street
> San Francisco, CA 94105
> (415) 904-5040
>
>
************************************************************************
> This email message and all attachments transmitted with it are for the
> sole use of the intended recipient(s) and may contain confidential and
> privileged information. Please DO NOT forward this email outside of
the
> recipient's Company unless expressly authorized to do so herein. Any
> unauthorized review, use, disclosure or distribution is prohibited. If
> you are not the intended recipient, please contact the sender by reply
> email and destroy all copies of the original message.
>
> Any views expressed in this email message are those of the individual
> sender except where the sender specifically states them to be the
views
> of Indus.
>
************************************************************************
>
>
>
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
> [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>
>
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to
> [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>
>
>
>
>
>
>
------------------------------------------------------------------------
>
---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/
---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/