CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell

Hi,

I have a user who cannot view my coldfusion website, we have large number of 
users on the site that are not experiencing the issue and i can't replicate the 
issue.

When this particular user browses the site they just see the following message 
(seems to be HTTP header) and the site does not load.

"HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 GMT 
Content-Type: text/html; charset=UTF-8 Server: Microsoft-IIS/6.0 X-Powered-By: 
ASP.NET Content-Encoding: gzip Vary: Accept-Encoding Transfer-Encoding: chunked 
"

Any ideas what may be causing this issue? or how i can debug? I am leaning 
towards a web server issue rather than coldfusion, but not sure. any thoughts 
are appreciated.

Note: have advised user do the following so far:
* check site on different browsers - same issue
* tried clearing browser cache - same issue

Bas.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338096
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF Site not load - only show HTTP header

2010-10-12 Thread Sebastian Powell

We are using Coldfusion 9

Thank you all for the suggtestions, I will try each of them and let you know if 
can resolve the issue

> > I have a user who cannot view my coldfusion website, we have large 
> number of users on the site that are not experiencing the
> > issue and i can't replicate the issue.
> >
> > When this particular user browses the site they just see the 
> following message (seems to be HTTP header) and the site does not
> > load.
> >
> > "HTTP/1.1 200 OK Connection: close Date: Sat, 09 Oct 2010 13:31:33 
> GMT Content-Type: text/html; charset=UTF-8 Server:
> > Microsoft-IIS/6.0 X-Powered-By: ASP.NET Content-Encoding: gzip Vary: 
> Accept-Encoding Transfer-Encoding: chunked "
> >
> > Any ideas what may be causing this issue? or how i can debug? I am 
> leaning towards a web server issue rather than coldfusion,
> > but not sure. any thoughts are appreciated.
> >
> > Note: have advised user do the following so far:
> > * check site on different browsers - same issue
> > * tried clearing browser cache - same issue
> 
> What version of CF are you running? That used to be a fairly common
> problem under high load with CF 5.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> http://training.figleaf.com/
> 
> Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
> GSA Schedule, and provides the highest caliber vendor-authorized
> instruction at our training centers, online, or onsite.


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338102
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion Standard and Load balancing env

2011-01-24 Thread Sebastian Powell

Hi,

We currently run coldfusion 9 Standard on a single server, our site has grown 
and we are looking at adding an additional box and setup a load balancing 
environment for the site. Here are my questions:

* Is Coldfusion Standard sufficient for this environment or will i require 
enterprise?
* If so would anyone know of any good information sources in relation to 
configuring coldfusion standard for this environment - anything i need to watch 
out for?

Thanks,

Sebastian. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341151
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion Standard and Load balancing env

2011-01-24 Thread Sebastian Powell

Thanks great information.

* I gather too application variables are unique to the server to where the 
session request is being called.

Sebastian

> Hi,
> 
> We currently run coldfusion 9 Standard on a single server, our site 
> has grown and we are looking at adding an additional box and setup a 
> load balancing environment for the site. Here are my questions:
> 
> * Is Coldfusion Standard sufficient for this environment or will i 
> require enterprise?
> * If so would anyone know of any good information sources in relation 
> to configuring coldfusion standard for this environment - anything i 
> need to watch out for?
> 
> Thanks,
> 
> Sebastian. 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341154
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF 9 Standard Load Bal Sticky Sessions

2011-03-07 Thread Sebastian Powell

Hi,

I am trying to setup a failover environment for my web application. We are 
using CF9 standard and LVS (Linux Virtual Server) as the load balancer (LB). My 
web application uses session variables to remember form values posted in a 
process (eg would work like a session web shopping cart).  The issue is the 
session values are lost when the LB processes the request as it flips between 
the different servers between each request.

Is it possible to setup sticky sessions so that the session variables are 
retained across the web session? I'm concerned the only way to do this is to 
update the application to client variables and store in the database etc.  Any 
thoughts or recommendations appreciated.

Thanks, Sebastian 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342823
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF Sessions and Citrix

2011-03-16 Thread Sebastian Powell

Hi,
I have a CF9 application where the user login process is managed through J2EE 
session variables. Problem, users on citrix have been able to see other users 
pages/session variables when logged in. Has anyone experienced this? Any 
suggestions for a solution or why this might be happening - currently thinking 
solution may be moving the session environment to be stored in client variables 
and in the database.

Each citrix user has own unique login.

Thanks,

Seb. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343091
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


cfcatch DB connection failure - for failover

2011-07-05 Thread Sebastian Powell

Hi a bit stuck at the moment,

I am trying to implement a DB fail over to a slave database through CF 9.  I am 
using MYSQL as a DB.  I have setup datasource in the application.cfc to point 
to the main db.  When i trigger a stop service on the main db - which causes a 
failed db connection, i'm trying to get CF to change the datasource to the 
failover database. All that happens is the site keeps trying to connect to the 
main db without updating the db datasource in the cfcatch.  Note: this code 
below works if i have a syntax error in the query, but not for a DB connection 
failure.

See my code below, which i am putting in the onRequestStart and i have 
unchecked "Maintain Connections" in the datasource settings.


  
  
 SELECT id FROM user
  

   
   
  


I welcome any thoughts and assistance

thanks in advance.

Bas.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346072
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion Session lost on iPad... sometimes.

2012-07-03 Thread Sebastian Powell

One suggestion may be to check in the users ipad Safari settings option, that 
cookies are accepted.

Bas.


> No we're not using a load balancer so that can't be it. Also the user 
> ip is the same when they return from Paypal as when they left for 
> Paypal.
> 
> > Do you have a load balancer?  We have seen this were a sticky 
> session 
> > ( ip based ) is lost due to ipaddress changes on some mobile devices 
> 
> > causing the balancer to send a request to a different server causing 
> 
> > cf to loose the session
> > 
> > Paul
> > 
> > 
> > On 04/07/2012, at 9:00 PM, David Wilson  
> > wrote:
> > 
> > > 
> > > We are experiencing an unusual error after launching our site.
> > > 
> > > We have two options of payment for our app, Credit Card (using 
> > Paypal to process the payment) and Paypal Express Checkout (which 
> for 
> > anyone who doesn't know, involves redirecting the user to Paypal and 
> 
> > then back to your site to confirm the purchase).
> > > 
> > > My problem is happening with the Express Checkout method. I'll try 
> 
> > and break down what is happening is steps.
> > > 
> > > !I SHOULD NOTE THIS IS ALL PROCESSED OVER HTTPS!
> > > 
> > > 1. User fills out sign up form on our site, then selects Paypal as 
> 
> > payment option, then submits form.
> > > 
> > > 2. Session variables are set based on the data the user entered. A 
> 
> > call is made to to Paypal using the API to get a Token for the 
> > transaction.
> > > 
> > > 3. Once the token is received, we apprend it to a paypal url and 
> > redirect the user to that url (the Paypal site)
> > > 
> > > 4. The user logs in, agree's to the transaction and is redirected 
> 
> > back to our site (Where their session should be waiting for them). 
> > This is really where the problem is. Since launching we have had a 
> few 
> > random (seemingly) errors from someone who's session has been lost. 
> I 
> > noted the user_agent of the user was an iPad. Now, we have an iPad 
> in 
> > the office but we are able to sign up fine on it. As we can't 
> > replicate the error we are finding it incredibly difficult to fix.
> > > 
> > > I'm happy to provide any additional info anyone may think is 
> useful, 
> > I'm just a bit stumped as to what's going on and could use some 
> advice.
> > 
> > > 
> > > Here are the relevant parts on my Application.cfc file.
> > > 
> > > 
> > >this.name = "Example";
> > >this.setclientcookies="yes";
> > >this.sessionmanagement="yes";
> > >this.sessiontimeout= CreateTimeSpan(0,0,15,0);
> > >this.setdomaincookies="yes";
> > >  
> > > 
> > >  
> > >   > output="false">
> > > 
> > > 
> > > 
> > > > domain=".example.com" httponly="true">
> > >
> > > 
> > > 
> > >   
> > > 
> > > 
> > > 


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351804
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Scheduled Tasks Error

2014-11-09 Thread Sebastian Powell

>[crickets]  :-)
>
>
>
>
>
>
>
>-- 
>John Bliss - http://www.linkedin.com/in/jbliss

I am experiencing the same issue on CF 11,  neo-cron.xml all the scedheuled 
task vanished. and its an empty file.  Did you manage to resolve this? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359581
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Coldfusion 8 Standard Edition & multiple sites

2008-09-01 Thread Sebastian Powell
I'm new to coldfusion and have a few developed sites which I plan to host on a 
dedicated server. In process of working out which version of CF I need. Wanted 
to know if Standard edition can handle multiple sites and what the impact 
performance wise would be? or anything else I should consider?

As context the sites utilise the following services:

SMS gateway
Webservices
Scheduled Tasks
Logging
multiple databases

Thanks,

Bas. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311883
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


conditional cfchartseries

2008-10-29 Thread Sebastian Powell
Hi,

I am trying to conditionally color a single bar chart series in , 
depending on a value returned from a source query.  As an example of logically 
what i am trying to achieve :


 seriesColor = "red"
   
  seriesColor="blue"
   

Thanks

Bas



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314589
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfchart Flash chart not showing

2008-11-05 Thread Sebastian Powell
I have developed a few charts of format type "flash" using cfchart on a 
development version of CF8 and they can be viewed no problems in the browser.  
When I deploy the code on CF8 standard, the charts do not show. When changing 
the chart to format type "jpg" they do appear, so seems to suggest an issue 
with the chart format type "flash".

Am i missing a plugin or is it the version? Flash player is installed and I 
have also ensure CF8 standard hot fix is up-to-date (hot fix 3).

Any ideas why this might be occurring?

Thanks,

Bas.

Heres the code:



 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314896
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfchart Flash chart not showing

2008-11-06 Thread Sebastian Powell
Looking at the page in the browser there is a warning in the status bar which 
says:

Line:204
Char:1
Error:Object Expected
Code 0

Thanks,

Bas.

> I have developed a few charts of format type "flash" using cfchart on 
> a development version of CF8 and they can be viewed no problems in the 
> browser.  When I deploy the code on CF8 standard, the charts do not 
> show. When changing the chart to format type "jpg" they do appear, so 
> seems to suggest an issue with the chart format type "flash".
> 
> Am i missing a plugin or is it the version? Flash player is installed 
> and I have also ensure CF8 standard hot fix is up-to-date (hot fix 3).
> 
> 
> Any ideas why this might be occurring?
> 
> Thanks,
> 
> Bas.
> 
> Heres the code:
> 
>  format="flash"
> font="Arial"
> fontsize=12
> show3d="true">

>type="pie" 
>   query="session.qTotResp" 
>   itemcolumn="Status" 
>   valuecolumn="PScore"/>
>  


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314915
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


cfwindow parent refresh

2009-12-17 Thread Sebastian Powell

Hi,

I have a cfwindow that does the following:
1) receives some url variables
2) user can input a comment or text in a form within the cfwindow
3) on submit in the cfwindow it updates the comment in the database
4) confirmation message that submitted and option to close the cfwindow

Issue: I am trying to show the updated comment on the parent page once the 
cfwindow has closed, thinking either I refresh the parent page on close or 
update a form variable on the parent page with the posted comment.

would anyone have an example of how i may do the above?

Thanks,

Sebastian. 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


onclick refresh cfdiv

2009-12-17 Thread Sebastian Powell

Anyone done this before?  I want to refresh a cfdiv when a anchor tag link is 
clicked?

thanks.

Sebastian 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Help with consuming .NET complex datatype webservice

2008-12-10 Thread Sebastian Powell
I am trying to consume a .NET webservice from coldfusion. When I cfinvoke the 
webservice it returns a complex object which has the get_any() method. I am 
trying to access the data but am not sure where it is located or how to consume 
the returned object.

I have run the wsdl2java and got the following java response file code and been 
using cfdump on the methods returned to try an find where the xml data is 
contained within the object, but no luck.

Hoping for some guidance on where the find the data, or what i should try for 
next steps.

Thanks,

Bas.

/**
 * MeetingSummaryResponseMeetingSummaryResult.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
 */


public class MeetingSummaryResponseMeetingSummaryResult  implements 
java.io.Serializable, org.apache.axis.encoding.AnyContentType {
private org.apache.axis.message.MessageElement [] _any;

public MeetingSummaryResponseMeetingSummaryResult() {
}

public MeetingSummaryResponseMeetingSummaryResult(
   org.apache.axis.message.MessageElement [] _any) {
   this._any = _any;
}


/**
 * Gets the _any value for this MeetingSummaryResponseMeetingSummaryResult.
 * 
 * @return _any
 */
public org.apache.axis.message.MessageElement [] get_any() {
return _any;
}


/**
 * Sets the _any value for this MeetingSummaryResponseMeetingSummaryResult.
 * 
 * @param _any
 */
public void set_any(org.apache.axis.message.MessageElement [] _any) {
this._any = _any;
}

private java.lang.Object __equalsCalc = null;
public synchronized boolean equals(java.lang.Object obj) {
if (!(obj instanceof MeetingSummaryResponseMeetingSummaryResult)) 
return false;
MeetingSummaryResponseMeetingSummaryResult other = 
(MeetingSummaryResponseMeetingSummaryResult) obj;
if (obj == null) return false;
if (this == obj) return true;
if (__equalsCalc != null) {
return (__equalsCalc == obj);
}
__equalsCalc = obj;
boolean _equals;
_equals = true && 
((this._any==null && other.get_any()==null) || 
 (this._any!=null &&
  java.util.Arrays.equals(this._any, other.get_any(;
__equalsCalc = null;
return _equals;
}

private boolean __hashCodeCalc = false;
public synchronized int hashCode() {
if (__hashCodeCalc) {
return 0;
}
__hashCodeCalc = true;
int _hashCode = 1;
if (get_any() != null) {
for (int i=0;
 ihttp://direct.tab.com.au/LiveOdds/";, 
">>MeetingSummaryResponse>MeetingSummaryResult"));
}

/**
 * Return type metadata object
 */
public static org.apache.axis.description.TypeDesc getTypeDesc() {
return typeDesc;
}

/**
 * Get Custom Serializer
 */
public static org.apache.axis.encoding.Serializer getSerializer(
   java.lang.String mechType, 
   java.lang.Class _javaType,  
   javax.xml.namespace.QName _xmlType) {
return 
  new  org.apache.axis.encoding.ser.BeanSerializer(
_javaType, _xmlType, typeDesc);
}

/**
 * Get Custom Deserializer
 */
public static org.apache.axis.encoding.Deserializer getDeserializer(
   java.lang.String mechType, 
   java.lang.Class _javaType,  
   javax.xml.namespace.QName _xmlType) {
return 
  new  org.apache.axis.encoding.ser.BeanDeserializer(
_javaType, _xmlType, typeDesc);
}

}


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316596
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4