<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Julian Stecklina schrieb:
<blockquote cite="mid20050802164406.13315ef1@localhost" type="cite">
  <pre wrap="">On Tue, 02 Aug 2005 16:26:19 +0200
Marco Simon <a class="moz-txt-link-rfc2396E" href="mailto:marco_simon@web.de"><marco_simon@web.de></a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">The very first problem: My emacs/slime/cmucl environment doesn't know
the it.bese.ucw-user package. So I tried just to do a
(load /home/ucw/src/packages.lisp)
    </pre>
  </blockquote>
  <pre wrap=""><!---->
(load "/home/ucw/bin/start.lisp") will do the job.

Regards,
  </pre>
</blockquote>
Hi Julian,<br>
thanks a lot for that hint - after some futher trying it made my<br>
ucw-environment working. <br>
<br>
Now I face a further minor problems with the demo-applications<br>
"presentation" :<br>
As soon as I click the "edit" button or the "Create" link in the<br>
presentation-example, the following error is shown in my browser's<br>
window:<br>
<br>
<h1 style="text-align: center; width: 100%; color: rgb(204, 51, 51);">ERROR</h1>
<h2 style="color: rgb(255, 0, 0);"><tt><a
 href="http://10.0.0.9/ucw/examples/index.ucw?s=iURaXsstWddoHinbExUBLcxSbMWGpoLXzUHfKBGu&f=zabBfbzkGenrYXbLJZei&a=vsSLSQIDoK">Error
in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable
IT.BESE.UCW:INSTANCE is unbound.</a></tt></h2>
<h2 style="text-align: center; width: 100%; color: rgb(204, 51, 51);">BACKTRACE</h2>
<p><button onclick="toggle_display('frame-0-details');">[ + ]</button>
(ERROR UNBOUND-VARIABLE :FUNCTION-NAME...</p>
<table border="1">
  <tbody>
    <tr>
      <td valign="top">Description</td>
      <td>(ERROR UNBOUND-VARIABLE :FUNCTION-NAME (MAKE-INSTANCE
IT.BESE.UCW-USER::PERSON-EDITOR IT.BESE.UCW:INSTANCE PCL::|.P0.|) :NAME
...)</td>
    </tr>
  </tbody>
</table>
<br>
and so on...<br>
<br>
The REPL/logs just shows:<br>
2005-08-03T13:24.20 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER:
Error #<UNBOUND-VARIABLE {58725D75}> while serving action.<br>
2005-08-03T13:24.20 IT.BESE.ARNESI:+ERROR+ IT.BESE.UCW::UCW-LOGGER:
Aborting action.<br>
<br>
<br>
The other actions of that example seem to work without any problems.<br>
Any ideas what the Problem might be ?<br>
<br>
<br>
</body>
</html>