Re: Instance not found on dev machine

2016-09-02 Thread Jeff Schmitz
One other note, I’m running ElCapitan with Apache 2.4. I am using the Apache 2.4 compatible mod_webobjects adaptor that works on a deployment machine that’s also running El Capitan. After triple checking, all from that page seems to check out: Edit /etc/apache2/httpd.conf ServerName localhost

Re: Instance not found on dev machine

2016-09-02 Thread Chuck Hill
Double check what is on that page. Ensure that WOHost=localhost is set for both the app and wotaskd. From: on behalf of Jeff Schmitz Date: Friday, September 2, 2016 at 6:21 PM To: WebObjects Development Subject: Instance not found on dev machine Hey All, I followed the directions here:

Instance not found on dev machine

2016-09-02 Thread Jeff Schmitz
Hey All, I followed the directions here: https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache And when I start my app in eclipse, I get the “No Instance Availa

Re: EC2

2016-09-02 Thread Paul Hoadley
Hi Gino, On 3 Sep 2016, at 4:18 AM, Gino Pacitti wrote: > I guess the deployment of REST based would be atomic and it would be just > down to stress testing - I looked at the Google App Engine and its pretty > similar. > > What I was just wondering about is in a typical deployment you have a

Re: EC2

2016-09-02 Thread Gino Pacitti
Hi Matteo… I guess the deployment of REST based would be atomic and it would be just down to stress testing - I looked at the Google App Engine and its pretty similar. What I was just wondering about is in a typical deployment you have a wotaskd sitting on a server(s) with instances. I was mor

Re: EC2

2016-09-02 Thread Altera WO Team
Hi, last year we did a massive deployment on AWS and I can share a few hints. In our case it was a pure ERREST application so all requests were atomic. We just launched a bunch of machines behind a ELB that had been “preheated” by Amazon. Our traffic was very intense (approximately 60 conc

Re: Is this a deadlock?

2016-09-02 Thread Ricardo Parada
Thank you. Is there a way to know what thread is holding a lock? If a thread did some database activity and did not release a lock would it show anywhere? I noticed this at the end of the stack trace dump: EC info: Currently 0 active ECs : {})No open editing contexts (of 0)OSC info: 0 active

Re: Is this a deadlock?

2016-09-02 Thread Jérémy DE ROYER
Hello, For me, the 3 lines below indicates that thread is waiting for another one. Thread[WorkerThread2,5,main]: at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186) We had some issues this summer (that’s why I asked a lot about database im

EC2

2016-09-02 Thread Gino Pacitti
Could anyone just offer up any kind of simple schema of how to use EC2 Elastic servers where WebObjects is concerned? How would you configure for large scale implementations where VMs are used and then removed. How do you control multiple requests and sessions across large implementations - wou

Is this a deadlock?

2016-09-02 Thread Ricardo Parada
Hi all, In a recent release one of our apps started to get stuck. This is the stack trace of all threads in the app. I ordered the threads to show the ones that I think are in a deadlock: WorkerThread2, Timer-0 and BackgroundTask-63. How can I tell if the apps are in a deadlock by looking at