<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 23, 2014, at 2:58 PM, Edgar J. De Cleene &lt;<a href="mailto:edgardec2005@gmail.com" class="">edgardec2005@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">

<title class="">Re: [squeak-dev] Swiki in 4.5 running on box4</title>

<div class="">
<font size="4" class=""><font face="Arial" class=""><span style="font-size:11pt" class="">n 10/23/14, 11:03 AM, "Chris Cunnington" &lt;<a href="mailto:brasspen@gmail.com" class="">brasspen@gmail.com</a>&gt; wrote:<br class="">
<br class="">
</span></font></font><blockquote class="" type="cite"><font size="4" class=""><font face="Arial" class=""><span style="font-size:11pt" class=""><font color="#0000FF" class=""><u class=""><a href="http://box4.squeak.org:8080/" class="">http://box4.squeak.org:8080</a><br class="">
</u><br class="">
I’ve got Swiki working in 4.5 running on box4. I intend next week to create a swiki account for it on box4, run it under daemontools, and copy over the “swiki" content directory from box2 to box4. <br class="">
<br class="">
Chris <br class="">
<br class="">
<br class="">
(Installer ss) <br class="">
project: 'KomHttpServer';<br class="">
install: 'KomServices-lr.21';<br class="">
install: 'DynamicBindings-lr.13';<br class="">
install: 'KomHttpServer-DwightManhertz.67'.<br class="">
(Installer ss3)<br class="">
project: 'SqueakServices';<br class="">
install: 'Swiki'.<br class="">
ComSwikiLauncher openAsMorph.<br class="">
<br class="">
Excellent !!<br class="">
I check the install on FunSqueak and add if work<br class="">
<br class="">
Thanks !!<br class="">
</font><br class="">
<br class="">
Fails to load into 4.6 as designed.<br class="">
Loads into 4.5 all in one, but <a href="http://localhost:8888/" class="">http://localhost:8888/</a> &nbsp;gives me<br class="">
<br class="">
</span></font></font></blockquote><font face="Arial" class=""><font color="#FF0000" class=""><font size="5" class=""><span style="font-size:12pt" class="">Internal Server Error<br class="">
Key not found: default<br class=""></span></font></font></font></div></div></blockquote><div><br class=""></div><div>Yea, the ‘default’ key in the dictionary of possible content is nil. As is the dictionary.&nbsp;</div><div>ComSwiki is a file server. And you don’t have any files.&nbsp;</div><div><br class=""></div><div>If you want to make it work in localhost, then go here:&nbsp;</div><div><br class=""></div><div><a href="http://wiki.squeak.org/swiki/16" class="">http://wiki.squeak.org/swiki/16</a></div><div><br class=""></div><div>Download the OneOfTheseDays.zip. Find the directory called ‘swiki’. Copy that into a directory of a fresh 4.5 image and install with the Installer script. Then use the ComSwikiLauncher. Then it should work.&nbsp;</div><div><br class=""></div><div>swiki—&gt;default—&gt;files—&gt;defaultScheme—&gt;comSwiki.gif&nbsp;</div><div>swiki—&gt;ani</div><div>swiki—&gt;refs</div><div><br class=""></div><div>See what I mean?&nbsp;</div><div><br class=""></div>And if you do that and it doesn’t work, then you should “SwikiShelf allInstances” and see if you have any content in the image. Try this:&nbsp;</div><div><br class=""></div><div><div>SwikiShelf new name: 'swiki';</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>storage: (XmlSwikiStorage</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>fromDir: (FileDirectory</div><div><span class="Apple-tab-span" style="white-space:pre">                                </span>default directoryNamed: 'swiki'));</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>load;</div><div><span class="Apple-tab-span" style="white-space:pre">                        </span>yourself.</div><div><br class=""></div><div>The ComSwikiLauncher starts it’s process with:&nbsp;</div><div><br class=""></div><div>SwikiModule class &gt;&gt;#swikiWebServer</div><div><br class=""></div><div>If all that doesn’t give you the basic Swiki in localhost:[80|8080|8888|8000] then I’ll be surprised.&nbsp;</div><div><br class=""></div><div>I can’t speak for 4.6, as no such thing has been released.&nbsp;</div><div><br class=""></div><div>I’m happy you want to run it in localhost. I thought people would find this stuff pretty dull.&nbsp;</div><div><br class=""></div><div>Chris&nbsp;</div><div><br class=""></div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div class=""><font face="Arial" class=""><font color="#FF0000" class=""><font size="5" class=""><span style="font-size:12pt" class="">
<br class="">
<hr align="CENTER" size="3" width="100%" class=""><i class="">KomHttpServer/7.1.3 (Mac OS) &nbsp;Server at 'localhost' Port 8888<br class="">
<br class="">
</i></span></font></font><font size="5" class=""><span style="font-size:12pt" class=""><i class="">I hacked for stop with same error in 4.6<br class="">
<br class="">
Seems SwikiShelf don’t was iniatilized s should be.<br class="">
<br class="">
Any advice ?<br class="">
<br class="">
Thanks in advance<br class="">
<br class="">
Edgar</i></span></font></font>
</div>


<br class=""></div></blockquote></div><br class=""></body></html>