09

2016-07-29から1日間の記事一覧

com.caucho.java.CompileClassNotFound: illegal utf8 encoding at (140)

e-Builder 7.2.x でデバッグサーバを起動しようとして以下のような例外で止まる。 昨日までは動いてたのにな? 警告: com.caucho.java.CompileClassNotFound: illegal utf8 encoding at (140) com.caucho.java.CompileClassNotFound: illegal utf8 encoding …

clojure 書いてみた日記

intra-mart Web Platform 7.2.x では以下のようなプレゼンテーションページを書いた場合 <html> <body> </body> </html> コメントの中のimartタグは評価されず、そのまま出力される。 つまり、クライアント側に <imart type="string" value="hoge" ></imart> が(ソース表示すると)そのまま見える。 これが intra-mart Accel Plat…