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

"NOT FOUND bill class" в server.log
http://forum.bitel.ru/viewtopic.php?f=14&t=741
Страница 1 из 1

Автор:  ESV [ 07 фев 2008, 12:01 ]
Заголовок сообщения:  "NOT FOUND bill class" в server.log

Добрый день.
Обновил модуль bill 4.3 до 24 сборки.
Выплыли вот такие ошибки в server.log:
    ERROR 06.02.2008 17:19:59 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionDocTypeTable
    ERROR 06.02.2008 17:20:02 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionPackageList
    ERROR 06.02.2008 17:20:02 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoice
    ERROR 06.02.2008 17:20:02 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoicePositionList
    ERROR 06.02.2008 17:20:06 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoice
    ERROR 06.02.2008 17:20:06 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoicePositionList
    ERROR 06.02.2008 17:20:08 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoice
    ERROR 06.02.2008 17:20:08 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoicePositionList
    ERROR 06.02.2008 17:20:10 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoice
    ERROR 06.02.2008 17:20:10 Action NOT FOUND ! module:bill class: bitel.billing.server.bill.ActionInvoicePositionList

Откуда ноги растут не пойму.
Вроде как не находит класс для модуля bill?
Но с другой стороны вроде всё работает.
Подскажите как быть?
Спасибо.

Автор:  Администратор [ 08 фев 2008, 12:34 ]
Заголовок сообщения: 

После установки обновления сервер биллинга рестартили?
В server.out нет ошибок?
Ставили обновления всех обновленных модулей и ядра?

Автор:  ESV [ 08 фев 2008, 13:29 ]
Заголовок сообщения: 

Обновлял только bill с !.
После обновления сервер перезапускал.
В server.out вот что (как раз в 17:20 записалось):

    5
    false
    java.lang.NullPointerException
    at bitel.billing.server.bill.bean.BillUtil.getPositionList(BillUtil.java:599)
    at bitel.billing.server.bill.WebAction_AddBill.doAction(WebAction_AddBill.java:110)
    at bitel.billing.server.WebExecuter.executeAction(WebExecuter.java:345)
    at bitel.billing.server.WebExecuter.doPost(WebExecuter.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:615)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
    at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:822)
    at bitel.billing.server.filters.BGAuthFilter.doFilter(BGAuthFilter.java:195)
    at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:813)
    at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:37)
    at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:813)
    at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:494)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:569)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1434)
    at org.mortbay.http.HttpServer.service(HttpServer.java:896)
    at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
    at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
    at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
    at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:366)
    at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
    java.lang.NullPointerException
    at bitel.billing.server.bill.bean.BillUtil.getPositionList(BillUtil.java:599)
    at bitel.billing.server.bill.WebAction_AddBill.doAction(WebAction_AddBill.java:110)
    at bitel.billing.server.WebExecuter.executeAction(WebExecuter.java:345)
    at bitel.billing.server.WebExecuter.doPost(WebExecuter.java:153)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:615)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
    at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:822)
    at bitel.billing.server.filters.BGAuthFilter.doFilter(BGAuthFilter.java:195)
    at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:813)
    at bitel.billing.server.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:37)
    at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:813)
    at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:494)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:569)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
    at org.mortbay.http.HttpContext.handle(HttpContext.java:1434)
    at org.mortbay.http.HttpServer.service(HttpServer.java:896)
    at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
    at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
    at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
    at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
    at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:366)
    at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Я так понимаю что-то не то с созданием счёта в web.
Кстати я их пытался вывести. Не получилось...

Но сегодня вроде работает и в server.out вот что:
    [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
    [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
    [INFO] building formatting object tree
    [INFO] setting up fonts
    [INFO] [1]
    [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
    [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
    [INFO] area contents overflows area in line
    [INFO] area contents overflows area in line
    [INFO] area contents overflows area in line
    [INFO] area contents overflows area in line
    [INFO] Parsing of document complete, stopping renderer

Автор:  Администратор [ 08 фев 2008, 14:53 ]
Заголовок сообщения: 

Код:
Но сегодня вроде работает и в server.out вот что:

      [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
      [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
      [INFO] building formatting object tree
      [INFO] setting up fonts
      [INFO] [1]
      [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
      [INFO] Using org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser as SAX2 Parser
      [INFO] area contents overflows area in line
      [INFO] area contents overflows area in line
      [INFO] area contents overflows area in line
      [INFO] area contents overflows area in line
      [INFO] Parsing of document complete, stopping renderer

Ну если только это - то ничего страшного. Это просто недодавленные логи FOP а.

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