Re: [ACFUG Discuss] ColdFusion Builder freezes abruptly

2013-08-08 Thread Steve Duys
I wanted to echo Cameron's email.. I experienced similar. I wanted to also share another alternative that I have switched to: intellij IDEA. Multi-language support, but understands CF. Has a fast extended find and the ability to export search results. Also understands source control out of the

Re: [ACFUG Discuss] CF 10 and REST and wtf?

2013-08-08 Thread Douglas Knudsen
so far no luck. Host just reset things but problem came back after another day. I get one of these IIS 500 pages https://app.box.com/s/5iarseihfwzxdnqn6ecs The CFC I have setup is real basic for testing this issue, it should 'just work!' something like this component restpath=/works rest=true

[ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread Frank Moorman
All, I'm trying to figure out and determine a Jrun Out of Memory error. I get the following in my logs: [Thu Aug 08 14:40:14 2013] [notice] jrApache[2937: 31182] returning error page for JRun too busy or out of memory [Thu Aug 08 15:50:09 2013] [notice] jrApache[1787: 63699]

Re: [ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread Frank Moorman
FYI... This is what the user gets on their end: Server Error The server encountered an internal error and was unable to complete your request. Application server is busy. Either there are too many concurrent requests or the server is still starting up. Also, I have not received any CF

Re: [ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread Ajas Mohammed
My first question will be do you have 1. FusionReactor or are you using CF built in monitoring. See what requests were running or are running when this happens. Ajas Mohammed / iUseDropbox(http://db.tt/63Lvone9) http://ajashadi.blogspot.com We cannot become what we need to be, remaining what we

Re: [ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread Frank Moorman
I'm using the built in server monitor. I do not have fusionreactor. However, that will be one of my top suggestions if I can not figure it out. (The other suggestion would probably be to get the site owner to spring for Charlie's time.) Unfortunately, I have not had my eye on the monitor at

RE: [ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread troy
I'm looking at your error and seeing that it is merely reporting back that the server is busy but does not give a definitive cause. While it could be memory, I think I'd be looking for CPU usage issues. What does the CPU usage look like during this event? I ran into a similar problem a couple

RE: [ACFUG Discuss] Out of Memory?!?

2013-08-08 Thread Charlie Arehart
Like you, I would think this is not memory related. I think that's just a really old error message, from the days when even the then Macromedia engineers could only throw up their hands and guess when something was amiss. I recently saw this error message happening for a client where we found

RE: [ACFUG Discuss] CF 10 and REST and wtf?

2013-08-08 Thread Bill Beers
Doug, Not sure if this is related to your issue, but I read at the following link about having to refresh the rest services. http://www.anujgakhar.com/2012/02/20/using-rest-services-in-coldfusion-10/ Look at the discussion below the blog post. I am about to begin a REST project so I