Код:
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'bgbilling.card_series_1' doesn't exist
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2870)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1573)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3124)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1149)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1262)
at org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:205)
at bitel.billing.server.card.bean.CardSeriesManager.getSeriesTitle(CardSeriesManager.java:167)
at bitel.billing.server.processor.DefaultProcessor.connect(DefaultProcessor.java:513)
at bitel.billing.server.processor.dialup.DialUpProcessor.authentification(DialUpProcessor.java:756)
at bitel.billing.server.processor.DefaultProcessor.standartAuth(DefaultProcessor.java:216)
at bitel.billing.server.processor.dialup.DialUpProcessor.authenticationProcess(DialUpProcessor.java:72)
at bitel.billing.server.radius.RadiusRequestThread.processRequest(RadiusRequestThread.java:120)
at bitel.billing.server.radius.RadiusRequestThread.run(RadiusRequestThread.java:48)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
А эта что за таблица? за что отвечает, почему нету? скажите её структуру, создам вручную, если она нужна.