Dale,<br><br>Upon closer examination I see:<br><br>...<br>|_____________________________________________________________________________|<br>topaz&gt; topaz&gt; topaz&gt; topaz&gt; topaz&gt; topaz&gt; topaz&gt; topaz&gt; -----------------------------------------------------<br>
GemStone: Error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fatal<br>Login failed:&nbsp; the GemStone userId/password combination is invalid<br>or expired.<br>Error Category: 231169 [GemStone] Number: 4051 Arg Count: 0 Context : 20<br>...<br><br>That seems like a pretty simple fix, getting the correct password.&nbsp; :)&nbsp; I was remarking to my piano teacher yesterday that I always know exactly what he is going to tell me that session the second he shows up at my door.&nbsp; Why do I need to be told to read the script error output for the thousandth time?<br>
<br>Thanks!<br><br>Chris<br><br><div class="gmail_quote">On Wed, Jun 11, 2008 at 11:36 AM, Dale Henrichs &lt;<a href="mailto:dale.henrichs@gemstone.com">dale.henrichs@gemstone.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Chris Dawson wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Actually, the scriptaculous issue was on an application running on a<br>
Squeak VM. &nbsp;I&#39;m now trying to move everything over to run on GemStone,<br>
so as of yet, I don&#39;t have it running on the GemStone VM. &nbsp;I&#39;ll keep<br>
reviewing the documentation and will read the multiple emails to see if<br>
the answer is in there somewhere. &nbsp;I don&#39;t believe seaside is up and<br>
running yet. &nbsp;I tried to run startSeaside_Hyper and got a lot of errors,<br>
so I&#39;ll need to review that script and the invocation documentation.<br>
<br>
At a quick glance, it looks like this snippet from the startSeaside<br>
script might be worthwhile to play with. &nbsp;I am not sure how relevant the<br>
previous code is or whether this is enough for me for now. &nbsp;I&#39;ll let you<br>
know.<br>
<br>
server := SwazooServer singleton.<br>
server initialize.<br>
<br>
site := (SeasideSite new)<br>
&nbsp;name: &#39;Seaside&#39;;<br>
&nbsp;initialize;<br>
&nbsp;host: GsSocket getLocalHostName<br>
 &nbsp; ip: (GsSocket getHostAddressByName: GsSocket getLocalHostName)<br>
 &nbsp; port: $1;<br>
&nbsp;initializeResourceFromUriPattern: &#39;/&#39;, &#39;seaside&#39;.<br>
<br>
server addSite: site.<br>
<br>
&nbsp;<br>
</blockquote></div>
Chris,<br>
<br>
The trouble you are seeing with starting hyper is likely caused by a configuration issue ... the most important being that there are a handful of environment variables that need to be set correctly for things to run ... if you send some email with the topaz errors (start with the first error, since there is often a &#39;cascade&#39; effect) we should be able to figure out what&#39;s wrong ...<br>
<font color="#888888">
<br>
Dale<br>
</font></blockquote></div><br>