|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Web InterfaceHi Volks, I've just installed Continuum on Ubuntu. After executing update-rc.d -n continuum defaults 80 I get the following: update-rc.d: warning: /etc/init.d/continuum missing LSB information update-rc.d: see <http://wiki.debian.org/LSBInitScripts> Adding system startup for /etc/init.d/continuum ... /etc/rc0.d/K80continuum -> ../init.d/continuum /etc/rc1.d/K80continuum -> ../init.d/continuum /etc/rc6.d/K80continuum -> ../init.d/continuum /etc/rc2.d/S80continuum -> ../init.d/continuum /etc/rc3.d/S80continuum -> ../init.d/continuum /etc/rc4.d/S80continuum -> ../init.d/continuum /etc/rc5.d/S80continuum -> ../init.d/continuum Which should mean that its running. But when I try to see the web interface and type http://192.168.100.110:8080/continuum in my browser, I get nothing. I've tried to configure attributes for logging but still get no logfile. Could anyone tell me what could be the problem? Thanks in advance! Babak _________________________________________________________________ With Windows Live, you can organize, edit, and share your photos. http://www.microsoft.com/middleeast/windows/windowslive/products/photo-gallery-edit.aspx |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 11:59 AM, Babak Shafian <babakred@...> wrote:
> > Hi Volks, > > I've just installed Continuum on Ubuntu. After executing update-rc.d -n > continuum defaults 80 I get the following: > > update-rc.d: warning: /etc/init.d/continuum missing LSB information > update-rc.d: see <http://wiki.debian.org/LSBInitScripts> > Adding system startup for /etc/init.d/continuum ... > /etc/rc0.d/K80continuum -> ../init.d/continuum > /etc/rc1.d/K80continuum -> ../init.d/continuum > /etc/rc6.d/K80continuum -> ../init.d/continuum > /etc/rc2.d/S80continuum -> ../init.d/continuum > /etc/rc3.d/S80continuum -> ../init.d/continuum > /etc/rc4.d/S80continuum -> ../init.d/continuum > /etc/rc5.d/S80continuum -> ../init.d/continuum > > > Which should mean that its running. No it does not. Try: # invoke-rc.d continuum start or: # /etc/init.d/continuum start and see what happens? If you still have problems check log files. P.S. http://www.annodex.net/cgi-bin/man/man2html?update-rc.d+8 http://www.annodex.net/cgi-bin/man/man2html?invoke-rc.d+8 Can you see the diference? |
|
|
RE: Web InterfaceThanks for the quick response! > > > > Hi Volks, > > > > I've just installed Continuum on Ubuntu. After executing update-rc.d -n > > continuum defaults 80 I get the following: > > > > update-rc.d: warning: /etc/init.d/continuum missing LSB information > > update-rc.d: see <http://wiki.debian.org/LSBInitScripts> > > Adding system startup for /etc/init.d/continuum ... > > /etc/rc0.d/K80continuum -> ../init.d/continuum > > /etc/rc1.d/K80continuum -> ../init.d/continuum > > /etc/rc6.d/K80continuum -> ../init.d/continuum > > /etc/rc2.d/S80continuum -> ../init.d/continuum > > /etc/rc3.d/S80continuum -> ../init.d/continuum > > /etc/rc4.d/S80continuum -> ../init.d/continuum > > /etc/rc5.d/S80continuum -> ../init.d/continuum > > > > > > Which should mean that its running. > > > No it does not. Try: > > # invoke-rc.d continuum start > > or: > > # /etc/init.d/continuum start > > and see what happens? If you still have problems check log files. > > P.S. > > http://www.annodex.net/cgi-bin/man/man2html?update-rc.d+8 > http://www.annodex.net/cgi-bin/man/man2html?invoke-rc.d+8 > > Can you see the diference? I've started continuum but still get no logfiles. But maybe its up to my installation. To create a continuum file under /etc/init.d/ I couldn't understand what could be meant with continuum_user. I have just replaced it with root(system user) because at this stage I have not create a continuum user yet. The other point is the following command : ln -s /usr/local/continuum-[VERSION]/bin/linux/run.sh /etc/init.d/continuum I'm not sure if I have to replace VERSION with my own continuum version. And after all I don't have any continuum directory under /user/local/ _________________________________________________________________ Share your memories online with anyone you want. http://www.microsoft.com/middleeast/windows/windowslive/products/photos-share.aspx?tab=1 |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 12:39 PM, Babak Shafian <babakred@...> wrote:
> > Thanks for the quick response! > > > > > > > Hi Volks, > > > > > > I've just installed Continuum on Ubuntu. After executing update-rc.d -n > > > continuum defaults 80 I get the following: > > > > At this point you SAID that you have installed Continum... > > > update-rc.d: warning: /etc/init.d/continuum missing LSB information > > > update-rc.d: see <http://wiki.debian.org/LSBInitScripts> > > > Adding system startup for /etc/init.d/continuum ... > > > /etc/rc0.d/K80continuum -> ../init.d/continuum > > > /etc/rc1.d/K80continuum -> ../init.d/continuum > > > /etc/rc6.d/K80continuum -> ../init.d/continuum > > > /etc/rc2.d/S80continuum -> ../init.d/continuum > > > /etc/rc3.d/S80continuum -> ../init.d/continuum > > > /etc/rc4.d/S80continuum -> ../init.d/continuum > > > /etc/rc5.d/S80continuum -> ../init.d/continuum > > > > > > > > > Which should mean that its running. > > > > > > No it does not. Try: > > > > # invoke-rc.d continuum start > > > > or: > > > > # /etc/init.d/continuum start > > > > and see what happens? If you still have problems check log files. > > > > P.S. > > > > http://www.annodex.net/cgi-bin/man/man2html?update-rc.d+8 > > http://www.annodex.net/cgi-bin/man/man2html?invoke-rc.d+8 > > > > Can you see the diference? > > > I've started continuum but still get no logfiles. But maybe its up to my > installation. To create a continuum file under /etc/init.d/ I couldn't > understand what could be meant with continuum_user. I have just replaced it > with root(system user) because at this stage I have not create a continuum > user yet. > > The other point is the following command : > > ln -s /usr/local/continuum-[VERSION]/bin/linux/run.sh /etc/init.d/continuum > > I'm not sure if I have to replace VERSION with my own continuum version. > And after all I don't have > any continuum directory under /user/local/ > > installation, please give us more details like: I have downloaded from this link. Unzip-ed with this command under this directory, starting Continuum application with this command... Regards, Vlado |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 12:59:14 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 12:39 PM, Babak Shafian <babakred@...> wrote: > > > > > Thanks for the quick response! > > > > > > > > > > Hi Volks, > > > > > > > > I've just installed Continuum on Ubuntu. After executing update-rc.d -n > > > > continuum defaults 80 I get the following: > > > > > > > > At this point you SAID that you have installed Continum... > > > > > > update-rc.d: warning: /etc/init.d/continuum missing LSB information > > > > update-rc.d: see <http://wiki.debian.org/LSBInitScripts> > > > > Adding system startup for /etc/init.d/continuum ... > > > > /etc/rc0.d/K80continuum -> ../init.d/continuum > > > > /etc/rc1.d/K80continuum -> ../init.d/continuum > > > > /etc/rc6.d/K80continuum -> ../init.d/continuum > > > > /etc/rc2.d/S80continuum -> ../init.d/continuum > > > > /etc/rc3.d/S80continuum -> ../init.d/continuum > > > > /etc/rc4.d/S80continuum -> ../init.d/continuum > > > > /etc/rc5.d/S80continuum -> ../init.d/continuum > > > > > > > > > > > > Which should mean that its running. > > > > > > > > > No it does not. Try: > > > > > > # invoke-rc.d continuum start > > > > > > or: > > > > > > # /etc/init.d/continuum start > > > > > > and see what happens? If you still have problems check log files. > > > > > > P.S. > > > > > > http://www.annodex.net/cgi-bin/man/man2html?update-rc.d+8 > > > http://www.annodex.net/cgi-bin/man/man2html?invoke-rc.d+8 > > > > > > Can you see the diference? > > > > > > I've started continuum but still get no logfiles. But maybe its up to my > > installation. To create a continuum file under /etc/init.d/ I couldn't > > understand what could be meant with continuum_user. I have just replaced it > > with root(system user) because at this stage I have not create a continuum > > user yet. > > > > The other point is the following command : > > > > ln -s /usr/local/continuum-[VERSION]/bin/linux/run.sh /etc/init.d/continuum > > > > I'm not sure if I have to replace VERSION with my own continuum version. > > And after all I don't have > > any continuum directory under /user/local/ > > > > > Have you, or have you not installed Continuum successfully? If you have some > installation, please give us more details like: > > I have downloaded from this link. Unzip-ed with this command under this > directory, starting Continuum application with this command... > Ok. I think its better we go through from the beginning: I have downloaded the standalone version from the Download pageExtracted the file on my Ubuntu machine under /opt/apache-continuum-1.2.3 Set a JAVA_HOME environment variable which use a jdk >= 1.5 After that I created the continuum file under /etc/init.d/ with the following content : #!/bin/sh CONTINUUM_HOME=/opt/apache-continuum-1.2.3 su - root -c "$CONTINUUM_HOME/bin/continuum console $@ &" After that I executed the following: ln -s /usr/local/continuum-[VERSION]/bin/linux/run.sh /etc/init.d/continuum And after that I executed update-rc.d -n continuum defaults 80 and I got: update-rc.d: warning: /etc/init.d/continuum missing LSB information update-rc.d: see <http://wiki.debian.org/LSBInitScripts> Adding system startup for /etc/init.d/continuum ... /etc/rc0.d/K80continuum -> ../init.d/continuum /etc/rc1.d/K80continuum -> ../init.d/continuum /etc/rc6.d/K80continuum -> ../init.d/continuum /etc/rc2.d/S80continuum -> ../init.d/continuum /etc/rc3.d/S80continuum -> ../init.d/continuum /etc/rc4.d/S80continuum -> ../init.d/continuum /etc/rc5.d/S80continuum -> ../init.d/continuum After that you told me I have to type invoke-rc.d continuum start to start continuum and I have done that.So far my activities with continuum! _________________________________________________________________ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/products/photos.aspx |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 1:14 PM, Babak Shafian <babakred@...> wrote:
> > Ok. I think its better we go through from the beginning: > > I have downloaded the standalone version from the Download pageExtracted > the file on my Ubuntu machine under /opt/apache-continuum-1.2.3 > Can you point the link(file) that you have downloaded? It should be one of these: Continuum 1.2.3 (tar.gz) apache-continuum-1.2.3-bin.tar.gz 28M Continuum 1.2.3 (zip) apache-continuum-1.2.3-bin.zip 28M Continuum 1.2.3 (war) apache-continuum-1.2.3.war 22M Continuum 1.2.3 (source zip) apache-continuum-1.2.3-src.zip 2.8M Set a JAVA_HOME environment variable which use a jdk >= 1.5 > After that I created the continuum file under /etc/init.d/ with the > following content : > > #!/bin/sh > > CONTINUUM_HOME=/opt/apache-continuum-1.2.3 > su - root -c "$CONTINUUM_HOME/bin/continuum console $@ &" > do you have this file(script)? Execute this: ls -al /opt/apache-continuum-1.2.3 and this: ls -al /opt/apache-continuum-1.2.3/bin Regards, Vlado |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 13:28:16 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 1:14 PM, Babak Shafian <babakred@...> wrote: > > > > > Ok. I think its better we go through from the beginning: > > > > I have downloaded the standalone version from the Download pageExtracted > > the file on my Ubuntu machine under /opt/apache-continuum-1.2.3 > > > > Can you point the link(file) that you have downloaded? It should be one of > these: > > Continuum 1.2.3 (tar.gz) apache-continuum-1.2.3-bin.tar.gz 28M > Continuum 1.2.3 (zip) apache-continuum-1.2.3-bin.zip 28M > Continuum 1.2.3 (war) apache-continuum-1.2.3.war 22M > Continuum 1.2.3 (source zip) apache-continuum-1.2.3-src.zip 2.8M I've installed the first one : Continuum 1.2.3 (tar.gz) apache-continuum-1.2.3-bin.tar.gz 28M > Set a JAVA_HOME environment variable which use a jdk >= 1.5 > > After that I created the continuum file under /etc/init.d/ with the > > following content : > > > > #!/bin/sh > > > > CONTINUUM_HOME=/opt/apache-continuum-1.2.3 > > su - root -c "$CONTINUUM_HOME/bin/continuum console $@ &" > > > > do you have this file(script)? Execute this: > > ls -al /opt/apache-continuum-1.2.3 > Yes I've this file. After executing I get : total 52 drwxr-xr-x 8 root root 4096 Sep 7 15:17 . drwxr-xr-x 3 root root 4096 Sep 7 15:16 .. -rw-r--r-- 1 root root 13937 Jan 8 2009 LICENSE -rw-r--r-- 1 root root 173 Jan 8 2009 NOTICE drwxr-xr-x 3 root root 4096 Sep 7 15:16 apps drwxr-xr-x 2 root root 4096 Sep 7 15:17 bin drwxr-xr-x 2 root root 4096 Sep 7 16:48 conf drwxr-xr-x 2 root root 4096 Sep 7 15:17 lib drwxr-xr-x 2 root root 4096 Sep 7 15:17 logs drwxr-xr-x 2 root root 4096 Sep 7 15:17 tmp > and this: > > ls -al /opt/apache-continuum-1.2.3/bin > And get this: total 1072 drwxr-xr-x 2 root root 4096 Sep 7 15:17 . drwxr-xr-x 8 root root 4096 Sep 7 15:17 .. -rw-r--r-- 1 root root 15380 Jan 8 2009 continuum -rw-r--r-- 1 root root 2055 Jan 8 2009 continuum.bat -rw-r--r-- 1 root root 99401 Jan 8 2009 wrapper-linux-x86-32 -rw-r--r-- 1 root root 111027 Jan 8 2009 wrapper-linux-x86-64 -rw-r--r-- 1 root root 233604 Jan 8 2009 wrapper-macosx-universal-32 -rw-r--r-- 1 root root 112536 Jan 8 2009 wrapper-solaris-sparc-32 -rw-r--r-- 1 root root 148512 Jan 8 2009 wrapper-solaris-sparc-64 -rw-r--r-- 1 root root 110992 Jan 8 2009 wrapper-solaris-x86-32 -rw-r--r-- 1 root root 204800 Jan 8 2009 wrapper-windows-x86-32.exe _________________________________________________________________ Show them the way! Add maps and directions to your party invites. http://www.microsoft.com/windows/windowslive/products/events.aspx |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 1:33 PM, Babak Shafian <babakred@...> wrote:
> I've installed the first one : Continuum 1.2.3 (tar.gz) > apache-continuum-1.2.3-bin.tar.gz 28M > > > > Set a JAVA_HOME environment variable which use a jdk >= 1.5 > > > After that I created the continuum file under /etc/init.d/ with the > > > following content : > > > > > > #!/bin/sh > > > > > > CONTINUUM_HOME=/opt/apache-continuum-1.2.3 > > > su - root -c "$CONTINUUM_HOME/bin/continuum console $@ &" > > # chown root.root /opt/apache-continuum-1.2.3 -R # update-rc.d -f continuum remove # rm /etc/init.d/continuum # ln -s /opt/apache-continuum-1.2.3/bin/continuum /etc/init.d/continuum # update-rc.d continuum defaults 80 you will get again warning message, but you can ignore this. After this you can start the application with: /etc/init.d/continuum console or: /etc/init.d/continuum start or: invoke-rc.d continuum console or invoke-rc.d continuum start You can find logs under: /opt/apache-continuum/logs directory. Regards, Vlado |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 13:55:22 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 1:33 PM, Babak Shafian <babakred@...> wrote: > > > I've installed the first one : Continuum 1.2.3 (tar.gz) > > apache-continuum-1.2.3-bin.tar.gz 28M > > > > > > > Set a JAVA_HOME environment variable which use a jdk >= 1.5 > > > > After that I created the continuum file under /etc/init.d/ with the > > > > following content : > > > > > > > > #!/bin/sh > > > > > > > > CONTINUUM_HOME=/opt/apache-continuum-1.2.3 > > > > su - root -c "$CONTINUUM_HOME/bin/continuum console $@ &" > > > > > You don't need this. Simply do this as root: > > # chown root.root /opt/apache-continuum-1.2.3 -R > # update-rc.d -f continuum remove > # rm /etc/init.d/continuum > # ln -s /opt/apache-continuum-1.2.3/bin/continuum /etc/init.d/continuum > # update-rc.d continuum defaults 80 > > you will get again warning message, but you can ignore this. After this you > can start the application with: > > /etc/init.d/continuum console > > or: > > /etc/init.d/continuum start > > or: > > invoke-rc.d continuum console > > or > > invoke-rc.d continuum start > > You can find logs under: > > /opt/apache-continuum/logs > > directory. > I've done all the steps but I don't get any logs yet. Should I activate or change something in the config file(jetty.xml or jetty-logging.xml) in order to get logging?? Thanks a lot Babak _________________________________________________________________ Show them the way! Add maps and directions to your party invites. http://www.microsoft.com/windows/windowslive/products/events.aspx |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 2:15 PM, Babak Shafian <babakred@...> wrote:
> > I've done all the steps but I don't get any logs yet. Should I activate or > change something in the config file(jetty.xml or jetty-logging.xml) in order > to get logging?? > > No you don't. How do you start server? I am starting on this way: # /etc/init.d/continuum console Running Apache Continuum... wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. jvm 1 | jvm 1 | 1 [WrapperSimpleAppMain] INFO org.mortbay.log - Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog jvm 1 | 309 [WrapperSimpleAppMain] WARN org.mortbay.log - Deprecated configuration used for ./apps jvm 1 | 488 [WrapperSimpleAppMain] INFO org.mortbay.log - Redirecting stderr/stdout to /opt/apache-continuum-1.2.3/logs/2009_09_09.stderrout.log So it is clear that wrapper is starting successfully and logging to the redirected output. Also it is clear that I have java process running: # ps aux | grep java root 11945 9.5 4.6 244036 84000 pts/1 Sl+ 14:44 0:17 java -Dappserver.home=. -Dappserver.base=. -Djetty.logs=./logs -Djava.io.tmpdir=./tmp -Djava.library.path=lib -classpath lib/wrapper.jar:lib/continuum-jetty-1.2.3.pom:lib/jetty-6.1.11.jar:lib/jetty-util-6.1.11.jar:lib/servlet-api-2.5-6.1.11.jar:lib/start-6.1.11.jar:lib/jetty-naming-6.1.11.jar:lib/mail-1.4.jar:lib/activation-1.1.jar:lib/jsp-api-2.0-6.1.11.jar:lib/jetty-plus-6.1.11.jar:lib/geronimo-spec-jta-1.0.1B-rc4.jar:lib/derby-10.1.3.1.jar:lib/ant-1.6.5.jar:lib/commons-el-1.0.jar:lib/jasper-compiler-5.5.15.jar:lib/jasper-runtime-5.5.15.jar:lib/jcl104-over-slf4j-1.5.0.jar:lib/slf4j-simple-1.5.0.jar:lib/slf4j-api-1.5.0.jar:lib/jasper-compiler-jdt-5.5.15.jar -Dwrapper.key=MNgbJa_jK950U1l5 -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.pid=11943 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 org.tanukisoftware.wrapper.WrapperSimpleApp org.mortbay.start.Main ./conf/jetty.xml ./conf/jetty-logging.xml Regards, Vlado |
|
|
RE: Web Interface> > > > > I've done all the steps but I don't get any logs yet. Should I activate or > > change something in the config file(jetty.xml or jetty-logging.xml) in order > > to get logging?? > > > > > No you don't. > How do you start server? I am starting on this way: > > # /etc/init.d/continuum console > Running Apache Continuum... > wrapper | --> Wrapper Started as Console > wrapper | Launching a JVM... > jvm 1 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org > jvm 1 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved. > jvm 1 | > jvm 1 | 1 [WrapperSimpleAppMain] INFO org.mortbay.log - Logging to > org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog > jvm 1 | 309 [WrapperSimpleAppMain] WARN org.mortbay.log - Deprecated > configuration used for ./apps > jvm 1 | 488 [WrapperSimpleAppMain] INFO org.mortbay.log - Redirecting > stderr/stdout to /opt/apache-continuum-1.2.3/logs/2009_09_09.stderrout.log > > So it is clear that wrapper is starting successfully and logging to the > redirected output. Also it is clear that I have java process running: > > # ps aux | grep java > root 11945 9.5 4.6 244036 84000 pts/1 Sl+ 14:44 0:17 java > -Dappserver.home=. -Dappserver.base=. -Djetty.logs=./logs > -Djava.io.tmpdir=./tmp -Djava.library.path=lib -classpath > lib/wrapper.jar:lib/continuum-jetty-1.2.3.pom:lib/jetty-6.1.11.jar:lib/jetty-util-6.1.11.jar:lib/servlet-api-2.5-6.1.11.jar:lib/start-6.1.11.jar:lib/jetty-naming-6.1.11.jar:lib/mail-1.4.jar:lib/activation-1.1.jar:lib/jsp-api-2.0-6.1.11.jar:lib/jetty-plus-6.1.11.jar:lib/geronimo-spec-jta-1.0.1B-rc4.jar:lib/derby-10.1.3.1.jar:lib/ant-1.6.5.jar:lib/commons-el-1.0.jar:lib/jasper-compiler-5.5.15.jar:lib/jasper-runtime-5.5.15.jar:lib/jcl104-over-slf4j-1.5.0.jar:lib/slf4j-simple-1.5.0.jar:lib/slf4j-api-1.5.0.jar:lib/jasper-compiler-jdt-5.5.15.jar > -Dwrapper.key=MNgbJa_jK950U1l5 -Dwrapper.port=32000 > -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 > -Dwrapper.pid=11943 -Dwrapper.version=3.2.3 -Dwrapper.native_library=wrapper > -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 > org.tanukisoftware.wrapper.WrapperSimpleApp org.mortbay.start.Main > ./conf/jetty.xml ./conf/jetty-logging.xml > After executing root@ubuntu-jaunty-amd64-webtv:/etc/init.d# continuum console I get the error : -bash: continuum: command not found But after executing root@ubuntu-jaunty-amd64-webtv:/etc/init.d# ./continuum I get : Unable to locate any of the following binaries: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32 (Found but not executable.) /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-64 (Found but not executable.) /opt/apache-continuum-1.2.3/bin/./wrapper _________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/ |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 1:33 PM, Babak Shafian <babakred@...> wrote:
> > > ls -al /opt/apache-continuum-1.2.3/bin > > > > And get this: > > total 1072 > drwxr-xr-x 2 root root 4096 Sep 7 15:17 . > drwxr-xr-x 8 root root 4096 Sep 7 15:17 .. > -rw-r--r-- 1 root root 15380 Jan 8 2009 continuum > -rw-r--r-- 1 root root 2055 Jan 8 2009 continuum.bat > -rw-r--r-- 1 root root 99401 Jan 8 2009 wrapper-linux-x86-32 > -rw-r--r-- 1 root root 111027 Jan 8 2009 wrapper-linux-x86-64 > -rw-r--r-- 1 root root 233604 Jan 8 2009 wrapper-macosx-universal-32 > -rw-r--r-- 1 root root 112536 Jan 8 2009 wrapper-solaris-sparc-32 > -rw-r--r-- 1 root root 148512 Jan 8 2009 wrapper-solaris-sparc-64 > -rw-r--r-- 1 root root 110992 Jan 8 2009 wrapper-solaris-x86-32 > -rw-r--r-- 1 root root 204800 Jan 8 2009 wrapper-windows-x86-32.exe > > and try to start again: # cd /opt/apache-continuum-1.2.3/bin # ./continuum console Regards, Vlado |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 3:15 PM, Vlado Peshov <vlatkop@...> wrote:
> On Wed, Sep 9, 2009 at 1:33 PM, Babak Shafian <babakred@...>wrote: > >> >> > ls -al /opt/apache-continuum-1.2.3/bin >> > >> >> And get this: >> >> total 1072 >> drwxr-xr-x 2 root root 4096 Sep 7 15:17 . >> drwxr-xr-x 8 root root 4096 Sep 7 15:17 .. >> -rw-r--r-- 1 root root 15380 Jan 8 2009 continuum >> -rw-r--r-- 1 root root 2055 Jan 8 2009 continuum.bat >> -rw-r--r-- 1 root root 99401 Jan 8 2009 wrapper-linux-x86-32 >> -rw-r--r-- 1 root root 111027 Jan 8 2009 wrapper-linux-x86-64 >> -rw-r--r-- 1 root root 233604 Jan 8 2009 wrapper-macosx-universal-32 >> -rw-r--r-- 1 root root 112536 Jan 8 2009 wrapper-solaris-sparc-32 >> -rw-r--r-- 1 root root 148512 Jan 8 2009 wrapper-solaris-sparc-64 >> -rw-r--r-- 1 root root 110992 Jan 8 2009 wrapper-solaris-x86-32 >> -rw-r--r-- 1 root root 204800 Jan 8 2009 wrapper-windows-x86-32.exe >> >> > # chmod +x wrapper* > this one will be better: chmod +x * Regards, Vlado |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 15:15:07 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 1:33 PM, Babak Shafian <babakred@...> wrote: > > > > > > ls -al /opt/apache-continuum-1.2.3/bin > > > > > > > And get this: > > > > total 1072 > > drwxr-xr-x 2 root root 4096 Sep 7 15:17 . > > drwxr-xr-x 8 root root 4096 Sep 7 15:17 .. > > -rw-r--r-- 1 root root 15380 Jan 8 2009 continuum > > -rw-r--r-- 1 root root 2055 Jan 8 2009 continuum.bat > > -rw-r--r-- 1 root root 99401 Jan 8 2009 wrapper-linux-x86-32 > > -rw-r--r-- 1 root root 111027 Jan 8 2009 wrapper-linux-x86-64 > > -rw-r--r-- 1 root root 233604 Jan 8 2009 wrapper-macosx-universal-32 > > -rw-r--r-- 1 root root 112536 Jan 8 2009 wrapper-solaris-sparc-32 > > -rw-r--r-- 1 root root 148512 Jan 8 2009 wrapper-solaris-sparc-64 > > -rw-r--r-- 1 root root 110992 Jan 8 2009 wrapper-solaris-x86-32 > > -rw-r--r-- 1 root root 204800 Jan 8 2009 wrapper-windows-x86-32.exe > > > > > # chmod +x wrapper* > > and try to start again: > > # cd /opt/apache-continuum-1.2.3/bin > # ./continuum console > Have done that but now I get this message: root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# ./continuum console Running Apache Continuum... eval: 1: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32: not found _________________________________________________________________ Share your memories online with anyone you want. http://www.microsoft.com/middleeast/windows/windowslive/products/photos-share.aspx?tab=1 |
|
|
svn: Can't create a character converter from native encoding to 'UTF-8'Continuum throws this problem which checking out my project. I
understand that we have some file with a different character encoding but we can check out the project fine with Tortoise or the eclipse plugin subeclipse etc. These subversion clients do not seem to have any problem with checking out; its only when continuum tries to check out, it fails. What is a way to resolve this error? I heard somewhere that we can change the continuum SVN plugin with another one. But I am not sure of the steps to do that, and what the replacement is. Any help is welcome. Thanks Jay |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 3:22 PM, Babak Shafian <babakred@...> wrote:
> > Have done that but now I get this message: > > root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# > ./continuum console > Running Apache Continuum... > eval: 1: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32: not found > > # uname -a |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 15:41:07 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 3:22 PM, Babak Shafian <babakred@...> wrote: > > > > > Have done that but now I get this message: > > > > root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# > > ./continuum console > > Running Apache Continuum... > > eval: 1: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32: not found > > > > > # uname -a Linux ubuntu-jaunty-amd64-webtv 2.6.28-13-server #44-Ubuntu SMP Tue Jun 2 08:40:28 UTC 2009 x86_64 GNU/Linux Its a 64 bit machine if it helps! _________________________________________________________________ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos. http://www.microsoft.com/windows/windowslive/products/photos.aspx |
|
|
Re: Web InterfaceOn Wed, Sep 9, 2009 at 3:41 PM, Vlado Peshov <vlatkop@...> wrote:
> On Wed, Sep 9, 2009 at 3:22 PM, Babak Shafian <babakred@...>wrote: > >> >> Have done that but now I get this message: >> >> root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# >> ./continuum console >> Running Apache Continuum... >> eval: 1: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32: not found >> >> > # uname -a > > > # uname -p This is a bug: http://jira.codehaus.org/browse/CONTINUUM-2293 |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 15:45:28 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 3:41 PM, Vlado Peshov <vlatkop@...> wrote: > > > On Wed, Sep 9, 2009 at 3:22 PM, Babak Shafian <babakred@...>wrote: > > > >> > >> Have done that but now I get this message: > >> > >> root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# > >> ./continuum console > >> Running Apache Continuum... > >> eval: 1: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32: not found > >> > >> > > # uname -a > > > > > > > Also: > > # uname -p > > This is a bug: > > http://jira.codehaus.org/browse/CONTINUUM-2293 root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# uname -p unknown root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# uname -m x86_64 Do I have to change the script(how)?? _________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/ |
|
|
RE: Web Interface> Date: Wed, 9 Sep 2009 15:45:28 +0200 > Subject: Re: Web Interface > From: vlatkop@... > To: users@... > > On Wed, Sep 9, 2009 at 3:41 PM, Vlado Peshov <vlatkop@...> wrote: > > > On Wed, Sep 9, 2009 at 3:22 PM, Babak Shafian <babakred@...>wrote: > > > >> > >> Have done that but now I get this message: > >> > >> root@ubuntu-jaunty-amd64-webtv:/opt/apache-continuum-1.2.3/bin# > >> ./continuum console > >> Running Apache Continuum... > >> eval: 1: /opt/apache-continuum-1.2.3/bin/./wrapper-linux-x86-32: not found > >> > >> > > # uname -a > > > > > > > Also: > > # uname -p > > This is a bug: > > http://jira.codehaus.org/browse/CONTINUUM-2293 At last I found a work around. I just deleted the both wrapper files for 32 version : /lib/libwrapper-linux-x86-32.so and /bin/wrapper-linux-x86-32 And now it works perfect! Thanks again for being patient and helpful :-) Babak _________________________________________________________________ More than messages–check out the rest of the Windows Live™. http://www.microsoft.com/windows/windowslive/ |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |