У меня при восстановлении договора выдаётся ошибка:
в клиентеКод:
Ошибка вставки данных в таблицу:user_login_1
Ошибка вставки данных в таблицу:npay_service_object_2
Ошибка вставки данных в таблицу:npay_service_object_2
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_contract_doc_type_6
в server.logКод:
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '274' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '274' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '1096' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6395' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6404' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '6411' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '238' for key 1
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1039)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1339)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:825)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2427)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2345)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2330)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at ru.bitel.bgbilling.server.util.XMLDatabaseSerializer.insertElementToBase(XMLDatabaseSerializer.java:225)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.ContractRemover.restoreContract(ContractRemover.java:478)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:20)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
03-09/17:42:52 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] CommonExecuter - null
Ошибка вставки данных в таблицу:user_login_1
Ошибка вставки данных в таблицу:npay_service_object_2
Ошибка вставки данных в таблицу:npay_service_object_2
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_contract_doc_type_6
ru.bitel.bgbilling.common.BGException: null
Ошибка вставки данных в таблицу:user_login_1
Ошибка вставки данных в таблицу:npay_service_object_2
Ошибка вставки данных в таблицу:npay_service_object_2
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_data_6
Ошибка вставки данных в таблицу:bill_contract_doc_type_6
at bitel.billing.server.contract.action.ActionArchiveRestore.doAction(ActionArchiveRestore.java:23)
at bitel.billing.server.Executer.doModule(Unknown Source)
at bitel.billing.server.Executer$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at bitel.billing.server.Executer.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
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)
Цитата:
Информация о версии:
Клиент: вер. 5.2 сборка 1082 от 13.12.2012 20:23:05
os: Windows 7; java: Java HotSpot(TM) Client VM, v.1.6.0_31
Сервер: вер. 5.2 сборка 1372 от 17.12.2012 20:09:21
os: Linux; java: Java HotSpot(TM) Client VM, v.1.6.0_37
bill вер. 5.2 сборка 286 от 03.12.2012 20:00:13
dialup вер. 5.2 сборка 362 от 27.11.2012 16:51:44
gorod вер. 5.2 сборка 151 от 12.10.2012 20:00:53
inet вер. 5.2 сборка 1042 от 17.12.2012 14:59:02
mps вер. 5.2 сборка 161 от 05.12.2012 19:36:00
npay вер. 5.2 сборка 193 от 12.10.2012 20:01:14
reports вер. 5.2 сборка 187 от 27.11.2012 16:52:04
rscm вер. 5.2 сборка 164 от 12.10.2012 20:01:28
ru.bitel.bgbilling.plugins.bonus вер. 5.2 сборка 94 от 27.11.2012 16:52:03
ru.bitel.bgbilling.plugins.crm вер. 5.2 сборка 193 от 27.11.2012 16:52:02
trayinfo вер. 5.2 сборка 160 от 12.10.2012 20:01:29