Re: [Carbon-dev] Servers should not be started in daemon mode

2011-07-16 Thread Harshana Martin
Hi Azeez,

On Sat, Jul 16, 2011 at 2:00 PM, Afkham Azeez  wrote:

>
>
> On Sat, Jul 16, 2011 at 1:57 PM, Harshana Martin wrote:
>
>> Hi All,
>>
>> When i try nohup wso2server.sh & it works but prints the following message
>> on the console.
>>
>> *nohup: cannot run command `wso2server.sh': No such file or directory*
>>
>> Hence i tried, *nohup ./wso2server.sh &*
>>
>
> nohup wso2server.sh can't work.
>

Yes. But *nohup wso2server.sh & *worked but with that message.

It should either be nohup ./wso2server.sh or nohup sh wso2server.sh
>

These commands works perfectly without any unusual message :).

Thanks for the very useful info.

Best Regards,
Harshana

>
>
>>
>> and it works without the above mentioned message.
>>
>> I'm on Ubuntu 64 bit environment.
>>
>> Thanks and Regards,
>> Harshana
>>
>>
>> On Thu, Jun 9, 2011 at 9:52 PM, Ing. Iskael Diaz Marquez > > wrote:
>>
>>> **
>>> Its work fine.
>>>
>>> Thanks & regards
>>> Iskael
>>>
>>>
>>> On 06/09/2011 12:01 PM, Afkham Azeez wrote:
>>>
>>> nohup wso2server.sh &
>>>
>>>  BTW, we are investigating this JavaServiceWrapper issue, and will
>>> probably migrate to some other wrapper framework in the future.
>>>
>>> On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez <
>>> imarq...@uci.cu> wrote:
>>>
 If the only way to access to the production server is using a ssh
 connection, what do you recommend to start the server, and to continue
 running in background when you close the ssh connection?

 Thanks & regards
  Iskael


 On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:

> On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
>  wrote:
>
>> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>>
>> After a discussion with Azeez and few other devs, we got to know there
>> are
>> serious issues with wrapper hence we should not start servers using
>> daemon
>> mode. In all previous releases, we recommended users to run servers in
>> production using daemon. Therefore, we need to let everyone know by
>> updating
>> release-notes or any relevant docs stating that the wrapper is no
>> longer
>> recommended for production.
>>
> We can update the production recommendation docs [out side the build]
> - lets keep the release notes as it is...
>
> Thanks&  regards,
> -Prabath
>
>> Regards
>> Charitha
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>>
>
>  ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>>  ***
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> ___
>>> Carbon-dev mailing 
>>> listCarbon-dev@wso2.orghttp://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Harshana Martin
>> Software Engineer
>> WSO2 Inc.
>> Web:http://wso2.com
>>   http://wso2.org
>>
>> Mobile: +94 716062650
>> Blog: http://harshana05.blogspot.com
>> Profile: https://www.google.com/profiles/harshana05
>> Twitter: http://twitter.com/harshana05
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Harshana Martin
Software Engineer
WSO2 Inc.
Web:http://wso2.com
  http://wso2.org

Mobile: +94 716062650
Blog: http://harshana05.blogspot.com
Profile: https://www.google.com/profiles/harshana05
Twitter: http://twitter.com/harshana05
__

Re: [Carbon-dev] Servers should not be started in daemon mode

2011-07-16 Thread Sumedha Rubasinghe
how will this help if a system restart happen?

And, for nohup to be successful you need to be in 'csh' shell.

/sumedha

On Sat, Jul 16, 2011 at 2:00 PM, Afkham Azeez  wrote:

>
>
> On Sat, Jul 16, 2011 at 1:57 PM, Harshana Martin wrote:
>
>> Hi All,
>>
>> When i try nohup wso2server.sh & it works but prints the following message
>> on the console.
>>
>> *nohup: cannot run command `wso2server.sh': No such file or directory*
>>
>> Hence i tried, *nohup ./wso2server.sh &*
>>
>
> nohup wso2server.sh can't work. It should either be nohup ./wso2server.sh
> or nohup sh wso2server.sh
>
>
>>
>> and it works without the above mentioned message.
>>
>> I'm on Ubuntu 64 bit environment.
>>
>> Thanks and Regards,
>> Harshana
>>
>>
>> On Thu, Jun 9, 2011 at 9:52 PM, Ing. Iskael Diaz Marquez > > wrote:
>>
>>> **
>>> Its work fine.
>>>
>>> Thanks & regards
>>> Iskael
>>>
>>>
>>> On 06/09/2011 12:01 PM, Afkham Azeez wrote:
>>>
>>> nohup wso2server.sh &
>>>
>>>  BTW, we are investigating this JavaServiceWrapper issue, and will
>>> probably migrate to some other wrapper framework in the future.
>>>
>>> On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez <
>>> imarq...@uci.cu> wrote:
>>>
 If the only way to access to the production server is using a ssh
 connection, what do you recommend to start the server, and to continue
 running in background when you close the ssh connection?

 Thanks & regards
  Iskael


 On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:

> On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
>  wrote:
>
>> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>>
>> After a discussion with Azeez and few other devs, we got to know there
>> are
>> serious issues with wrapper hence we should not start servers using
>> daemon
>> mode. In all previous releases, we recommended users to run servers in
>> production using daemon. Therefore, we need to let everyone know by
>> updating
>> release-notes or any relevant docs stating that the wrapper is no
>> longer
>> recommended for production.
>>
> We can update the production recommendation docs [out side the build]
> - lets keep the release notes as it is...
>
> Thanks&  regards,
> -Prabath
>
>> Regards
>> Charitha
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>>
>
>  ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>>  ***
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> ___
>>> Carbon-dev mailing 
>>> listCarbon-dev@wso2.orghttp://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Harshana Martin
>> Software Engineer
>> WSO2 Inc.
>> Web:http://wso2.com
>>   http://wso2.org
>>
>> Mobile: +94 716062650
>> Blog: http://harshana05.blogspot.com
>> Profile: https://www.google.com/profiles/harshana05
>> Twitter: http://twitter.com/harshana05
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-07-16 Thread Afkham Azeez
On Sat, Jul 16, 2011 at 1:57 PM, Harshana Martin  wrote:

> Hi All,
>
> When i try nohup wso2server.sh & it works but prints the following message
> on the console.
>
> *nohup: cannot run command `wso2server.sh': No such file or directory*
>
> Hence i tried, *nohup ./wso2server.sh &*
>

nohup wso2server.sh can't work. It should either be nohup ./wso2server.sh or
nohup sh wso2server.sh


>
> and it works without the above mentioned message.
>
> I'm on Ubuntu 64 bit environment.
>
> Thanks and Regards,
> Harshana
>
>
> On Thu, Jun 9, 2011 at 9:52 PM, Ing. Iskael Diaz Marquez 
> wrote:
>
>> **
>> Its work fine.
>>
>> Thanks & regards
>> Iskael
>>
>>
>> On 06/09/2011 12:01 PM, Afkham Azeez wrote:
>>
>> nohup wso2server.sh &
>>
>>  BTW, we are investigating this JavaServiceWrapper issue, and will
>> probably migrate to some other wrapper framework in the future.
>>
>> On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez > > wrote:
>>
>>> If the only way to access to the production server is using a ssh
>>> connection, what do you recommend to start the server, and to continue
>>> running in background when you close the ssh connection?
>>>
>>> Thanks & regards
>>>  Iskael
>>>
>>>
>>> On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:
>>>
 On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
  wrote:

> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>
> After a discussion with Azeez and few other devs, we got to know there
> are
> serious issues with wrapper hence we should not start servers using
> daemon
> mode. In all previous releases, we recommended users to run servers in
> production using daemon. Therefore, we need to let everyone know by
> updating
> release-notes or any relevant docs stating that the wrapper is no
> longer
> recommended for production.
>
 We can update the production recommendation docs [out side the build]
 - lets keep the release notes as it is...

 Thanks&  regards,
 -Prabath

> Regards
> Charitha
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>

  ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>>  ***
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> ___
>> Carbon-dev mailing 
>> listCarbon-dev@wso2.orghttp://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Harshana Martin
> Software Engineer
> WSO2 Inc.
> Web:http://wso2.com
>   http://wso2.org
>
> Mobile: +94 716062650
> Blog: http://harshana05.blogspot.com
> Profile: https://www.google.com/profiles/harshana05
> Twitter: http://twitter.com/harshana05
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-07-16 Thread Harshana Martin
Hi All,

When i try nohup wso2server.sh & it works but prints the following message
on the console.

*nohup: cannot run command `wso2server.sh': No such file or directory*

Hence i tried, *nohup ./wso2server.sh &*

and it works without the above mentioned message.

I'm on Ubuntu 64 bit environment.

Thanks and Regards,
Harshana


On Thu, Jun 9, 2011 at 9:52 PM, Ing. Iskael Diaz Marquez wrote:

> **
> Its work fine.
>
> Thanks & regards
> Iskael
>
>
> On 06/09/2011 12:01 PM, Afkham Azeez wrote:
>
> nohup wso2server.sh &
>
>  BTW, we are investigating this JavaServiceWrapper issue, and will
> probably migrate to some other wrapper framework in the future.
>
> On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez 
> wrote:
>
>> If the only way to access to the production server is using a ssh
>> connection, what do you recommend to start the server, and to continue
>> running in background when you close the ssh connection?
>>
>> Thanks & regards
>>  Iskael
>>
>>
>> On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:
>>
>>> On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
>>>  wrote:
>>>
 This is regarding https://wso2.org/jira/browse/CARBON-10761.

 After a discussion with Azeez and few other devs, we got to know there
 are
 serious issues with wrapper hence we should not start servers using
 daemon
 mode. In all previous releases, we recommended users to run servers in
 production using daemon. Therefore, we need to let everyone know by
 updating
 release-notes or any relevant docs stating that the wrapper is no longer
 recommended for production.

>>> We can update the production recommendation docs [out side the build]
>>> - lets keep the release notes as it is...
>>>
>>> Thanks&  regards,
>>> -Prabath
>>>
 Regards
 Charitha

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



>>>
>>>  ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
>  ***
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> Carbon-dev mailing 
> listCarbon-dev@wso2.orghttp://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Harshana Martin
Software Engineer
WSO2 Inc.
Web:http://wso2.com
  http://wso2.org

Mobile: +94 716062650
Blog: http://harshana05.blogspot.com
Profile: https://www.google.com/profiles/harshana05
Twitter: http://twitter.com/harshana05
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-09 Thread Ing. Iskael Diaz Marquez

Its work fine.

Thanks & regards
Iskael

On 06/09/2011 12:01 PM, Afkham Azeez wrote:

nohup wso2server.sh &

BTW, we are investigating this JavaServiceWrapper issue, and will 
probably migrate to some other wrapper framework in the future.


On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez 
mailto:imarq...@uci.cu>> wrote:


If the only way to access to the production server is using a ssh
connection, what do you recommend to start the server, and to
continue running in background when you close the ssh connection?

Thanks & regards
Iskael


On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:

On Wed, Jun 8, 2011 at 12:11 PM, Charitha
Kankanamgemailto:chari...@wso2.com>>  wrote:

This is regarding https://wso2.org/jira/browse/CARBON-10761.

After a discussion with Azeez and few other devs, we got
to know there are
serious issues with wrapper hence we should not start
servers using daemon
mode. In all previous releases, we recommended users to
run servers in
production using daemon. Therefore, we need to let
everyone know by updating
release-notes or any relevant docs stating that the
wrapper is no longer
recommended for production.

We can update the production recommendation docs [out side the
build]
- lets keep the release notes as it is...

Thanks&  regards,
-Prabath

Regards
Charitha

___
Carbon-dev mailing list
Carbon-dev@wso2.org 
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




___
Carbon-dev mailing list
Carbon-dev@wso2.org 
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




--
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com 
Member; Apache Software Foundation; http://www.apache.org/
///
email: //az...@wso2.com/ /cell: +94 77 3320919
blog: //http://blog.afkham.org//
twitter: //http://twitter.com/afkham_azeez//
linked-in: //http://lk.linkedin.com/in/afkhamazeez/
/
/
/Lean . Enterprise . Middleware/


___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-09 Thread Afkham Azeez
On Thu, Jun 9, 2011 at 9:37 PM, Guillaume Devianne wrote:

> you might also look at the *screen *command.


Yes, that will also work.


>
> Guillaume
>
>
>
> On Thu, Jun 9, 2011 at 12:01 PM, Afkham Azeez  wrote:
>
>> nohup wso2server.sh &
>>
>> BTW, we are investigating this JavaServiceWrapper issue, and will probably
>> migrate to some other wrapper framework in the future.
>>
>>
>> On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez > > wrote:
>>
>>> If the only way to access to the production server is using a ssh
>>> connection, what do you recommend to start the server, and to continue
>>> running in background when you close the ssh connection?
>>>
>>> Thanks & regards
>>> Iskael
>>>
>>>
>>> On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:
>>>
 On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
  wrote:

> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>
> After a discussion with Azeez and few other devs, we got to know there
> are
> serious issues with wrapper hence we should not start servers using
> daemon
> mode. In all previous releases, we recommended users to run servers in
> production using daemon. Therefore, we need to let everyone know by
> updating
> release-notes or any relevant docs stating that the wrapper is no
> longer
> recommended for production.
>
 We can update the production recommendation docs [out side the build]
 - lets keep the release notes as it is...

 Thanks&  regards,
 -Prabath

> Regards
> Charitha
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
>

  ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * **
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-09 Thread Guillaume Devianne
you might also look at the *screen *command.

Guillaume


On Thu, Jun 9, 2011 at 12:01 PM, Afkham Azeez  wrote:

> nohup wso2server.sh &
>
> BTW, we are investigating this JavaServiceWrapper issue, and will probably
> migrate to some other wrapper framework in the future.
>
>
> On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez 
> wrote:
>
>> If the only way to access to the production server is using a ssh
>> connection, what do you recommend to start the server, and to continue
>> running in background when you close the ssh connection?
>>
>> Thanks & regards
>> Iskael
>>
>>
>> On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:
>>
>>> On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
>>>  wrote:
>>>
 This is regarding https://wso2.org/jira/browse/CARBON-10761.

 After a discussion with Azeez and few other devs, we got to know there
 are
 serious issues with wrapper hence we should not start servers using
 daemon
 mode. In all previous releases, we recommended users to run servers in
 production using daemon. Therefore, we need to let everyone know by
 updating
 release-notes or any relevant docs stating that the wrapper is no longer
 recommended for production.

>>> We can update the production recommendation docs [out side the build]
>>> - lets keep the release notes as it is...
>>>
>>> Thanks&  regards,
>>> -Prabath
>>>
 Regards
 Charitha

 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



>>>
>>>  ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-09 Thread Afkham Azeez
nohup wso2server.sh &

BTW, we are investigating this JavaServiceWrapper issue, and will probably
migrate to some other wrapper framework in the future.

On Thu, Jun 9, 2011 at 9:25 PM, Ing. Iskael Diaz Marquez wrote:

> If the only way to access to the production server is using a ssh
> connection, what do you recommend to start the server, and to continue
> running in background when you close the ssh connection?
>
> Thanks & regards
> Iskael
>
>
> On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:
>
>> On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge
>>  wrote:
>>
>>> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>>>
>>> After a discussion with Azeez and few other devs, we got to know there
>>> are
>>> serious issues with wrapper hence we should not start servers using
>>> daemon
>>> mode. In all previous releases, we recommended users to run servers in
>>> production using daemon. Therefore, we need to let everyone know by
>>> updating
>>> release-notes or any relevant docs stating that the wrapper is no longer
>>> recommended for production.
>>>
>> We can update the production recommendation docs [out side the build]
>> - lets keep the release notes as it is...
>>
>> Thanks&  regards,
>> -Prabath
>>
>>> Regards
>>> Charitha
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>>
>>
>>  ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-09 Thread Ing. Iskael Diaz Marquez
If the only way to access to the production server is using a ssh 
connection, what do you recommend to start the server, and to continue 
running in background when you close the ssh connection?


Thanks & regards
Iskael

On 06/08/2011 02:52 AM, Prabath Siriwardena wrote:

On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge  wrote:

This is regarding https://wso2.org/jira/browse/CARBON-10761.

After a discussion with Azeez and few other devs, we got to know there are
serious issues with wrapper hence we should not start servers using daemon
mode. In all previous releases, we recommended users to run servers in
production using daemon. Therefore, we need to let everyone know by updating
release-notes or any relevant docs stating that the wrapper is no longer
recommended for production.

We can update the production recommendation docs [out side the build]
- lets keep the release notes as it is...

Thanks&  regards,
-Prabath

Regards
Charitha

___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev






___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-07 Thread Prabath Siriwardena
On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge  wrote:
> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>
> After a discussion with Azeez and few other devs, we got to know there are
> serious issues with wrapper hence we should not start servers using daemon
> mode. In all previous releases, we recommended users to run servers in
> production using daemon. Therefore, we need to let everyone know by updating
> release-notes or any relevant docs stating that the wrapper is no longer
> recommended for production.

We can update the production recommendation docs [out side the build]
- lets keep the release notes as it is...

Thanks & regards,
-Prabath
>
> Regards
> Charitha
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>



-- 
Thanks & Regards,
Prabath

http://blog.facilelogin.com
http://RampartFAQ.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Servers should not be started in daemon mode

2011-06-07 Thread Afkham Azeez
Yes, I sent a mail about this a few months back. Either there are config
issues or wrapper is buggy. Anyway, the wrapper version we are using is way
back from 2007, so I guess there could be bugs, and we cannot upgrade due to
license issues. After this release, we should be looking into migrating to
some other wrapper that provides the same functionality.

On Wed, Jun 8, 2011 at 12:11 PM, Charitha Kankanamge wrote:

> This is regarding https://wso2.org/jira/browse/CARBON-10761.
>
> After a discussion with Azeez and few other devs, we got to know there are
> serious issues with wrapper hence we should not start servers using daemon
> mode. In all previous releases, we recommended users to run servers in
> production using daemon. Therefore, we need to let everyone know by updating
> release-notes or any relevant docs stating that the wrapper is no longer
> recommended for production.
>
> Regards
> Charitha
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Servers should not be started in daemon mode

2011-06-07 Thread Charitha Kankanamge
This is regarding https://wso2.org/jira/browse/CARBON-10761.

After a discussion with Azeez and few other devs, we got to know there are
serious issues with wrapper hence we should not start servers using daemon
mode. In all previous releases, we recommended users to run servers in
production using daemon. Therefore, we need to let everyone know by updating
release-notes or any relevant docs stating that the wrapper is no longer
recommended for production.

Regards
Charitha
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev