Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » SeMantic Information Logistics Architecture (SMILA) » Running SMILA as service
Running SMILA as service [message #644628] Mon, 13 December 2010 14:42 Go to next message
Martin Röbert is currently offline Martin RöbertFriend
Messages: 16
Registered: December 2010
Location: Leipzig, Germany
Junior Member
Hi there,

atm I try to work out a concept for deploying SMILA at a production environment (Linux) where SMILA should start at automatically (init.d)

So far starting is not the problem - but how can I provide a sufficient way to stop SMILA and give a status?

Any hints?

Thanks in advance,

Martin

[Updated on: Mon, 13 December 2010 14:43]

Report message to a moderator

Re: Runnin SMILA as service [message #644645 is a reply to message #644628] Mon, 13 December 2010 15:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: juergen.schumacher.attensity.com

Hi,

Am 13.12.2010, 15:42 Uhr, schrieb Martin <martin.roebert@gmx.de>:
> Hi there,
>
> atm I try to work out a concept for deploying SMILA at a production
> environment (Linux) where SMILA should start at automatically (init.d)
>
> So far starting is not the problem - but how can I provide a sufficient
> way to stop SMILA and give a status?
>
> Any hints?

Is this sufficient for your purposes?

http://wiki.eclipse.org/SMILA/FAQ#How_to_start.2Fstop_and_ma nage_SMILA_as_a_background_process_on_a_Linux_machine.3F

Regards,
Juergen.
Re: Running SMILA as service [message #644752 is a reply to message #644628] Tue, 14 December 2010 07:00 Go to previous messageGo to next message
Martin Röbert is currently offline Martin RöbertFriend
Messages: 16
Registered: December 2010
Location: Leipzig, Germany
Junior Member
Hi,

and thanks for that fast answer.

As you mentioned it I stumbled accross this FAQ-entry already but I never go it working for me - I couldn't connect via telnet to the port. Have you any hints regarding this issue?
Or any other suggestion to my problem Wink

Thanks in advance,

Martin
Re: Running SMILA as service [message #644785 is a reply to message #644752] Tue, 14 December 2010 08:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: juergen.schumacher.attensity.com

Am 14.12.2010, 08:01 Uhr, schrieb Martin <martin.roebert@gmx.de>:

> Hi,
>
> and thanks for that fast answer.
>
> As you mentioned it I stumbled accross this FAQ-entry already but I
> never go it working for me - I couldn't connect via telnet to the port.
> Have you any hints regarding this issue? Or any other suggestion to my
> problem ;)
>
> Thanks in advance,
>
> Martin

Apart from the usual suspects (firewall etc ....): not really (;
We are using this ourselves, though not via the SMILA.ini file but as a
command line parameter "-console 9005".
Ok, one idea: it must be placed before the -vmargs parameter.

Cheers,
Juergen.
Re: Running SMILA as service [message #644809 is a reply to message #644628] Tue, 14 December 2010 10:03 Go to previous messageGo to next message
Martin Röbert is currently offline Martin RöbertFriend
Messages: 16
Registered: December 2010
Location: Leipzig, Germany
Junior Member
Hi,

I'll give it a shot again Smile

Thanks

Martin
Re: Running SMILA as service [message #645469 is a reply to message #644785] Fri, 17 December 2010 10:28 Go to previous messageGo to next message
Igor Novakovic is currently offline Igor NovakovicFriend
Messages: 54
Registered: July 2009
Member
I would also first try to eliminate the usual suspects.

I am using this feature constantly via SMILA.ini, so it works for me
quite well.
Perhaps you did not put the port number in the new line _just right
after_ the "-console" definition?

For example, my SMILA.ini starts like this:
-console
9999
-noexit
-vmargs
-Xms40m
-Xmx1024m
....

Hope this helps.

Cheers
Igor

Am 14.12.2010 09:52, schrieb Jürgen Schumacher:
> Am 14.12.2010, 08:01 Uhr, schrieb Martin <martin.roebert@gmx.de>:
>
>> Hi,
>>
>> and thanks for that fast answer.
>>
>> As you mentioned it I stumbled accross this FAQ-entry already but I
>> never go it working for me - I couldn't connect via telnet to the
>> port. Have you any hints regarding this issue? Or any other suggestion
>> to my problem ;)
>>
>> Thanks in advance,
>>
>> Martin
>
> Apart from the usual suspects (firewall etc ....): not really (;
> We are using this ourselves, though not via the SMILA.ini file but as a
> command line parameter "-console 9005".
> Ok, one idea: it must be placed before the -vmargs parameter.
>
> Cheers,
> Juergen.
Re: Running SMILA as service [message #645555 is a reply to message #645469] Fri, 17 December 2010 23:08 Go to previous message
Martin Röbert is currently offline Martin RöbertFriend
Messages: 16
Registered: December 2010
Location: Leipzig, Germany
Junior Member
Hi,

thanks a lot for that hint. Got it working and wrote an init.d script which can stop it and query the status.

Cheers,
Martin
Previous Topic:SMILA version 0.8
Next Topic:trunk source code...
Goto Forum:
  


Current Time: Sat Apr 20 11:15:20 GMT 2024

Powered by FUDForum. Page generated in 0.02950 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top