[ https://issues.apache.org/jira/browse/JAMES-1266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048243#comment-13048243 ]
Eric Charles commented on JAMES-1266: ------------------------------------- In the process, the issue could be 1. on the client side 2. on james 3. on the database I looked at james and was not able to find something wrong, this is why I asked you to look at the client side. The next step would have been to look at the database side. However, the logged stacktrace are not crystal-clear. Normally, we should better see what the potential problem is from the logged error (it should for example display a jdbc error message). This comes probably here in the OpenJPA layer, so we can't do much on James level for that... I hope the configuration can solve the problem, but if your MySQL holds a connection for 8 hours, even if you change the connection settings, it will still hold the connection, which is not normal. > Found an exception when sending a mail > -------------------------------------- > > Key: JAMES-1266 > URL: https://issues.apache.org/jira/browse/JAMES-1266 > Project: JAMES Server > Issue Type: Bug > Components: Build System > Reporter: Barry > > DEBUG 09:02:08,281 | james.smtpserver | Unable to process request > <openjpa-2.1.0-r422266:1071316 nonfatal user error> > org.apache.openjpa.persistence.InvalidStateException: This operation cannot > be performed while a Transaction is active. > at org.apache.openjpa.kernel.BrokerImpl.close(BrokerImpl.java:4304) > at > org.apache.openjpa.kernel.DelegatingBroker.close(DelegatingBroker.java:1346) > at > org.apache.openjpa.persistence.EntityManagerImpl.close(EntityManagerImpl.java:1284) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at > org.springframework.orm.jpa.ExtendedEntityManagerCreator$ExtendedEntityManagerInvocationHandler.invoke(ExtendedEntityManagerCreator.java:365) > at $Proxy55.close(Unknown Source) > at > org.apache.james.domainlist.jpa.JPADomainList.containsDomain(JPADomainList.java:119) > at > org.apache.james.smtpserver.fastfail.ValidRcptHandler.isLocalDomain(ValidRcptHandler.java:152) > at > org.apache.james.protocols.smtp.core.fastfail.AbstractValidRcptHandler.doRcpt(AbstractValidRcptHandler.java:49) > at > org.apache.james.protocols.smtp.core.RcptCmdHandler.callHook(RcptCmdHandler.java:249) > at > org.apache.james.protocols.smtp.core.RcptCmdHandler.callHook(RcptCmdHandler.java:39) > at > org.apache.james.protocols.smtp.core.AbstractHookableCmdHandler.processHooks(AbstractHookableCmdHandler.java:92) > at > org.apache.james.protocols.smtp.core.AbstractHookableCmdHandler.onCommand(AbstractHookableCmdHandler.java:59) > at > org.apache.james.protocols.smtp.core.AbstractHookableCmdHandler.onCommand(AbstractHookableCmdHandler.java:40) > at > org.apache.james.protocols.api.AbstractCommandDispatcher.onLine(AbstractCommandDispatcher.java:150) > at > org.apache.james.protocols.impl.AbstractChannelUpstreamHandler.messageReceived(AbstractChannelUpstreamHandler.java:122) > at > org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEventRunnable.java:69) > at > org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:316) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > DEBUG 09:02:08,453 | james.smtpserver | Unable to process request > java.lang.NullPointerException > at > org.apache.james.protocols.api.AbstractCommandDispatcher.onLine(AbstractCommandDispatcher.java:140) > at > org.apache.james.protocols.impl.AbstractChannelUpstreamHandler.messageReceived(AbstractChannelUpstreamHandler.java:122) > at > org.jboss.netty.handler.execution.ChannelEventRunnable.run(ChannelEventRunnable.java:69) > at > org.jboss.netty.handler.execution.OrderedMemoryAwareThreadPoolExecutor$ChildExecutor.run(OrderedMemoryAwareThreadPoolExecutor.java:316) > at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown > Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org