Re: Sudden error with CFHTTP ans SSL

2015-04-03 Thread Michael van Leest

Verisign certificate products have been taken over by Symantec.

2015-04-03 18:54 GMT+02:00 :


  Payments were getting processed but the results
 confirmation didn't work. This is on Coldfusion 8.

 That was exactly the problem, on CF 9 also.

  the certificate needed is the Verisign G5 certificate

 In my case, the certificate I got from the Paypal site was a Symantec
 certificate.
 That is probably the problem: Paypal must have moved from Verisign to
 Symantec, which is logical since both Paypal ans Symantec are owned by eBay.


 

~|
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:360369
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-04-03 Thread Michael van Leest

Best option is to contact PayPal support with that question. They should be
able to point you to the valid certs.

Good luck, Michael

On Friday, April 3, 2015, Al Musella, DPM muse...@virtualtrials.com wrote:


 So then is the symantec certificate newer? Should I also add
 that?  What is the link to it? They have so many certificates on paypal



 Verisign certificate products have been taken over by Symantec.
 
 2015-04-03 18:54 GMT+02:00 :
 
  
Payments were getting processed but the results
   confirmation didn't work. This is on Coldfusion 8.
  
   That was exactly the problem, on CF 9 also.
  
the certificate needed is the Verisign G5 certificate
  
   In my case, the certificate I got from the Paypal site was a Symantec
   certificate.
   That is probably the problem: Paypal must have moved from Verisign to
   Symantec, which is logical since both Paypal ans Symantec are
  owned by eBay.
  
  
  
 
 

 

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


Re: Speech to text

2015-02-11 Thread Michael van Leest

A quick search on google gave me these options.


   - ATT API: http://developer.att.com/apis/speech  (no mp3 though,
   ogg and other general telecom filetypes)
   - http://www.ispeech.org/

Not sure what your use case is, but using an api for this seems to me to be
the best option.

Good luck,

Mike


2015-02-11 18:00 GMT+01:00 Patrick at A7 patr...@a7.net:


 I want this, too: Automatic translation of mp4 files to text.
 It seems to me that if we have Speech Recognition on phones, we could
 certainly have this on a site.
 But I have been unable to find it.
 Patrick

  On Feb 10, 2015, at 12:10 PM, John Allen johnfal...@gmail.com wrote:
 
 
  I was thinking more of an application where you feed it an MP3 file and
  then it spits out the text.
 
  Still haven't found a good application for it. Sphinx seems cool
  interesting and I'm trying to get it up and running using CF as a wrapper
  for the Java stuff.
 
  On Fri, Feb 6, 2015 at 5:31 PM, Robert Harrison rharri...@aimg.com
 wrote:
 
 
  What are you going to do with it?  If you going to voice drive your
  websites
  it's an HTML issue. You can speak and it will record in test fields,
 etc.
 
  Robert Harrison
  Full Stack Developer
  AIMG
  rharri...@aimg.com
  Main Office: 704-321-1234 ext.118
  Direct Line: 516-302-4345
  www.aimg.com
 
 
 
 
 
 

 

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


Re: Speech to text

2015-02-11 Thread Michael van Leest

I think most of the speech to text apis are just for short (max 3 minute)
audio files.

You might want to google for auto transcribe api of some sort, like YouTube
does in some cases for automatic (translated) subtitles.

1 api I found is:
http://www.video2text.net

On Wednesday, February 11, 2015, Patrick at A7 patr...@a7.net wrote:


 Excellent. Thank you both.
 The purpose is converting online teachings/seminars to searchable text.
 Thanks again,
 Patrick

  On Feb 11, 2015, at 1:45 PM, Gerald Guido gerald.gu...@gmail.com
 javascript:; wrote:
 
 
  Curious as well I poked around and found this
  http://www.x2q.net/2013/09/16/how-to-use-google-speech-api/
 
  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 Wed, Feb 11, 2015 at 1:08 PM, Michael van Leest mvanle...@gmail.com
 javascript:;
  wrote:
 
 
  A quick search on google gave me these options.
 
 
- ATT API: http://developer.att.com/apis/speech  (no mp3 though,
ogg and other general telecom filetypes)
- http://www.ispeech.org/
 
  Not sure what your use case is, but using an api for this seems to me
 to be
  the best option.
 
  Good luck,
 
  Mike
 
 
  2015-02-11 18:00 GMT+01:00 Patrick at A7 patr...@a7.net javascript:;
 :
 
 
  I want this, too: Automatic translation of mp4 files to text.
  It seems to me that if we have Speech Recognition on phones, we could
  certainly have this on a site.
  But I have been unable to find it.
  Patrick
 
  On Feb 10, 2015, at 12:10 PM, John Allen johnfal...@gmail.com
 javascript:; wrote:
 
 
  I was thinking more of an application where you feed it an MP3 file
 and
  then it spits out the text.
 
  Still haven't found a good application for it. Sphinx seems cool
  interesting and I'm trying to get it up and running using CF as a
  wrapper
  for the Java stuff.
 
  On Fri, Feb 6, 2015 at 5:31 PM, Robert Harrison rharri...@aimg.com
 javascript:;
  wrote:
 
 
  What are you going to do with it?  If you going to voice drive your
  websites
  it's an HTML issue. You can speak and it will record in test fields,
  etc.
 
  Robert Harrison
  Full Stack Developer
  AIMG
  rharri...@aimg.com javascript:;
  Main Office: 704-321-1234 ext.118
  Direct Line: 516-302-4345
  www.aimg.com
 
 
 
 
 
 
 
 
 
 
 
 

 

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


Re: Quick Survey

2014-03-26 Thread Michael van Leest

@Robert Did you looked into Railo? If clients don't want to use Adobe
Coldfusion due to the recent bad news, I've been recently able to sell
Railo to them instead.


2014-03-26 13:40 GMT+01:00 Robert Harrison rob...@austin-williams.com:


 I'd love to stick with CF as I've used to it successfully to solve almost
 every client request that's ever been asked... and some of them have been
 very complex and convoluted. However, with Adobe's lack of support and
 marketing CF has become too hard of a sell...  we're moving to PHP now.


 Robert Harrison
 Director of Interactive Services

 Austin  Williams
 Advertising I Branding I Digital I Direct
 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
 T 631.231.6600 X 119   F 631.434.7022
 http://www.austin-williams.com

 Blog:  http://www.austin-williams.com/blog
 Twitter:  http://www.twitter.com/austin_williams

 -Original Message-
 From: John M Bliss [mailto:bliss.j...@gmail.com]
 Sent: Tuesday, March 25, 2014 10:51 PM
 To: cf-talk
 Subject: Re: Quick

 

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


Re: Strange Error

2014-03-26 Thread Michael van Leest

Might there be a redirect triggered somewhere in your application.cfc?
Sounds to me there is some sort of redirect is going on.


2014-03-26 17:26 GMT+01:00 Donnie Carvajal donnie.carva...@transformyx.com
:


 I have a ColdFusion template that is used for a form action using post
 method.  The page loads correctly except for my confirmation output and
 displays POST as the CGI.request_method and displays all of the Form fields
 in the debug info and displays all of the queries that are supposed to run;
 however, an error is thrown in the CF error logs indicating that a form
 field is missing.  I turned on my site wide error handler and the email
 message I get for the error is showing the page loaded via GET and there
 are no Form fields.

 Has anyone ever experienced this before?

 One more oddity that may help solve this, there is a blank template in the
 execution time table and by blank I mean there is nothing in the template
 column for this entry, but it does indicate the count=1 and the total time
 also has a value.

 Thanks,

 Donnie

 

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


Re: database design conundrum

2014-03-20 Thread Michael van Leest

I would build it like this:

- tbl_users (userID etc)
- tbl_user_things (thing id so you can add extra things without changing
the DB)
- tbl_user_join_thing (userID, thingID, setting (boolean 1/0) and a
optional toShareWithUserID)

Hope this helps


2014-03-21 1:46 GMT+01:00 Jerry Milo Johnson jmi...@gmail.com:


 third field, id of item to be shared. (id in this case being a unique
 column name)?




 On Thu, Mar 20, 2014 at 8:33 PM, PT cft...@gmail.com wrote:

 
  I have a design issue I can't seem to get my head around.
 
  Say I have a table full of users with certain fields containing
  information they can share with or hide from other users.
 
  users_table
  --
  userid
  thing_to_share_or_not_1
  thing_to_share_or_not_2
  thing_to_share_or_not_3
  ...
 
  There are a lot of things
 
  The default is to hide.  What is the most efficient way to denote that a
  user is sharing specific info with another user?
 
  I immediately thought about a joining table
 
  sharing_table
  --
  userid_of_sharer
  userid_of_user_being_shared_with
 
  I can't figure out how to join what specific piece of information is
  being shared.
 
  I thought about including a varchar in the share table with the name of
  the shared field in it, but, while doable, seems a clumsy hack.
 
  What obvious thing am I overlooking?
 
 
  Todd Ashworth
  Janty Networks
 
 

 

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


Re: database design conundrum

2014-03-20 Thread Michael van Leest

That's basically it. Depending how your would query the data is entirely up
on the specific use, so that is something fun to play with.
This way you have all the flexibility you need, good luck!

Michael


2014-03-21 2:38 GMT+01:00 PT cft...@gmail.com:


 so ...

 tbl_users (containing things that don't need to be shared)
 -
 userid
 displayName
 archived
 lastLoginDate
 lastLoginLocation
 joinDate
 ...

 tbl_things_that_can_be_shared
 -
 thingid
 thing (emailAddress, phoneNumber, birthday)


 tbl_shared_things (standard join table)
 -
 (pk) userid (fk to users.userid)
 (pk) thingid (fk to things.thingid)
 (pk) toShareWithUserID (fk to users.userid)
 (if they are in this table, then they are shared, so no boolean is needed)

 tbl_user_things
 -
 (pk) userid (fk to users.userid)
 (pk) thingid (fk to things.thingid)
 thingContents (the actual contents of the things for the user in
 question, like 'b...@example.com', '8885551212', '01/01/1980')

 Then make a view of the
 tbl_users-tbl_things_that_can_be_shared-tbl_user_things relationships
 to approximate a more traditional users table for easier querying.

 ?


 On 3/20/2014 8:56 PM, Michael van Leest wrote:
 
  I would build it like this:
 
  - tbl_users (userID etc)
  - tbl_user_things (thing id so you can add extra things without
 changing
  the DB)
  - tbl_user_join_thing (userID, thingID, setting (boolean 1/0) and a
  optional toShareWithUserID)
 
  Hope this helps


 

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


Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Michael van Leest

Marketing wise, Adobe is doing not a lot to nothing. If the Railo Company
would do some marketing, I bet they would take even more market share from
Adobe.



2014-03-18 19:16 GMT+01:00 :


 I completely agree with you, on all points.


 

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


Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Michael van Leest

Docs are still not commercial level, but there is more info available
about Railo in the Github wiki.
The docs about functions and tags are the same as the CF docs (available in
the railo admin).

But yes, docs have been a big discussion point on the Railo mailinglist but
without any good solution yet.


2014-03-18 19:57 GMT+01:00 :


  If the Railo Company would do some marketing

 If they would above all produce some documentation!
 I wanted to give it a try a couple of years ago, but the documentation was
 just an arrid desert, so I gave up.
 Is it any better now ?


 

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


Re: CFML tags was: The long tail of ColdFusion fail

2014-03-18 Thread Michael van Leest

The docs in the railo admin are updated with the specific railo additions.
In the wiki is stated which functions are not supported from CF9/10 or have
differences in use/outcome.

Also if there is a function missing certain arguments/options in Railo from
the CF version, a simple bug report and mailinglist post will get that
fixed very quickly.


2014-03-18 20:51 GMT+01:00 :


  The docs about functions and tags are the same as the CF docs

 I could work using the CF docs, but if there is the slightest difference,
 plus or minus, I need to be easily aware of it.
 It is so important in my mind that I finaly prefered to buy the CF 9
 server.


 

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


Re: Site hanging randomly.

2014-03-13 Thread Michael van Leest

Is the server responsive when CF hangs? Or is it a bit slow/unresponsive as
well?
I had some serious crash issues with CF9 64 bit a few years back and
switched over to railo after trying to debug it for weeks without result.

Make sure to check the windows logs if there are any weird events before CF
hangs. My problem was mainly with JVM GC not doing its work properly and
eventually kill CF.
You could try to upgrade your JVM to a newer version that is officially
supported, but not sure if that will help your issue (trialerror).

Good luck!


2014-03-14 0:50 GMT+01:00 .jonah jonah@creori.com:


 So, here's a tricky one. I have a server that hangs seemingly randomly
 but around once a day.

 Windows Server 2008, IIS, ColdFusion 9.

 It will either return a 503 or the browser will just keep spinning and
 never return anything.

 When I go in to restart it (with a batch file) sometimes the ColdFusion
 9 Application Server service takes a really long time to stop and
 sometimes the W3SVC service takes a long time.

 Where do I start diagnosing this? How can I find out what's hanging?
 Which windows info should I look at? ColdFusion?

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


Re: Site hanging randomly.

2014-03-13 Thread Michael van Leest

That does sounds like a possible cause.
Do you have long running code with multiple queries or some sort of heavy
reporting query of some sort?
Network interruptions? Latency?
Do you always have the CF monitor running? If so, try to turn off all the
monitoring as that was buggy in CF9 if I remember correctly (JVM killer).

Just naming a few options to think of. Good luck.


2014-03-14 2:19 GMT+01:00 .jonah jonah@creori.com:


 coldfusion-out says a couple things like:

 * A non-SQL error occurred while requesting a connection from DB Name.
 * Timed out trying to establish connection
 * 3/13 16:19:21 Information [jrpp-2087] - HTTP request completed  {Status
 Code=503 ,Time taken=84723 ms}

 Before it stops responding.

 Will watch server monitor again. I have in the past but didn't find the
 root cause.


 On 3/13/14 5:20 PM, Russ Michaels wrote:
  have you checked the coldfusion server monitor ?
  I would also suggest installed FusionReactor for some addiitonal
 monitoring.
  check the coldfusion-out logs for issues.
 
 
 
 
  On Fri, Mar 14, 2014 at 12:12 AM, .jonah jonah@creori.com wrote:
 
  I hadn't thought to check a static resource to see if it was still
  available. I'll do that next time it hangs.
 
  I'm currently running jdk1.6.0_32 with these JVM arguments:
  -server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=512m
  -XX:+UseParallelGC -Xbatch -Dsun.rmi.dgc.client.gcInterval=60
  -Dsun.rmi.dgc.server.gcInterval=30
  -Dcoldfusion.rootDir={application.home}/../
  -Dcoldfusion.libPath={application.home}/../lib
 
  The server has 6 Gb of ram and 4 CPU cores.
 
 
  On 3/13/14 4:56 PM, Michael van Leest wrote:
  Is the server responsive when CF hangs? Or is it a bit
 slow/unresponsive
  as
  well?
  I had some serious crash issues with CF9 64 bit a few years back and
  switched over to railo after trying to debug it for weeks without
 result.
 
  Make sure to check the windows logs if there are any weird events
 before
  CF
  hangs. My problem was mainly with JVM GC not doing its work properly
 and
  eventually kill CF.
  You could try to upgrade your JVM to a newer version that is officially
  supported, but not sure if that will help your issue (trialerror).
 
  Good luck!
 
 
  2014-03-14 0:50 GMT+01:00 .jonah jonah@creori.com:
 
  So, here's a tricky one. I have a server that hangs seemingly randomly
  but around once a day.
 
  Windows Server 2008, IIS, ColdFusion 9.
 
  It will either return a 503 or the browser will just keep spinning and
  never return anything.
 
  When I go in to restart it (with a batch file) sometimes the
 ColdFusion
  9 Application Server service takes a really long time to stop and
  sometimes the W3SVC service takes a long time.
 
  Where do I start diagnosing this? How can I find out what's hanging?
  Which windows info should I look at? ColdFusion?
 
  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:357933
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: cffile mime type

2012-12-19 Thread Michael van Leest

javascript checking is not very secure and specially file-extension
checking.
You can do some sort of javascript check to do a client side validation,
but the cffile check is a little more thorough as it checks the file if it
is the correct mime-type, even if you rename the extension if I'm not wrong.

You should do some basic error handling if the mime-type check throws an
coldfusion error and you should be golden.

Good luck, Mike

2012/12/20 Rob Voyle robvo...@voyle.com


 Hi Folks

 Adding the accept doesn't really work as it triggers a CF error message

 I want to interupt the process before that .
 I don't know ajax or a way to access the file name before it gets
 converted to a
 tmp file

 Rob

 On 19 Dec 2012 at 16:16, Rob Voyle wrote:

 
  Hi Russ
 
  Thanks
  needed accept = image/jpeg not jpg
 
  Rob



 

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


Re: Alternative to CFOBJECT

2012-08-30 Thread Michael van Leest

A bit of topic, but which Paypal api are you using??

2012/8/30 Matt Quackenbush quackfu...@gmail.com


 Time for a new host. :-)

 In the meantime, though, createObject( Component ) is not disabled,
 according to that list. So you should be able to refactor and use that
 instead of cfobject.

 HTH


 On Thu, Aug 30, 2012 at 2:21 PM, Bruce Sorge sor...@gmail.com wrote:

 
  This is everything that they disabled:
 
  On the shared ColdFusion servers you will have access to all tags and
  functions except for the following:
 
  CF Tags:
  CFCOLLECTION
  CFCONTENT
  CFDUMP
  CFEXECUTE
  CFLOG
  CFOBJECT
  CFOBJECTCACHE
  CFREGISTRY
 
 
  CF Functions:
  SetProfileString
  CreateObject(COM)
  CreateObject(CORBA)
  CreateObject(JAVA)
  On Aug 30, 2012, at 1:09 PM, Scott Stroz boyz...@gmail.com wrote:
 
  
   Have they disabled createObject() (they probably have, though)
  
   On Thu, Aug 30, 2012 at 3:04 PM, Bruce Sorge sor...@gmail.com wrote:
  
   So I discovered today that the hosting company that I am using has
  disabled CFOBJECT, which sucks because the PayPal API that I am using
 uses
  the CFOBJECT tag. Is there an alternative to this?
  
   Thanks,
  
   Bruce
  
  
  
  
 
 

 

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


Re: 64-bit updates to CFX at intrafoundation.com

2012-08-28 Thread Michael van Leest

+1 for CFX_IIS (7.5 support)

2012/8/28 Lewis Sellers lasell...@gmail.com


 Possible. Are there any of them you had in mind in particular? I have
 become somewhat out of touch as to how many people are still using what
 these days and thus what might be a priority. I think though that if any of
 them need more than work and testing than I'm probably willing to invest
 atm it would be CFX_IIS.

 I'll look into it.

 On Sat, Aug 25, 2012 at 2:30 PM, Rick Mason rhma...@gmail.com wrote:

 
  Lewis,
 
  I want to commend you for your efforts.  I would also suggest that you
  consider cohosting them on gitHub as well.
 
 
  Rick
 
  On Sat, Aug 25, 2012 at 5:01 AM, Lewis Sellers 
  webmas...@intrafoundation.com wrote:
 
  
   I have been getting several requests in the last two months or so to
   update various CFX at intrafoundation.com to 64-bit. As I was in a bit
  of
   an accident not long ago and have several more weeks to spend sitting
 in
  a
   wheel-chair, it seemed like as good a time as any to do a mass-update.
 :)
  
   A few of the CFX have already been rebuilt, repackaged and uploaded.
   Currently, I'm working on getting IHTK out the door as well. As it's a
   collection of several networking and service related CFX, it is --
 rather
   involved to test, however.
  
   Anyway, anyone out there still using any of these CFX should feel free
 to
   download the new versions as they are released, and get back to me if
   something is not quite working right in the new builds.
  
  
  
  
 
 

 

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


waveform processing

2012-07-16 Thread Michael van Leest

Hi all,

Not sure if somebody is familiar with this, but here we go.

I need to process 20 to 45 minute long music files (mp3, wav and aiff) with
different bit rates to a png waveform.
You can see the example on soundcloud.com.

Is there anything in Java that supports this functionality for the
different filetypes? Or does anybody knows a good packages to do this?

Any pointers are appreciated!

Michael


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


Re: SMS aggregators

2012-03-29 Thread Michael van Leest

Email this guy, Marco Dunhof. He has all the contacts and options you need
worldwide.

http://www.dunhofconsultancy.nl/

Good luck, Michael van Leest

2012/3/29 Bryan Stevenson br...@electricedgesystems.com


 Hi All,

 I may have asked this of the list some months ago, but here it is
 again

 Can anyone recommend SMS agregators in the US?

 I'm building a CF 9 based SMS app and need to check out some pricing and
 options.

 This app will take messages from upwards of 5000-5500 users (unique
 phone numbers)

 The pilot may only have 100 users all on the same carrier, but
 production could have many possible carriers.

 Thanks in advance

 Cheers
 --


 Bryan Stevenson B.Comm.
 VP  Director of E-Commerce Development
 Electric Edge Systems Group Inc.
 phone: 250.480.0642
 fax: 250.480.1264
 cell: 250.920.8830
 e-mail: br...@electricedgesystems.com
 web: www.electricedgesystems.com

 Notice:
 This message, including any attachments, is confidential and may contain
 information that is privileged or exempt from disclosure. It is intended
 only for the person to whom it is addressed unless expressly authorized
 otherwise by the sender. If you are not an authorized recipient, please
 notify the sender immediately and permanently destroy all copies of this
 message and attachments.
 Please consider the environment before printing this e-mail



 

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


Re: NullPointer exceptions

2010-02-12 Thread Michael van Leest

Hi have the same thing on CF 8 windows 32 bit ent and on 2 linux boxes 64
bit ent.
For no reason it will sometime give a nullpointer error with webservices,
but I think it has to do with CFC's in some way.
I've been trying to debug it, but for the last 2 months I haven't had any
luck on pointing to the exact cause.

There has to be some sort of bug in CF as it looks that generates this
nullpointer randomly.
If I find anything, I'll let you know!

Mike

2010/2/11 Brad Wood b...@bradwood.com


 Hmm, looks like the error happened while getMetaData was being called from
 Transfer.

 Have you posted this on the Transfer list?

 Also, out of curiosity, are you using trusted cache?

 ~Brad

 - Original Message -
 From: Tom McNeer tmcn...@gmail.com
 To: cf-talk cf-talk@houseoffusion.com
 Sent: Thursday, February 11, 2010 8:54 AM
 Subject: Re: NullPointer exceptions


 
  On Thu, Feb 11, 2010 at 9:40 AM, Brad Wood b...@bradwood.com wrote:
 
 
  Can you give us a sample stack trace for one of the errors?
 
 
  Sure. But hang on - they're long.
 
  This one is from the CF exception log:
 
  =
  Error,jrpp-3,02/10/10,22:38:05,,
  java.lang.NullPointerException
 at coldfusion.util.Utils.getServletPath(Utils.java:86)
 at coldfusion.util.Utils.getServletPath(Utils.java:76)
 at coldfusion.util.Utils.getBaseTemplatePath(Utils.java:405)
 at
 
 coldfusion.runtime.TemplateProxyFactory.getTemplateFileHelper(TemplateProxyFactory.java:1514)
 at
 
 coldfusion.runtime.MetadataUtils.getComponentMetadata(MetadataUtils.java:112)
 at
  coldfusion.runtime.CfJspPage.GetComponentMetaData(CfJspPage.java:2667)
 at
 
 coldfusion.runtime.TemplateProxy.getRuntimeComponentMetadata(TemplateProxy.java:1755)
 at
 
 coldfusion.runtime.TemplateProxy.getRuntimeMetadata(TemplateProxy.java:1616)
 at coldfusion.runtime.MetadataUtils.getMetaData(MetadataUtils.java:54)
 at coldfusion.runtime.CfJspPage.GetMetaData(CfJspPage.java:2640)
 at
 
 cfAbstractBaseMeta2ecfc803585718$funcCLONE.runFunction(C:\webApps\frameworks\transfer\com\object\AbstractBaseMeta.cfc:33)


 

~|
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:330655
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Chrome cfgrid flash

2010-02-09 Thread Michael van Leest

Flash forms are Flex 1.5 so keep in mind that is Actionscript 2 if I'm
correct...

Also which version of the flash player do you have? 10.1? is it mac? is it
windows??
Be more specific please, because this isn't enough to get your problem
solved...

Regards, Mike

2010/2/9 Paul Ihrig pih...@gmail.com


 no one has run into a cfgrid not rendering the data returned in chrome?
 any one? seriously.. this tag should be removed if it doesn't work..
 or maybe i shouldn't test on more then 2 browsers or just not use
 cfform and cfgrid.. or there be a tech note about format=flash or
 some thing..

 On Thu, Feb 4, 2010 at 8:18 PM, Paul Ihrig pih...@gmail.com wrote:
  Hey guys. I have cfform flash with a simple cfgrid inside it. Every
  thing tenets corectly but in chrome no data is displayed and editing
  isn't avaiable. This is cf8. Seems very odd. Every thing I'd copasetic
  in ff and ie. Thanks.
 

 

~|
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:330488
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Webservice exceptions

2009-10-19 Thread Michael van Leest

Hi all,

I'm having some issues with server to server data exchange over webservices
both running CF8 Ent.
Sometimes I get this message:

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: coldfusion.xml.rpc.CFCInvocationException:
[java.lang.NullPointerException : null]
 faultActor:
 faultNode:
 faultDetail:
{
http://xml.apache.org/axis/}stackTrace:coldfusion.xml.rpc.CFCInvocationException:
[java.lang.NullPointerException : null]
at
coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(CFComponentSkeleton.java:723)
at
coldfusion.xml.rpc.CFComponentSkeleton.__invoke(CFComponentSkeleton.java:670)
at api.webservers._1_5_0.I18n.getStringByID(.

It's not constant, but comes up every now and then and a little bit more
with calls that are contain a lot of string data (text columns in the DB)

Any idea what might cause it?  I already do a try and catch and refresh the
XmlRpcService with the ServiceFactory like this

cfset var reset = createObject(java,
coldfusion.server.ServiceFactory).XmlRpcService /
cfset reset.refreshWebService(application.somevar  
/user.cfc?wsdl) /


-- 
Michael van Leest

E:   mvanle...@gmail.com
W:  http://michaelvanleest.com

Yahoo! IM:  mvanleest...@yahoo.com
MSN IM: mvanlees...@hotmail.com
GTalk: mvanle...@gmail.com
Skype:mvanleest
AIM:mikefromnl


~|
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:327313
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: MySQL IDE on OS X

2009-05-26 Thread Michael van Leest

DBVisualizer! it rocks for multiple database server types like MSSQL and
MySQL and many more... as long as you have the JDBC drivers for it!
(it's paid though, but fairly priced!)

http://www.dbvis.com/products/dbvis/


2009/5/26 Wil Genovese jugg...@visi.com


 From MySQL's web site

 http://dev.mysql.com/downloads/gui-tools/5.0.html

 Wil Genovese


 On Tue, May 26, 2009 at 2:54 PM, David McGuigan davidmcgui...@gmail.com
 wrote:

 
  Can anyone recommend a good MySQL IDE on OS X? So far I've been using
  Navicat but it's kind of a joke.
 
  Anyone have one they actually like?
 
 
 

 

~|
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:322804
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cfdot.net new Coldfusion / C# Comparison site

2009-05-17 Thread Michael van Leest

Nice initiative!


2009/5/17 Jose Diaz bleached...@gmail.com


 Hello All,

 In a quest to get better at ASP.net and C# I have built the following site:
 www.cfdot.net in C#.net.

 The purpose of the CFDot Project (CFDot.net) is to create a code comparison
 library between common ColdFusion syntax tasks and the equivelant using
 C#.net 3.5 syntax.

 These libraries are open source and may be used and modified to your
 liking.
 These examples will hopefully speed up development knowledge from
 Coldfusion
 to C#.net and visa versa.

 I would really appreciate any feedback and please please submit your own
 code comparisons. Please feel free to drop me an email.

 I am also on twitter: http://twitter.com/cfdotnet

 Jose


 

~|
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:322598
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


64-bit windows socket error (socketgateway)

2009-03-23 Thread Michael van Leest

Hi All!

I have a weird and very urgent issue on my windows 2007/8 Web edition 64bit.

There is socketGateway configured on port 999 and everytime it starts the
following error comes up in the socket-gateway.log,
SocketGateway(GRATELECOM) Error attempting to listen on socket:
java.net.SocketException: socket closed.
The log in JRun (admin instance) gives me the following info about the
startup error:

  216 / 255  23/03 14:36:03 user MessageBrokerServlet: init
  217 / 255  23/03 14:36:04 user CFFormGateway: init
  218 / 255  23/03 14:36:04 user CFInternalServlet: init
  219 / 255  23/03 14:36:04 info Recovering 65 session(s)
  220 / 255  23/03 14:36:04 error Error reading stored session data
(ID=90306d7cfc3b163e26e05f3277c251c137a4)
  221 / 255  java.io.StreamCorruptedException: unexpected end of block
data
  222 / 255   at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
  223 / 255   at
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
  224 / 255   at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
  225 / 255   at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)

  226 / 255   at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  227 / 255   at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
  228 / 255   at java.util.Hashtable.readObject(Hashtable.java:859)
  229 / 255   at sun.reflect.GeneratedMethodAccessor27.invoke(Unknown
Source)
  230 / 255   at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

  231 / 255   at java.lang.reflect.Method.invoke(Method.java:597)
  232 / 255   at
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  233 / 255   at
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
  234 / 255   at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)

  235 / 255   at
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
  236 / 255   at
java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
  237 / 255   at
jrun.servlet.session.SessionService.retrieve(SessionService.java:1370)
  238 / 255   at
jrun.servlet.session.SessionService.retrieve(SessionService.java:1354)
  239 / 255   at
jrun.servlet.session.SessionService.restoreSession(SessionService.java:1272)

  240 / 255   at
jrun.servlet.session.SessionService.restoreSessionState(SessionService.java:889)

  241 / 255   at
jrun.servlet.session.SessionService.setClassLoader(SessionService.java:516)

  242 / 255   at
jrun.servlet.WebApplicationService.postStart(WebApplicationService.java:300)

  243 / 255   at
jrun.ea.EnterpriseApplication.start(EnterpriseApplication.java:203)
  244 / 255   at
jrun.deployment.DeployerService.initModules(DeployerService.java:708)
  245 / 255   at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.java:243)

  246 / 255   at
jrun.deployment.DeployerService.deploy(DeployerService.java:428)
  247 / 255   at
jrun.deployment.DeployerService.checkWatchedDirectories(DeployerService.java:179)

  248 / 255   at
jrun.deployment.DeployerService.run(DeployerService.java:889)
  249 / 255   at
jrunx.scheduler.SchedulerService.invokeRunnable(SchedulerService.java:230)

  250 / 255   at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)

  251 / 255   at
jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
  252 / 255
  253 / 255  23/03 14:36:04 info Deploying enterprise application JRun
4.0 Internal J2EE Components from: file:/D:/JRun4/lib/jrun-comp.ear
  254 / 255  23/03 14:36:04 info Deploying EJB JRunSQLInvoker from:
file:/D:/JRun4/lib/jrun-comp.ear
  255 / 255  23/03 14:37:57 user FileServlet: init



Is this a 64bit JVM Issue?? Or is it maybe a corrupted cf instance?? I'm out
of options right now, so if people know about an issue/fix I would be very
thankfull for any input.

Thanks, Michael

-- 
Michael van Leest

E:   mvanle...@gmail.com
W:  http://michaelvanleest.com

Yahoo! IM:  mvanleest...@yahoo.com
MSN IM: mvanlees...@hotmail.com
GTalk: mvanle...@gmail.com
AIM:mikefromnl


~|
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:320829
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Is Dreamweaver CS4 taking off as an IDE?

2008-12-12 Thread Michael van Leest
I've been using Dreamweaver since I've started playing around with web
development.
First stuff I did was a WYSIWYG ASP/MS ACCESS site which was really cool for
me as I had no experience.

After doing that for half a year I took some Macromedia courses (fast track
SQL, FT Coldfusion MX,  Advanced Coldfusion MX, Flash design, FT Flash
Development, Ria Development CF  Flash, yes I was a good Macromedia
Training customer). Because I've learned to do everything with Dreamweaver,
I never switched to CFEclipse. I've used it and sometimes during flex
development when I need to change a cfc real quickly I use cfeclipse, but
thats about it.

It ll comes to what you're used to. Dreamweaver is a great product if you
also do CSS work and other front end development. Also the integration with
the rest of the suite (Fireworks and all) makes it an ideal tool for the
allround developer.

But just what I think of it, everyone is different and everyone has his/her
likes and dislikes for development tool.

Although I really look forward to the Bolt IDE, I will always have a
Dreamweaver copy installed, just for the overall website management
(upload/design/css)

Michael van Leest


2008/12/12 Tom Chiverton tom.chiver...@halliwells.com

 CS4 an IDE ? For ColdFusion coders ? Why - does it support proper IDE
 features
 like inspection and refactoring ?
 --
 Tom Chiverton
 Helping to elementarily aggregate killer wireless e-tailers



 

 This email is sent for and on behalf of Halliwells LLP.

 Halliwells LLP is a limited liability partnership registered in England and
 Wales under registered number OC307980 whose registered office address is at
 Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
 list of members is available for inspection at the registered office
 together with a list of those non members who are referred to as partners.
  We use the word partner to refer to a member of the LLP, or an employee
 or consultant with equivalent standing and qualifications. Regulated by the
 Solicitors Regulation Authority.

 CONFIDENTIALITY

 This email is intended only for the use of the addressee named above and
 may be confidential or legally privileged.  If you are not the addressee you
 must not read it and must not use any information contained in nor copy it
 nor inform any person other than Halliwells LLP or the addressee of its
 existence or contents.  If you have received this email in error please
 delete it and notify Halliwells LLP IT Department on 0870 365 2500.

 For more information about Halliwells LLP visit www.halliwells.com.

 

~|
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:316689
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: IIS Application Pools and ColdFusion

2008-12-02 Thread Michael van Leest
Also give recreate wsconfig another try. Remove the cf instance from IIS and
add the connection again...
This helped me in the past with these weird IIS crashes.

Michael

2008/12/2 Gaulin, Mark [EMAIL PROTECTED]

 Another easy thing to try: Drop and recreate your app pool. It sounds
 stupid but we had one server where one app pool wasn't stable but all of
 the other servers we had (running the same app) were fine.  Recreating
 the app pool resolved the issue.

 BTW, you should be seeing failures in your Event Viewer. Check them
 out... You might find something useful in there... Even just knowing
 when (exactly) the failures are happening can be useful.

 Thanks
Mark


 I don't know about MS 2003 too much, but in 2008 the app pools have two

 related Rapid-fail protection settings that we had to tweak: the
 maximum failures and failure interval.  It appears that app pools
 can be set up to shut themselves down when IIS sees too many errors
 within a given amount of time.  The defaults are 5 errors in 5 minutes,

 which is not very forgiving. (We were generating http error responses
 on purpose and this triggered a shutdown until we figured out what was
 going on.)
 



 

~|
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:316105
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4