BiTel

Форум BiTel
bgbilling.ru     docs.bitel.ru     wiki.bitel.ru     dbinfo.bitel.ru     bgcrm.ru     billing.bitel.ru     bitel.ru    
Текущее время: 26 апр 2024, 07:07

Часовой пояс: UTC + 5 часов [ Летнее время ]




Начать новую тему Ответить на тему  [ Сообщений: 18 ] 
Автор Сообщение
 Заголовок сообщения: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 26 окт 2011, 13:15 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 14 июл 2011, 13:32
Сообщения: 187
Откуда: г.Челябинск
Карма: 6
Добрый день.
При формировании отчёта "Наработка пакетов" для модуля CerberCrypt ошибка вот такая:
Вложение:
Error_Reports.jpg
Error_Reports.jpg [ 105.24 КБ | Просмотров: 8226 ]

Код:
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)


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

_________________
Работаем с 5.2.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 27 окт 2011, 16:23 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
Ну там этот класс был задепрекейтен ещё в 4.6-5.0.

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 27 окт 2011, 16:34 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
исправьте в отчёте все подстроки
Код:
Utils.getModuleMonthTableName

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

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

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 27 окт 2011, 16:56 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 14 июл 2011, 13:32
Сообщения: 187
Откуда: г.Челябинск
Карма: 6
dimOn писал(а):
исправьте в отчёте все подстроки
Код:
Utils.getModuleMonthTableName

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

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


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

_________________
Работаем с 5.2.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 28 окт 2011, 10:26 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 15 июл 2011, 12:20
Сообщения: 201
Откуда: Челябинск
Карма: 0
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

_________________
Клиент: 7.2.395 / 27.08.2020 04:26:27
Сервер: 7.2.1268 / 27.08.2020 04:26:38


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 11:52 
Не в сети
Аватара пользователя

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

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 12:15 
Не в сети
Клиент
Аватара пользователя

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

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

_________________
Работаем с 5.2.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 12:18 
Не в сети
Аватара пользователя

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

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

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 12:23 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 15 июл 2011, 12:20
Сообщения: 201
Откуда: Челябинск
Карма: 0
dimOn писал(а):
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

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

_________________
Клиент: 7.2.395 / 27.08.2020 04:26:27
Сервер: 7.2.1268 / 27.08.2020 04:26:38


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 12:26 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
Дмитрий писал(а):
dimOn писал(а):
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

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

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

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 12:27 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
Вопрос именно в том, что может или не может. Потому что если всё так, как вы говорите, то я испорчу ещё больше сейчас, или в лучшем случае не исправлю всё.

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 12:28 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 14 июл 2011, 13:32
Сообщения: 187
Откуда: г.Челябинск
Карма: 6
dimOn писал(а):
В смысле уже была ошибка, что метод не найден. Класса такого действительно нет уже давно. Я в некоторых местах изменил на новый класс, если такого действительно не было. Но в половине случаев сигнатура тоже изменилась (потому что календари тоже вырезали). Откуда могло так получиться, что раньше работало (когда класса не было), а сейчас перестало?
Цитата:
варнинги были ранее, да и не про них, но вот ошибками обзавелись.

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



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

_________________
Работаем с 5.2.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 13:00 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
Universe писал(а):
Отчёт не работал совсем и никогда! А ошибки, про которые пишет Дмитрий, появились после Вашей первой попытки исправить.
Так понятнее?

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

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 01 ноя 2011, 14:02 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 15 июл 2011, 12:20
Сообщения: 201
Откуда: Челябинск
Карма: 0
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)

_________________
Клиент: 7.2.395 / 27.08.2020 04:26:27
Сервер: 7.2.1268 / 27.08.2020 04:26:38


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 02 ноя 2011, 11:34 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
вы из трейслога опускаете самое значимое что там написано сверху о синтаксической ошибке, тут ничего не понятно, сверху ещё кусок должен быть, у меня не повторяется ибо...
походу, тут уже другая ошибка отчётная, а вы ядро тоже обновили?

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 02 ноя 2011, 13:43 
Не в сети
Аватара пользователя

Зарегистрирован: 30 май 2008, 15:51
Сообщения: 6055
Карма: 244
сейчас выложу ещё раз всё, очередную порцию отчётов поправил, у меня работает снова


upd выложил

_________________
I'm clever. I've got a computer.


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 03 ноя 2011, 09:00 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 15 июл 2011, 12:20
Сообщения: 201
Откуда: Челябинск
Карма: 0
dimOn писал(а):
вы из трейслога опускаете самое значимое что там написано сверху о синтаксической ошибке, тут ничего не понятно, сверху ещё кусок должен быть, у меня не повторяется ибо...
походу, тут уже другая ошибка отчётная, а вы ядро тоже обновили?
все что было, то и процитировал опустив привычные WARN

_________________
Клиент: 7.2.395 / 27.08.2020 04:26:27
Сервер: 7.2.1268 / 27.08.2020 04:26:38


Вернуться к началу
 Профиль  
 
 Заголовок сообщения: Re: Ошибка отчёта по модулю CerberCrypt
СообщениеДобавлено: 03 ноя 2011, 14:59 
Не в сети
Клиент
Аватара пользователя

Зарегистрирован: 14 июл 2011, 13:32
Сообщения: 187
Откуда: г.Челябинск
Карма: 6
Отчёт работает! И он просто супер!
Спасибо.

_________________
Работаем с 5.2.


Вернуться к началу
 Профиль  
 
Показать сообщения за:  Поле сортировки  
Начать новую тему Ответить на тему  [ Сообщений: 18 ] 

Часовой пояс: UTC + 5 часов [ Летнее время ]


Кто сейчас на конференции

Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 1


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Найти:
Перейти:  
cron
POWERED_BY
Русская поддержка phpBB
[ Time : 0.125s | 56 Queries | GZIP : On ]