Версия 4.6 последняя на данный момент
в логах постоянно сыпятся ошибки вот с таким текстом:
Код:
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-25, 25' at line 1
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:381)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1951)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2554)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1761)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1912)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.phone.bean.ReportManager.getPointDestinationList(ReportManager.java:125)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.phone.action.ActionReportDirect.doAction(ActionReportDirect.java:36)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Executer.java:770)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Executer.java:211)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:37)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
server 08-08/18:30:56 ERROR [http-8080-2] LoggingPrintStream - at java.lang.Thread.run(Thread.java:619)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-25, 25' at line 1
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:381)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1951)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2554)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1761)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1912)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.phone.bean.ReportManager.getServiceReportList(ReportManager.java:1078)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.phone.action.ActionReportService.doAction(ActionReportService.java:35)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Executer.java:770)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Executer.java:211)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:37)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:568)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
server 08-08/18:30:57 ERROR [http-8080-2] LoggingPrintStream - at java.lang.Thread.run(Thread.java:619)
это не опасно?