Wednesday, August 24, 2016
MySQL Error 1030
Error Code: 1030Got error -1 from storage engine
while insert into a table.
Solution, comment out innodb_force_recovery in the my.ini file, then restart MySQL service on Windows.
while insert into a table.
Solution, comment out innodb_force_recovery in the my.ini file, then restart MySQL service on Windows.
Thursday, August 18, 2016
JBoss 5 Shutdown Error in MyEclipse
Since Tomcat normally takes port 8080, JBoss then takes 8180. Then the JNP port will be 1199, not 1099.
However, in MyEclipse, when shutdown JBoss, it still tries to connect 127.0.0.1:1099 and it will fail.
I added --server=localhost:1199 after the --shutdown at the Optional shutdown arguments of the JBoss 5.x preference to solve the problem.
However, in MyEclipse, when shutdown JBoss, it still tries to connect 127.0.0.1:1099 and it will fail.
I added --server=localhost:1199 after the --shutdown at the Optional shutdown arguments of the JBoss 5.x preference to solve the problem.
Subscribe to:
Posts (Atom)