Broken Pipe Exception on Grails App

后端 未结 2 1139
广开言路
广开言路 2021-01-24 09:44

I developed an application on Grails 2.4.4 using jdk 1.7 and MySQL Workbench 6.3. It works for some time, but after some hours of the deployment i try to log in, it stops workin

2条回答
  •  太阳男子
    2021-01-24 10:20

    With the solutions that were presented here my application was always getting a broken pipe exception. I created a webservice with a script the runs every hour, that way the application never loses its connection to the database. Since then the exception was never been thrown again. Thank you all for your answers anyway :)

提交回复
热议问题