Getting Data In

I need help parsing my json events

3DGjos
Communicator

Hello, I'm parsing new json events from a webpage, and none of my prior props worked, I don't know why, it cant recognize timestamp or linebreaker, this is a sample:

    {"_time":"14/05/2019 10:13:00.367","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-13003207] Fin de ejecucion de [Tarjetas - cargaDatosTarjeta]. Duracion: 8030 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 10:13:00.388","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionDefault","linenumber":"238","mensagem":"[1-13003207] Ocurrio un error inesperado:","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0","exception":"com.XXXX.XXXXlink.ws_XXX.exeption.XXXWsException: Error 100 --> Error en Cons_PersxTarj. SqlCode: 0100.\n\tat com.XXXX.XXXXlink.ws_XXX.WsXXXClient.ejecutarDatosGenerales(WsXXXClient.java:90)\n\tat com.XXXX.XXXXlink.XXX.XXXFacade.consultarDatosTarjeta(XXXFacade.java:41)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas.consultarDatosTarjeta(Tarjetas.java:784)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas.cargaDatosTarjeta(Tarjetas.java:686)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas$$FastClassBySpringCGLIB$$5a3dbc10.invoke(<generated>)\n\tat org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)\n\tat org.springframework.aop.framework.CglibAopProxy$CglXXXethodInvXXXtion.invokeJoinpoint(CglibAopProxy.java:717)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:157)\n\tat org.springframework.aop.aspectj.MethodInvXXXtionProceedingJoinPoint.proceed(MethodInvXXXtionProceedingJoinPoint.java:85)\n\tat com.XXXX.XXXXlink.profiling.AspectosConfig.anyRequestMappingMethod(AspectosConfig.java:34)\n\tat sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)\n\tat java.lang.reflect.Method.invoke(Method.java:620)\n\tat org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)\n\tat org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)\n\tat org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:168)\n\tat org.springframework.aop.interceptor.ExposeInvXXXtionInterceptor.invoke(ExposeInvXXXtionInterceptor.java:92)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:179)\n\tat org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas$$EnhancerBySpringCGLIB$$ee267ebb.cargaDatosTarjeta(<generated>)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)\n\tat java.lang.reflect.Method.invoke(Method.java:620)\n\tat org.springframework.web.method.support.InvXXXbleHandlerMethod.doInvoke(InvXXXbleHandlerMethod.java:221)\n\tat org.springframework.web.method.support.InvXXXbleHandlerMethod.invokeForRequest(InvXXXbleHandlerMethod.java:137)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvXXXbleHandlerMethod.invokeAndHandle(ServletInvXXXbleHandlerMethod.java:110)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:868)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:595)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:668)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1230)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)\n\tat com.XXXX.XXXXlink.filter.ErrorMessageHandler.doFilter(ErrorMessageHandler.java:49)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat com.XXXX.XXXXlink.filter.CrossScriptingFilter.doFilter(CrossScriptingFilter.java:22)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)\n\tat org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)\n\tat org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)\n\tat org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)\n\tat com.XXX.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3923)\n\tat com.XXX.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)\n\tat com.XXX.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:986)\n\tat com.XXX.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)\n\tat com.XXX.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)\n\tat com.XXX.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)\n\tat com.XXX.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)\n\tat com.XXX.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)\n\tat com.XXX.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)\n\tat com.XXX.io.async.AsyncFuture.completed(AsyncFuture.java:138)\n\tat com.XXX.io.async.ResultHandler.complete(ResultHandler.java:204)\n\tat com.XXX.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)\n\tat com.XXX.io.async.ResultHandler$2.run(ResultHandler.java:905)\n\tat com.XXX.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)\n"}{"_time":"14/05/2019 10:18:27.319","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-13003207] Fin de ejecucion de [Tarjetas - obtenerEstadoDeCuenta]. Duracion: 3347 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 10:18:27.332","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveApplicationException","linenumber":"157","mensagem":"[1-13003207] Error de aplicacion:","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0","exception":"com.XXXX.XXXXlink.exception.ApplicationException: No es posible visualizar tu estado de cuenta y ello se puede deber a alguna de las siguientes razones:&lt;br/&gt;<ul><li>no hubo consumos con esta tarjeta durante el mes seleccionado,</li><li>se ha modificado la fecha de cierre de tu estado de cuenta,</li><li>en este momento se está procesando la actualización mensual de tu estado de cuenta, o</li><li>existe algún problema de comunicación con el procesador.</li></ul>\n\tat com.XXXX.XXXXlink.controllers.Tarjetas.obtenerEstadoDeCuenta(Tarjetas.java:1131)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas$$FastClassBySpringCGLIB$$5a3dbc10.invoke(<generated>)\n\tat org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)\n\tat org.springframework.aop.framework.CglibAopProxy$CglXXXethodInvXXXtion.invokeJoinpoint(CglibAopProxy.java:717)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:157)\n\tat org.springframework.aop.aspectj.MethodInvXXXtionProceedingJoinPoint.proceed(MethodInvXXXtionProceedingJoinPoint.java:85)\n\tat com.XXXX.XXXXlink.profiling.AspectosConfig.anyRequestMappingMethod(AspectosConfig.java:34)\n\tat sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)\n\tat java.lang.reflect.Method.invoke(Method.java:620)\n\tat org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)\n\tat org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)\n\tat org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:168)\n\tat org.springframework.aop.interceptor.ExposeInvXXXtionInterceptor.invoke(ExposeInvXXXtionInterceptor.java:92)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:179)\n\tat org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas$$EnhancerBySpringCGLIB$$ee267ebb.obtenerEstadoDeCuenta(<generated>)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)\n\tat java.lang.reflect.Method.invoke(Method.java:620)\n\tat org.springframework.web.method.support.InvXXXbleHandlerMethod.doInvoke(InvXXXbleHandlerMethod.java:221)\n\tat org.springframework.web.method.support.InvXXXbleHandlerMethod.invokeForRequest(InvXXXbleHandlerMethod.java:137)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvXXXbleHandlerMethod.invokeAndHandle(ServletInvXXXbleHandlerMethod.java:110)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)\n\tat org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:575)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:668)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1230)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)\n\tat com.XXXX.XXXXlink.filter.ErrorMessageHandler.doFilter(ErrorMessageHandler.java:49)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat com.XXXX.XXXXlink.filter.CrossScriptingFilter.doFilter(CrossScriptingFilter.java:22)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)\n\tat org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)\n\tat org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)\n\tat org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)\n\tat com.XXX.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3923)\n\tat com.XXX.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)\n\tat com.XXX.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:986)\n\tat com.XXX.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)\n\tat com.XXX.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)\n\tat com.XXX.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)\n\tat com.XXX.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)\n\tat com.XXX.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)\n\tat com.XXX.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)\n\tat com.XXX.io.async.AsyncFuture.completed(AsyncFuture.java:138)\n\tat com.XXX.io.async.ResultHandler.complete(ResultHandler.java:204)\n\tat com.XXX.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)\n\tat com.XXX.io.async.ResultHandler$2.run(ResultHandler.java:905)\n\tat com.XXX.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)\nCaused by: java.lang.RuntimeException: Error al obtener estado de cuenta.\n\tat com.XXXX.XXX.XXXConnector.ejecutarConsultaEstCuenta(XXXConnector.java:151)\n\tat com.XXXX.XXX.XXXConcurrenceController.ejecutarConsultaEstCuenta(XXXConcurrenceController.java:41)\n\tat com.XXXX.XXX.EstadoDeCuentaDao.generarEstadoDeCuenta(EstadoDeCuentaDao.java:79)\n\tat com.XXXX.XXX.EstadoDeCuentaDao.getEstadoDeCuenta(EstadoDeCuentaDao.java:65)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas.obtenerEstadoDeCuenta(Tarjetas.java:1118)\n\t... 96 common frames omitted\n"}{"_time":"14/05/2019 10:18:30.805","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-13003207] Fin de ejecucion de [Tarjetas - cargaDatosTarjeta]. Duracion: 108 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 10:18:30.808","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionDefault","linenumber":"238","mensagem":"[1-13003207] Ocurrio un error inesperado:","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0","exception":"com.XXXX.XXXXlink.ws_XXX.exeption.XXXWsException: Error 100 --> Error en Cons_PersxTarj. SqlCode: 0100.\n\tat com.XXXX.XXXXlink.ws_XXX.WsXXXClient.ejecutarDatosGenerales(WsXXXClient.java:90)\n\tat com.XXXX.XXXXlink.XXX.XXXFacade.consultarDatosTarjeta(XXXFacade.java:41)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas.consultarDatosTarjeta(Tarjetas.java:784)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas.cargaDatosTarjeta(Tarjetas.java:686)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas$$FastClassBySpringCGLIB$$5a3dbc10.invoke(<generated>)\n\tat org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)\n\tat org.springframework.aop.framework.CglibAopProxy$CglXXXethodInvXXXtion.invokeJoinpoint(CglibAopProxy.java:717)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:157)\n\tat org.springframework.aop.aspectj.MethodInvXXXtionProceedingJoinPoint.proceed(MethodInvXXXtionProceedingJoinPoint.java:85)\n\tat com.XXXX.XXXXlink.profiling.AspectosConfig.anyRequestMappingMethod(AspectosConfig.java:34)\n\tat sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)\n\tat java.lang.reflect.Method.invoke(Method.java:620)\n\tat org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)\n\tat org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)\n\tat org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:68)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:168)\n\tat org.springframework.aop.interceptor.ExposeInvXXXtionInterceptor.invoke(ExposeInvXXXtionInterceptor.java:92)\n\tat org.springframework.aop.framework.ReflectiveMethodInvXXXtion.proceed(ReflectiveMethodInvXXXtion.java:179)\n\tat org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:653)\n\tat com.XXXX.XXXXlink.controllers.Tarjetas$$EnhancerBySpringCGLIB$$ee267ebb.cargaDatosTarjeta(<generated>)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)\n\tat java.lang.reflect.Method.invoke(Method.java:620)\n\tat org.springframework.web.method.support.InvXXXbleHandlerMethod.doInvoke(InvXXXbleHandlerMethod.java:221)\n\tat org.springframework.web.method.support.InvXXXbleHandlerMethod.invokeForRequest(InvXXXbleHandlerMethod.java:137)\n\tat org.springframework.web.servlet.mvc.method.annotation.ServletInvXXXbleHandlerMethod.invokeAndHandle(ServletInvXXXbleHandlerMethod.java:110)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandleMethod(RequestMappingHandlerAdapter.java:776)\n\tat org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:705)\n\tat org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)\n\tat org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959)\n\tat org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893)\n\tat org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)\n\tat org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:868)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:595)\n\tat org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:668)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1230)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)\n\tat com.XXX.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:136)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:97)\n\tat com.XXXX.XXXXlink.filter.ErrorMessageHandler.doFilter(ErrorMessageHandler.java:49)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat com.XXXX.XXXXlink.filter.CrossScriptingFilter.doFilter(CrossScriptingFilter.java:22)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:118)\n\tat org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:84)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:103)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:154)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:199)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:57)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:50)\n\tat org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)\n\tat org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342)\n\tat org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:192)\n\tat org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:160)\n\tat org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)\n\tat org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)\n\tat com.XXX.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)\n\tat com.XXX.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)\n\tat com.XXX.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)\n\tat com.XXX.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:919)\n\tat com.XXX.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)\n\tat com.XXX.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:463)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:530)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:316)\n\tat com.XXX.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)\n\tat com.XXX.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)\n\tat com.XXX.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)\n\tat com.XXX.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)\n\tat com.XXX.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)\n\tat com.XXX.io.async.AsyncFuture.completed(AsyncFuture.java:138)\n\tat com.XXX.io.async.ResultHandler.complete(ResultHandler.java:204)\n\tat com.XXX.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)\n\tat com.XXX.io.async.ResultHandler$2.run(ResultHandler.java:905)\n\tat com.XXX.ws.util.ThreadPool$Worker.run(ThreadPool.java:1881)\n"}{"_time":"14/05/2019 11:04:19.757","logLevel":"ERROR","thread":"WebContainer : 2","filename":"Home.java","classe":"com.XXXX.XXXXlink.controllers.Home","method":"parseFlagNoBanner","linenumber":"159","mensagem":"No se pudo validar el estado del customer para utilizar el servicio. Causa: [Respuesta MQ con codigo de error: 00012]","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:04:47.226","logLevel":"ERROR","thread":"WebContainer : 1","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 89 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:04:47.229","logLevel":"ERROR","thread":"WebContainer : 1","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [0950030;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:49.146","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 100 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:49.149","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [0950030;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:49.614","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 33 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:49.620","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [0950030;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:50.284","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 52 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:50.286","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [0950030;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:50.701","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 45 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:05:50.706","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [0950030;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:06:01.971","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 84 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:06:01.977","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [2900010;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:06:02.915","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 37 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:06:02.918","logLevel":"ERROR","thread":"WebContainer : 2","filename":"ErrorHandler.java","classe":"com.XXXX.XXXXlink.controllers.ErrorHandler","method":"resolveExceptionBackEnd","linenumber":"202","mensagem":"[1-18618031] Error de negocio BackEnd: Respuesta MQ con codigo de error: 20048 [2900010;2].","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}{"_time":"14/05/2019 11:06:03.645","logLevel":"ERROR","thread":"WebContainer : 2","filename":"AspectosConfig.java","classe":"com.XXXX.XXXXlink.profiling.AspectosConfig","method":"anyRequestMappingMethod","linenumber":"42","mensagem":"[1-18618031] Fin de ejecucion de [Transferencias - ingresarTransferenciaTercero]. Duracion: 63 milisegundos.","context":"default","application":"XXXXXX link","canal":"INTERNET","serverName":"XXXX","tipoLog":"padrao","version":"0.0"}

Can you help me doing the sourcetype stanza?

Thanks!

Tags (3)
0 Karma

3DGjos
Communicator

I managed to almost parse it, learnt how linebreaker works in the way heh.

I've got this:

[myjson]
BREAK_ONLY_BEFORE_DATE = 
DATETIME_CONFIG = 
KV_MODE = json
LINE_BREAKER = }(){
MAX_TIMESTAMP_LOOKAHEAD = 23
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
TIME_FORMAT = %d/%m/%Y %H:%M:%S.%L
TIME_PREFIX = time":"
TRUNCATE = 0
category = Structured
disabled = false
pulldown_type = true

Now what I need to achieve, and I can't figure out why (im showing all lines to make the } visible but still cant) I can't see it in colours. you know, the reglular json colour. Any suggestions are welcome!

Thanks!

0 Karma

tomaszwrona
Explorer

Hi,

just replace "_time" field with a different name - i used "time" instead and could import the data with splunk's default _json sourcetype.

Best regards
Tomasz

0 Karma

3DGjos
Communicator

Hello, do you mean modify my raw events?

0 Karma

tomaszwrona
Explorer

hi,
yes, just rename the _time to something else, as _time is splunk default name for timestamp

0 Karma
Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

Splunk Lantern is Splunk’s customer success center that provides advice from Splunk experts on valuable data ...