One question is since you are on a Mac, your line endings in some situations might be '\r' by itself?<br>Not sure if between the client/server sockets if they ever get into '\r' only mode out of sync.<br>But since you have used ABCL  on Mac with java1.5 for a while this would have been something that maybe would have come up already.  Another thing.. if on Mac if a person uses the default system editors, what do line ending styles end up being?<br>
<br>But your actual error looks like Lisp missing something that helps identify the platform type and x86 vs amd64.<br><br><br><div class="gmail_quote">On Thu, Apr 1, 2010 at 7:29 PM, Alan Ruttenberg <span dir="ltr"><<a href="mailto:alanruttenberg@gmail.com">alanruttenberg@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Just a heads up that I've got some help from Doug on this and have<br>
made some progress.<br>
<br>
Lisp starts up and can do simple things but.<br>
<br>
a) Read from console doesn't work. Via button I can load files with<br>
simple stuff like (print 'hello-world).<br>
b) Doing anything beyond simple causes some trouble with autoloading,<br>
I think. Here's the message (I'm trying to load swank here with the<br>
idea of remote connecting from emacs, but e.g. (require 'asdf) gives<br>
me the same error.)<br>
<br>
For voyeurs, code's at<br>
<br>
<a href="http://svn.neurocommons.org/svn/trunk/protege/org.sciencecommons.protege.lisp" target="_blank">http://svn.neurocommons.org/svn/trunk/protege/org.sciencecommons.protege.lisp</a><br>
<div class="im"><br>
Armed Bear Common Lisp 0.20.0-dev<br>
</div>Java 1.5.0_19 Apple Inc.<br>
Java HotSpot(TM) Client VM<br>
<div class="im">Low-level initialization completed in 0.0 seconds.<br>
</div>Startup completed in 0.491 seconds.<br>
<br>
"Starting up protege lisp interpreter"<br>
; Loading #P"/Users/alanr/repos/slimenew/slime/swank-loader.lisp" ...<br>
;   Loading stream ...<br>
;   Loaded stream (0.0050 seconds)<br>
;  Loading stream ...<br>
;  Loaded stream (0.092 seconds)<br>
WARNING: No architecture feature found in ~a.<br>
<div class="im">Debugger invoked on condition of type TYPE-ERROR:<br>
</div>  org.armedbear.lisp.Lisp$unboundValue@ca18c6<br>
[1] MOP(1):<br>
<br>
Regards,<br>
<font color="#888888">Alan<br>
</font><div class="im"><br>
<br>
On Thu, Apr 1, 2010 at 6:36 PM, Alan Ruttenberg<br>
<<a href="mailto:alanruttenberg@gmail.com">alanruttenberg@gmail.com</a>> wrote:<br>
</div><div><div></div><div class="h5">> Hi,<br>
><br>
> I'm trying to set up a lisp shell inside protege, by copy pasting from<br>
> the bean shell example they have:<br>
><br>
> <a href="http://code.google.com/p/co-ode-owl-plugins/source/browse/trunk/org.coode.shell/src/org/coode/shell/view/BeanShellView.java" target="_blank">http://code.google.com/p/co-ode-owl-plugins/source/browse/trunk/org.coode.shell/src/org/coode/shell/view/BeanShellView.java</a><br>

><br>
> (see  <a href="http://www.beanshell.org/manual/jconsole.html" target="_blank">http://www.beanshell.org/manual/jconsole.html</a>)<br>
><br>
> Unfortunately I'm losing, with the first eval I call resulting in a<br>
> null pointer exception.<br>
> I expect I don't know how to set up the top level loop to run with the<br>
> JConsole streams.<br>
><br>
> Can anyone help?<br>
><br>
> Thanks,<br>
> Alan<br>
><br>
<br>
_______________________________________________<br>
armedbear-devel mailing list<br>
<a href="mailto:armedbear-devel@common-lisp.net">armedbear-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/armedbear-devel</a><br>
</div></div></blockquote></div><br>