Looks like a DB problem - let me restart the server
D.
---------
ERROR - Actor threw an exception
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last
packet successfully received from the server was 55,955,726
milliseconds ago. The last packet sent successfully to the server was
55,955,729 milliseconds ago. is longer than the server configured
value of 'wait_timeout'. You should consider either expiring and/or
testing connection validity before use in your application, increasing
the server configured values for client timeouts, or using the
Connector/J connection property 'autoReconnect=true' to avoid this
problem.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
at
com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3358)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1970)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2150)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2620)
at com.mysql.jdbc.ConnectionImpl.setAutoCommit(ConnectionImpl.java:5022)
at
com.mysql.jdbc.LoadBalancedMySQLConnection.setAutoCommit(LoadBalancedMySQLConnection.java:2295)
at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.mysql.jdbc.LoadBalancingConnectionProxy.invoke(LoadBalancingConnectionProxy.java:542)
at
com.mysql.jdbc.FailoverConnectionProxy.invoke(FailoverConnectionProxy.java:129)
at $Proxy7.setAutoCommit(Unknown Source)
at
org.apache.tomcat.dbcp.dbcp.DelegatingConnection.setAutoCommit(DelegatingConnection.java:371)
at
org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.setAutoCommit(PoolingDataSource.java:328)
at net.liftweb.db.DB$class.newConnection(DB.scala:158)
at net.liftweb.db.DB$class.getConnection(DB.scala:262)
at net.liftweb.db.DB$class.use(DB.scala:615)
at net.liftweb.db.DB$$anon$1.use(DB.scala:38)
at
net.liftweb.mapper.KeyedMetaMapper$class.findDb(MetaMapper.scala:1932)
at org.apache.esme.model.Mailbox$.findDb(Mailbox.scala:31)
at
net.liftweb.mapper.KeyedMetaMapper$class.findDb(MetaMapper.scala:1928)
at org.apache.esme.model.Mailbox$.findDb(Mailbox.scala:31)
at net.liftweb.mapper.KeyedMetaMapper$class.find(MetaMapper.scala:1925)
at org.apache.esme.model.Mailbox$.find(Mailbox.scala:31)
at
org.apache.esme.actor.UserActor.org$apache$esme$actor$UserActor$$addToMailbox(UserActor.scala:225)
at
org.apache.esme.actor.UserActor$$anonfun$messageHandler$1.apply(UserActor.scala:162)
at
org.apache.esme.actor.UserActor$$anonfun$messageHandler$1.apply(UserActor.scala:88)
at net.liftweb.actor.LiftActor$class.execTranslate(LiftActor.scala:441)
at org.apache.esme.actor.UserActor.execTranslate(UserActor.scala:67)
at
net.liftweb.actor.SpecializedLiftActor$class.net$liftweb$actor$SpecializedLiftActor$$proc2(LiftActor.scala:289)
at
net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor$SpecializedLiftActor$$processMailbox$1.apply(LiftActor.scala:210)
at
net.liftweb.actor.SpecializedLiftActor$$anonfun$net$liftweb$actor$SpecializedLiftActor$$processMailbox$1.apply(LiftActor.scala:210)
at
net.liftweb.actor.SpecializedLiftActor$class.around(LiftActor.scala:224)
at org.apache.esme.actor.UserActor.around(UserActor.scala:67)
at
net.liftweb.actor.SpecializedLiftActor$class.net$liftweb$actor$SpecializedLiftActor$$processMailbox(LiftActor.scala:209)
at
net.liftweb.actor.SpecializedLiftActor$$anonfun$2$$anonfun$apply$mcV$sp$1.apply$mcV$sp(LiftActor.scala:173)
at
net.liftweb.actor.LAScheduler$$anonfun$9$$anon$2$$anon$3.run(LiftActor.scala:64)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.net.SocketException: Broken pipe
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at
java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3339)
... 39 more
On Tue, May 24, 2011 at 10:08 AM, Richard Hirsch <[email protected]> wrote:
> I have the same problem - I'm checking right now
>
> D.
>
> On Tue, May 24, 2011 at 8:06 AM, Ethan Jewett <[email protected]> wrote:
>> Hi all,
>>
>> It seems something is going wrong with the Stax deployment. It just
>> constantly reloads for me in Chrome & Firefox.
>>
>> Is anyone else experiencing the same thing? I have some weird proxies
>> on my current network, so it's possible that the proxies are to blame.
>>
>> Thanks,
>> Ethan
>>
>