Re: Can't run strartos server

2015-03-08 Thread Jerad Rutnam
Hi Isuru, Thanks for the tip! Regards, Jerad On Wed, Mar 4, 2015 at 10:28 AM, Isuru Perera wrote: > You can simply use dos2unix command. > http://linuxcommand.org/man_pages/dos2unix1.html > > On Wed, Mar 4, 2015 at 9:32 AM, Jerad Rutnam wrote: > >> Hi Vishanth, Udara, >> >> Vishanth point see

Re: Can't run strartos server

2015-03-03 Thread Isuru Perera
You can simply use dos2unix command. http://linuxcommand.org/man_pages/dos2unix1.html On Wed, Mar 4, 2015 at 9:32 AM, Jerad Rutnam wrote: > Hi Vishanth, Udara, > > Vishanth point seems to be the problem (Dos line ending). It was not built > properly I guess. May be file permission might cause th

Re: Can't run strartos server

2015-03-03 Thread Jerad Rutnam
Hi Vishanth, Udara, Vishanth point seems to be the problem (Dos line ending). It was not built properly I guess. May be file permission might cause this issue. Anyway I was able to convert the .sh file to unix using the command: sed -i s/{ctrl+v}{ctrl+m}// {filename} Thanks, Jerad On Tue, Mar 3,

Re: Can't run strartos server

2015-03-03 Thread Vishanth Balasubramaniam
Hi Jerad, Seems like it has a dos line ending as mentioned in this [1]. [1] - http://stackoverflow.com/questions/2920416/configure-bin-shm-bad-interpreter Thank you, Vishanth On Tue, Mar 3, 2015 at 4:01 PM, Udara Liyanage wrote: > Hi jerad, > > Seems some unknown character is placed in sh fil

Re: Can't run strartos server

2015-03-03 Thread Udara Liyanage
Hi jerad, Seems some unknown character is placed in sh file. Could you share the probmatic stratos.sh file On Tue, Mar 3, 2015 at 3:46 PM, Jerad Rutnam wrote: > Hi Vishanth, > > You mean the error log after replacing the .sh file? Because there were no > console errors in the initial state. > E

Re: Can't run strartos server

2015-03-03 Thread Jerad Rutnam
Hi Vishanth, You mean the error log after replacing the .sh file? Because there were no console errors in the initial state. Except this: *bash: bin/stratos.sh: /bin/sh^M: bad interpreter: No such file or directory* Thanks, Jerad On Tue, Mar 3, 2015 at 3:34 PM, Vishanth Balasubramaniam wrote:

Re: Can't run strartos server

2015-03-03 Thread Vishanth Balasubramaniam
Hi Jerad, Could you provide the error log so we can see what went wrong? Regards, Vishanth On Tue, Mar 3, 2015 at 3:25 PM, Jerad Rutnam wrote: > Hi, > > I was able to run the server by replacing stratos.sh with an old > stratos.sh (but with errors). So I suspect it's something to do with the >

Re: Can't run strartos server

2015-03-03 Thread Jerad Rutnam
Hi, I was able to run the server by replacing stratos.sh with an old stratos.sh (but with errors). So I suspect it's something to do with the build. Thanks, Jerad On Tue, Mar 3, 2015 at 3:19 PM, Jerad Rutnam wrote: > Hi, > > I'm having an issue of starting Startos. Please advice me where I wen

Can't run strartos server

2015-03-03 Thread Jerad Rutnam
Hi, I'm having an issue of starting Startos. Please advice me where I went wrong. Any other configurations I have to do? 1.) I built a pack from git [1] last updated source (March 2nd, 2015). 2.) Extracted stratos/products/stratos/modules/distribution/target/apache-stratos-4.1.0-SNAPSHOT.zip 3.