forum.bitel.ru
http://forum.bitel.ru/

Ошибка отчёта по модулю CerberCrypt
http://forum.bitel.ru/viewtopic.php?f=12&t=6038
Страница 1 из 1

Автор:  Universe [ 26 окт 2011, 13:15 ]
Заголовок сообщения:  Ошибка отчёта по модулю CerberCrypt

Добрый день.
При формировании отчёта "Наработка пакетов" для модуля CerberCrypt ошибка вот такая:
Вложение:
Error_Reports.jpg
Error_Reports.jpg [ 105.24 КБ | Просмотров: 10182 ]

Код:
Typed variable declaration : Attempt to resolve method: getModuleMonthTableName()
 on undefined variable or class name: Utils : at Line: 12 : in file: inline evaluation of: ``import java.util.*; import java.sql.*; import bitel.billing.server.util.*; impor . . . '' : Utils .getModuleMonthTableName ( "packet_detail" , date1 , mid )
 Called from method: fillReport : at Line: -1 : in file: <Called from Java Code> : <Compiled Java Code>   at bsh.UtilEvalError.toEvalError(UtilEvalError.java:85)
   at bsh.UtilEvalError.toEvalError(UtilEvalError.java:90)
   at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:99)
   at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
   at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
   at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:86)
   at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:84)
   at bsh.BSHBlock.evalBlock(BSHBlock.java:131)
   at bsh.BSHBlock.eval(BSHBlock.java:81)
   at bsh.BshMethod.invokeImpl(BshMethod.java:362)
   at bsh.BshMethod.invoke(BshMethod.java:258)
   at bsh.BshMethod.invoke(BshMethod.java:186)
   at bsh.This.invokeMethod(This.java:255)
   at bsh.This.invokeMethod(This.java:174)
   at bitel.billing.server.admin.reports.BGReportTemplate.processQuery(BGReportTemplate.java:450)
   at bitel.billing.server.admin.reports.BGReportTemplate.processReport(BGReportTemplate.java:428)
   at bitel.billing.server.admin.reports.BGReportTemplate.fillReportToStream(BGReportTemplate.java:323)
   at bitel.billing.server.admin.reports.BGReportTemplate.fillReportToStream(BGReportTemplate.java:412)
   at bitel.billing.server.reports.Report_Default.fillReportToStream(Report_Default.java:27)
   at bitel.billing.server.reports.action.ActionReport.doAction(ActionReport.java:56)
   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:885)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
   at java.lang.Thread.run(Thread.java:619)


Судя по мануалу это стандартный отчёт и он должен работать...

Автор:  dimOn [ 27 окт 2011, 16:23 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Ну там этот класс был задепрекейтен ещё в 4.6-5.0.

Автор:  dimOn [ 27 окт 2011, 16:34 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

исправьте в отчёте все подстроки
Код:
Utils.getModuleMonthTableName

на
Код:
ru.bitel.bgbilling.server.util.ServerUtils.getModuleMonthTableName

обновление сделаю

Автор:  Universe [ 27 окт 2011, 16:56 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

dimOn писал(а):
исправьте в отчёте все подстроки
Код:
Utils.getModuleMonthTableName

на
Код:
ru.bitel.bgbilling.server.util.ServerUtils.getModuleMonthTableName

обновление сделаю


Спасибо, ждём обновление.

Автор:  Дмитрий [ 28 окт 2011, 10:26 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Universe писал(а):
dimOn писал(а):
исправьте в отчёте все подстроки
Код:
Utils.getModuleMonthTableName

на
Код:
ru.bitel.bgbilling.server.util.ServerUtils.getModuleMonthTableName

обновление сделаю


Спасибо, ждём обновление.


Спасибо, обновились:
Код:
10-28/09:00:23  INFO ["http-bio-/0.0.0.0-8080"-exec-1] XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/usr/local/BGBillingServer/lib/app/reports.jar!/jasperreports_fonts.xml]
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'topBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'leftBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'bottomBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorder' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBoxFactory - The 'rightBorderColor' attribute is deprecated. Use the <pen> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRTextElementFactory - The 'lineSpacing' attribute is deprecated. Use the <paragraph> tag instead.
10-28/09:00:23  WARN ["http-bio-/0.0.0.0-8080"-exec-1] JRBandFactory - The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead.
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream - Typed variable declaration : Error in method invocation: Static method getModuleMonthTableName( java.lang.String, java.util.GregorianCalendar, int ) not found in class'ru.bitel.bgbilling.server.util.ServerUtils' : at Line: 12 : in file: inline evaluation of: ``import java.util.*; import java.sql.*; import bitel.billing.server.util.*; impor . . . '' : ru .bitel .bgbilling .server .util .ServerUtils .getModuleMonthTableName ( "packet_detail" , date1 , mid )

Called from method: fillReport : at Line: -1 : in file: <Called from Java Code> : <Compiled Java Code>
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:77)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:86)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:84)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHBlock.evalBlock(BSHBlock.java:131)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BSHBlock.eval(BSHBlock.java:81)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BshMethod.invokeImpl(BshMethod.java:362)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BshMethod.invoke(BshMethod.java:258)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.BshMethod.invoke(BshMethod.java:186)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.This.invokeMethod(This.java:255)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bsh.This.invokeMethod(This.java:174)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.processQuery(BGReportTemplate.java:450)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.processReport(BGReportTemplate.java:428)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.fillReportToStream(BGReportTemplate.java:323)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.fillReportToStream(BGReportTemplate.java:412)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.reports.Report_Default.fillReportToStream(Report_Default.java:27)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.reports.action.ActionReport.doAction(ActionReport.java:56)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.Executer.doModule(Unknown Source)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.Executer$1.run(Unknown Source)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at java.security.AccessController.doPrivileged(Native Method)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at javax.security.auth.Subject.doAs(Subject.java:396)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.Executer.doPost(Unknown Source)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
10-28/09:00:24 ERROR ["http-bio-/0.0.0.0-8080"-exec-1] LoggingPrintStream -    at java.lang.Thread.run(Thread.java:619)


варнинги были ранее, да и не про них, но вот ошибками обзавелись.
reports v.5.2 build 154 from 27.10.2011 16:49:31

Автор:  dimOn [ 01 ноя 2011, 11:52 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Цитата:
Спасибо, обновились:
Пожалуйста! :facepalm:
Это какой отчёт? Ну, это претензии к тасующим методы туда сюда и не правящем ничего сопутствующего. Я лишь подменил один метод, которого и так не было на другой, который типа был, я проверил. Может, недоглядел чего. Сейчас откачу и внимательнее погляжу.

Автор:  Universe [ 01 ноя 2011, 12:15 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

dimOn писал(а):
Цитата:
Спасибо, обновились:
Пожалуйста! :facepalm:
Это какой отчёт? Ну, это претензии к тасующим методы туда сюда и не правящем ничего сопутствующего. Я лишь подменил один метод, которого и так не было на другой, который типа был, я проверил. Может, недоглядел чего. Сейчас откачу и внимательнее погляжу.

В самом первом сообщении скриншот есть того, что это за отчёт. В модуле Reports - отчёт по модулю CerberCrypt (у нас модуль назван Ваше ТВ+).

Автор:  dimOn [ 01 ноя 2011, 12:18 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

В смысле уже была ошибка, что метод не найден. Класса такого действительно нет уже давно. Я в некоторых местах изменил на новый класс, если такого действительно не было. Но в половине случаев сигнатура тоже изменилась (потому что календари тоже вырезали). Откуда могло так получиться, что раньше работало (когда класса не было), а сейчас перестало?
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

Такого быть не может, либо я что-то не то сейчас правлю. Потому что только половина того, что уже всё равно не работало может сейчас не работать.
Сейчас поищу руками все календари в сигнатурах и исправлю. Но всё ж непонятно.

Автор:  Дмитрий [ 01 ноя 2011, 12:23 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

dimOn писал(а):
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

Такого быть не может, либо я что-то не то сейчас правлю. Потому что только половина того, что уже всё равно не работало может сейчас не работать.
Вопрос не в том, что может или не может, а при формировании отчета идут ошибки в лог, не я же их сам рисую туда %)

Автор:  dimOn [ 01 ноя 2011, 12:26 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Дмитрий писал(а):
dimOn писал(а):
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

Такого быть не может, либо я что-то не то сейчас правлю. Потому что только половина того, что уже всё равно не работало может сейчас не работать.
Вопрос не в том, что может или не может, а при формировании отчета идут ошибки в лог, не я же их сам рисую туда %)

Я понял. Вы утверждаете, что раньше не было этих ошибок, а сейчас появились. Я не понимаю как такое может быть, если а) я правил только УЖЕ не существующий класс б) тема началась с описания того, что ошибка всё же уже есть :lupa:

Автор:  dimOn [ 01 ноя 2011, 12:27 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Вопрос именно в том, что может или не может. Потому что если всё так, как вы говорите, то я испорчу ещё больше сейчас, или в лучшем случае не исправлю всё.

Автор:  Universe [ 01 ноя 2011, 12:28 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

dimOn писал(а):
В смысле уже была ошибка, что метод не найден. Класса такого действительно нет уже давно. Я в некоторых местах изменил на новый класс, если такого действительно не было. Но в половине случаев сигнатура тоже изменилась (потому что календари тоже вырезали). Откуда могло так получиться, что раньше работало (когда класса не было), а сейчас перестало?
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

Такого быть не может, либо я что-то не то сейчас правлю. Потому что только половина того, что уже всё равно не работало может сейчас не работать.
Сейчас поищу руками все календари в сигнатурах и исправлю. Но всё ж непонятно.



Отчёт не работал совсем и никогда! А ошибки, про которые пишет Дмитрий, появились после Вашей первой попытки исправить.
Так понятнее?

Автор:  dimOn [ 01 ноя 2011, 13:00 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Universe писал(а):
Отчёт не работал совсем и никогда! А ошибки, про которые пишет Дмитрий, появились после Вашей первой попытки исправить.
Так понятнее?

Конечно, понятнее. Ошибки то просто другие стали, а не появились там, где не было :bow: Ещё такой же один был отчёт несчастный и древний, остальные сразу исправились.
Выложил для 5.2, обновляйтесь.

Автор:  Дмитрий [ 01 ноя 2011, 14:02 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

dimOn писал(а):
Universe писал(а):
Отчёт не работал совсем и никогда! А ошибки, про которые пишет Дмитрий, появились после Вашей первой попытки исправить.
Так понятнее?

Конечно, понятнее. Ошибки то просто другие стали, а не появились там, где не было :bow: Ещё такой же один был отчёт несчастный и древний, остальные сразу исправились.
Выложил для 5.2, обновляйтесь.
обновились:
Код:
11-01/13:55:18  INFO ["http-bio-/0.0.0.0-8080"-exec-8] XmlBeanDefinitionReader - Loading XML bean definitions from URL [jar:file:/usr/local/BGBillingServer/lib/app/reports.jar!/jasperreports_fonts.xml]

Called from method: fillReport : at Line: -1 : in file: <Called from Java Code> : <Compiled Java Code>
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.UtilEvalError.toEvalError(UtilEvalError.java:85)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.UtilEvalError.toEvalError(UtilEvalError.java:90)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:99)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHUnaryExpression.eval(BSHUnaryExpression.java:58)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHIfStatement.evaluateCondition(BSHIfStatement.java:63)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHIfStatement.eval(BSHIfStatement.java:46)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHBlock.evalBlock(BSHBlock.java:131)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BSHBlock.eval(BSHBlock.java:81)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BshMethod.invokeImpl(BshMethod.java:362)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BshMethod.invoke(BshMethod.java:258)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.BshMethod.invoke(BshMethod.java:186)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.This.invokeMethod(This.java:255)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bsh.This.invokeMethod(This.java:174)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.processQuery(BGReportTemplate.java:450)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.processReport(BGReportTemplate.java:428)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.fillReportToStream(BGReportTemplate.java:323)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.admin.reports.BGReportTemplate.fillReportToStream(BGReportTemplate.java:412)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.reports.Report_Default.fillReportToStream(Report_Default.java:27)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.reports.action.ActionReport.doAction(ActionReport.java:56)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.Executer.doModule(Unknown Source)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.Executer$1.run(Unknown Source)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at java.security.AccessController.doPrivileged(Native Method)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at javax.security.auth.Subject.doAs(Subject.java:396)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.Executer.doPost(Unknown Source)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:48)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:403)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:301)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:162)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:140)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
11-01/13:55:19 ERROR ["http-bio-/0.0.0.0-8080"-exec-8] LoggingPrintStream -    at java.lang.Thread.run(Thread.java:619)

Автор:  dimOn [ 02 ноя 2011, 11:34 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

вы из трейслога опускаете самое значимое что там написано сверху о синтаксической ошибке, тут ничего не понятно, сверху ещё кусок должен быть, у меня не повторяется ибо...
походу, тут уже другая ошибка отчётная, а вы ядро тоже обновили?

Автор:  dimOn [ 02 ноя 2011, 13:43 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

сейчас выложу ещё раз всё, очередную порцию отчётов поправил, у меня работает снова


upd выложил

Автор:  Дмитрий [ 03 ноя 2011, 09:00 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

dimOn писал(а):
вы из трейслога опускаете самое значимое что там написано сверху о синтаксической ошибке, тут ничего не понятно, сверху ещё кусок должен быть, у меня не повторяется ибо...
походу, тут уже другая ошибка отчётная, а вы ядро тоже обновили?
все что было, то и процитировал опустив привычные WARN

Автор:  Universe [ 03 ноя 2011, 14:59 ]
Заголовок сообщения:  Re: Ошибка отчёта по модулю CerberCrypt

Отчёт работает! И он просто супер!
Спасибо.

Страница 1 из 1 Часовой пояс: UTC + 5 часов [ Летнее время ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/