Привет! Я перенес свой сервер приложений из Jboss 6 EAP в Jboss 7.1 EAP, но я получаю исключение ниже при доступе к сервису soap. Пожалуйста, помогите. Исключение заключается в следующем: -
ОШИБКА [io.undertow.request] (задание по умолчанию-2) UT005023: Исключение
обработка запроса к / NS / sendPickupInfo /:
org.springframework.web.util.NestedServletException: обработчик
обработка не удалась; вложенное исключение
java.lang.ExceptionInInitializerError
в org.springframework.web.servlet.DispatcherServlet.triggerAfterCompletionWithError (DispatcherServlet.java:1275)
в org.springframework.web.servlet.DispatcherServlet.doDispatch (DispatcherServlet.java:951)
в org.springframework.web.servlet.DispatcherServlet.doService (DispatcherServlet.java:867)
в org.springframework.web.servlet.FrameworkServlet.processRequest (FrameworkServlet.java:953)
в org.springframework.web.servlet.FrameworkServlet.doPost (FrameworkServlet.java:855)
на javax.servlet.http.HttpServlet.service (HttpServlet.java:707)
в org.springframework.web.servlet.FrameworkServlet.service (FrameworkServlet.java:829)
на javax.servlet.http.HttpServlet.service (HttpServlet.java:790)
в io.undertow.servlet.handlers.ServletHandler.handleRequest (ServletHandler.java:85)
в io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest (ServletSecurityRoleHandler.java:62)
в io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest (ServletDispatchingHandler.java:36)
в org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest (SecurityContextAssociationHandler.java:78)
в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:43)
в io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest (SSLInformationAssociationHandler.java:131)
в io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest (ServletAuthenticationCallHandler.java:57)
в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:43)
в io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest (AbstractConfidentialityHandler.java:46)
в io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest (ServletConfidentialityConstraintHandler.java:64)
в io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest (AuthenticationMechanismsHandler.java:60)
в io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest (CachedAuthenticatedSessionHandler.java:77)
в io.undertow.security.handlers.NotificationReceiverHandler.handleRequest (NotificationReceiverHandler.java:50)
в io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest (AbstractSecurityContextAssociationHandler.java:43)
в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:43)
в org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest (JACCContextIdHandler.java:61)
в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:43)
в io.undertow.server.handlers.PredicateHandler.handleRequest (PredicateHandler.java:43)
в io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest (ServletInitialHandler.java:292)
на io.undertow.servlet.handlers.ServletInitialHandler.access $ 100 (ServletInitialHandler.java:81)
в io.undertow.servlet.handlers.ServletInitialHandler $ 2.call (ServletInitialHandler.java:138)
в io.undertow.servlet.handlers.ServletInitialHandler $ 2.call (ServletInitialHandler.java:135)в io.undertow.servlet.core.ServletRequestContextThreadSetupAction $ 1.call (ServletRequestContextThreadSetupAction.java:48)
в io.undertow.servlet.core.ContextClassLoaderSetupAction $ 1.call (ContextClassLoaderSetupAction.java:43)
в org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda $ create $ 0 (SecurityContextThreadSetupAction.java:105)
в org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService $ UndertowThreadSetupAction.lambda $ create $ 0 (UndertowDeploymentInfoService.java:1508)
в org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService $ UndertowThreadSetupAction.lambda $ create $ 0 (UndertowDeploymentInfoService.java:1508)
в org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService $ UndertowThreadSetupAction.lambda $ create $ 0 (UndertowDeploymentInfoService.java:1508)
в org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService $ UndertowThreadSetupAction.lambda $ create $ 0 (UndertowDeploymentInfoService.java:1508)
в io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest (ServletInitialHandler.java:272)
в io.undertow.servlet.handlers.ServletInitialHandler.access $ 000 (ServletInitialHandler.java:81)
в io.undertow.servlet.handlers.ServletInitialHandler $ 1.handleRequest (ServletInitialHandler.java:104)
в io.undertow.server.Connectors.executeRootHandler (Connectors.java:326)
на io.undertow.server.HttpServerExchange $ 1.run (HttpServerExchange.java:812)
в java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
в java.util.concurrent.ThreadPoolExecutor $ Worker.run (ThreadPoolExecutor.java:624)
на java.lang.Thread.run (Thread.java:748)
Вызвано: java.lang.ExceptionInInitializerError
в org.apache.axis.handlers.BasicHandler. (BasicHandler.java:43)
в org.apache.axis.client.Service.getAxisClient (Service.java:104)
в org.apache.axis.client.Service. (Service.java:113)
at no.dr.service.PickupWebServiceTemplate.executeWebService (PickupWebServiceTemplate.java:66)
at no.dr.service.PickupWebserviceFactory.executeWebService (PickupWebserviceFactory.java:22)
в no.dr.service.PickupUtil.getPickupPartyInfo (PickupUtil.java:42)
в no.dr.service.PickupServiceImpl.createNewPickup (PickupServiceImpl.java:47)
at no.dr.viewhelper.PickupRequestProcessing.processPickupList (PickupRequestProcessing.java:24)
at no.dr.viewhelper.PickupViewHelper.processPickUpRequest (PickupViewHelper.java:80)
at no.dr.viewhelper.PickupViewHelper $$ FastClassBySpringCGLIB $$ 56ccb5e2.invoke ()
в org.springframework.cglib.proxy.MethodProxy.invoke (MethodProxy.java:204)
в org.springframework.aop.framework.CglibAopProxy $ CglibMethodInvocation.invokeJoinpoint (CglibAopProxy.java:700)
в org.springframework.aop.framework.ReflectiveMethodInvocation.proceed (ReflectiveMethodInvocation.java:150)
в org.springframework.transaction.interceptor.TransactionInterceptor $ 1.proceedWithInvocation (TransactionInterceptor.java:96)
в org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction (TransactionAspectSupport.java:260)
в org.springframework.transaction.interceptor.TransactionInterceptor.invoke (TransactionInterceptor.java:94)
в org.springframework.aop.framework.ReflectiveMethodInvocation.proceed (ReflectiveMethodInvocation.java:172)
в org.springframework.aop.framework.CglibAopProxy $ DynamicAdvisedInterceptor.intercept (CglibAopProxy.java:633)
at no.dr.viewhelper.PickupViewHelper $$ EnhancerBySpringCGLIB $$ ac24943.processPickUpRequest ()
at no.dr.controller.PickupController.sendPickupDetails (PickupController.java:54)at sun.reflect.NativeMethodAccessorImpl.invoke0 (собственный метод)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
в java.lang.reflect.Method.invoke (Method.java:498)
в org.springframework.web.method.support.InvocableHandlerMethod.invoke (InvocableHandlerMethod.java:215)
в org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest (InvocableHandlerMethod.java:132)
в org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle (ServletInvocableHandlerMethod.java:104)
в org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod (RequestMappingHandlerAdapter.java:743)
в org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal (RequestMappingHandlerAdapter.java:672)
в org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle (AbstractHandlerMethodAdapter.java:82)
в org.springframework.web.servlet.DispatcherServlet.doDispatch (DispatcherServlet.java:933)