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]>
