Re: Deployment on OS X El Capitan

2016-05-30 Thread Stavros Panidis
Thank you very much. I really appreciate this valuable information!

Stavros

> On 31 May 2016, at 04:53, webobjects-dev-requ...@lists.apple.com wrote:
> 
> Send Webobjects-dev mailing list submissions to
>   webobjects-dev@lists.apple.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.apple.com/mailman/listinfo/webobjects-dev
> or, via email, send a message with subject or body 'help' to
>   webobjects-dev-requ...@lists.apple.com
> 
> You can reach the person managing the list at
>   webobjects-dev-ow...@lists.apple.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Webobjects-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. RE: error - exactly one of 'checked' or 'value' must be bound
>  (Wolfgang Hartmann)
>   2. RE: Deployment on OS X El Capitan (Pascal Robert)
>   3. Re: WOLips server (Hugi Thordarson)
>   4. Re: Deployment on OS X El Capitan (Samuel Pelletier)
>   5. Re: Deployment on CentOS 7 [Was: Re: Modern Deployment
>  presentation] (Theodore Petrosky)
> 
> 
> --
> 
> Message: 1
> Date: Mon, 30 May 2016 22:04:07 +0200
> From: Wolfgang Hartmann <halbei...@hotmail.com>
> To: Samuel Pelletier <sam...@samkar.com>, "Ress, David A"
>   <david.r...@gdit.com>
> Cc: "webobjects-dev@lists.apple.com" <webobjects-dev@lists.apple.com>
> Subject: RE: error - exactly one of 'checked' or 'value' must be bound
> Message-ID: <dub113-w452480b2ecb08211eb0ff9bc...@phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hy,
> 
> Due to the fact that there are a lot of 'synchronized' blocks, caches, 
> overwritten hashcode/equals-Methods in the 
> org.objectstyle.wolips.bindings.api-Package I suspect a Threading-Issue 
> somewhere.
> 
> Closing all files, restarting eclipse and afterwards clean the project should 
> fix the broken validations (maybe by resetting the broken 
> validation-cache-entry...)
> 
> Best regards,
> Wolfy
> 
> 
>> Subject: Re: error - exactly one of 'checked' or 'value' must be bound
>> From: sam...@samkar.com
>> Date: Mon, 30 May 2016 11:34:33 -0400
>> To: david.r...@gdit.com
>> CC: webobjects-dev@lists.apple.com
>> 
>> David,
>> 
>> Those false validation error on built in component come and disappear 
>> randomly. Relaunching Eclipse sometime trigger something that reset the 
>> expected behaviour.
>> 
>> Samuel
>> 
>> 
>>> Le 29 mai 2016 à 16:41, Ress, David A <david.r...@gdit.com> a écrit :
>>> 
>>> All,
>>> 
>>> Still trying to fix my application after updating to Eclipse 4.4.2, WOLIps 
>>> 4.4, Webobjects 5.4.3 and Java 1.8.
>>> 
>>> When I open any WOComponent with a WORadioButton inside, I get the error on 
>>> the subject line for the following in the WOD
>>> 
>>> FailureConstant: WORadioButton {
>>> selection = mNumberOfFailures;
>>> value = 0;
>>> name="group2";
>>> }
>>> 
>>> FailureRejects: WORadioButton {
>>> selection = mNumberOfFailures;
>>> value = 1;
>>> name="group2";
>>> }
>>> 
>>> I am not using the checked binding, so why I am seeing this error? 
>>> 
>>> Ironically, I had no issues with the WOD/html until I opened them in 
>>> Eclipse to change a disclaimer, and as soon as it opened, BOOM! errors at 
>>> every WORadioButton.
>>> 
>>> I tried cleaning the project, but the error persists and I am stumped by 
>>> the fact that under my old system (Eclipse 3.3, WOLips 3.3, WebObjects 
>>> 5.4.2, Java 1.6) there is no error generated and it worked fine.
>>> 
>>> Granted, I may have doing something wrong all along, and if so, some one 
>>> please educate me as to what I am doing wrong.  
>>> 
>>> Thanks in advance.
>>> 
>>> David
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
>>> 
>>> This email sent to sam...@samkar.com
>> 
>> 
>> ___
>> Do not post admin requests to the list. They wi

Re: Deployment on CentOS 7 [Was: Re: Modern Deployment presentation]

2016-05-30 Thread Paul Hoadley
Hi Ted,

On 31 May 2016, at 11:23 am, Theodore Petrosky  wrote:

> Is there something special that I am missing.

It’s hard to say. There’s no single way to do it, and I think we’re missing 
some context. I’m still not sure whether you’re setting this up just on a 
single self-contained host, or trying something more ambitious.

> I am on my workstation and I can go to http://ipnumber:56789 
>  and I can see the Wonder JavaMonitor page.

That’s encouraging.

> I tried to set up JavaMonitor to run as a WO app.

Why? Just as a test? Do you have another app that you can install and test 
instead? It would be rather unusual to use JavaMonitor to run JavaMonitor.


-- 
Paul Hoadley
http://logicsquad.net/



 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Re: Deployment on OS X El Capitan

2016-05-30 Thread Samuel Pelletier
Hi,

I deploy on Mac but never use the built in software. Even on Linux, I used to 
compile my apache with php and any custom modules.

This way, you control with feature are included and when the update are applied 
and doe not worry about updates from Apple or distribution provider.

Homebrew is your friend if you want to go this way.

BTW, you can also install apache with homebrew if you do to want to compile it 
yourself.

Samuel

> Le 30 mai 2016 à 13:21, Stavros Panidis  a écrit :
> 
> Hi,
> 
> any road map to update from Yosemite to El Capitan server?
> 
> Many thanks in advance
> 
> Stavros Panidis
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
> 
> This email sent to sam...@samkar.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Re: WOLips server

2016-05-30 Thread Hugi Thordarson
Does it? It only opens components for me, i.e. not the components’ java classes 
but the WOComponent editor.

- hugi



> On 30. maí 2016, at 15:56, Ramsey Gurley  wrote:
> 
> Yes. That's what WOLToolbar does.On May 30, 2016 3:42 AM, Hugi Thordarson 
>  wrote:
>> 
>> Hi all.
>> One question regarding the WOLips server (web server used to open components 
>> in Clock to Open). Can it be used to open java files? And even send the user 
>> to a particular line in that file? Thought I’d ask before I start digging 
>> around in the code.
>> 
>> Cheers,
>> - hugi
>> 
>> // Hugi Thordarson
>> // http://www.loftfar.is/
>> // s. 895-6688
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
>> 
>> This email sent to rgur...@smarthealth.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

RE: Deployment on OS X El Capitan

2016-05-30 Thread Pascal Robert
I know a path from OS X Server to Linux :-)


De : webobjects-dev-bounces+probert=macti...@lists.apple.com 
 de la part de Stavros 
Panidis 
Envoyé : 30 mai 2016 13:21:06
À : webobjects-dev@lists.apple.com
Objet : Deployment on OS X El Capitan

Hi,

any road map to update from Yosemite to El Capitan server?

Many thanks in advance

Stavros Panidis

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca

This email sent to prob...@macti.ca

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

RE: error - exactly one of 'checked' or 'value' must be bound

2016-05-30 Thread Wolfgang Hartmann
Hy,

Due to the fact that there are a lot of 'synchronized' blocks, caches, 
overwritten hashcode/equals-Methods in the 
org.objectstyle.wolips.bindings.api-Package I suspect a Threading-Issue 
somewhere.

Closing all files, restarting eclipse and afterwards clean the project should 
fix the broken validations (maybe by resetting the broken 
validation-cache-entry...)

Best regards,
Wolfy


> Subject: Re: error - exactly one of 'checked' or 'value' must be bound
> From: sam...@samkar.com
> Date: Mon, 30 May 2016 11:34:33 -0400
> To: david.r...@gdit.com
> CC: webobjects-dev@lists.apple.com
> 
> David,
> 
> Those false validation error on built in component come and disappear 
> randomly. Relaunching Eclipse sometime trigger something that reset the 
> expected behaviour.
> 
> Samuel
> 
> 
> > Le 29 mai 2016 à 16:41, Ress, David A  a écrit :
> > 
> > All,
> > 
> > Still trying to fix my application after updating to Eclipse 4.4.2, WOLIps 
> > 4.4, Webobjects 5.4.3 and Java 1.8.
> > 
> > When I open any WOComponent with a WORadioButton inside, I get the error on 
> > the subject line for the following in the WOD
> > 
> > FailureConstant: WORadioButton {
> > selection = mNumberOfFailures;
> > value = 0;
> > name="group2";
> > }
> > 
> > FailureRejects: WORadioButton {
> > selection = mNumberOfFailures;
> > value = 1;
> > name="group2";
> > }
> > 
> > I am not using the checked binding, so why I am seeing this error? 
> > 
> > Ironically, I had no issues with the WOD/html until I opened them in 
> > Eclipse to change a disclaimer, and as soon as it opened, BOOM! errors at 
> > every WORadioButton.
> > 
> > I tried cleaning the project, but the error persists and I am stumped by 
> > the fact that under my old system (Eclipse 3.3, WOLips 3.3, WebObjects 
> > 5.4.2, Java 1.6) there is no error generated and it worked fine.
> > 
> > Granted, I may have doing something wrong all along, and if so, some one 
> > please educate me as to what I am doing wrong.  
> > 
> > Thanks in advance.
> > 
> > David
> > 
> > ___
> > Do not post admin requests to the list. They will be ignored.
> > Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> > Help/Unsubscribe/Update your Subscription:
> > https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
> > 
> > This email sent to sam...@samkar.com
> 
> 
>  ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/halbeisen%40hotmail.com
> 
> This email sent to halbei...@hotmail.com
   ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Deployment on OS X El Capitan

2016-05-30 Thread Stavros Panidis
Hi,

any road map to update from Yosemite to El Capitan server?

Many thanks in advance

Stavros Panidis

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Re: WOLips server

2016-05-30 Thread Ramsey Gurley
Yes. That's what WOLToolbar does.On May 30, 2016 3:42 AM, Hugi Thordarson 
 wrote:
>
> Hi all.
> One question regarding the WOLips server (web server used to open components 
> in Clock to Open). Can it be used to open java files? And even send the user 
> to a particular line in that file? Thought I’d ask before I start digging 
> around in the code.
>
> Cheers,
> - hugi
>
> // Hugi Thordarson
> // http://www.loftfar.is/
> // s. 895-6688
>
>
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com
>
> This email sent to rgur...@smarthealth.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Re: error - exactly one of 'checked' or 'value' must be bound

2016-05-30 Thread Samuel Pelletier
David,

Those false validation error on built in component come and disappear randomly. 
Relaunching Eclipse sometime trigger something that reset the expected 
behaviour.

Samuel


> Le 29 mai 2016 à 16:41, Ress, David A  a écrit :
> 
> All,
> 
> Still trying to fix my application after updating to Eclipse 4.4.2, WOLIps 
> 4.4, Webobjects 5.4.3 and Java 1.8.
> 
> When I open any WOComponent with a WORadioButton inside, I get the error on 
> the subject line for the following in the WOD
> 
> FailureConstant: WORadioButton {
>   selection = mNumberOfFailures;
>   value = 0;
>   name="group2";
> }
> 
> FailureRejects: WORadioButton {
>   selection = mNumberOfFailures;
>   value = 1;
>   name="group2";
> }
> 
> I am not using the checked binding, so why I am seeing this error? 
> 
> Ironically, I had no issues with the WOD/html until I opened them in Eclipse 
> to change a disclaimer, and as soon as it opened, BOOM! errors at every 
> WORadioButton.
> 
> I tried cleaning the project, but the error persists and I am stumped by the 
> fact that under my old system (Eclipse 3.3, WOLips 3.3, WebObjects 5.4.2, 
> Java 1.6) there is no error generated and it worked fine.
> 
> Granted, I may have doing something wrong all along, and if so, some one 
> please educate me as to what I am doing wrong.  
> 
> Thanks in advance.
> 
> David
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/samuel%40samkar.com
> 
> This email sent to sam...@samkar.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

WOLips server

2016-05-30 Thread Hugi Thordarson
Hi all.
One question regarding the WOLips server (web server used to open components in 
Clock to Open). Can it be used to open java files? And even send the user to a 
particular line in that file? Thought I’d ask before I start digging around in 
the code.

Cheers,
- hugi

// Hugi Thordarson
// http://www.loftfar.is/
// s. 895-6688




 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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

Re: Problem starting up app instance with -NSProjectSearchPath ()

2016-05-30 Thread Klaus Berkling

On May 29, 2016, at 8:49 PM, Chuck Hill  wrote:

> That is only for source project discovery in Dev mode.

I'll keep that in mind for next time. :)
In this case something must escape the command arguments because this wasn't it.

The SpawnOfWotaskd.sh could not create its log file directory so it never 
launched the app instance.

In the scripts it wants to create /Library/WebObjects/Logs/SpawnOfWotaskd.log

Now on to the next issue...

>  
> From:  on behalf 
> of Klaus Berkling 
> Date: Sunday, May 29, 2016 at 8:07 PM
> To: WebObjects Development 
> Subject: Problem starting up app instance with -NSProjectSearchPath ()
>  
>  
> I have a new app on a new installation.  I'm nor trying to start my app 
> instance and it doesn't launch.
> It runs form the command line.  Paths and permissions appear to be correct.
>  
> When I run the app with the some command line parameters as monitor I get an 
> error at with this: -NSProjectSearchPath ()
> It does not like the " () " part.  Taking that out the app starts manually 
> and shows up as running in monitor.  I never had issues with this flag.  I'm 
> not sure what it should look like or where to set it. What is this used for?
>  
> This works:
> sudo -s /opt/Local/Library/WebObjects/Applications/MyApp.woa/MyApp -WOPort 
> 2001 -WOCachingEnabled NO -WODebuggingEnabled NO -WOOutputPath 
> /opt/Local/Library/WebObjects/Logs/MyApp-1 -WOAutoOpenInBrowser NO 
> -WOAutoOpenClientApplication NO -WOLifebeatInterval 30 -WOLifebeatEnabled YES 
> -WOLifebeatDestinationPort 1085 -WOAdaptor WODefaultAdaptor 
> -WOWorkerThreadCount 8 -WOListenQueueSize 16 -WOWorkerThreadCountMin 16 
> -WOWorkerThreadCountMax 32 -WOSessionTimeOut 3600 -WOApplicationName MyApp 
> -WOMonitorEnabled YES -WONoPause YES -WOHost localhost
>  
>  
> 
> "The good thing about science is that it's true whether or not you believe in 
> it." 
> Neil deGrasse Tyson
> 
> Klaus Berkling
> www.berkling.us | @kiberkli | Photography
>  
>  
>  
> 
>  



"Success is not final, failure is not fatal: it is the courage to continue that 
counts."
Winston Churchill

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





 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

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