Re: considering two options for changing hosting

2015-03-31 Thread Cameron Childress

On Thu, Mar 26, 2015 at 7:04 PM, Mark Spence wrote:

 1.  Lately the Wordpress portion of the site has become slow and I can't
 figure out why.  It's not the db and it is not the plug-ins.  It's a simple
 site with not many posts or widgets and it should be faster.  The CF
 portion of the site is fast.


You might consider moving the WP stuff to a host like WP Engine.


 So I am looking at the Hostek Personal Plus for $7.99 CF shared hosting.
 Has anyone used both hosts and can compare the two?  Will I see a
 performance difference?


I usually look at cost like this and try to figure out how much tech
support this really buys from your host. Maybe 15 minutes a month?
Generally speaking, I would expect similar (good or bad) performance from
any host at this cost level.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook http://www.facebook.com/cameroncf | twitter
http://twitter.com/cameronc | google+
https://profiles.google.com/u/0/117829379451708140985


~|
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:360316
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 500 error/Permission issue with IIS 7

2015-03-31 Thread Wil Genovese

Questions:

Did you create a connector to IIS with WSConfig tool?
Do you have a Jakarta Alias in the IIS site?

Those are the two most common issues for this type of error. If your wsconfig 
was used to configure all sites and then later a new site was added the number 
one this is people forgetting that the connector needs to be added to the new 
site via the Jakarta alias.

Regards,
Wil


Wil Genovese
Sr. Web Application Developer/
Systems Administrator
CF Webtools
www.cfwebtools.com

wilg...@trunkful.com
www.trunkful.com

 On Mar 27, 2015, at 12:52 PM, Gerald Guido gerald.gu...@gmail.com wrote:
 
 
 I have been down the rabbit hole with this all day and have not been able
 to figure this out. I have been all over The Google with no love.
 
 We followed the CF 11 lockdown guide and got everything working fine for 2
 domains/applications. We went to set up a third domain that uses
 subdirectories as the root directory for seperate applications and we get a
 500 error (details below) when we hit a subdirectory like so:
 
 http://www.mydomain.com/somedir/
 
 But if I add index.cfm to the URL like below everything works fine.
 
 http://www.mydomain.com/somedir/index.cfm
 
 And, yes, the default document is set to index.cfm and the permissions for
 all the sub directories are identical to the domains what work (as per the
 lockdown guide).
 
 IIS error details
 
 Module IsapiModule
 Notification ExecuteRequestHandler
 Handler cfmHandler
 Error Code 0x80004005
 
 
 Anyone have an idea how to remedy this situation?
 
 As always, many TIA,
 
 G!
 
 
 *Gerald Anthony Guido*
 Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
 -- Horace
 
 learn.geraldguido.com
 Twitter https://twitter.com/CozmoTrouble
 Facebook https://www.facebook.com/gerald.guido.9
 
 
 

~|
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:360317
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOLR config in CF10

2015-03-31 Thread James McCullough

If you are using CF10 or CF11 the file is now jetty.lax 

You can find it in this directory {cfusion}\jetty

The line you want to change is around 68 or so. 



The Adobe docs say that in order to configure SOLR (as in upping the memory
available to it) in CF10 one needs to edit the solr.lax file. Problem is, I
don't have a solr.lax file anywhere on the server. Does anyone know the
name/location of the actual file to do configurations?
Thanks in advance,
Les 

~|
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:360313
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: SOLR config in CF10

2015-03-31 Thread James McCullough

If you are using CF10 or CF11 the file is now jetty.lax 

You can find it in this directory {cfusion}\jetty

The line you want to change is around 68 or so. 





The Adobe docs say that in order to configure SOLR (as in upping the memory
available to it) in CF10 one needs to edit the solr.lax file. Problem is, I
don't have a solr.lax file anywhere on the server. Does anyone know the
name/location of the actual file to do configurations?
Thanks in advance,
Les 

~|
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:360314
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: 500 error/Permission issue with IIS 7

2015-03-31 Thread David Phelan

I have run into this very issue.  If I remember, it ended up being a corruption 
in the web.config default documents.  Try rebuilding that section.

Dave

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: Friday, March 27, 2015 1:52 PM
To: cf-talk
Subject: 500 error/Permission issue with IIS 7


I have been down the rabbit hole with this all day and have not been able to 
figure this out. I have been all over The Google with no love.

We followed the CF 11 lockdown guide and got everything working fine for 2 
domains/applications. We went to set up a third domain that uses subdirectories 
as the root directory for seperate applications and we get a
500 error (details below) when we hit a subdirectory like so:

http://www.mydomain.com/somedir/

But if I add index.cfm to the URL like below everything works fine.

http://www.mydomain.com/somedir/index.cfm

 And, yes, the default document is set to index.cfm and the permissions for all 
the sub directories are identical to the domains what work (as per the lockdown 
guide).

IIS error details

Module IsapiModule
Notification ExecuteRequestHandler
Handler cfmHandler
Error Code 0x80004005


Anyone have an idea how to remedy this situation?

As always, many TIA,

G!


*Gerald Anthony Guido*
Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
-- Horace

learn.geraldguido.com
Twitter https://twitter.com/CozmoTrouble
Facebook https://www.facebook.com/gerald.guido.9




~|
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:360315
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Sudden error with CFHTTP ans SSL

2015-03-31 Thread Byron Mann

What is the URL and does the domain name match the certificate exactly,
meaning not a wildcard certificate.  Could be PayPal updated their SSL
certificate and is either a wildcard certificate or multi-site/domain
certificate (not sure what these are really called).

CF will not like it if the domain is www.domain.com, but the certificate is
*.domain.com. In this case, you need to import the certificate to the java
cacerts as a trusted certificate to by-pass the security matching.

You can either do this from the command line, or by far the easier route is
this extension to CF admin.

http://certman.riaforge.org/

https://www.google.com/webhp?sourceid=chrome-instantion=1espv=2ie=UTF-8#q=import+ssl+certificate+coldfusion+9+to+cacerts

~Byron



On Mon, Mar 30, 2015 at 12:34 PM,  wrote:


 Hi,
 I have an application under CF 9 with a paiment module using Paypal.
 At the end of the process, Paypal acknowledges the paiement and my app
 calls a Paypal page to validate the whole operation. This is done with a
 CFHTTP call
 This application has been working fine for years with no modification, bur
 all of a sudden starting March 23rd, I get this error:
 I/O Exception: peer not authenticated
 It appears to be an error with the SSL certificate, but how come ?
 The Paypal site is verified by Verisign.
 What ca I do?


 

~|
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:360319
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Sudden error with CFHTTP and SSL

2015-03-31 Thread Claude Schnéegans

Hi,
I have an application under CF 9 with a paiment module using Paypal.
At the end of the process, Paypal acknowledges the paiement and my app calls a 
Paypal page to validate the whole operation. This is done with a CFHTTP call
This application has been working fine for years with no modification, bur all 
of a sudden starting March 23rd, I get this error:
I/O Exception: peer not authenticated
It appears to be an error with the SSL certificate, but how come ?
The Paypal site is verified by Verisign.
What ca I do?


~|
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:360320
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Sudden error with CFHTTP ans SSL

2015-03-31 Thread Claude Schnéegans

Hi,
I have an application under CF 9 with a paiment module using Paypal.
At the end of the process, Paypal acknowledges the paiement and my app calls a 
Paypal page to validate the whole operation. This is done with a CFHTTP call
This application has been working fine for years with no modification, bur all 
of a sudden starting March 23rd, I get this error:
I/O Exception: peer not authenticated
It appears to be an error with the SSL certificate, but how come ?
The Paypal site is verified by Verisign.
What ca I do?


~|
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:360318
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Test

2015-03-31 Thread John M Bliss

Yes.

On Mon, Mar 30, 2015 at 10:29 PM,  wrote:


 Is this list working?


 

~|
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:360323
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: considering two options for changing hosting

2015-03-31 Thread Dean Lawrence

Mark,

I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a few
years back and I have been very happy with the decision. I just went
through a server upgrade over the weekend in which we ran into an issue
with a couple of old sites that are still running on MS Access. Their
support staff were very diligent and were able to work out the issue for
me. I have not worked with their shared hosting, but their VPS service has
been top notch.

On Tue, Mar 31, 2015 at 6:46 AM Cameron Childress camer...@gmail.com
wrote:


 On Thu, Mar 26, 2015 at 7:04 PM, Mark Spence wrote:

  1.  Lately the Wordpress portion of the site has become slow and I can't
  figure out why.  It's not the db and it is not the plug-ins.  It's a
 simple
  site with not many posts or widgets and it should be faster.  The CF
  portion of the site is fast.
 

 You might consider moving the WP stuff to a host like WP Engine.


  So I am looking at the Hostek Personal Plus for $7.99 CF shared hosting.
  Has anyone used both hosts and can compare the two?  Will I see a
  performance difference?
 

 I usually look at cost like this and try to figure out how much tech
 support this really buys from your host. Maybe 15 minutes a month?
 Generally speaking, I would expect similar (good or bad) performance from
 any host at this cost level.

 -Cameron

 --
 Cameron Childress
 --
 p:   678.637.5072
 im: cameroncf
 facebook http://www.facebook.com/cameroncf | twitter
 http://twitter.com/cameronc | google+
 https://profiles.google.com/u/0/117829379451708140985


 

~|
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:360327
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Test

2015-03-31 Thread Robert Harrison

Working. 

Robert Harrison
Full Stack Developer
AIMG
rharri...@aimg.com
Main Office: 704-321-1234  ext.118
Direct Line: 516-302-4345
www.aimg.com



-Original Message-
From: Claude Schnéegans schneeg...@internetique.com
[mailto:=?ISO-8859-1?Q?Claude Schn=E9egans schneegans@interneti=71?=
=?ISO-8859-1?Q?ue.com=3E?=] 
Sent: Monday, March 30, 2015 10:29 PM
To: cf-talk
Subject: Test


Is this list working?




~|
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:360324
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Test

2015-03-31 Thread Claude Schnéegans

Yes, but apparently it was down for several hours.


~|
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:360326
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Sudden error with CFHTTP ans SSL

2015-03-31 Thread Claude Schnéegans

 Could be PayPal updated their SSL

It must be the problem, because I have other paiement services and they have no 
problem.
I'm trying your suggestion, thanks.


~|
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:360328
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Test

2015-03-31 Thread Claude Schnéegans

Is this list working?


~|
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:360322
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 500 error/Permission issue with IIS 7

2015-03-31 Thread Russ Michaels

I replied to this days ago but the list rejected it.

if you enabled detailed errors then you might get more details if it is a
CFM issue

however I suspect this is a problem with the cf connector not being to
handle virtual directories, I have not really bothered with cf10/11 so have
not tested this.
But you may need to add a mapping in the uriworkermap.properties file, see
here for general instructions
https://helpx.adobe.com/coldfusion/kb/coldfusion10-iis-manual-connector-configuration.html

try adding a mapping for

/your vDir/* = cfusion

On Mon, Mar 30, 2015 at 2:34 PM, David Phelan dphe...@emerginghealthit.com
wrote:


 I have run into this very issue.  If I remember, it ended up being a
 corruption in the web.config default documents.  Try rebuilding that
 section.

 Dave

 -Original Message-
 From: Gerald Guido [mailto:gerald.gu...@gmail.com]
 Sent: Friday, March 27, 2015 1:52 PM
 To: cf-talk
 Subject: 500 error/Permission issue with IIS 7


 I have been down the rabbit hole with this all day and have not been able
 to figure this out. I have been all over The Google with no love.

 We followed the CF 11 lockdown guide and got everything working fine for 2
 domains/applications. We went to set up a third domain that uses
 subdirectories as the root directory for seperate applications and we get a
 500 error (details below) when we hit a subdirectory like so:

 http://www.mydomain.com/somedir/

 But if I add index.cfm to the URL like below everything works fine.

 http://www.mydomain.com/somedir/index.cfm

  And, yes, the default document is set to index.cfm and the permissions
 for all the sub directories are identical to the domains what work (as per
 the lockdown guide).

 IIS error details

 Module IsapiModule
 Notification ExecuteRequestHandler
 Handler cfmHandler
 Error Code 0x80004005


 Anyone have an idea how to remedy this situation?

 As always, many TIA,

 G!


 *Gerald Anthony Guido*
 Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
 -- Horace

 learn.geraldguido.com
 Twitter https://twitter.com/CozmoTrouble
 Facebook https://www.facebook.com/gerald.guido.9




 

~|
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:360331
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: considering two options for changing hosting

2015-03-31 Thread Russ Michaels

MSAccess does not work since windows server 2008 as the jet drivers do not
exist for 64bit OS, so your host must be running 2003 still on 32bit.
So the days of running MSAccess have already gone years ago, you are just
running on a legacy windows 2003 system, which reaches EOL this July.

If you want to know why CF has so many issues on shared hosting, then read
this
http://www.michaels.me.uk/post.cfm/why-coldfusion-railo-are-not-suited-to-shared-hosting



On Tue, Mar 31, 2015 at 6:31 PM, Stephens, Larry V steph...@iu.edu wrote:


 I echo everything said below except I am on shared hosting. I've had some
 issues with slow response and failure to connect and, at least twice, they
 volunteered to move me to a different host to solve the problem. I'm
 running multiple sites with them.

 There have been times when I'm pretty sure they didn't read all my support
 request and gave a kneejerk response, but we worked through that. If I was
 starting any new sites they would go there.

 I'm pretty sure the days of running Access are limited. I still have a
 couple of sites, too, and they don't work real well. The connections keep
 dying and have to be restarted by the support staff. I'm converting them to
 MSSQL.


 Larry V. Stephens


 I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a few
 years back and I have been very happy with the decision. I just went
 through a server upgrade over the weekend in which we ran into an issue
 with a couple of old sites that are still running on MS Access. Their
 support staff were very diligent and were able to work out the issue for
 me. I have not worked with their shared hosting, but their VPS service has
 been top notch.

 

~|
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:360332
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: considering two options for changing hosting

2015-03-31 Thread Stephens, Larry V

I echo everything said below except I am on shared hosting. I've had some 
issues with slow response and failure to connect and, at least twice, they 
volunteered to move me to a different host to solve the problem. I'm running 
multiple sites with them.

There have been times when I'm pretty sure they didn't read all my support 
request and gave a kneejerk response, but we worked through that. If I was 
starting any new sites they would go there.

I'm pretty sure the days of running Access are limited. I still have a couple 
of sites, too, and they don't work real well. The connections keep dying and 
have to be restarted by the support staff. I'm converting them to MSSQL.

 
Larry V. Stephens


I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a few years 
back and I have been very happy with the decision. I just went through a server 
upgrade over the weekend in which we ran into an issue with a couple of old 
sites that are still running on MS Access. Their support staff were very 
diligent and were able to work out the issue for me. I have not worked with 
their shared hosting, but their VPS service has been top notch.

~|
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:360329
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 500 error/Permission issue with IIS 7

2015-03-31 Thread Gerald Guido


 Did you create a connector to IIS with WSConfig tool?
 Do you have a Jakarta Alias in the IIS site?
 It ended up being a corruption in the web.config default documents.


Thanx for the replies. All of those are in order. I did manage to figure
out a kludge to get the sites up until I can figure out a proper solution.

As always, thanx,

G!

*Gerald Anthony Guido*
Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
-- Horace

learn.geraldguido.com
Twitter https://twitter.com/CozmoTrouble
Facebook https://www.facebook.com/gerald.guido.9

On Fri, Mar 27, 2015 at 2:14 PM, Wil Genovese jugg...@trunkful.com wrote:


 Questions:

 Did you create a connector to IIS with WSConfig tool?
 Do you have a Jakarta Alias in the IIS site?

 Those are the two most common issues for this type of error. If your
 wsconfig was used to configure all sites and then later a new site was
 added the number one this is people forgetting that the connector needs to
 be added to the new site via the Jakarta alias.

 Regards,
 Wil


 Wil Genovese
 Sr. Web Application Developer/
 Systems Administrator
 CF Webtools
 www.cfwebtools.com

 wilg...@trunkful.com
 www.trunkful.com

  On Mar 27, 2015, at 12:52 PM, Gerald Guido gerald.gu...@gmail.com
 wrote:
 
 
  I have been down the rabbit hole with this all day and have not been able
  to figure this out. I have been all over The Google with no love.
 
  We followed the CF 11 lockdown guide and got everything working fine for
 2
  domains/applications. We went to set up a third domain that uses
  subdirectories as the root directory for seperate applications and we
 get a
  500 error (details below) when we hit a subdirectory like so:
 
  http://www.mydomain.com/somedir/
 
  But if I add index.cfm to the URL like below everything works fine.
 
  http://www.mydomain.com/somedir/index.cfm
 
  And, yes, the default document is set to index.cfm and the permissions
 for
  all the sub directories are identical to the domains what work (as per
 the
  lockdown guide).
 
  IIS error details
 
  Module IsapiModule
  Notification ExecuteRequestHandler
  Handler cfmHandler
  Error Code 0x80004005
 
 
  Anyone have an idea how to remedy this situation?
 
  As always, many TIA,
 
  G!
 
 
  *Gerald Anthony Guido*
  Nullius in verba http://en.wikipedia.org/wiki/Nullius_in_verba
  -- Horace
 
  learn.geraldguido.com
  Twitter https://twitter.com/CozmoTrouble
  Facebook https://www.facebook.com/gerald.guido.9
 
 
 

 

~|
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:360330
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: considering two options for changing hosting

2015-03-31 Thread Dean Lawrence

Actually, my VPS is 64bit Windows 2008 r2. I manage it myself, so I know.
Hostek has some workaround to be able to run these Access DSNs. It's all
automated, so I don't pay it much mind. Also, even without Windows support,
there is no reason that you could not use a Java driver to connect to the
Access file if you really have to. I do this on my Mac to be able to run a
local copy of the site on my development machine. I agree though, I would
love to get rid of these last couple of Access sites that I still maintain.
They cause me nothing but trouble. I've converted the vast majority of my
client sites long ago, but there are still a couple stragglers.

On Tue, Mar 31, 2015 at 4:37 PM Russ Michaels r...@michaels.me.uk wrote:


 Mark,

 there is a very good reason I do not tell people there is a workaround to
 get MSAccess working on 64bit, and no you definitely should not encourage
 such things, you are a bad bad man and I am giving you a virtual slap right
 now..


 On Tue, Mar 31, 2015 at 9:06 PM, Mark A Kruger mkru...@cfwebtools.com
 wrote:

 
  Russ,
 
  You can make access Run on 64bit - it's just not very easy :)  I know I
  know
  I should NOT be encouraging such things (ha).
 
 
  http://www.coldfusionmuse.com/index.cfm/2010/12/31/Access.
 on.64bit.ColdFusio
  n
 
  -Mark
 
  -Original Message-
  From: Russ Michaels [mailto:r...@michaels.me.uk]
  Sent: Tuesday, March 31, 2015 1:52 PM
  To: cf-talk
  Subject: Re: considering two options for changing hosting
 
 
  MSAccess does not work since windows server 2008 as the jet drivers do
 not
  exist for 64bit OS, so your host must be running 2003 still on 32bit.
  So the days of running MSAccess have already gone years ago, you are just
  running on a legacy windows 2003 system, which reaches EOL this July.
 
  If you want to know why CF has so many issues on shared hosting, then
 read
  this
 
  http://www.michaels.me.uk/post.cfm/why-coldfusion-railo-
 are-not-suited-to-sh
  ared-hosting
 
 
 
  On Tue, Mar 31, 2015 at 6:31 PM, Stephens, Larry V steph...@iu.edu
  wrote:
 
  
   I echo everything said below except I am on shared hosting. I've had
 some
   issues with slow response and failure to connect and, at least twice,
  they
   volunteered to move me to a different host to solve the problem. I'm
   running multiple sites with them.
  
   There have been times when I'm pretty sure they didn't read all my
  support
   request and gave a kneejerk response, but we worked through that. If I
  was
   starting any new sites they would go there.
  
   I'm pretty sure the days of running Access are limited. I still have a
   couple of sites, too, and they don't work real well. The connections
 keep
   dying and have to be restarted by the support staff. I'm converting
 them
  to
   MSSQL.
  
  
   Larry V. Stephens
  
  
   I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a
  few
   years back and I have been very happy with the decision. I just went
   through a server upgrade over the weekend in which we ran into an issue
   with a couple of old sites that are still running on MS Access. Their
   support staff were very diligent and were able to work out the issue
 for
   me. I have not worked with their shared hosting, but their VPS service
  has
   been top notch.
  
  
 
 
 
 

 

~|
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:360336
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: considering two options for changing hosting

2015-03-31 Thread Mark A Kruger

Ow! That hurt.

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Tuesday, March 31, 2015 3:37 PM
To: cf-talk
Subject: Re: considering two options for changing hosting


Mark,

there is a very good reason I do not tell people there is a workaround to
get MSAccess working on 64bit, and no you definitely should not encourage
such things, you are a bad bad man and I am giving you a virtual slap right
now..


On Tue, Mar 31, 2015 at 9:06 PM, Mark A Kruger mkru...@cfwebtools.com
wrote:


 Russ,

 You can make access Run on 64bit - it's just not very easy :)  I know I
 know
 I should NOT be encouraging such things (ha).



http://www.coldfusionmuse.com/index.cfm/2010/12/31/Access.on.64bit.ColdFusio
 n

 -Mark

 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Tuesday, March 31, 2015 1:52 PM
 To: cf-talk
 Subject: Re: considering two options for changing hosting


 MSAccess does not work since windows server 2008 as the jet drivers do not
 exist for 64bit OS, so your host must be running 2003 still on 32bit.
 So the days of running MSAccess have already gone years ago, you are just
 running on a legacy windows 2003 system, which reaches EOL this July.

 If you want to know why CF has so many issues on shared hosting, then read
 this


http://www.michaels.me.uk/post.cfm/why-coldfusion-railo-are-not-suited-to-sh
 ared-hosting



 On Tue, Mar 31, 2015 at 6:31 PM, Stephens, Larry V steph...@iu.edu
 wrote:

 
  I echo everything said below except I am on shared hosting. I've had
some
  issues with slow response and failure to connect and, at least twice,
 they
  volunteered to move me to a different host to solve the problem. I'm
  running multiple sites with them.
 
  There have been times when I'm pretty sure they didn't read all my
 support
  request and gave a kneejerk response, but we worked through that. If I
 was
  starting any new sites they would go there.
 
  I'm pretty sure the days of running Access are limited. I still have a
  couple of sites, too, and they don't work real well. The connections
keep
  dying and have to be restarted by the support staff. I'm converting them
 to
  MSSQL.
 
 
  Larry V. Stephens
 
 
  I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a
 few
  years back and I have been very happy with the decision. I just went
  through a server upgrade over the weekend in which we ran into an issue
  with a couple of old sites that are still running on MS Access. Their
  support staff were very diligent and were able to work out the issue for
  me. I have not worked with their shared hosting, but their VPS service
 has
  been top notch.
 
 



 



~|
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:360337
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Sudden error with CFHTTP ans SSL

2015-03-31 Thread John M Bliss

I also once solved this by editing the hosts file on the server and adding
lines to force the name on the cert to point to the right IP.

On Tue, Mar 31, 2015 at 8:51 AM, Byron Mann byronos...@gmail.com wrote:


 What is the URL and does the domain name match the certificate exactly,
 meaning not a wildcard certificate.  Could be PayPal updated their SSL
 certificate and is either a wildcard certificate or multi-site/domain
 certificate (not sure what these are really called).

 CF will not like it if the domain is www.domain.com, but the certificate
 is
 *.domain.com. In this case, you need to import the certificate to the java
 cacerts as a trusted certificate to by-pass the security matching.

 You can either do this from the command line, or by far the easier route is
 this extension to CF admin.

 http://certman.riaforge.org/


 https://www.google.com/webhp?sourceid=chrome-instantion=1espv=2ie=UTF-8#q=import+ssl+certificate+coldfusion+9+to+cacerts

 ~Byron



 On Mon, Mar 30, 2015 at 12:34 PM,  wrote:

 
  Hi,
  I have an application under CF 9 with a paiment module using Paypal.
  At the end of the process, Paypal acknowledges the paiement and my app
  calls a Paypal page to validate the whole operation. This is done with a
  CFHTTP call
  This application has been working fine for years with no modification,
 bur
  all of a sudden starting March 23rd, I get this error:
  I/O Exception: peer not authenticated
  It appears to be an error with the SSL certificate, but how come ?
  The Paypal site is verified by Verisign.
  What ca I do?
 
 
 

 

~|
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:360321
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: considering two options for changing hosting

2015-03-31 Thread Russ Michaels

Mark,

there is a very good reason I do not tell people there is a workaround to
get MSAccess working on 64bit, and no you definitely should not encourage
such things, you are a bad bad man and I am giving you a virtual slap right
now..


On Tue, Mar 31, 2015 at 9:06 PM, Mark A Kruger mkru...@cfwebtools.com
wrote:


 Russ,

 You can make access Run on 64bit - it's just not very easy :)  I know I
 know
 I should NOT be encouraging such things (ha).


 http://www.coldfusionmuse.com/index.cfm/2010/12/31/Access.on.64bit.ColdFusio
 n

 -Mark

 -Original Message-
 From: Russ Michaels [mailto:r...@michaels.me.uk]
 Sent: Tuesday, March 31, 2015 1:52 PM
 To: cf-talk
 Subject: Re: considering two options for changing hosting


 MSAccess does not work since windows server 2008 as the jet drivers do not
 exist for 64bit OS, so your host must be running 2003 still on 32bit.
 So the days of running MSAccess have already gone years ago, you are just
 running on a legacy windows 2003 system, which reaches EOL this July.

 If you want to know why CF has so many issues on shared hosting, then read
 this

 http://www.michaels.me.uk/post.cfm/why-coldfusion-railo-are-not-suited-to-sh
 ared-hosting



 On Tue, Mar 31, 2015 at 6:31 PM, Stephens, Larry V steph...@iu.edu
 wrote:

 
  I echo everything said below except I am on shared hosting. I've had some
  issues with slow response and failure to connect and, at least twice,
 they
  volunteered to move me to a different host to solve the problem. I'm
  running multiple sites with them.
 
  There have been times when I'm pretty sure they didn't read all my
 support
  request and gave a kneejerk response, but we worked through that. If I
 was
  starting any new sites they would go there.
 
  I'm pretty sure the days of running Access are limited. I still have a
  couple of sites, too, and they don't work real well. The connections keep
  dying and have to be restarted by the support staff. I'm converting them
 to
  MSSQL.
 
 
  Larry V. Stephens
 
 
  I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a
 few
  years back and I have been very happy with the decision. I just went
  through a server upgrade over the weekend in which we ran into an issue
  with a couple of old sites that are still running on MS Access. Their
  support staff were very diligent and were able to work out the issue for
  me. I have not worked with their shared hosting, but their VPS service
 has
  been top notch.
 
 



 

~|
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:360335
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: considering two options for changing hosting

2015-03-31 Thread Mark A Kruger

PS. I agree his host is probably using 32bit.

-Original Message-
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Tuesday, March 31, 2015 1:52 PM
To: cf-talk
Subject: Re: considering two options for changing hosting


MSAccess does not work since windows server 2008 as the jet drivers do not
exist for 64bit OS, so your host must be running 2003 still on 32bit.
So the days of running MSAccess have already gone years ago, you are just
running on a legacy windows 2003 system, which reaches EOL this July.

If you want to know why CF has so many issues on shared hosting, then read
this
http://www.michaels.me.uk/post.cfm/why-coldfusion-railo-are-not-suited-to-sh
ared-hosting



On Tue, Mar 31, 2015 at 6:31 PM, Stephens, Larry V steph...@iu.edu wrote:


 I echo everything said below except I am on shared hosting. I've had some
 issues with slow response and failure to connect and, at least twice, they
 volunteered to move me to a different host to solve the problem. I'm
 running multiple sites with them.

 There have been times when I'm pretty sure they didn't read all my support
 request and gave a kneejerk response, but we worked through that. If I was
 starting any new sites they would go there.

 I'm pretty sure the days of running Access are limited. I still have a
 couple of sites, too, and they don't work real well. The connections keep
 dying and have to be restarted by the support staff. I'm converting them
to
 MSSQL.


 Larry V. Stephens


 I made the switch to Hostek (https://cp.hostek.com/aff.php?aff=931) a few
 years back and I have been very happy with the decision. I just went
 through a server upgrade over the weekend in which we ran into an issue
 with a couple of old sites that are still running on MS Access. Their
 support staff were very diligent and were able to work out the issue for
 me. I have not worked with their shared hosting, but their VPS service has
 been top notch.

 



~|
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:360334
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm