You need to ensure that your app server (Resin) is configured to use
UTF-8 for request parsing and your database is configured to use UTF-8
for storage.
There should be some intructions in the installation guide that
explain how to do that for MySQL and Tomcat. Since you are using
Resin, you'll have to do some research to figure out how to configured
UTF-8 for your environment.
- Dave
On 10/22/06, Mark Zhou <[EMAIL PROTECTED]> wrote:
hi:
I install roller 2.3 in linux with resin 3.0.19,then I create a blog
,and create an article.In the article,if I input a Chinese word,the article
will not be saved sucessfully,if I don't input Chinese word ,only english
word ,the article will be saved sucessfully,the exception is below:
thanks to any advice !
java.lang.IllegalStateException: Connection UserConnection[
[EMAIL PROTECTED] was not closed. Connections must
have a close() in a finally block.
[20:32:59.856] at com.caucho.jca.UserTransactionImpl.abortTransaction(
UserTransactionImpl.java:497)
[20:32:59.856] at com.caucho.jca.UserTransactionProxy.abortTransaction(
UserTransactionProxy.java:183)
[20:32:59.856] at com.caucho.server.webapp.WebAppFilterChain.doFilter(
WebAppFilterChain.java:198)
[20:32:59.856] at com.caucho.server.dispatch.ServletInvocation.service(
ServletInvocation.java:229)
[20:32:59.856] at com.caucho.server.hmux.HmuxRequest.handleRequest(
HmuxRequest.java:419)
[20:32:59.856] at com.caucho.server.port.TcpConnection.run(
TcpConnection.java:389)
[20:32:59.856] at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:507)
[20:32:59.856] at com.caucho.util.ThreadPool.run(ThreadPool.java:433)
[20:32:59.856] at
java.lang.Thread.run(Thread.java:595)<[EMAIL PROTECTED]>