Re: Apache for Dev and breakpoints

2020-06-06 Thread Jeffrey Schmitz via Webobjects-dev
Development+Tools-Running+Through+Apache> >>>>>>>>>> so I can test SSL related code. >>>>>>>>>> >>>>>>>>>>When I launch my app from Eclipse however, it’s not getting my >>>>>>>>&g

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
certain someone else knows for sure. > > But I’m guessing you can solve even command-line ant build settings by > attending the compiler settings in eclipse. > > > > >> On Dec 31, 2019, at 11:40 AM, Jeffrey Schmitz >> wrote: >> >> I running ant fro

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
ler wrote: > > I suspect your compiler settings. > > Check those in eclipse to be certain about your target and compiler being > used by your build. > > > > >> On Dec 31, 2019, at 10:56 AM, Jeffrey Schmitz via Webobjects-dev >> mailto:webobjects-dev@li

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
(getURLs()).getResource(path, false); [wocompile]^ [wocompile] symbol: class URLClassPath [wocompile] location: class WeavingClassLoader [wocompile] 4 errors [wocompile] 1 warning > On Dec 31, 2019, at 9:52 AM, Jeffrey Schmitz > wrote: > > I

Re: Wonder Source build error

2019-12-31 Thread Jeffrey Schmitz via Webobjects-dev
nder with Java 8. You can still use the > resulting binaries on projects with Java 11+ at your own risk. > > Cheers, > > HP > >> On Dec 30, 2019, at 2:30 PM, Jeffrey Schmitz via Webobjects-dev >> mailto:webobjects-dev@lists.apple.com>> >> wrote: >>

Wonder Source build error

2019-12-30 Thread Jeffrey Schmitz via Webobjects-dev
Hello List (again), I’m trying to build the latest wonder source and am getting the below error. I was able to build by deleting the @Override annotation, but am not sure if this is the right thing to do . [wocompile] /Users/netBrackets/git/WonderSource/Frameworks/Core/ERExtensions/Sources/e

Re: Catalina and Frontbase

2019-12-29 Thread Jeffrey Schmitz via Webobjects-dev
e FrontBase-folks (frontbase.com <http://frontbase.com/> > has contact addresses). > Lucky you. They're really among the nicest people you'll ever encounter on > this planet :). > > - hugi > > > >> On 30 Dec 2019, at 00:55, Jeffrey Schmitz via Webob

Catalina and Frontbase

2019-12-29 Thread Jeffrey Schmitz via Webobjects-dev
putStream.close(FilterInputStream.java:180) at com.frontbase.jdbc.FBJSocket.close(Unknown Source) … Jeffrey Schmitz netBrackets owner http://www.netBrackets.com - it's nothin' but net! (636) 284-1089 ___ Do not post admin requests

Re: Apache for Dev and breakpoints

2019-03-15 Thread Jeffrey Schmitz
e=AS_Document_Safe > project.name.lowercase=as_document_safe > > > >> On Mar 7, 2019, at 6:40 PM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> >> Yeah, usually I’d agree, but for this I think I was trying to play off the

WORepetition inside Form

2019-03-08 Thread Jeffrey Schmitz
Hello List I have a WORepetition inside a form and it gets invoked once when bringing up the page and works great. However on submittal of the form containing the repetition, the WORepetition gets invoked twice more, like it’s re-building the page twice more before the form action is even invo

Re: Apache for Dev and breakpoints

2019-03-07 Thread Jeffrey Schmitz
this has nothing to do with this :) but all of my camelcase names > begin with a capital (ie. project.name=AS_Document_Safe). I notice that yours > begins with a lower case, > > I just find it odd. > > >> On Mar 6, 2019, at 9:27 PM, Jeffrey Schmitz > <mail

Re: Apache for Dev and breakpoints

2019-03-06 Thread Jeffrey Schmitz
with a negative. >> >> With direct connect it is a colon but with the apache adaptor it is a slash >> and then a negative sign and then the port number. >> AARON ROSENZWEIG / Chat 'n Bike <http://www.chatnbike.com/> >> e: aa...@chatnbike.com <mail

Re: Best deployment style for Mojave ?

2019-02-15 Thread Jeffrey Schmitz
list of things that need to be installed as part setting a mojave box to be a webobjects deployment machine. <> Should unzip and untar with:unzip deploy.tar.ziptar xvf deploy.tarI’ll be happy to answer questions.JeffOn Feb 15, 2019, at 12:09 PM, Jeffrey Schmitz <jeff.schm...@netbra

Re: Best deployment style for Mojave ?

2019-02-15 Thread Jeffrey Schmitz
t. I seem to > recall December 29 with Jeffrey Schmitz > > the deployment script was included in the emails. hopefully it made it to the > archive. > > Ted > >> On Jan 19, 2019, at 9:59 PM, Ken Anderson wrote: >> >> So, I haven’t deployed on a Mac f

Re: Apache for Dev and breakpoints

2019-01-12 Thread Jeffrey Schmitz
etty sure that the default configuration has -WOMonitorEnabled false, make > sure you uncheck that. > > Matteo > >> On Jan 12, 2019, at 5:50 PM, Jeffrey Schmitz >> wrote: >> >> Are you saying there’s another mode besides deployment, e.g. development? >&

Re: Apache for Dev and breakpoints

2019-01-12 Thread Jeffrey Schmitz
org/display/documentation/Deployment > <https://wiki.wocommunity.org/display/documentation/Deployment> > > > >> On Jan 12, 2019, at 10:03 AM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> I’m using the URL generated

Re: Apache for Dev and breakpoints

2019-01-12 Thread Jeffrey Schmitz
1) 956-2319 > > > >> On Jan 11, 2019, at 6:09 PM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> >> Yes I think you must be right. After shutting down and deleting the >> launched version however,

Re: Apache for Dev and breakpoints

2019-01-11 Thread Jeffrey Schmitz
a...@chatnbike.com <mailto:aa...@chatnbike.com> t: (301) 956-2319 > > > >> On Jan 10, 2019, at 9:13 PM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> Hello List, >>I’m trying to use apache for developm

Re: Apache for Dev and breakpoints

2019-01-11 Thread Jeffrey Schmitz
hitting the app in Eclipse and not another > app deployed on the same machine? Please tell us more about the apache > configuration... > > > Matteo > > >> On Jan 11, 2019, at 3:13 AM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >

Apache for Dev and breakpoints

2019-01-10 Thread Jeffrey Schmitz
Hello List, I’m trying to use apache for development per https://wiki.wocommunity.org/display/documentation/Development+Tools-Running+Through+Apache so I can test SSL related code. When I launch

Re: Deployment script

2018-12-28 Thread Jeffrey Schmitz
what I have let me know. Jeff > On Dec 27, 2018, at 9:59 PM, Jeffrey Schmitz > wrote: > > I’m now trying to setup a second MacOS server using the script I created > when setting up the first one. I’m close, but whenever I try to add a Host > in JavaMonitor I’m getting t

Re: Deployment script

2018-12-27 Thread Jeffrey Schmitz
enter it when adding the Host. Any ideas what’s going on? Jeff > On Dec 26, 2018, at 8:16 PM, Jeffrey Schmitz > wrote: > > > Forgot to mention, it's a rewrite rule in my httpd.conf that requires the > application name to be lowercase: > > RewriteRule "^/

Re: Deployment script

2018-12-26 Thread Jeffrey Schmitz
> > what was that? I think I left my system with localhost. > > I need to check that also. > > >> On Dec 25, 2018, at 3:36 PM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> The problem was I used camelcase

Re: Deployment script

2018-12-26 Thread Jeffrey Schmitz
Application name. > On Dec 26, 2018, at 8:28 AM, Theodore Petrosky wrote: > > what was that? I think I left my system with localhost. > > I need to check that also. > > >> On Dec 25, 2018, at 3:36 PM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>&g

Re: Deployment script

2018-12-25 Thread Jeffrey Schmitz
The problem was I used camelcase when naming the application in JavaMonitor. I needed it to be lowercase. > On Dec 22, 2018, at 9:48 PM, Jeffrey Schmitz > wrote: > > OK, using the scripts you sent (thanks!) I’ve setup the new machine for > deployment. It all works as lo

Re: Deployment script

2018-12-22 Thread Jeffrey Schmitz
s, java.vm.version=11.0.1+13-LTS, er.extensions.ERXLocalizer.isLocalizationEnabled=true, er.extensions.ERXComponentActionRedirector.enabled=false, _StreamActionRequestHandlerKey=wis} > On Dec 9, 2018, at 10:12 AM, Jeffrey Schmitz > wrote: > > Thanks Ted, > I’m giving i

Re: Deployment script

2018-12-09 Thread Jeffrey Schmitz
t you can learn the ropes with. (it’s free for one year) > > I have done both. > > AWS of course has it’s advantages. > > JMHO BTW > > Ted > >> On Dec 9, 2018, at 10:59 AM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >>

Re: Deployment script

2018-12-09 Thread Jeffrey Schmitz
om/products/esxi-and-esx.html> > >> On Dec 9, 2018, at 10:40 AM, Jeffrey Schmitz > <mailto:jeff.schm...@netbrackets.com>> wrote: >> >> Thanks guys, >>I’ll definitely look these over, they look great. I had a quick >> question/verification.

Re: Deployment script

2018-12-09 Thread Jeffrey Schmitz
you > thinking about what you can do. > > Ted > > >> On Dec 8, 2018, at 11:38 PM, Paul Hoadley > <mailto:pa...@logicsquad.net>> wrote: >> >> Hi Jeff, >> >> On 9 Dec 2018, at 12:31 pm, Jeffrey Schmitz > <mailto:jeff.schm...

Re: Deployment script

2018-12-08 Thread Jeffrey Schmitz
e web server resource > folder along with a restart using javamonior > > > >> On Dec 8, 2018, at 8:46 PM, Jeffrey Schmitz >> wrote: >> >> Hello List, >> >> I’m trying to use the Learning the Wonders deployment chapter to setup a new >> server

Deployment script

2018-12-08 Thread Jeffrey Schmitz
Hello List, I’m trying to use the Learning the Wonders deployment chapter to setup a new server, however the script it references in section 1.2 doesn’t seem to exist. Has it been moved? Here’s the link in question: https://dl.dropboxusercontent.com/u/1548210/Downloads/WODeployment/deploy.sh

Re: Set case insensitive unique index with ERXMigrations

2017-03-28 Thread Jeffrey Schmitz
Hi Maik As you state enforcing case insensitive uniqueness is what I'm going for so I think your suggestion looks good for me. Jeff Sent from my iPhone > On Mar 27, 2017, at 8:26 AM, Musall, Maik wrote: > > Hi Samuel, > > good point. I would still try to put everything into one database fun

Re: Curl with javamonitor direct actions

2015-03-17 Thread Jeffrey Schmitz
bObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsOff?pw=mypassword&type=ins&name=myApp-2 > > <http://localhost:56789/cgi-bin/WebObjects/JavaMonitor.woa/admin/turnRefuseNewSessionsOff?pw=mypassword&type=ins&name=myApp-2>" > > Should work > > > Matteo > &g

Curl with javamonitor direct actions

2015-03-14 Thread Jeffrey Schmitz
Hi All, I’d like to be able to invoke the JavaMonitor Direct Actions via curl from the localhost command line in case I only have command line level access to my machine. I’ve tried a couple commands but they aren’t working (they do work from a browser). When I execute them, I always get a

Re: joda LocalDateTime

2015-01-09 Thread Jeffrey Schmitz
t; > You can read the conversation about that change at github to get a little > more detail: https://github.com/wocommunity/wonder/pull/512 > > HTH > jw > > >> Am 09.01.2015 um 04:02 schrieb Jeffrey Schmitz : >> >> A little more digging on this... >

Re: joda LocalDateTime

2015-01-08 Thread Jeffrey Schmitz
e.append(getTimeZone(formatter.getTimeZone())); time.append('\''); return time.toString(); } Jeff > On Jan 8, 2015, at 2:44 PM, Jeffrey Schmitz wrote: > > Samuel, Ramsey,

Re: joda LocalDateTime

2015-01-08 Thread Jeffrey Schmitz
Samuel, Ramsey, Hi All, I’m using Frontbase, and an EOObject with a field defined with the Prototype jodaLocalDateTime has stopped working. Since I recently updated my Wonder frameworks I suspect that has something to do with it. Looking at the SLQ produced for an INSERT on a machine sti

Re: Starting second instance=app not available

2015-01-05 Thread Jeffrey Schmitz
PM, Jeffrey Schmitz wrote: > > Hi All, > Back with my annual “the requested application was not found on this > server" issue. This time it’s with a machine running snow leopard server > that had been running for years with no problem, then suddenly started > getting th

Re: mod_proxy as mod_WebObjects alternative [Was: Re: Yosemite]

2014-12-31 Thread Jeffrey Schmitz
HI Tom, I’m very interested in getting mod_proxy working for deployment as I have one server running Mountain Lion that suddenly started returning “requested application not found” errors and I can’t get it working again using the mod_webobjects adaptor method. I had a couple of questions abou

Re: Starting second instance=app not available

2014-12-20 Thread Jeffrey Schmitz
andeds.info netbrandeds-mini1.netbrandeds.info has address 208.52.189.44 netbrandeds-mini1.netbrandeds.info mail is handled by 10 mx00.1and1.com. netbrandeds-mini1.netbrandeds.info mail is handled by 10 mx01.1and1.com. > On May 9, 2014, at 8:04 PM, Jeffrey Schmitz wrote: > > A month has pas

Wrong object

2014-03-21 Thread Jeffrey Schmitz
Am seeing some of these warnings and wondering what they might indicate... Mar 21 20:19:12 netBrackets[2002] WARN er.extensions.components._private.ERXWORepetition - Wrong object: 243620065 vs 34923469 (array = (, , , , , , , , , , , , , , , , , , , )) Mar 21 20:27:48 netBrackets[2002]

Re: WebObjects development (Mark Wardle)

2014-03-08 Thread Jeffrey Schmitz
Thanks Aaron, I'm going to keep this email front and center during the Fluent conference. Been awhile since my LISP, but I do remember it being very slick. I'm just not sure how good it would be for large projects. My mind is definitely geared toward OO, and I don't recall there being st

Re: My last WOWODC

2014-03-07 Thread Jeffrey Schmitz
Sure, especially if it includes the WOWODC webcasts. REALLY wish I could attend this year, but the week was just wrong for me. Am going to Fluent conference, and will be getting the firehose on all the new great stuff out there, so should be interesting. Here's the pre-reqs they just sent out

Re: My last WOWODC

2014-03-07 Thread Jeffrey Schmitz
I see. I wonder if it can be done more cheaply. I know MacStadium will host a co-located mac-mini server for $35/month. Again, probably some history here I'm not aware of, but thought I'd throw it out there. Jeff On Mar 7, 2014, at 10:17 AM, Pascal Robert wrote: > The idea of the WOCommun

Re: My last WOWODC

2014-03-06 Thread Jeffrey Schmitz
Ditto on all the thanks, many fold. I've certainly been a beneficiary of so much of the tireless work that you've all done. I would/could/should give back more, but familial and other duties (den leader, little league manager, my real job, my "hobby") have thus far precluded that. But my scou

Re: Starting second instance=app not available

2014-03-05 Thread Jeffrey Schmitz
Well that makes it Chuckonical, which is even better than canonical in my book :-) On Mar 5, 2014, at 6:32 PM, Chuck Hill wrote: > Hi, > > > On 2014-03-04, 4:19 PM, "Jeffrey Schmitz" wrote: > > I'm guessing that or something very much like it is the prob

Re: Starting second instance=app not available

2014-03-04 Thread Jeffrey Schmitz
gt; cause sporadic problems like you are experiencing. >> >> Right? If I understand it correctly things are failing somewhat randomly. >> It’s not like they never work, they sometimes do. That smells of DNS >> trouble. >> >> In particular: >> >> &qu

Re: Starting second instance=app not available

2014-03-04 Thread Jeffrey Schmitz
wrote: > > Am 04.03.2014 um 09:30 schrieb Jeffrey Schmitz : > >> port = 2003; runningState = "DEAD" > > Who started the instances? > Are they on the right port? > ___ Do not post admin requests to the list. They wi

Re: Starting second instance=app not available

2014-03-04 Thread Jeffrey Schmitz
Hmm, what would constitute the right port. Does instance one have to have 2001? On Mar 4, 2014, at 3:08 AM, Alexander Spohr wrote: > > Am 04.03.2014 um 09:30 schrieb Jeffrey Schmitz : > >> port = 2003; runningState = "DEAD" > > Who started the instance

Re: Starting second instance=app not available

2014-03-03 Thread Jeffrey Schmitz
118) at sun.tools.jstack.JStack.main(JStack.java:84) On Mar 3, 2014, at 7:52 PM, Chuck Hill wrote: > > > On 2014-03-03, 5:49 PM, "Jeffrey Schmitz" wrote: > > Will have to wait until later tonight when things quiet down for the jstack > command > > I do have an

Re: Starting second instance=app not available

2014-03-03 Thread Jeffrey Schmitz
nce Available. > > > Chuck > > > On 2014-03-03, 4:57 PM, "Jeffrey Schmitz" wrote: > > Hello, >Here's one I don't think I've seen. When I start a second instance on my > server (mac OS Maverick Server), I start getting app not avaliable

Starting second instance=app not available

2014-03-03 Thread Jeffrey Schmitz
Hello, Here's one I don't think I've seen. When I start a second instance on my server (mac OS Maverick Server), I start getting app not avaliable errors. Even if I try to get to the original instance directly through the url (append /1), I still get app not available. If I then set the ne

Windows Deployment

2014-02-24 Thread Jeffrey Schmitz
Hello List, In my day job I'm evaluating webobjects for a project I'm on, with the prerequisite that it must be developed and deployed on Windows. So... I'm gamely following the Webobjects on Windows directions that I can find and keeping a diary of the experience and the "gotcha's" I've run

Re: Select on Double value during saveChanges

2014-02-01 Thread Jeffrey Schmitz
usall Maik wrote: > > Am 01.02.2014 um 14:19 schrieb Jeffrey Schmitz : > >> Hello List, >> >>I have an operation that updates many attributes on about 150 rows of >> data in a TeamInfo table. When doing a saveChanges operation it generates a >> SE

Re: Can't start app from javamonitor

2014-01-08 Thread Jeffrey Schmitz
FIT 500 ranking of > Canada’s Fastest-Growing Companies by PROFIT Magazine! > > On 1/8/2014, 8:42 PM, "Jeffrey Schmitz" wrote: > > > OK, I've added the netbrandeds-mini1 "sub-domain" to my domain at 1and1, and > I've had my hostin

Re: Can't start app from javamonitor

2014-01-08 Thread Jeffrey Schmitz
S > entry", or a "PTR" record). > > - Mail original - > De: "Jeffrey Schmitz" > À: "Chuck Hill" > Cc: "WebObjects Development" > Envoyé: Mercredi 8 Janvier 2014 00:09:26 > Objet: Re: Can't start app from javamonitor

Re: Can't start app from javamonitor

2014-01-08 Thread Jeffrey Schmitz
"A" type of DNS record). You also need to contact > your hosting provider (BroadRiver ?) to ask them to map 208.52.189.44 to > netbrandeds-mini1.netbrandeds.info (this is what we call a "reverse DNS > entry", or a "PTR" record). > > - Mail

Re: Can't start app from javamonitor

2014-01-07 Thread Jeffrey Schmitz
or servname provided, or not known: mod_unique_id: unable to find IPv4 address of "netbrandeds-mini1.netbrandeds.info" Configuration Failed I'm now into an area I'm not familiar with at all. Didn't find much googling except something to do with etc/hosts, but monkeying with that

Re: Can't start app from javamonitor

2014-01-07 Thread Jeffrey Schmitz
44th in 25th annual PROFIT 500 ranking of > Canada’s Fastest-Growing Companies by PROFIT Magazine! > > On 1/6/2014, 8:22 PM, "Jeffrey Schmitz" wrote: > > One other possible clue in all this is the WOMonitor/wotaskd log, which is > showing the following sequence that just

Re: Can't start app from javamonitor

2014-01-06 Thread Jeffrey Schmitz
refused 2014-01-06 23:16:16,740 DEBUG 16.1 MB/17.84 MB [WorkerThread13] logging.ERXNSLogLog4jBridge (ERXNSLogLog4jBridge.java:46) - @ Received Lifebeat: lifebeat netBrackets localhost 2001 Just fishing here. Jeff On Jan 6, 2014, at 10:45 AM, Jeffrey Schmitz wrote: > Still not quite there.

Re: Can't start app from javamonitor

2014-01-06 Thread Jeffrey Schmitz
oot /Library/WebServer/Documents WebObjectsAlias /cgi-bin/WebObjects WebObjectsConfig localhost:1085 10 On Jan 6, 2014, at 6:43 AM, Jeffrey Schmitz wrote: > > On Jan 6, 2014, at 4:14 AM, Amedeo Mantica wrote: > >> What happens starting manually the app? > > The clue I n

Re: Can't start app from javamonitor

2014-01-06 Thread Jeffrey Schmitz
"no logs" but somehow missed this old thread... On Jul 23, 2012, at 10:15 PM, Jeffrey Schmitz wrote: > Re: App won't start, no logs > The root of the problem was that I didn't have my framework project added as > a framework to my main project. On my development

Re: Can't start app from javamonitor

2014-01-06 Thread Jeffrey Schmitz
On Jan 6, 2014, at 4:37 AM, Pascal Robert wrote: > From the log: > >> 2014-01-05 22:55:45,541 DEBUG 14.72 MB/19.21 MB [Thread-2] >> logging.ERXNSLogLog4jBridge (ERXNSLogLog4jBridge.java:46) - Exception >> sending lifebeat to wotaskd: java.net.ConnectException: Connection refused > > So I gue

Can't start app from javamonitor

2014-01-05 Thread Jeffrey Schmitz
Hi All, My deployment machine has stopped deploying. Same problem I've seen before, everything looks fine in java monitor which is setup to use localhost has the host IP, I try to start my app and it never goes green, eventually ending in death. I've gone over the things that have fixed som

NoSuchMethodError after wonder update

2013-12-30 Thread Jeffrey Schmitz
Hi All, After updating my wonder libraries, I'm now getting the following runtime error. Specifically it looks like it's being caused by the ERAttribtueExtension library since when I went back to the previous version of wonder i was using, and updating only that library to the latest, I see t

joda LocalDateTime

2013-11-14 Thread Jeffrey Schmitz
Hello List, A simple question about a time value (as if any quesiton about webobjects and time is simple :-)), I have a field I've defined using the jodaLocalDateTime prototype. I was assuming that if I save the value 2013-11-14T12:00:00.000 to my EO, the database would save exactly that, us

Re: Using IP as Host in WOMonitor

2013-10-17 Thread Jeffrey Schmitz
] logging.ERXNSLogLog4jBridge (ERXNSLogLog4jBridge.java:46) - @ Received Lifebeat: lifebeat JavaMonitor lionserver.local 56789 On Oct 13, 2013, at 3:33 PM, Klaus Berkling wrote: > > On Oct 13, 2013, at 1:10 PM, Jeffrey Schmitz wrote: > >> Not so fast on this. While the host was successfull

Re: Using IP as Host in WOMonitor

2013-10-13 Thread Jeffrey Schmitz
t; On Oct 12, 2013, at 12:56 PM, Jeffrey Schmitz wrote: > >> While I don't have an /etc/WebObjects directory, I did try adding the line >> to my Application's Properties file and restarting, and it worked! >> >> So the basic steps for me to change from loca

Re: Using IP as Host in WOMonitor

2013-10-12 Thread Jeffrey Schmitz
ve this in > /etc/WebObjects/Properties > > er.extensions.WOHostUtilities.localhostips=(10.0.0.105,211.157.25.168) > > This will make the WO apps listen to all the give IP addresses. Try it with > one address. > All the WO apps will read this file, monitor and wotaskd and your app. > > >

Re: Using IP as Host in WOMonitor

2013-10-12 Thread Jeffrey Schmitz
Have tried both ways with results below. Still works with localhost, but won't start the app with domain name specified as host. Will try the WOHostUtlities... On Oct 12, 2013, at 11:32 AM, Klaus Berkling wrote: > > On Oct 12, 2013, at 7:59 AM, Jeffrey Schmitz wrote: > >

Re: Using IP as Host in WOMonitor

2013-10-12 Thread Jeffrey Schmitz
Did you try using > WOHostUtilities? > > > On 2013-10-12 7:59 AM, "Jeffrey Schmitz" wrote: > > OK, I tried it on a machine with a domain name, and still no go JavaMonitor > did add the host, and showed the right reverse DNS IP address, but this time > it s

Re: Using IP as Host in WOMonitor

2013-10-12 Thread Jeffrey Schmitz
again, and that still works fine. On Oct 11, 2013, at 8:04 PM, Chuck Hill wrote: > I don;t know if you will have much luck with that. IIRC, it does not play > nice with .local names. Take a look at WOHostUtilities. That might be what > you need. > > On 2013-10-11 5:54

Re: Using IP as Host in WOMonitor

2013-10-11 Thread Jeffrey Schmitz
ct 10, 2013, at 10:44 PM, Chuck Hill wrote: > Is that the canonical IP for this machine? Can it be resolved to the machine > vs reverse DNS? > > > > On 2013-10-10 8:41 PM, "Jeffrey Schmitz" wrote: > > Hi All, > I'm trying to change the host specifi

Using IP as Host in WOMonitor

2013-10-10 Thread Jeffrey Schmitz
Hi All, I'm trying to change the host specified in WOMonitor from localhost to the IP of my machine, so that I can eventually manage multiple load balanced applications on multiple machines from a single WOMonitor. To do this, I deleted the localhost host from WOmonitor and added a host by sp

Re: jodaDateTime and migrations..

2013-07-04 Thread Jeffrey Schmitz
re it is on your class path, make sure it is just below ERExtensions at the top On Jul 3, 2013, at 10:39 PM, Jeffrey Schmitz wrote: > HI All, > > I had the same migration problem as below, and doing the suggested fixed it, > but now when I try to query the database for an entit

Re: jodaDateTime and migrations..

2013-07-03 Thread Jeffrey Schmitz
HI All, I had the same migration problem as below, and doing the suggested fixed it, but now when I try to query the database for an entity that contains a Joda LocalDateTime attribute I get the following error: java.lang.IllegalStateException: adaptorValueType: unable to load class named 'Loc

Re: Ajax Update Link not working on one server

2013-03-02 Thread Jeffrey Schmitz
hings running. Jeff On Feb 7, 2013, at 12:18 AM, Musall Maik wrote: > > Am 07.02.2013 um 01:27 schrieb Jeffrey Schmitz : > >> The problem was a library mismatch. > > What library was that? > > You should embed all required libraries in the deployment packag

ER Ajax Logging

2013-02-20 Thread Jeffrey Schmitz
Hi All, I found the below old post from 2006 on the wonder discussion list, and now I'm seeing the same thing using some of the Wonder Ajax stuff, so, I have the same question... There is one problem with logging though: I get loads and loads of this: and similar lines concerned with _EOKnow

Re: Ajax Update Link not working on one server

2013-02-06 Thread Jeffrey Schmitz
ibute but on 208.52.189.43 the generated > HTML already uses the new "data-updateurl" and thus breaks the ajax scripts. > > What version of Wonder do you use? > > jw > > > > Am 06.02.2013 um 14:04 schrieb Jeffrey Schmitz : > >> Hi all, &g

Ajax Update Link not working on one server

2013-02-06 Thread Jeffrey Schmitz
Hi all, I'm using the Wonder Ajax constructs and on one of my servers my AjaxUpdateLinks have stopped working. Comparing the same page on two different servers, one that works and one that doesn't. T examples of working vs not working, can be found at the following links. First, choose 5

Re: Trouble Shooting Mountain Lion

2012-09-21 Thread Jeffrey Schmitz
wrote: > > On 2012-09-19, at 9:41 PM, Jeffrey Schmitz wrote: > >> I thought by turning off the website services in the Mountain Lion Server >> app that it would disable the Mountain Lion apache, but apparently not. >> Removing the apache plist in /System/Library/LaunchDa

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Jeffrey Schmitz
ep 19, 2012, at 11:16 PM, Tim Worman wrote: > It sounds to me as though the machine is launching or trying to launch both > installed versions of Apache. You need to disable the launchd config for > whichever Apache you do not want to run. > > Tim > > On Sep 19, 2012, at 8:40

Re: Trouble Shooting Mountain Lion

2012-09-19 Thread Jeffrey Schmitz
e customers will use it for - a small > workgroup running their services, nothing more. > > Homebrew may not be updated for ML - I don't know. > > Tim > UCLA GSE&IS > > On Sep 11, 2012, at 8:45 PM, Jeffrey Schmitz wrote: > >> Yes, but still no love. >>

Re: Trouble Shooting Mountain Lion

2012-09-17 Thread Jeffrey Schmitz
apache is fine if you're using it > for what Apple thinks their core customers will use it for - a small > workgroup running their services, nothing more. > > Homebrew may not be updated for ML - I don't know. > > Tim > UCLA GSE&IS > > On Sep 11, 2012, at

Re: Trouble Shooting Mountain Lion

2012-09-11 Thread Jeffrey Schmitz
of WebObjectsAlias to whatever you # prefer (such as Apps), but the 'WebObjects' part is required. WebObjectsAlias /cgi-bin/WebObjects Thanks, jeff On Sep 10, 2012, at 11:59 PM, Chuck Hill wrote: > Have you restarted Apache? > > > On 2012-09-10, at 9:09 PM, Jeffrey

Re: Trouble Shooting Mountain Lion

2012-09-10 Thread Jeffrey Schmitz
Am having this same problem myself after upgrading to mountain lion server: The requested URL /cgi-bin/WebObjects/netBrackets.woa was not found on this server. but I do have the ScriptAlias in my /etc/apache2/httpd.conf: ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServ

Re: Installing Tools and Framework is a mess

2012-07-25 Thread Jeffrey Schmitz
I had forgotten to install the WebobjectsRuntime package from the Apple install. After running that the Adaptors dir is there. On Jul 24, 2012, at 10:46 PM, Jeffrey Schmitz wrote: > Just as a follow up, I did run the Apple installer. If I now run the > WOInstaller will there be pr

Re: Installing Tools and Framework is a mess

2012-07-24 Thread Jeffrey Schmitz
che2.2 > > Seeing that this is a fresh install, you shouldn't have anything installed — > but if you did: > rm -f /System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.la > rm -f /System/Library/WebObjects/Adaptors/Apache2.2/mod_WebObjects.so > > -G > >

Re: Installing Tools and Framework is a mess

2012-07-24 Thread Jeffrey Schmitz
On a similar subject, I'm trying to setup a new Lion server machine for deployment. I'm trying to use these instructions: http://wiki.wocommunity.org/display/documentation/Deploying+on+Mac+OS+X+Server But I'm not getting very far because (I think) of changes made to Lion. The first thing that

Re: App won't start, no logs

2012-07-23 Thread Jeffrey Schmitz
added the framework everything worked on the deployment machine. Thanks for the help. Jeff On Jul 23, 2012, at 7:04 AM, Pascal Robert wrote: > > Le 2012-07-22 à 21:05, Jeffrey Schmitz a écrit : > >> Yep, something weird going on here, not sure why it's picking up the cocoon

Re: App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
tarting. > > Are you bundling the frameworks inside the app? > > Envoyé de mon iPhone > > Le 2012-07-22 à 20:23, "Jeffrey Schmitz" a écrit : > >> It's an OS X box (lion server) but that didn't help. Still no start and no >> logs. >> >&g

Re: App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
It's an OS X box (lion server) but that didn't help. Still no start and no logs. Jeff On Jul 22, 2012, at 6:24 PM, Pascal Robert wrote: > If it's a OS X box, wotaskd is running on _appserver (the user) or > _appserveruser (the group), so try to change the user to _appserver to see if > the a

Re: App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
The permissions are the same for both: -rwxr-x--- 1 root _appserveradm On Jul 22, 2012, at 12:55 PM, Pascal Robert wrote: > Sounds like permission problems… Compare the permissions of the startup > script (MyApp.woa/MyApp) of the "bad" application with the one that starts > correctly. > >

App won't start, no logs

2012-07-22 Thread Jeffrey Schmitz
Hello, I recently tried to install and start a new version of an already setup app using WOMonitor (the wonder version). However, it doesn't start, and there are no webobject log files being created. I've added the logs for wotaskd and womonitor as described here: http://wiki.wocommunity.

Re: merging databases

2012-03-15 Thread Jeffrey Schmitz
n why you'd need to turn EOs into XML just to turn them back > into EOs… > > Dave > > On Mar 15, 2012, at 2:04 PM, Jeffrey Schmitz wrote: > >> Hello again, >> This is a more general question. If you need to merge a set of data from >> one webobje

merging databases

2012-03-14 Thread Jeffrey Schmitz
Hello again, This is a more general question. If you need to merge a set of data from one webobjects database into another that has an identical schema, what would be the best way to go about it? Export to XML and import it back in? Or is there a slicker way? Basically there is one top le

Re: Couldn't locate action class

2012-03-14 Thread Jeffrey Schmitz
ns. Thanks! Jeff On Mar 14, 2012, at 9:42 PM, Chuck Hill wrote: > > On 2012-03-14, at 6:26 PM, Jeffrey Schmitz wrote: > >> I'm guessing this URL to find a favicon is the root of the problem: >> >>>> "URL" = >>>> "/cgi-bin/W

Re: Couldn't locate action class

2012-03-14 Thread Jeffrey Schmitz
I'm guessing this URL to find a favicon is the root of the problem: >> "URL" = >> "/cgi-bin/WebObjects/netBrackets.woa/1/wa/mcafeewardLogin/favicon.ico"; Weird, but guess I'll let it slide. No one is complaining. On Mar 14, 2012, at 8:22 PM, Pascal Robert wrote: > I got similar things

Couldn't locate action class

2012-03-14 Thread Jeffrey Schmitz
Hi all, I'm seeing intermittent exceptions in my log files like: "Mar 14 09:52:08 netBrackets[2001] ERROR er.extensions.appserver.ERXApplication - Exception caught: Couldn't locate action class named 'mcafeeLogin'. As far as I can tell, they are referencing good action classes, and when I

DB Connection Properties priorites

2012-01-31 Thread Jeffrey Schmitz
Hello, Using all the latest 5.4 stuff with Wonder, I'm trying to set my DB connection properties (e.g. dbConnectURLGLOBAL) via the properties files for my applications. My dependency setup is as follows: Wonder Project A--> Wonder ProjectB-->Wonder Framework (contains EOModel) As well as Wo

  1   2   >