BiTel

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

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




Начать новую тему Ответить на тему  [ Сообщений: 9 ] 
Автор Сообщение
 Заголовок сообщения: [7.1] Проблема с запуском нового ЛК
СообщениеДобавлено: 04 сен 2018, 10:59 
Не в сети

Зарегистрирован: 03 сен 2018, 09:51
Сообщения: 1
Карма: 0
Доброго времени суток!

Проблема аналогичная этой https://forum.bitel.ru/viewtopic.php?p=108530 , но решение добавить в data.properties connector.http.compression=off не помогло.

Сначала при запуске mybgbilling-sync-libs.sh получаю ошибку
Код:
JAVA_HOME=/opt/java/jdk8
MYBGBILLING_HOME=../standalone/deployments/MyBGBilling.war
Starting synchronization client libs with BGBillingServer
Load configuration: ../standalone/deployments/MyBGBilling.war/WEB-INF/mybgbilling-conf.groovy
Lib path: ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Connecting to: http://10.1.10.10:8080/bgbilling/executer
jar:file:/opt/wildfly/standalone/deployments/MyBGBilling.war/WEB-INF/lib/client.jar!/ru/bitel/bgbilling/kernel/module/common/service/ModuleService.wsdl
11:44:16.532 [main] ERROR r.b.mybgbilling.kernel.ws.WSClient - com.sun.proxy.$Proxy37.getInInterceptors()
java.lang.NoSuchMethodException: com.sun.proxy.$Proxy37.getInInterceptors()
        at java.lang.Class.getDeclaredMethod(Class.java:2130) ~[na:1.8.0_172]
        at ru.bitel.mybgbilling.kernel.ws.WSClient.lambda$getPort$2(WSClient.java:209) ~[classes/:na]
        at java.util.concurrent.ConcurrentMap.computeIfAbsent(ConcurrentMap.java:324) ~[na:1.8.0_172]
        at ru.bitel.mybgbilling.kernel.ws.WSClient.getPort(WSClient.java:206) ~[classes/:na]
        at ru.bitel.mybgbilling.kernel.ws.WSClient.getPort(WSClient.java:62) ~[classes/:na]
        at ru.bitel.mybgbilling.kernel.common.Updater.main(Updater.java:92) ~[classes/:na]
Installed modules: [Bill, Card, Gorod, Inet, NPay, Reports, RFI e-­Commerce, RSCM, Sberbank, VoiceIp]
Download libs for: bill
Extract bill.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: card
Extract card.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: gorod
Extract gorod.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: inet
Extract inet.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: npay
Extract npay.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: reports
Extract reports.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: rfiec
Extract rfiec.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: rscm
Extract rscm.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: sberbank
Extract sberbank.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Download libs for: voiceip
Extract voiceip.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Try download libs for: plugins.helpdesk
Found 0 files
Try download libs for: plugins.documents
Extract documents.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Try download libs for: plugins.bonus
Extract bonus.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Try download libs for: update
Extract client.jar to ../standalone/deployments/MyBGBilling.war/WEB-INF/lib
Synchronization finished
JAVA_HOME=/opt/java/jdk8
MYBGBILLING_HOME=../standalone/deployments/MyBGBilling.war
Set MyBGBilling.war to (re)deploy


Потом при вводе логина и пароля от нового лк получаю пустую страницу с лого BiTel вверху и вывод в логе:
Код:
2018-09-04 11:48:43,095 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (default task-26) Error Rendering View[/index.xhtml]: javax.el.ELException: /WEB-INF/template/layout.xhtml @28,65 rendered="#{empty customerBean.customerTitle}": javax.xml.ws.soap.SOAPFaultException: java.lang.NullPointerException
        at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:114)
        at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194)
        at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:458)
        at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:297)
        at com.sun.faces.renderkit.html_basic.PassthroughRenderer.encodeChildren(PassthroughRenderer.java:104)
        at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:890)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1856)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)
        at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)
        at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:458)
        at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:134)
        at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:337)
        at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:337)
        at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)
        at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
        at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:219)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:659)
        at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
        at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
        at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
        at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
        at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
        at io.undertow.server.handlers.DisableCacheHandler.handleRequest(DisableCacheHandler.java:33)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.security.handlers.AuthenticationConstraintHandler.handleRequest(AuthenticationConstraintHandler.java:53)
        at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
        at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
        at io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler.handleRequest(ServletSecurityConstraintHandler.java:59)
        at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
        at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
        at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
        at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
        at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
        at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
        at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
        at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
        at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
        at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
        at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
        at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
        at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:805)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
Caused by: javax.el.ELException: javax.xml.ws.soap.SOAPFaultException: java.lang.NullPointerException
        at javax.el.BeanELResolver.getValue(BeanELResolver.java:246)
        at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
        at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
        at com.sun.el.parser.AstValue.getValue(AstValue.java:139)
        at com.sun.el.parser.AstValue.getValue(AstValue.java:203)
        at com.sun.el.parser.AstEmpty.getValue(AstEmpty.java:66)
        at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:226)
        at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)
        at org.jboss.weld.el.WeldValueExpression.getValue(WeldValueExpression.java:50)
        at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
        ... 56 more
Caused by: javax.xml.ws.soap.SOAPFaultException: java.lang.NullPointerException
        at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:161)
        at com.sun.proxy.$Proxy105.contractParameterMap(Unknown Source)
        at ru.bitel.mybgbilling.kernel.contract.ParameterBean.lambda$populate$2(ParameterBean.java:103)
        at ru.bitel.common.function.ThrowingSupplier.get(ThrowingSupplier.java:17)
        at ru.bitel.common.function.Lazy.get(Lazy.java:49)
        at ru.bitel.mybgbilling.kernel.contract.ParameterBean.getFullContractParameterMap(ParameterBean.java:194)
        at ru.bitel.mybgbilling.kernel.contract.ParameterBean$Proxy$_$$_WeldSubclass.getFullContractParameterMap$$super(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
        at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
        at ru.bitel.mybgbilling.kernel.ws.WSInjectInterceptor.aroundInvoke(WSInjectInterceptor.java:60)
        at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
        at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
        at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
        at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
        at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
        at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
        at ru.bitel.mybgbilling.kernel.contract.ParameterBean$Proxy$_$$_WeldSubclass.getFullContractParameterMap(Unknown Source)
        at ru.bitel.mybgbilling.kernel.contract.ParameterBean$Proxy$_$$_WeldClientProxy.getFullContractParameterMap(Unknown Source)
        at ru.bitel.mybgbilling.kernel.ws.CustomerBean.lambda$null$6(CustomerBean.java:199)
        at ru.bitel.common.function.ThrowingSupplier.get(ThrowingSupplier.java:17)
        at ru.bitel.mybgbilling.kernel.common.Config.get(Config.java:89)
        at ru.bitel.mybgbilling.kernel.common.Configuration.lambda$get$7(Configuration.java:343)
        at ru.bitel.common.function.ThrowingFunction.apply(ThrowingFunction.java:17)
        at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
        at ru.bitel.mybgbilling.kernel.common.ConfigurationCacheBean.computeIfAbsent(ConfigurationCacheBean.java:23)
        at ru.bitel.mybgbilling.kernel.common.ConfigurationCacheBean$Proxy$_$$_WeldClientProxy.computeIfAbsent(Unknown Source)
        at ru.bitel.mybgbilling.kernel.common.Configuration.get(Configuration.java:343)
        at ru.bitel.mybgbilling.kernel.common.Configuration$Proxy$_$$_WeldClientProxy.get(Unknown Source)
        at ru.bitel.mybgbilling.kernel.ws.CustomerBean.lambda$populate$7(CustomerBean.java:198)
        at ru.bitel.common.function.ThrowingSupplier.get(ThrowingSupplier.java:17)
        at ru.bitel.common.function.Lazy.get(Lazy.java:49)
        at ru.bitel.mybgbilling.kernel.ws.CustomerBean.getCustomerTitle(CustomerBean.java:302)
        at ru.bitel.mybgbilling.kernel.ws.CustomerBean$Proxy$_$$_WeldSubclass.getCustomerTitle$$super(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:49)
        at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:77)
        at ru.bitel.mybgbilling.kernel.ws.WSInjectInterceptor.aroundInvoke(WSInjectInterceptor.java:60)
        at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:74)
        at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:84)
        at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:72)
        at org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
        at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:79)
        at org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
        at ru.bitel.mybgbilling.kernel.ws.CustomerBean$Proxy$_$$_WeldSubclass.getCustomerTitle(Unknown Source)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at javax.el.BeanELResolver.getValue(BeanELResolver.java:241)
        ... 65 more
Caused by: org.apache.cxf.binding.soap.SoapFault: java.lang.NullPointerException
        at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:86)
        at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:52)
        at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:41)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:112)
        at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:140)
        at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:71)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:798)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1670)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1551)
        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1348)
        at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
        at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:651)
        at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:308)
        at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:514)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:423)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:324)
        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:277)
        at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:96)
        at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:139)
        ... 126 more

2018-09-04 11:48:43,099 INFO  [ru.bitel.mybgbilling.kernel.common.MyExceptionHandler] (default task-26) ERROR class javax.el.ELException
2018-09-04 11:48:43,102 INFO  [ru.bitel.mybgbilling.kernel.common.MyExceptionHandler] (default task-26) Error message: null java.lang.NullPointerException
2018-09-04 11:48:43,102 ERROR [ru.bitel.mybgbilling.kernel.common.MyExceptionHandler] (default task-26) WebServiceException.


Собственно кодировка базы UTF-8, customerTitle не пуст. Всё на одной машине.
CentOS 7, BGBilling 7.1, MariaDB 15, JDK 1.8, wildfly 10

Подскажите, пожалуйста, как это поправить?


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 07 сен 2018, 23:06 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
Добрый день. Пытаюсь установить личный кабинет с нуля. Версия последняя. Та же ошибка.


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 12 сен 2018, 01:17 
Не в сети
Разработчик
Аватара пользователя

Зарегистрирован: 19 дек 2006, 21:04
Сообщения: 5970
Карма: 256
Выложили обновление для 7.1. Проблема возникала на договорах, у которых не указана "группа параметров договора".


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 12 сен 2018, 16:23 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
Спасибо. Заработало.


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 12 сен 2018, 16:35 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
Ещё ошибка. Не отображает тарифы.Разницы нет в тарифе хоть стоит галка "использовать основное название" или указано значение.
Код:
2018-09-12 13:27:45,517 SEVERE [javax.enterprise.resource.webcontainer.jsf.context] (default task-308) javax.el.ELException: /WEB-INF/content/kernel/tariffs.
xhtml: The class 'ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractTariffEntry' does not have the property 'webTitle'.
....


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 13 сен 2018, 12:33 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
UP


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 19 сен 2018, 21:22 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
up


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 23 окт 2018, 16:08 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
up. Не выводит тариф
Код:
2018-10-23 13:06:56,826 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (default task-11) Error Rendering View[/index.xhtml]: javax.el.ELExce
ption: /WEB-INF/content/kernel/tariffs.xhtml: The class 'ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractTariffEntry' does not have the property '
webTitle'.


Вернуться к началу
 Профиль  
 
СообщениеДобавлено: 01 ноя 2018, 14:20 
Не в сети
Клиент

Зарегистрирован: 28 окт 2008, 20:10
Сообщения: 259
Откуда: Махачкала
Карма: 6
Brodayga писал(а):
up. Не выводит тариф
Код:
2018-10-23 13:06:56,826 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] (default task-11) Error Rendering View[/index.xhtml]: javax.el.ELExce
ption: /WEB-INF/content/kernel/tariffs.xhtml: The class 'ru.bitel.bgbilling.kernel.contract.api.common.bean.ContractTariffEntry' does not have the property '
webTitle'.

Помогло обновление сервера билинга до последнего билда.


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

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


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

Сейчас этот форум просматривают: Bing [Bot] и гости: 1


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

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