Hi Klaus,

Thanks for the reply.
In Monitor, I had removed the localhost and added the servers (tried both by 
name and by IP address) but they couldn't be contacted.
I have tried telnetting to port 1085 without success except via localhost. 
Internal Firewalls are off.
I have set this up before several years ago on Leopard with very little snags. 
We are now doing a major upgrade to mavericks.
Here is the ouput of :
sudo lsof -i tcp:1085
COMMAND PID       USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME
java     95 _appserver   61u  IPv6 0x82a02cd68ff97be5      0t0  TCP 
localhost:webobjects (LISTEN)
java     95 _appserver   63u  IPv6 0x82a02cd6925c5de5      0t0  TCP 
localhost:webobjects->localhost:49171 (ESTABLISHED)
java     96 _appserver   61u  IPv6 0x82a02cd68ff98465      0t0  TCP 
localhost:49171->localhost:webobjects (ESTABLISHED)

Looks like it is using IP V6 and not v4. That could be an issue. I will see if 
I can disable IP v6

Dave


-------------

>If you use 'localhost' you can only have one host, you'll need to use 
only addresses if you have more then multiple instance hosts (IP 
>addresses or hostnames - need working DNS and all that).

>One thing I always do is telnet to port 1085 from every host to all the others 
>on both direction with wotaskd running.
>Also, use WOHost everywhere
 if you have multiple IP addresses (with one or more NICs).

>Use "sudo lsof -i tcp:1085" to see what is listening, if anything, to port 
>1085.

>And check for any firewalls.


On Tuesday, August 12, 2014 1:15 PM, 
"webobjects-deploy-requ...@lists.apple.com" 
<webobjects-deploy-requ...@lists.apple.com> wrote:
 


Send Webobjects-deploy mailing list submissions to
    webobjects-deploy@lists.apple.com

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.apple.com/mailman/listinfo/webobjects-deploy
or, via email, send a message with subject or body 'help' to
    webobjects-deploy-requ...@lists.apple.com

You can reach the person managing the list at
    webobjects-deploy-ow...@lists.apple.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Webobjects-deploy digest..."


Today's Topics:

   1. D2W and To-One Relationship (Timothy Worman)
   2. Re: D2W and To-One Relationship (Ramsey Gurley)
   3. Re: D2W and To-One Relationship (Timothy Worman)
   4. wotaskd only accessible from localhost (David Tisdell)
   5. wotaskd only listening on localhost (David Tisdell)
   6. Re: wotaskd only accessible from localhost (Klaus Berkling)
   7. wotaskd only running on localhost (David Tisdell)


----------------------------------------------------------------------

Message: 1
Date: Mon, 11 Aug 2014 16:20:58 -0700
From: Timothy Worman <li...@thetimmy.com>
To: "Webobjects-deploy@lists.apple.com"
    <webobjects-deploy@lists.apple.com>
Subject: D2W and To-One Relationship
Message-ID: <94a85579-91ed-42a9-8bf4-c6c780bd1...@thetimmy.com>
Content-Type: text/plain; charset=windows-1252

Hi all:

I have ERModern app with a rule like this:

120 : pageConfiguration = 'EditRelationshipEmbeddedPTAEvent' => componentName = 
"ERD2WEditToOneRelationship" [com.webobjects.directtoweb.Assignment]

However, on the page, when viewing the D2W info, even though it says the page 
configuration is ‘EditRelationshipEmbeddedPTAEvent,’ the template it is giving 
me to edit the relationship is ‘ERMODEditRelationshipPage.’ I have other places 
in my app where I’ve used a pop-up for a to-one relationship but in this case I 
can’t even seem to get the right component on the page.

Is there something I’m missing in my D2W kung fu?

Tim
UCLA GSE&IS


------------------------------

Message: 2
Date: Mon, 11 Aug 2014 16:48:27 -0700
From: Ramsey Gurley <rgur...@smarthealth.com>
To: Timothy Worman <li...@thetimmy.com>
Cc: "Webobjects-deploy@lists.apple.com"
    <webobjects-deploy@lists.apple.com>
Subject: Re: D2W and To-One Relationship
Message-ID: <f6493b13-043f-43a0-89fe-d7db00182...@smarthealth.com>
Content-Type: text/plain; charset=windows-1252

Try something like

task = ‘edit’ and smartRelationship.isToMany = 0 and 
smartRelationship.destinationEntity.name = ‘PTAEvent’ => componentName = 
“ERD2WEditToOneRelationship”


On Aug 11, 2014, at 4:20 PM, Timothy Worman <li...@thetimmy.com> wrote:

> Hi all:
> 
> I have ERModern app with a rule like this:
> 
> 120 : pageConfiguration = 'EditRelationshipEmbeddedPTAEvent' => componentName 
> = "ERD2WEditToOneRelationship" [com.webobjects.directtoweb.Assignment]
> 
> However, on the page, when viewing the D2W info, even though it says the page 
> configuration is ‘EditRelationshipEmbeddedPTAEvent,’ the template it is 
> giving me to edit the relationship is ‘ERMODEditRelationshipPage.’ I have 
> other places in my app where I’ve used a pop-up for a to-one relationship but 
> in this case I can’t even seem to get the right component on the page.
> 
> Is there something I’m missing in my D2W kung fu?
> 
> Tim
> UCLA GSE&IS
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-deploy/rgurley%40smarthealth.com
> 
> This email sent to rgur...@smarthealth.com




------------------------------

Message: 3
Date: Mon, 11 Aug 2014 16:49:59 -0700
From: Timothy Worman <li...@thetimmy.com>
To: Ramsey Gurley <rgur...@smarthealth.com>
Cc: "Webobjects-deploy@lists.apple.com"
    <webobjects-deploy@lists.apple.com>
Subject: Re: D2W and To-One Relationship
Message-ID: <01f22286-d09e-4bbd-9c25-846c5283e...@thetimmy.com>
Content-Type: text/plain; charset=windows-1252

Bingo. And really demonstrates the wrong-ness in my brainage. Thanks Ramsey!

Tim

On Aug 11, 2014, at 4:48 PM, Ramsey Gurley <rgur...@smarthealth.com> wrote:

> Try something like
> 
> task = ‘edit’ and smartRelationship.isToMany = 0 and 
> smartRelationship.destinationEntity.name = ‘PTAEvent’ => componentName = 
> “ERD2WEditToOneRelationship”
> 
> 
> On Aug 11, 2014, at 4:20 PM, Timothy Worman <li...@thetimmy.com> wrote:
> 
>> Hi all:
>> 
>> I have ERModern app with a rule like this:
>> 
>> 120 : pageConfiguration = 'EditRelationshipEmbeddedPTAEvent' => 
>> componentName = "ERD2WEditToOneRelationship" 
>> [com.webobjects.directtoweb.Assignment]
>> 
>> However, on the page, when viewing the D2W info, even though it says the 
>> page configuration is ‘EditRelationshipEmbeddedPTAEvent,’ the template it is 
>> giving me to edit the relationship is ‘ERMODEditRelationshipPage.’ I have 
>> other places in my app where I’ve used a pop-up for a to-one relationship 
>> but in this case I can’t even seem to get the right component on the page.
>> 
>> Is there something I’m missing in my D2W kung fu?
>> 
>> Tim
>> UCLA GSE&IS
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-deploy/rgurley%40smarthealth.com
>> 
>> This email sent to rgur...@smarthealth.com
> 




------------------------------

Message: 4
Date: Tue, 12 Aug 2014 09:35:04 -0700
From: David Tisdell <penguin...@yahoo.com>
To: "webobjects-deploy@lists.apple.com"
    <webobjects-deploy@lists.apple.com>
Subject: wotaskd only accessible from localhost
Message-ID:
    <1407861304.92710.yahoomail...@web141206.mail.bf1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,
I am trying to set up WebObjects to work across multiple servers. Running 
mavericks and most recent version of webobjects from the wonder project

I have set up the /Library/WebObjects/Adaptors/Apace2.2/apache.conf file with 
this:

WebObjectsConfig 
http://192.168.169.12:1085,http://192.168.169.16:1085,http://localhost:1085 10

In monitor when I try to add them as a host, they can't be contacted. I can 
only establish contact with monitor through localhost.
In doing a netstat, I don't see any listening on port 1085. I also scanned both 
hosts with nmap which confirmed no listening on port 1085. 
They do load with launchctl. I am mystified as to why they aren't listening on 
the servers IP Address. The servers have 2 nics in them. I disabled one nic on 
one server to see if two addresses was creating an issue. This made no 
difference whatsoever.

Any thoughts on how to make them work on anything other than localhost?

Thanks.

Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.apple.com/mailman/private/webobjects-deploy/attachments/20140812/44fee0c8/attachment.html>

------------------------------

Message: 5
Date: Tue, 12 Aug 2014 09:50:38 -0700
From: David Tisdell <penguin...@yahoo.com>
To: "webobjects-deploy@lists.apple.com"
    <webobjects-deploy@lists.apple.com>
Subject: wotaskd only listening on localhost
Message-ID:
    <1407862238.93989.yahoomail...@web141206.mail.bf1.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,


I am trying to set up WebObjects to work across multiple servers. Running 
mavericks and most recent version of webobjects from the wonder project

I have set up the /Library/WebObjects/Adaptors/Apace2.2/apache.conf file with 
this:

WebObjectsConfig 
http://192.168.169.12:1085,http://192.168.169.16:1085,http://localhost:1085 10

In monitor when I try to add them as a host, they can't be contacted. I 
can only establish contact with monitor through localhost.
In doing a netstat, I don't see any listening on port 1085. I also scanned both 
hosts with nmap which confirmed no listening on port 1085. 
They do load with launchctl. I am mystified as to why they aren't listening 
on the servers IP Address. The servers have 2 nics in them. I disabled 
one nic on one server to see if two addresses was creating an issue. 
This made no difference whatsoever.

Any thoughts on how to make them work on anything other than localhost?

Thanks.
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.apple.com/mailman/private/webobjects-deploy/attachments/20140812/889f3ede/attachment.html>

------------------------------

Message: 6
Date: Tue, 12 Aug 2014 09:53:04 -0700
From: Klaus Berkling <webobje...@berkling.us>
To: WebObjects Deployment <webobjects-deploy@lists.apple.com>
Subject: Re: wotaskd only accessible from localhost
Message-ID: <b4fbd9b3-dd3b-433b-97bb-df7ba142f...@berkling.us>
Content-Type: text/plain; charset="utf-8"


On Aug 12, 2014, at 9:35 AM, David Tisdell <penguin...@yahoo.com> wrote:

> Hi,
> I am trying to set up WebObjects to work across multiple servers. Running 
> mavericks and most recent version of webobjects from the wonder project
> I have set up the /Library/WebObjects/Adaptors/Apace2.2/apache.conf file with 
> this:
> 
> WebObjectsConfig 
> http://192.168.169.12:1085,http://192.168.169.16:1085,http://localhost:1085 10
> 
> In monitor when I try to add them as a host, they can't be contacted. I can 
> only establish contact with monitor through localhost.
> In doing a netstat, I don't see any listening on port 1085. I also scanned 
> both hosts with nmap which confirmed no listening on port 1085. 
> They do load with launchctl. I am mystified as to why they aren't listening 
> on the servers IP Address. The servers have 2 nics in them. I disabled one 
> nic on one server to see if two addresses was creating an issue. This made no 
> difference whatsoever.
> 
> Any thoughts on how to make them work on anything other than localhost?

If you use 'localhost' you can only have one host, you'll need to use only 
addresses if you have more then multiple instance hosts (IP addresses or 
hostnames - need working DNS and all that).

One thing I always do is telnet to port 1085 from every host to all the others 
on both direction with wotaskd running.
Also, use WOHost everywhere if you have multiple IP addresses (with one or more 
NICs).

Use "sudo lsof -i tcp:1085" to see what is listening, if anything, to port 1085.

And check for any firewalls.

Hope this helps.



kib

"I like to use adverbs. To show I went to school"
Patty Larkin (I'm white)

Klaus Berkling
www.berkling.us | @kiberkli | Photography



-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://lists.apple.com/mailman/private/webobjects-deploy/attachments/20140812/a6d82a61/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5936 bytes
Desc: not available
URL: 
<https://lists.apple.com/mailman/private/webobjects-deploy/attachments/20140812/a6d82a61/attachment.p7s>

------------------------------

Message: 7
Date: Tue, 12 Aug 2014 09:15:26 -0800
From: David Tisdell <dtisd...@inbox.com>
To: webobjects-deploy@lists.apple.com
Subject: wotaskd only running on localhost
Message-ID: <42516883c39.0000027adtisd...@inbox.com>
Content-Type: text/plain; charset=US-ASCII

Hi,

Sorry if this is redundant. i tried to submit this twice from another email 
account and
got a message saying it wasn't posted successfully. Didn't seem to go through 
before.

I am trying to set up WebObjects to work across multiple servers. Running 
mavericks and
most recent version of webobjects from the wonder project
I have set up the /Library/WebObjects/Adaptors/Apace2.2/apache.conf file with 
this:

WebObjectsConfig
http://192.168.169.12:1085,http://192.168.169.16:1085,http://localhost:1085 10

In monitor when I try to add them as a host, they can't be contacted. I can 
only establish
contact with monitor through localhost.
In doing a netstat, I don't see any listening on port 1085 other than for 
localhost. I
also scanned both hosts with nmap which confirmed no listening on port 1085.
They do load with launchctl. I am mystified as to why they aren't listening on 
the servers
IP Address. The servers have 2 nics in them. I disabled one nic on one server 
to see if
two addresses was creating an issue. This made no difference whatsoever.

Any thoughts on how to make them work on anything other than localhost?

Thanks.

Dave

____________________________________________________________
Can't remember your password? Do you need a strong and secure password?
Use Password manager! It stores your passwords & protects your account.
Check it out at http://mysecurelogon.com/manager





------------------------------

_______________________________________________
Webobjects-deploy mailing list
Webobjects-deploy@lists.apple.com
https://lists.apple.com/mailman/listinfo/webobjects-deploy

End of Webobjects-deploy Digest, Vol 11, Issue 32
*************************************************
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-deploy mailing list      (Webobjects-deploy@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-deploy/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to