Сегодня случилось что-то непонятное.
Не открываются договора в интерфейсе клинта, а при попытке создания договора - выходит ошибка "null"
Не могу понять в чем дело. Есть лог server.error.log :
Код:
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'bgbilling.npay_service_object_4' doesn't exist
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2293)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.npay.bean.ServiceObjectManager.getServiceObjectList(ServiceObjectManager.java:247)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.npay.bean.ServiceObjectManager.getServiceObjectList(ServiceObjectManager.java:175)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.npay.Module.getStatus(Module.java:492)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.contract.action.ActionContractInfo.doAction(ActionContractInfo.java:266)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
server 07-02/00:25:12 ERROR ["http-bio-/0.0.0.0-8080"-exec-3] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'service_object.cid' in 'where clause'
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2293)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.npay.bean.ServiceObjectManager.getServiceObjectList(ServiceObjectManager.java:247)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.npay.bean.ServiceObjectManager.getServiceObjectList(ServiceObjectManager.java:175)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.npay.Module.getStatus(Module.java:492)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.contract.action.ActionContractInfo.doAction(ActionContractInfo.java:266)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
server 07-02/00:27:15 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'service_object.cid' in 'where clause'
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at sun.reflect.GeneratedConstructorAccessor116.newInstance(Unknown Source)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.Util.getInstance(Util.java:386)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3609)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3541)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2002)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2163)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2624)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2127)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2293)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.npay.bean.ServiceObjectManager.getServiceObjectList(ServiceObjectManager.java:247)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.npay.bean.ServiceObjectManager.getServiceObjectList(ServiceObjectManager.java:175)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.npay.Module.getStatus(Module.java:492)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.contract.action.ActionContractInfo.doAction(ActionContractInfo.java:266)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.Executer.doModule(Unknown Source)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.Executer$1.run(Unknown Source)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.security.AccessController.doPrivileged(Native Method)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at javax.security.auth.Subject.doAs(Subject.java:396)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.Executer.doPost(Unknown Source)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
server 07-02/00:27:16 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] LoggingPrintStream - at java.lang.Thread.run(Thread.java:662)
server 07-02/00:27:23 ERROR ["http-bio-/0.0.0.0-8080"-exec-6] CommonExecuter - Не указан const.device.id в конфигурации типа сервиса.
ru.bitel.bgbilling.common.BGException: Не указан const.device.id в конфигурации типа сервиса.
at bitel.billing.server.contract.action.ActionNewContract.doAction(ActionNewContract.java:113)
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.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)
server 07-02/00:29:09 ERROR ["http-bio-/0.0.0.0-8080"-exec-5] CommonExecuter - Не указан const.device.id в конфигурации типа сервиса.
ru.bitel.bgbilling.common.BGException: Не указан const.device.id в конфигурации типа сервиса.
at bitel.billing.server.contract.action.ActionNewContract.doAction(ActionNewContract.java:113)
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)
Удалил все и базу тоже. Установил с нуля!
То же самое, договора не создаются и не открываются!
В логах сервера:
Код:
02.07.2013 10:33:06 com.sun.xml.ws.server.MonitorBase createRoot
INFO: Metro monitoring rootname successfully set to: null
02.07.2013 10:33:07 com.sun.xml.ws.server.MonitorBase createRoot
INFO: Metro monitoring rootname successfully set to: null