Problem with a few apps in WOMonitor

2019-07-23 Thread Lon Varscsak via Webobjects-dev
Hey all, I have a couple of apps that are behaving weirdly in WOMonitor. All of my apps are built using the same version of WO and WOnder, but 2 or 3 of them do not respond to WOMonitor requests, but do have errors in the logs like: Jul 23 15:26:37 SPAllergenBank[2006] WARN NSLog - Instance Requ

Re: Problem with a few apps in WOMonitor

2019-07-23 Thread Lon Varscsak via Webobjects-dev
I added JavaXML framework and it seems fine now...weirdly I removed this A LONG time ago and it only recently has been a problem. 🤷‍♂️ -Lon On Tue, Jul 23, 2019 at 3:28 PM Lon Varscsak wrote: > Hey all, I have a couple of apps that are behaving weirdly in WOMonitor. > All of my apps are built u

Re: Complimentary App Server Choice

2020-02-14 Thread Lon Varscsak via Webobjects-dev
We've settled on Apache Wicket (apps are being re-written from WO) with Apache Cayenne (EOF-like but more modern). I love both, I would be sad if I had to use a different toolset. On Fri, Feb 14, 2020 at 12:14 AM Jérémy DE ROYER via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > Hi >

Re: Complimentary App Server Choice

2020-02-14 Thread Lon Varscsak via Webobjects-dev
We also use bootique...for war-less applications. I've kind of built all the stuff like WebObjects (I have a monitor a taskd, etc)...not public domain yet though :/ On Fri, Feb 14, 2020 at 11:50 AM Lon Varscsak wrote: > We've settled on Apache Wicket (apps are being re-written from WO) with > A

Re: How often do you bounce your apps?

2020-08-05 Thread Lon Varscsak via Webobjects-dev
We don't bounce our apps unless we do a release or if there's an instance that hangs. -Lon On Wed, Aug 5, 2020 at 9:09 AM Theodore Petrosky via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > My apps upload pdfs. As Java keeps the temp file that was uploaded until > the app that did th

Reverse Engineering in WOLips/EOModeler not finding Driver

2020-09-03 Thread Lon Varscsak via Webobjects-dev
Hey guys, I'm trying to do reverse engineering in EOModeler, but when I go to do it it complains that it can't find a suitable driver. The drive is on the classpath for the project (and works fine connecting), but I'm wondering if there's something I need to do for WOLips to know about the jar fi

Re: Reverse Engineering in WOLips/EOModeler not finding Driver

2020-09-09 Thread Lon Varscsak via Webobjects-dev
Hmm, when you say driver in the "workspace" where do you mean? It's currently on the classpath. I do have credentials in the model for this, so that isn't an issue. On Fri, Sep 4, 2020 at 6:14 AM Markus Ruggiero wrote: > > > On 4 Sep 2020, at 05:29, Lo

Re: Reverse Engineering in WOLips/EOModeler not finding Driver

2020-09-10 Thread Lon Varscsak via Webobjects-dev
a. > > > I do have credentials in the model for this, so that isn't an issue. > > On Fri, Sep 4, 2020 at 6:14 AM Markus Ruggiero > wrote: > >> >> > On 4 Sep 2020, at 05:29, Lon Varscsak via Webobjects-dev < >> webobjects-dev@lists.apple.com> wr

Re: Sybase PlugIn code

2020-10-14 Thread Lon Varscsak via Webobjects-dev
Hmm, no, it's part of WO. :( On Wed, Oct 14, 2020 at 11:44 AM Paul Yu via Webobjects-dev < webobjects-dev@lists.apple.com> wrote: > All > > Does anyone have the source to the Sybase PlugIn? > > Paul > ___ > Do not post admin requests to the list. They

Alternative JVM

2021-04-18 Thread Lon Varscsak via Webobjects-dev
Hey all, What parameter can I pass in Monitor to launch a specific application with an alternative JVM? Thanks, Lon ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Hel

Re: Alternative JVM

2021-04-19 Thread Lon Varscsak via Webobjects-dev
t; I've changed that during build to point to my desired JVM, replacing "java" > with something like "/opt/jdk8/bin/java". > > I don't think you can change the JVM using JavaMonitor/arguments without > modifying the script that runs the app. > > Cheers, &

Re: Alternative JVM

2021-04-19 Thread Lon Varscsak via Webobjects-dev
gt;> I've changed that during build to point to my desired JVM, replacing "java" >> with something like "/opt/jdk8/bin/java". >> >> I don't think you can change the JVM using JavaMonitor/arguments without >> modifying the script that runs the a