|
From: Hoehle, Joerg-C. <Joe...@t-...> - 2004-03-09 11:12:07
|
Hi,
this is just for the record that I encounter cases where the only solution to the above error message seems to restart Tomcat+BRL.
All I do is use the browser's reload a couple of times on a testpage (below). I don't hit reload fast. But I modify the .brl file in between. From some point in time onwards, BRL starts to respond with this error message instead of the file's contents.
I've already seen such annoying behaviour in the past (also with an older brl). We've head a couple of "unbound symbol" e-mails here in ther past, yet they seemed of a different cause to me.
One of the above symbol is claimed unbound depending on whether the semicolon ';' below is in or not.
Using brl-2.2.1, Kawa-1.7, Tomcat 4.1.29, jdk-1.4.2 on MS-Windows.
Regards,
Jorg Hohle.
--------- TestUmlaute.brl
[;(brl-content-type! brl-context "text/html; charset=UTF-8")
]<Data>
Hallo
aou
[(define foo "Umlaute: [aou?AOU]")]
[(define bar "Umlaute: {aou?AOU}")]
aou
--
AOU
AOU?aou -- ea cout eleve en Aout
Variablen: [foo]
Variablen2: [bar]
</Data>
---------
|