Re: I moved my server, changed ip and now..

2008-04-12 Thread Mike Schrag
D) hmm ... no D) ... Normally I would say "profit", but that's not going to work out here. ms ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update

Re: I moved my server, changed ip and now..

2008-04-12 Thread Mike Schrag
1) Yes I swear and moved it to a new colo. "and moved it to new colo" is potentially sort of important ... All the searches on google for this error point towards a DNS problem. A) What DNS servers are you using -- did you change them when you moved locations? If so, see original question #

Re: I moved my server, changed ip and now..

2008-04-12 Thread James Cicenia
1) Yes I swear and moved it to a new colo. 2) telnet localhost 3306 Trying ::1... telnet: connect to address ::1: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. = 5.1.12-beta-log+5h,?9?q,1) First of all, are you sure you're telling us everything? Did you

Re: I moved my server, changed ip and now..

2008-04-12 Thread Mike Schrag
1) First of all, are you sure you're telling us everything? Did you ONLY change the IP address ... NOTHING else? 2) If you "telnet localhost 3306", does it connect to MySQL? 3) Did you do anything weird, like turn on IPV6 or something that might cause possible incompatibilities between things

Help: Host localhost not found: 5(REFUSED)

2008-04-12 Thread James Cicenia
I changed my ip and moved my server. I used changeip and with -checkhostname I get: Primary address = 216.177.102.212 Current HostName= 216-177-102-212.vl10.digitalchicago.net DNS HostName= 216-177-102-212.vl10.digitalchicago.net The names match. There is nothing to change. bu

Re: I moved my server, changed ip and now..

2008-04-12 Thread James Cicenia
Still stumped... I can't understand it. Everything looks good, my php apps work, my phpmyadmin works, but WO won't connect to the database?! Anybody? Thanks On Apr 12, 2008, at 7:56 PM, Mr. Pierre Frisch wrote: Did you run the command line tool changeip? For MySQL yo need to check the ac

Re: I moved my server, changed ip and now..

2008-04-12 Thread Mr. Pierre Frisch
Did you run the command line tool changeip? For MySQL yo need to check the access rights as they are by machine i.e. by IP address. Pierre -- Pierre Frisch [EMAIL PROTECTED] On Apr 12, 2008, at 16:11, James Cicenia wrote: My apps start but can't open a connection to the mysql database. It

Re: Staying with WebObjects

2008-04-12 Thread [EMAIL PROTECTED]
On Apr 11, 2008, at 8:28 PM, Chuck Hill <[EMAIL PROTECTED]> wrote: On Apr 11, 2008, at 6:28 PM, Alan Ward wrote: On Apr 11, 2008, at 7:24 PM, Simon McLean wrote: so come one alan, how did you end up over the pond too ? we all want to know the nitty gritty ... :-) I too married an En

Re: I moved my server, changed ip and now..

2008-04-12 Thread Miguel Arroz
Hi! You should solve the problem of the localhost thing (did you reboot the server?). But to make it work, you probably can replace "localhost" for "127.0.0.1" on your connection dictionaries, as long as you configure MySQL to accept network connections and authorize the user to connect

Re: I moved my server, changed ip and now..

2008-04-12 Thread James Cicenia
it said it was running... so... all services seem to be running just that WO can't connect to mySQL. my etc/hosts is the same first three lines as yours without a fourth line. I got to get these servers back up and running! On Apr 12, 2008, at 7:08 PM, Miguel Arroz wrote: Hi! That'

Re: I moved my server, changed ip and now..

2008-04-12 Thread Miguel Arroz
Hi! That's weird... did you check your /etc/hosts file? It should contain the typical lines: 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost Also, run ifconfig and check the status of lo0. If for some reason it's down, bring i

Re: I moved my server, changed ip and now..

2008-04-12 Thread James Cicenia
I did changeip and when I run changeip -checkhostname is says I am good. I am getting this however: host localhost Host localhost not found: 5(REFUSED) when I run the host localhost command. I think that might have something to do with the problem James On Apr 12, 2008, at 6:34 PM, Miguel A

Re: I moved my server, changed ip and now..

2008-04-12 Thread Miguel Arroz
Hi! Yes, you probably did, as everyone does when change an IP on OS X Server for the first time and finds out that a lot of stuff screwed up. Check page 68, "Changing a Server’s IP Address" inside the "Setting

I moved my server, changed ip and now..

2008-04-12 Thread James Cicenia
My apps start but can't open a connection to the mysql database. It is running. I can access it via phpMyAdmin and remotely. So... What is hanging up my WebObject Applications? Did i miss something in the IP change? I am running OS X Tiger Server on an Intel dual core XServe. Thanks James Ciceni

Localize WOLips project

2008-04-12 Thread Rams
Hi all, Can anyone point me in the direction of information regarding how to localize a WOLips project. The process was fairly straightforward in xcode, but I can't seem to find any info on WOLips. I would like to know how to localize components as well as strings. TIA -- Learn how to

Re: Staying with WebObjects (English Money)

2008-04-12 Thread Chuck Hill
On Apr 12, 2008, at 5:13 AM, Alex Cone wrote: That Guinea certainly does fluctuate in value... The original British monentary system: Two farthings=One Ha'penny. Two ha'pennies=One Penny. Three pennies=A Thrupenny Bit. Two thrupences=A Sixpence. Two sixpences=One Shilling, or Bob.

Re: My First Deployment^^

2008-04-12 Thread Ken Ishimoto
Hi, Thanks for the fast answer. Yes, I did know about the split install, but I had no idea that it will require on the Server automatically. I have changed the Ant Scripts like showed in the Wiki and it worked perfect. Thanks!! On 2008/04/11, at 21:28, Mike Schrag wrote: This is a s

Re: Staying with WebObjects (English Money)

2008-04-12 Thread Alex Cone
That Guinea certainly does fluctuate in value... The original British monentary system: Two farthings=One Ha'penny. Two ha'pennies=One Penny. Three pennies=A Thrupenny Bit. Two thrupences=A Sixpence. Two sixpences=One Shilling, or Bob. Two bob=A Florin. One florin and a sixpence=H

Re: Staying with WebObjects

2008-04-12 Thread Alexander Spohr
Am 11.04.2008 um 22:47 schrieb David Avendasora: On Apr 11, 2008, at 4:06 PM, Simon McLean wrote: I think the real bug-bear for people struggling to get their companies to commit to webobjects isn't the fact that it's not open source - i think it's the fact that you have to buy a mac to ge

Re: rowDiffsForAttributes _dbSnapshot and _newRow missing attributes

2008-04-12 Thread David Avendasora
First of all, I'm not sure why a lot of my emails are getting seriously delayed. I sent this immediately after my original message (minutes after). On Apr 11, 2008, at 7:30 PM, Chuck Hill wrote: On Apr 11, 2008, at 10:42 AM, David Avendasora wrote: Oh, and I get this error other Entities,

Re: ERXMigrationTable.newColumn does not set default value

2008-04-12 Thread Anjo Krank
We have that since forever (2003 at least). It's the code in ERXEntityClassDescription dealing with ERXDefaultValues. It even has JavaDoc. Cheers, Anjo Am 11.04.2008 um 23:08 schrieb Mike Schrag: Not sure why we didn't do this already :) But then, Anjo will probably respond momentarily an