I am using Cent OS 6.3, Node 0.9.8-pre, npm 1.2.2<br><br>First error I got, server could not start:<br>---------------<br>[root@krestianstvo livelykernel-scripts]# lk server<br>Selected life_star<br>Server with pid 25589 is now running at <a href="http://localhost:9001">http://localhost:9001</a><br>

Serving files from /usr/local/lib/node_modules/livelykernel-scripts/workspace/lk<br><br>/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/shared/base.js:80<br>            var base = this.UUID = 0;<br>

                                 ^<br>TypeError: Cannot assign to read only property 'UUID' of #<Object><br>    at Object.merge (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/shared/base.js:80:34)<br>

    at Object.extend (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/shared/base.js:199:45)<br>    at Object.<anonymous> (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/DAV/interfaces/iNode.js:16:41)<br>

    at Module._compile (module.js:456:26)<br>    at Object.Module._extensions..js (module.js:474:10)<br>    at Module.load (module.js:356:32)<br>    at Function.Module._load (module.js:312:12)<br>    at Module.require (module.js:364:17)<br>

    at require (module.js:380:17)<br>    at Object.<anonymous> (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/DAV/node.js:10:19)<br>[root@krestianstvo livelykernel-scripts]# <br>

-----------------------<br><br>After correcting base.js file, server could be started, but an error appears, after requesting any page from the client web-browser:<br><br>-----------------------<br>[root@krestianstvo ~]# lk server<br>

Selected life_star<br>Server with pid 26269 is now running at <a href="http://localhost:9001">http://localhost:9001</a><br>Serving files from /usr/local/lib/node_modules/livelykernel-scripts/workspace/lk<br>[2013-01-29 01:49:07.374] [INFO] console - getPropertiesForPath 0 { path: '/usr/local/lib/node_modules/livelykernel-scripts/workspace/lk/welcome.html' } true<br>

<br>/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/DAV/handler.js:1649<br>                             node.getProperties(propertyNames, function(err, p<br>                                  ^<br>

TypeError: Object #<Object> has no method 'getProperties'<br>    at /usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/DAV/handler.js:1649:35<br>    at handler (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:148:21)<br>

    at /usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:149:25<br>    at /usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/plugins/utils.js:19:17<br>

    at handler (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:148:21)<br>    at Object.next (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:449:13)<br>

    at next (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:144:20)<br>    at next (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:144:20)<br>

    at end (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/node_modules/asyncjs/lib/async.js:368:16)<br>    at afterGetChildren (/usr/local/lib/node_modules/livelykernel-scripts/node_modules/life_star/node_modules/jsDAV/lib/DAV/handler.js:1786:23)<br>

[root@krestianstvo ~]# <br>-----------<br><br>Regards,<br>Nikolay Suslov<br><br><br><div class="gmail_quote">On Tue, Jan 29, 2013 at 1:24 AM, Robert Krahn <span dir="ltr"><<a href="mailto:robert.krahn@gmail.com" target="_blank">robert.krahn@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">An can you please report what error message you got? Thanks :)</div><div class="HOEnZb"><div class="h5">

<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 1:21 PM, Robert Krahn <span dir="ltr"><<a href="mailto:robert.krahn@gmail.com" target="_blank">robert.krahn@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks for reporting the issue. Actually that should have been fixed in jsDAV master with that pull request: <a href="https://github.com/mikedeboer/jsDAV/pull/61" target="_blank">https://github.com/mikedeboer/jsDAV/pull/61</a>. Which OS are you using?</div>


<div><div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jan 27, 2013 at 8:30 AM, Nikolay Suslov <span dir="ltr"><<a href="mailto:nsuslovi@gmail.com" target="_blank">nsuslovi@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Robert,<br><br>Thanks for the detailed instruction and correcting links.<br>But nevertheless I had a problems with running lk server with life_star from <a href="https://github.com/LivelyKernel/life_star" target="_blank">https://github.com/LivelyKernel/life_star</a>.<br>





All pitfalls gone away, when I use the repository <a href="https://github.com/fbornhofen/life_star" target="_blank">https://github.com/fbornhofen/life_star</a><br>It has a fix in package.json:<br>-  "jsDAV": "<a href="https://github.com/mikedeboer/jsDAV/tarball/master" target="_blank">https://github.com/mikedeboer/jsDAV/tarball/master</a>",<br>





+ "jsDAV": "<a href="https://github.com/fbornhofen/jsDAV/tarball/dontrewriteheaders" target="_blank">https://github.com/fbornhofen/jsDAV/tarball/dontrewriteheaders</a>",<br><br><br>Regards,<br>Nikolay Suslov<div>



<div><br><br><br>

<br><div class="gmail_quote">On Thu, Jan 24, 2013 at 12:39 PM, Robert Krahn <span dir="ltr"><<a href="mailto:robert.krahn@gmail.com" target="_blank">robert.krahn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div dir="ltr">Thanks for reporting, <a href="http://lively-kernel.org/install.sh" style="font-family:arial,sans-serif;font-size:13px" target="_blank">http://lively-kernel.org/install.sh</a><font face="arial, sans-serif"> is available now</font>.<div>






<br></div><div>As for the install procedure, it's written down here: <a href="https://github.com/LivelyKernel/LivelyKernel/wiki/Install-Guide" target="_blank">https://github.com/LivelyKernel/LivelyKernel/wiki/Install-Guide</a>. On any platform this will install the livelykernel-scripts toolsuite (<a href="https://github.com/LivelyKernel/LivelyKernel/wiki/livelykernel-scripts" target="_blank">https://github.com/LivelyKernel/LivelyKernel/wiki/livelykernel-scripts</a>) which in turn include life_star and jsDAV.</div>






<div><br></div><div>In case you encounter problems you can also do three steps manually on a command line:</div><div><font face="courier new, monospace">$ npm install -g livelykernel-scripts<br></font></div>
<div><font face="courier new, monospace">$ git clone <a href="https://github.com/LivelyKernel/LivelyKernel.git" target="_blank">https://github.com/LivelyKernel/LivelyKernel.git</a></font></div><div><font face="courier new, monospace">$ lk server --lk-dir ./LivelyKernel</font></div>






<div><br></div><div><a href="http://localhost:9001/welcome.html" target="_blank">http://localhost:9001/welcome.html</a> should then point to a Lively world</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">





<div><div>
On Wed, Jan 23, 2013 at 6:28 AM, Nikolay Suslov <span dir="ltr"><<a href="mailto:nsuslovi@gmail.com" target="_blank">nsuslovi@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div><div>
Hello,<br><br>Great to see fantastic progress in Lively-Kernel project day by day!<br>Please, could you elaborate on life_star&jsDAV install procedure and where to find (<a href="http://lively-kernel.org/install.sh" target="_blank">http://lively-kernel.org/install.sh</a>) broken script link for Linux install?<br>








<br>Best regards,<br>Nikolay
<br></div></div>_______________________________________________<br>
lively-kernel mailing list<br>
<a href="mailto:lively-kernel@hpi.uni-potsdam.de" target="_blank">lively-kernel@hpi.uni-potsdam.de</a><br>
<a href="http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel" target="_blank">http://lists.hpi.uni-potsdam.de/listinfo/lively-kernel</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br>