Hola Oscar, I am not an expert in deployment issues, but I see “… Application 'logistica-1' on localhost:2002 …”. The “localhost” makes me wonder if you setup the application in JavaMonitor using “localhost” as the host name.
From what I’ve seen in the past, the hostname needs to be either a routable IP address (not 127.0.0.1) or a real domain name (not DavesTiBook.local). If you use a domain name, it also needs to be the name that a reverse-dns lookup will resolve to. However, I could be completely wrong about what the localhost value in the error message indicates. I hope this helps! Dave On Mar 20, 2014, at 7:58 PM, Oscar González <[email protected]> wrote: > Hi list, > I have a problem staring my application from monitor it appear dead. > The process is alive in the system I have to kill it to be able try again. > I don't know what is this issue. > > webobjects 5.3.3 > ubuntu linux 12.04 > apache 2.2 > java version "1.7.0_51" > Java(TM) SE Runtime Environment (build 1.7.0_51-b13) > Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode) > > sudo lsof -P -i tcp:1085 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > java 1720 appserver 116u IPv4 42087 0t0 TCP *:1085 (LISTEN) > > > The wotaskd log throw this. > 2014-03-20 17:47:03,154 WARN 79.76 MB/72.24 MB [main] > logging.ERXNSLogLog4jBridge (ERXNSLogLog4jBridge.java:44) - Application > 'logistica-1' on localhost:2002 stopped running at 2014-03-20 23:47:03 > Etc/GMT. > The app's current state was: STARTING. > The app did not respond for 63521279103seconds which is greater than the > allowed threshold of 120000 seconds (Lifebeat Interval * > WOAssumeApplicationIsDeadMultiplier) so it is assumed to be dead. > The last successful communication occurred at: 1-04-25 00:00:00 Etc/GMT. This > may be the result of a crash or an intentional shutdown from outside of > wotaskd > > Thanks in advance. > > Oscar Gonzalez Perez > TECH in AGRO S.A > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com > > This email sent to [email protected] ————————————————————————————— WebObjects - so easy that even Dave Avendasora can do it!™ ————————————————————————————— David Avendasora Senior Software Abuser Nekesto, Inc.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
