Advertisement
Guest User

Untitled

a guest
Nov 1st, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.29 KB | None | 0 0
  1. [INFO] Creating Tomcat server configuration at C:\Users\ltr\IdeaProjects\portal\KSI\KLE\target\tomcat
  2. lis 01, 2017 1:08:11 PM org.apache.catalina.startup.Embedded start
  3. INFO: Starting tomcat server
  4. lis 01, 2017 1:08:11 PM org.apache.catalina.core.StandardEngine start
  5. INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
  6. log4j:ERROR setFile(null,true) call failed.
  7. java.io.FileNotFoundException: \logs\rejestracja_profilu.log (System nie może odnaleźć określonej ścieżki)
  8. at java.io.FileOutputStream.open(Native Method)
  9. at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
  10. at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
  11. at org.apache.log4j.FileAppender.setFile(FileAppender.java:272)
  12. at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:151)
  13. at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:247)
  14. at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:210)
  15. at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:140)
  16. at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:153)
  17. at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:415)
  18. at org.apache.log4j.xml.DOMConfigurator.parseCategory(DOMConfigurator.java:335)
  19. at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:781)
  20. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:666)
  21. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:616)
  22. at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:602)
  23. at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:460)
  24. at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
  25. at org.apache.log4j.Logger.getLogger(Logger.java:85)
  26. at org.apache.commons.logging.impl.Log4JLogger.getLogger(Log4JLogger.java:229)
  27. at org.apache.commons.logging.impl.Log4JLogger.<init>(Log4JLogger.java:65)
  28. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  29. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  30. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  31. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  32. at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
  33. at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
  34. at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
  35. at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
  36. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
  37. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
  38. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
  39. at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
  40. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
  41. at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
  42. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
  43. at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
  44. at org.apache.catalina.startup.Embedded.start(Embedded.java:825)
  45. at org.codehaus.mojo.tomcat.AbstractRunMojo.startContainer(AbstractRunMojo.java:558)
  46. at org.codehaus.mojo.tomcat.AbstractRunMojo.execute(AbstractRunMojo.java:255)
  47. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  48. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  49. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  50. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  51. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  52. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  53. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  54. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  55. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  56. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  57. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  58. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  59. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  60. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  61. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  63. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  64. at java.lang.reflect.Method.invoke(Method.java:606)
  65. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  66. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  67. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  68. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  69. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  70. lis 01, 2017 1:08:12 PM org.apache.catalina.core.ApplicationContext log
  71. INFO: Initializing Spring root WebApplicationContext
  72. org.springframework.web.context.ContextLoader(187)[13:08:12,995] INFO [main] - Root WebApplicationContext: initialization started
  73. org.springframework.context.support.AbstractApplicationContext(456)[13:08:13,068] INFO [main] - Refreshing Root WebApplicationContext: startup date [Wed Nov 01 13:08:13 CET 2017]; root of context hierarchy
  74. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:13,158] INFO [main] - Loading XML bean definitions from class path resource [applicationContext.xml]
  75. org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider(186)[13:08:13,490] INFO [main] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
  76. org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider(186)[13:08:13,595] INFO [main] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
  77. SLF4J: This version of SLF4J requires log4j version 1.2.12 or later. See also http://www.slf4j.org/codes.html#log4j_version
  78. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,460] INFO [main] - Loading XML bean definitions from class path resource [applicationContext-auto-security.xml]
  79. org.springframework.security.core.SpringSecurityCoreVersion(22)[13:08:17,543] INFO [main] - You are running with Spring Security Core 3.0.5.RELEASE
  80. org.springframework.security.config.SecurityNamespaceHandler(57)[13:08:17,544] INFO [main] - Spring Security 'config' module version is 3.0.5.RELEASE
  81. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,611] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /
  82. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,612] INFO [main] - Creating access control expression attribute 'permitAll' for /index.jsp
  83. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,612] INFO [main] - Creating access control expression attribute 'permitAll' for /logowanie.npi
  84. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,613] INFO [main] - Creating access control expression attribute 'permitAll' for /rejestracja.npi
  85. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,614] INFO [main] - Creating access control expression attribute 'permitAll' for /ofe-deklaracja-dla-niezalogowanych.npi
  86. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,615] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /konfiguracja/**
  87. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,617] INFO [main] - Creating access control expression attribute 'hasRole('KOMORNIK')' for /obszar-komornika/**
  88. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,617] INFO [main] - Creating access control expression attribute 'hasRole('LEKARZ')' for /obszar-lekarza/**
  89. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,618] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /obszar-ogolny/**
  90. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,619] INFO [main] - Creating access control expression attribute 'hasRole('PLATNIK')' for /obszar-platnika/**
  91. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,619] INFO [main] - Creating access control expression attribute 'hasRole('SWIADCZENIOBIORCA')' for /obszar-swiadczeniobiorcy/**
  92. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,620] INFO [main] - Creating access control expression attribute 'hasAnyRole('UBEZPIECZONY','CZLONEK_RODZINY')' for /obszar-ubezpieczonego/**
  93. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,621] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /obw/**
  94. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,622] INFO [main] - Creating access control expression attribute 'permitAll' for /tro/**
  95. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,623] INFO [main] - Creating access control expression attribute 'permitAll' for /upo/**
  96. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,624] INFO [main] - Creating access control expression attribute 'permitAll' for /win/**
  97. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,624] INFO [main] - Creating access control expression attribute 'permitAll' for /wir/**
  98. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,625] INFO [main] - Creating access control expression attribute 'permitAll' for /ofe/**
  99. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,626] INFO [main] - Creating access control expression attribute 'permitAll' for /isUnsupportedBrowserIgnored.npi
  100. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,626] INFO [main] - Creating access control expression attribute 'permitAll' for /ignoreUnsupportedBrowserAndShowLoginPage.npi
  101. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,627] INFO [main] - Creating access control expression attribute 'permitAll' for /sof/slowniki/dajListePozycjiSlownika.npi
  102. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,628] INFO [main] - Creating access control expression attribute 'permitAll' for /zmiana-hasla-link.npi
  103. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,628] INFO [main] - Creating access control expression attribute 'permitAll' for /zmien-haslo-link.npi
  104. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,629] INFO [main] - Creating access control expression attribute 'permitAll' for /zmien-haslo-link-formatka.npi
  105. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,629] INFO [main] - Creating access control expression attribute 'permitAll' for /zmien-haslo-link-przekieruj.npi
  106. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,630] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /zmiana-regulaminu.npi
  107. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,631] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /zmiana-hasla.npi
  108. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,631] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /riu/riuRegulaminAkceptuj.npi
  109. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,632] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /riu/riuHaslaZmien.npi
  110. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,633] INFO [main] - Creating access control expression attribute 'permitAll' for /riu/**
  111. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,634] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /**/main.npi
  112. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,635] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /**/index.npi
  113. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,636] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /**/*Ftl.npi
  114. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,636] INFO [main] - Creating access control expression attribute 'denyAll' for /konfiguracja**/*.npi
  115. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,637] INFO [main] - Creating access control expression attribute 'denyAll' for /obszar-**/*.npi
  116. org.springframework.security.config.http.FilterInvocationSecurityMetadataSourceParser(135)[13:08:17,637] INFO [main] - Creating access control expression attribute 'isAuthenticated()' for /*
  117. org.springframework.security.config.http.HttpSecurityBeanDefinitionParser(188)[13:08:17,731] INFO [main] - Checking sorted filter chain: [Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 300, Root bean: class [org.springframework.security.web.authentication.logout.LogoutFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 400, <NPIAutoESBAuthenticationFilter>, order = 799, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.savedrequest.RequestCacheAwareFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1300, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1600, Root bean: class [org.springframework.security.web.session.SessionManagementFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1800, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 1900]
  118. org.springframework.security.config.method.GlobalMethodSecurityBeanDefinitionParser(137)[13:08:17,764] INFO [main] - Expressions were enabled for method security but no SecurityExpressionHandler was configured. All hasPermision() expressions will evaluate to false.
  119. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,786] INFO [main] - Loading XML bean definitions from class path resource [applicationContext-kle.xml]
  120. org.springframework.beans.factory.support.DefaultListableBeanFactory(618)[13:08:17,852] INFO [main] - Overriding bean definition for bean 'ehCacheManager': replacing [Generic bean: class [org.springframework.cache.ehcache.EhCacheManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext.xml]] with [Generic bean: class [org.springframework.cache.ehcache.EhCacheManagerFactoryBean]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [applicationContext-kle.xml]]
  121. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,853] INFO [main] - Loading XML bean definitions from class path resource [zlaApplicationContext.xml]
  122. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,927] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/daneInicialneContext.xml]
  123. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,959] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/konwerteryContext.xml]
  124. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,978] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/ogolneDaneInicialneContext.xml]
  125. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:17,996] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/ubezpieczonyDaneInicialneContext.xml]
  126. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,036] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/swiadczeniobiorcaDaneInicialneContext.xml]
  127. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,056] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/platnikDaneInicialneContext.xml]
  128. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,077] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/lekarzDaneInicialneContext.xml]
  129. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,097] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/a/aDaneInicialneContext.xml]
  130. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,107] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/can/canPlDaneInicialneContext.xml]
  131. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,124] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/er/erDaneInicialneContext.xml]
  132. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,147] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/eur/eurDaneInicialneContext.xml]
  133. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,186] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/fzla/fzlaDaneInicialneContext.xml]
  134. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,210] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/pr/prDaneInicialneContext.xml]
  135. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,248] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/rd/rdDaneInicialneContext.xml]
  136. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,271] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/rz/rzDaneInicialneContext.xml]
  137. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,295] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/us/usDaneInicialneContext.xml]
  138. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,321] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/z/zDaneInicialneContext.xml]
  139. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,344] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/zs/zsDaneInicialneContext.xml]
  140. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,362] INFO [main] - Loading XML bean definitions from class path resource [spring/dane-inicialne/formularze_testowe/testFormContext.xml]
  141. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,376] INFO [main] - Loading XML bean definitions from class path resource [spring/wydruki-html/wydrukiHtmlContext.xml]
  142. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,387] INFO [main] - Loading XML bean definitions from class path resource [spring/wydruki-html/daoContext.xml]
  143. org.springframework.beans.factory.xml.XmlBeanDefinitionReader(315)[13:08:18,407] INFO [main] - Loading XML bean definitions from class path resource [spring/wydruki-html/securityContext.xml]
  144. org.springframework.beans.factory.support.DefaultListableBeanFactory(618)[13:08:18,422] INFO [main] - Overriding bean definition for bean 'menadzerBezpieczenstwaWydrukowImpl': replacing [Generic bean: class [pl.sygnity.zusnpi.obw.business.wydruki.security.MenadzerBezpieczenstwaWydrukowImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/wydruki-html/securityContext.xml]] with [Generic bean: class [pl.sygnity.zusnpi.obw.business.wydruki.security.MenadzerBezpieczenstwaWydrukowImpl]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in class path resource [spring/wydruki-html/wydrukiHtmlContext.xml]]
  145. org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor(137)[13:08:20,401] INFO [main] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
  146. org.springframework.cache.ehcache.EhCacheManagerFactoryBean(99)[13:08:20,577] INFO [main] - Initializing EHCache CacheManager
  147. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,827] INFO [main] - Bean 'ehCacheManager' of type [class org.springframework.cache.ehcache.EhCacheManagerFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  148. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,853] INFO [main] - Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0' of type [class org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  149. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,866] INFO [main] - Bean '(inner bean)' of type [class org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  150. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,876] INFO [main] - Bean '(inner bean)' of type [class org.springframework.security.access.prepost.PrePostAnnotationSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  151. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,879] INFO [main] - Bean 'org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0' of type [class org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  152. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,889] INFO [main] - Bean 'org.springframework.security.methodSecurityMetadataSourceAdvisor' of type [class org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  153. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,923] INFO [main] - Bean 'org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0' of type [class org.springframework.transaction.annotation.AnnotationTransactionAttributeSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  154. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,934] INFO [main] - Bean 'org.springframework.transaction.config.internalTransactionAdvisor' of type [class org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  155. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,938] INFO [main] - Bean 'ehCacheManager' of type [class net.sf.ehcache.CacheManager] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  156. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,986] INFO [main] - Bean 'com.googlecode.ehcache.annotations.key.CachingReflectionHelper' of type [class com.googlecode.ehcache.annotations.key.CachingReflectionHelper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  157. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:20,987] INFO [main] - Bean 'com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME' of type [class com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  158. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:21,000] INFO [main] - Bean 'com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl#0' of type [class com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  159. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:21,001] INFO [main] - Bean 'com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut#0' of type [class com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  160. org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker(1332)[13:08:21,003] INFO [main] - Bean 'com.googlecode.ehcache.annotations.config.internalEhCacheCachingAdvisor' of type [class org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  161. org.springframework.beans.factory.support.DefaultListableBeanFactory(555)[13:08:21,068] INFO [main] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5f47f7e6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.config.internalBeanConfigurerAspect,scopedTarget.sessionFileHashStorage,sessionFileHashStorage,lekarzZamowenieNaDaneArchiwalneBusiness,lekarzZweryfikujZamowenieNaDaneArchiwalneBusiness,lekarzDokumentyDoWyslaniaBusiness,lekarzDokumentyWyslaneBusiness,lekarzDrukowanieFormularzyBusiness,lekarzKreatorZlaBusiness,lekarzPobierzCertyfikatBusiness,lekarzPorownajDaneWCRUBusiness,lekarzZaswiadczeniaLekarskieAlternatywneBusiness,lekarzZaswiadczeniaLekarskieBiezaceBusiness,lekarzZaswiadczeniaLekarskieWZUSBusiness,lekarzZamowienieNaDaneArchiwalneDao,lekarzZweryfikujZamowienieNaDaneArchiwalneDao,lekarzDokumentyDoWyslaniaDao,lekarzDokumentyWyslaneDao,lekarzPobierzCertyfikatDao,lekarzPorownajDaneWCRUDao,lekarzZaswiadczeniaLekarskieAlternatywneDao,lekarzZaswiadczeniaLekarskieBiezaceDao,lekarzZaswiadczeniaLekarskieWZUSDao,lekarzZamowienieNaDaneArchiwalneZaOkresAction,lekarzZweryfikujZamowieniaNaDaneArchiwalneZaOkresAction,lekarzWyszukajCertyfikatyAction,datyZlaKAction,bledneZlaAction,daneONiezdolnosciDoPracyAction,danePlatnikaAction,danePodstawoweAction,daneUbezpieczonegoAction,opiekaAction,podpisAction,podsumowanieAction,uzasadnienieAction,wyszukajKodChorobyAction,lekarzAnulowanieZaswiadczeniaAction,lekarzDokumentyDoWyslaniaAction,lekarzDokumentyWyslaneAction,lekarzDokumentyZlaPodpisAction,lekarzDrukowanieZaswiadczenAction,lekarzMojeDaneAction,lekarzNowyCertyfikatAction,lekarzPobierzCertyfikatAction,lekarzPorownajDaneCRUAction,lekarzPrzegladZaswiadczenLekarskichAction,lekarzRehabilitacjePacjentaAction,lekarzUniewaznienieZaswiadczeniaAction,lekarzZaswiadczeniaLekarskieAlternatywneAction,lekarzZaswiadczeniaLekarskieBiezaceAction,lekarzZaswiadczeniaLekarskieWZUSAction,lekarzZaswiadczeniaPacjentaAction,pelneDaneUbezpieczonegoAction,pismoPrzewodnieAction,platnikDaneAction,szcegolyZlaAction,daneInicjalneEmpty,daneInicjalneKomornika,daneInicjalneKomornikaEKS,daneInicjalneKomornikaER222,daneInicjalneKomornikaER223,daneInicjalneKomornikaPEL,daneInicjalneKomornikaPLCAN1,daneInicjalneKomornikaPLCAN13,daneInicjalneKomornikaPLCAN1DI,daneInicjalneKomornikaPLUSA10,daneInicjalneKomornikaPLUSA4,daneInicjalneKomornikaWZ,daneInicjalneLekarza,daneInicjalneLekarzaER222,daneInicjalneLekarzaER223,daneInicjalneLekarzaFZLA,daneInicjalneLekarzaPEL,daneInicjalneLekarzaPLCAN1,daneInicjalneLekarzaPLCAN13,daneInicjalneLekarzaPLCAN1DI,daneInicjalneLekarzaPLUSA10,daneInicjalneLekarzaPLUSA4,daneInicjalneLekarzaPR,daneInicjalneLekarzaUS,daneInicjalneLekarzaWZ,daneInicjalneLekarzaZAS,daneInicjalnePlatnika,daneInicjalnePlatnikaA1,daneInicjalnePlatnikaCAN01,daneInicjalnePlatnikaE101,daneInicjalnePlatnikaER222,daneInicjalnePlatnikaER223,daneInicjalnePlatnikaEUN,daneInicjalnePlatnikaEWN,daneInicjalnePlatnikaKR1,daneInicjalnePlatnikaNP7,daneInicjalnePlatnikaOL,daneInicjalnePlatnikaPEL,daneInicjalnePlatnikaPLAU1,daneInicjalnePlatnikaPLCAN1,daneInicjalnePlatnikaPLCAN13,daneInicjalnePlatnikaPLCAN1DI,daneInicjalnePlatnikaPLUSA10,daneInicjalnePlatnikaPLUSA4,daneInicjalnePlatnikaPR3,daneInicjalnePlatnikaPR4,daneInicjalnePlatnikaPR5,daneInicjalnePlatnikaRD,daneInicjalnePlatnikaRM101,daneInicjalnePlatnikaRP,daneInicjalnePlatnikaRP2,daneInicjalnePlatnikaRP2A,daneInicjalnePlatnikaUS,daneInicjalnePlatnikaUS1,daneInicjalnePlatnikaUS17,daneInicjalnePlatnikaUS30,daneInicjalnePlatnikaUS32,daneInicjalnePlatnikaUS34,daneInicjalnePlatnikaUS36,daneInicjalnePlatnikaUS39,daneInicjalnePlatnikaUS4,daneInicjalnePlatnikaUSA1,daneInicjalnePlatnikaWZ,daneInicjalnePlatnikaZ12,daneInicjalnePlatnikaZAS,daneInicjalnePlatnikaZUSERWEC01,daneInicjalnePlatnikaZUSOKWUD01,daneInicjalneSwiadczeniobiorcy,daneInicjalneSwiadczeniobiorcyEER13,daneInicjalneSwiadczeniobiorcyEER9,daneInicjalneSwiadczeniobiorcyER222,daneInicjalneSwiadczeniobiorcyER223,daneInicjalneSwiadczeniobiorcyERP2A,daneInicjalneSwiadczeniobiorcyKP3,daneInicjalneSwiadczeniobiorcyKRPL7,daneInicjalneSwiadczeniobiorcyNP7,daneInicjalneSwiadczeniobiorcyPEL,daneInicjalneSwiadczeniobiorcyPLCAN1,daneInicjalneSwiadczeniobiorcyPLCAN13,daneInicjalneSwiadczeniobiorcyPLCAN1DI,daneInicjalneSwiadczeniobiorcyPLUSA10,daneInicjalneSwiadczeniobiorcyPLUSA11,daneInicjalneSwiadczeniobiorcyPLUSA4,daneInicjalneSwiadczeniobiorcyPR4,daneInicjalneSwiadczeniobiorcyRP,daneInicjalneSwiadczeniobiorcyRP13,daneInicjalneSwiadczeniobiorcyRP18,daneInicjalneSwiadczeniobiorcyRP1A,daneInicjalneSwiadczeniobiorcyRP2,daneInicjalneSwiadczeniobiorcyRP26,daneInicjalneSwiadczeniobiorcyRP2A,daneInicjalneSwiadczeniobiorcyRW73,daneInicjalneSwiadczeniobiorcySSA827ANG,daneInicjalneSwiadczeniobiorcySW1,daneInicjalneSwiadczeniobiorcyUSAPL11,daneInicjalneSwiadczeniobiorcyWnioskodawcy,daneInicjalneSwiadczeniobiorcyWZ,daneInicjalneSwiadczeniobiorcyZ10,daneInicjalneSwiadczeniobiorcyZ12,daneInicjalneSwiadczeniobiorcyZAS,daneInicjalneSwiadczeniobiorcyZAS58_ZAS65_ZAS66,daneInicjalneSwiadczeniobiorcyZAS68,daneInicjalneSwiadczeniobiorcyZUSERWEC01,daneInicjalneUbezpieczonego,daneInicjalneUbezpieczonegoA1,daneInicjalneUbezpieczonegoCAN01,daneInicjalneUbezpieczonegoE101,daneInicjalneUbezpieczonegoEER9,daneInicjalneUbezpieczonegoEKP3,daneInicjalneUbezpieczonegoER207,daneInicjalneUbezpieczonegoER222,daneInicjalneUbezpieczonegoER223,daneInicjalneUbezpieczonegoERP2A,daneInicjalneUbezpieczonegoEWZ,daneInicjalneUbezpieczonegoKP3,daneInicjalneUbezpieczonegoKR1,daneInicjalneUbezpieczonegoKRPL7,daneInicjalneUbezpieczonegoN9,daneInicjalneUbezpieczonegoNP7,daneInicjalneUbezpieczonegoPEL,daneInicjalneUbezpieczonegoPLAU1,daneInicjalneUbezpieczonegoPLCAN1,daneInicjalneUbezpieczonegoPLCAN13,daneInicjalneUbezpieczonegoPLCAN1DI,daneInicjalneUbezpieczonegoPLUSA10,daneInicjalneUbezpieczonegoPLUSA11,daneInicjalneUbezpieczonegoPLUSA4,daneInicjalneUbezpieczonegoPR1,daneInicjalneUbezpieczonegoPR4,daneInicjalneUbezpieczonegoRP,daneInicjalneUbezpieczonegoRP18,daneInicjalneUbezpieczonegoRP1A,daneInicjalneUbezpieczonegoRP2,daneInicjalneUbezpieczonegoRP26,daneInicjalneUbezpieczonegoRP2A,daneInicjalneUbezpieczonegoRW73,daneInicjalneUbezpieczonegoSSA827ANG,daneInicjalneUbezpieczonegoSW1,daneInicjalneUbezpieczonegoUS13,daneInicjalneUbezpieczonegoUS29,daneInicjalneUbezpieczonegoUS33,daneInicjalneUbezpieczonegoUS35,daneInicjalneUbezpieczonegoUS39,daneInicjalneUbezpieczonegoUSAPL11,daneInicjalneUbezpieczonegoWnioskodawcy,daneInicjalneUbezpieczonegoWZ,daneInicjalneUbezpieczonegoZ10,daneInicjalneUbezpieczonegoZ12,daneInicjalneUbezpieczonegoZAS26,daneInicjalneUbezpieczonegoZAS58_ZAS65_ZAS66,daneInicjalneUbezpieczonegoZAS68,daneInicjalneUbezpieczonegoZUSEROOU01,daneInicjalneUbezpieczonegoZUSERWEC01,daneInicjalneUbezpieczonegoZUSUSOFE01,daneInicjalneUbezpieczonegoZUSUSOPW01,daneInicjalneUbezpieczonegoZUSUSWSM01,daneInicjalneUbezpieczonegoZUSUSWSS01,daneInicjalneUbezpieczonegoZUSUSWSW01,daneInicjalneUbezpieczonegoZUSUSWSZ01,daneInicjalneUbezpieczonegoZZU,obszarOgolnyBusiness,obwDaneDokumentuEKSBusiness,obwDaneDokumentuMerytorycznegoBusiness,obwDaneKomunikatuBusiness,obwDaneNaleznosciBusiness,obwDaneOsoboweSw1Business,obwDanePoswiadczeniaBuisness,obwDaneProfiluBusiness,obwDaneSlownikoweBusiness,obwDaneSprawyBusiness,obwDaneUslugiBusiness,obwDaneWalidacjiBusiness,obwDaneWiadomosciBusiness,obwDaneWplatyBusiness,obwDaneZalacznikaBusiness,obwDaneZleceniaBusiness,obwDictionaryValuesBusiness,obwDokumentNiesformalizowanyBusiness,obwDokumentOkWudBusiness,obwKatalogUslugBusiness,obwKedu3ExporterBusiness,obwKedu3Loader,obwKedu4ExporterBusiness,obwKeduLoader4,obwListaDokumentowPlatnikaBusiness,obwListaKomunikatowBusiness,obwListaMetadokumentowBusiness,obwListaNaleznosciBusiness,obwListaPoswiadczenBusiness,obwListaSprawBusiness,obwListaTypowDokumentuBusiness,obwListaWiadomosciBusiness,obwListaWplatBusiness,obwListaZlecenBusiness,obwMetadokumentBusiness,obwOfeDokumentNiesformalizowanyBusiness,obwOswiadczenieMetadokumentuBusiness,obwParametryBusiness,obwPobierzDokumentEPUAPIWeryfikujPoprawnoscBusiness,obwPobierzWartosciZeslownikowaneBusiness,obwPodpiszDokumentyWePUAPBusiness,obwSlownikiZWhereBusiness,obwSubskrypcjeBusiness,obwSw1DokumentyMerytoryczne,obwSw1ListaOrganowWlasciwychBusiness,obwWalidacjaDokumentowBusiness,obwWeryfikacjaPodpisuDokumentuPrzezEPAUPBusiness,obwWyszukiwanieBussiness,adresBuilder,adresZamieszkaniaBuilder,alimentyBuilder,daneCzlonkowRodzinyOsobyUbiegajacejSieBuilder,daneDokumentuBuilder,daneIdentyfikacyjneBuilder,daneIdentyfikacyjneCzlonkaRodzinyBuilder,daneIdentyfikacyjneDzieckaBuilder,daneOsobyBuilder,daneOsobyUbiegajacejSieBuilder,dokumentTypBuilder,inneDaneBuilder,nazwiskoBuilder,opisDokumentuBuilder,organOdprowadzajacySkladkeZdrowotnaBuilder,organWlasciwyBuilder,orzeczenieONiepelnosprawnosciBuilder,osobaTypBuilder,oswiadczenieTrescBuilder,trescDokumentuBuilder,wniosekOUstalenieSwiadczeniaWychowawczegoBuilder,zal1OswiadczenieInneDochodyBuilder,zal2OswiadczenieZryczaltowaneDochodyBuilder,zal3OswiadczenieDochodyZGospodarstwaBuilder,zal4OswiadczenieUbezpZdrowotneBuilder,daneCzlonkowRodzinyBuilder,daneWnioskodawcyBuilder,dokumentSw1Builder,okresWnioskowaniaOrganWlasciwyBuilder,organSkladekInneDaneBuilder,zalacznik1Builder,zalacznik2Builder,zalacznik3Builder,zalacznik4Builder,dateKonwerter,sw1JavaToXmlConverterBusiness,sw1XmlToJavaConverterBusiness,obwObwSw1CzyWolnaSesjaBusiness,obwDaneDokumentuEKSDao,ObwDaneDokumentuMerytorycznegoDao,ObwDaneInicjalneDao,ObwDaneKomunikatuDao,ObwDaneMetadokumentuDao,ObwDaneMocodawcyRolaInnaDao,ObwDaneNaleznosciDao,ObwDanePoswiadczeniaDao,obwDaneProfiluDao,ObwDaneSlownikoweDao,ObwDaneSprawyDao,ObwDaneWiadomosciDao,ObwDaneWplatyDao,ObwDaneZalacznikaDao,ObwDaneZleceniaDao,ObwKatalogUslugDao,obwListaDokumentowPlatnikaDao,ObwListaKomunikatowDao,ObwListaLokalizacjiTJODao,ObwListaMetadokumentowDao,ObwListaNaleznosciDao,ObwListaPoswiadczenDao,ObwListaSprawDao,ObwListaTypowDokumentuDao,ObwListaWiadomosciDao,ObwListaWplatDao,ObwListaZlecenDao,ObwObszarOgolnyDao,ObwOswiadczenieMetadokumentuDao,ObwSlownikiDao,ObwSubskrypcjeDao,ObwSw1CzyWolnaSesjaDao,ObwListaOrganyWlasciweDao,ObwWizytyDomyslneTJODao,ObwWyszukiwanieDao,ObwDaneUslugiDao,ObwPobierzDokumentEPUAPIWeryfikujPoprawnoscDao,ObwPodpiszDokumentyWePUAPDao,ObwWeryfikacjaPodpisuDokumentuPrzezEPAUPDao,scopedTarget.zmienneSesyjneObw,zmienneSesyjneObw,obwNPIAutoAuthentication,daneInicjalnePodmianaZFormularzaUtils,documentUtils,obwAuthenticatedUserHelper,citValidationUtil,obwKomunikatyExportAction,obwWiadomosciExportAction,indexAction,obwDaneInicjalnePodmianaZFormularzaAction,obwDaneMocodawcyRolaInnaAction,obwDaneWyszukaniaAction,obwDodajDokumentyRoboczeAction,obwDokumentMerytorycznyAction,obwDokumentNiesformalizowanyAction,obwDokumentOdebranyAction,obwDokumentOkWudAction,obwDokumentRoboczyAction,obwDokumentSprawyAction,obwDokumentUsunietyAction,obwDokumentWyslanyAction,obwFileUploadAction,obwImportDokumentowRoboczychAction,obwInicjalizacjaZmiennychSesyjnychAction,obwKatalogUslugAction,obwKomunikatAction,obwListaDokumentowPlatnikaAction,obwListaDokumentowPrzychodzacychAction,obwListaDokumentowRoboczychAction,obwListaDokumentowSprawyAction,obwListaDokumentowSw1Action,obwListaDokumentowUsunietychAction,obwListaDokumentowWyslanychAction,obwListaKomunikatowAction,obwListaNaleznosciAction,obwListaPoswiadczenAction,obwListaRodzaiDokTozsamosciAction,obwListaSprawAction,obwListaTypowIdentyfikatoraAction,obwListaWiadomosciAction,obwListaWplatAction,obwListaZlecenAction,obwMapaStronyAction,obwNaleznoscAction,obwObszarAction,obwOfeDokumentNiesformalizowanyAction,obwOswiadczenieMetadokumentuAction,obwPobierzUpowaznieniaProfilOgolny1Action,obwPodpisDokumentuAction,obwPodpisEPUAPAction,obwPoswiadczenieAction,obwPotwierdzWplateAction,obwSlownikiZWhereAction,obwSprawaAction,obwSprawyEksportAction,obwStronaBankuAction,obwSubskrypcjeLoadAction,obwSubskrypcjeSaveAction,obwSw1DaneCzlonkowRodzinyAction,obwSw1DaneInicjalneAction,obwSw1DaneWnioskodawcyAction,obwSw1InfoOKreatorzeAction,obwSw1ListaDanychCzlonkowRodzinyAction,obwSw1ListaOrganowWlasciwychAction,obwSw1ListaPlecAction,obwSw1ListaPokrewienstwoAction,obwSw1ListaRozwijanaCzlonkowRodzinyZal1Action,obwSw1ListaRozwijanaCzlonkowRodzinyZal2Action,obwSw1ListaRozwijanaCzlonkowRodzinyZal3Action,obwSw1ListaRozwijanaCzlonkowRodzinyZal4Action,obwSw1ListaRozwijanaDanychCzlonkowRodzinyAction,obwSw1ListaStanCywilnyAction,obwSw1ListaZalacznik1Action,obwSw1ListaZalacznik2Action,obwSw1ListaZalacznik3Action,obwSw1ListaZalacznik4Action,obwSw1NawigacjaAction,obwSw1OkresWnioskowaniaOrganWlasciwyAction,obwSw1OrganSkladekInneDaneAction,obwSw1PodsumowanieAction,obwSw1PokazAction,obwSw1Zalacznik1Action,obwSw1Zalacznik2Action,obwSw1Zalacznik3Action,obwSw1Zalacznik4Action,obwUpoAction,obwUslugaAction,obwWplataAction,obwWyborTypuFormularzaAction,obwWydrukujDokumentAction,obwWyszukiwanieAction,obwZalacznikiAction,obwZlecenieAction,obwZusContactAction,przekierujBankWplataAction,kreatorSw1BaseAction,sofFormDokumentNiesformalizowanyRequestAction,sofFormDokumentOfeRequestAction,sofFormKleDokumentyAction,sofFormKleKreatorZlaAction,pozycjeSlownikowPublicAction,lekarzFormularzeAction,lekarzFormularzeKreatorZlaAction,BasicSoapMessageLogger,NoSoapMessageFormatter,PrettySoapMessageFormatter,SeparateSoapMessageLogger,SoapRequestProfiler,zusnpiEsbLastSessionPingHandler,zusnpiEsbLoadBalancerSupportHandler,zusnpiEsbRequestIdSupportHandler,wsdlOBWAutomaticProxy,WsdlOBWAutomaticProxyEsbPropertiesConfigurationProvider,wsdlRIUAutomaticProxy,WsdlRIUAutomaticProxyEsbPropertiesConfigurationProvider,wsdlRIUBankAutomaticProxy,WsdlRIUBankAutomaticProxyEsbPropertiesConfigurationProvider,wsdlSOFFormServerAutomaticProxy,WsdlSOFFormServerAutomaticProxyEsbPropertiesConfigurationProvider,wsdlWidokiAutomaticProxy,WsdlWidokiAutomaticProxyEsbPropertiesConfigurationProvider,wsdlZLAAutomaticProxy,WsdlZLAAutomaticProxyEsbPropertiesConfigurationProvider,paramsEPUAPBusiness,paramsValuesBusiness,riuDictionaryValuesBusiness,riuDodanieDokumentuDoPodpisuEPUAPBusiness,riuFormularzBusiness,riuGeneracjaHaslaBusiness,riuHaslaBusiness,riuKontekstyBusiness,riuListaOFEBusiness,riuLogLoginHasloBusiness,riuLogowanieBusiness,riuOdblokowanieKanaluBusiness,riuParametryProfiluBusiness,RiuPobierzParametrBusiness,riuPobierzUpowaznieniaProfilOgolnyBusiness,riuPobranieWeryfikacjaDokumentuEPUAPBusiness,riuRegulaminBusiness,riuRejEPUAPBusiness,riuRejKodemAktywacyjnymBusiness,riuRejKodemAktywacyjnymOdpBusiness,riuRejPodpisBusiness,riuTokenBusiness,riuUwierzytelnienieBusiness,riuWyslijEMailBusiness,riuZmianaHaslaLinkBusiness,NPIAutoESBAuthenticationProvider,NPIBankSSOAuthenticationProvider,NPICertifiedSignatureAuthenticationProvider,NPICITSignatureAuthenticationProvider,NPIEPUAPAuthenticationProvider,NPIESBSessionProlongation,NPIPasswordAuthenticationProvider,NPISessionDestroyedListener,dictionaryValuesDao,paramsValuesDao,riuAktualnaRolaDao,riuBankDao,riuBankDaoMapper,RiuDodanieDokumentuDoPodpisuEPUAPDao,riuFormularzDao,riuHaslaDao,RiuKontekstyDao,riuListaOFEDao,RiuOdblokowanieKanaluDao,riuOdswiezanieSesjiESBDao,RiuParametryProfiluDao,RiuPobierzParametrDao,RiuPobierzUpowaznieniaProfilOgolny,RiuPobranieWeryfikacjaDokumentuEPUAPDao,RiuPrzypomnienieHaslaDao,riuRegulaminDao,riuRejEPUAPDao,riuRejKodemAktywacyjnymDao,riuRejKodemAktywacyjnymOdpDao,riuRejPodpisDao,RiuTokenDao,riuUwierzytelnienieDao,riuWyslijEMailDao,RiuZmianaHaslaLinkDao,NPIAutoAuthenticationFilter,NPIAutoAuthenticationProvider,NPIAutoESBAuthenticationFilter,NPIAuthenticationFilter,NPISavedRequestCleanerFilter,getCurrentContextAction,zmianaHaslaLinkAction,riuCaptchaAction,riuFormularzAction,riuKontekstyAction,riuListaRodzaiDokTozsamosciAction,riuParametryAction,riuParamsEPUAPAction,riuPodpisEPUAPAction,riuPodpisSSOBPAction,riuPrzekierowanieAction,riuPrzypomnienieHaslaAction,riuRejEPUAPAction,riuRejFormularzeAction,riuRejKodemAktywacyjnymAction,riuRejKodemAktywacyjnymOdpowiedziAction,riuZmianaHaslaAction,riuZmianaHaslaLinkAction,systemParamsAction,topAction,bledyHelper,CITValidation,paramsUtils,podpisUtils,ssobpUtils,authenticatedUser,signConfig,PobierzWartosciZeslownikowaneDao,AccessDeniedErrorHandler,fileExporter,fileStoreInvalidator,tempDirFileStore,scopedTarget.zmienneSesyjneWsp,zmienneSesyjneWsp,applicationContextPropertiesAction,baseFileStorageAction,downloadFileAction,zusContactAction,MXBeanManagementTool,pozycjeSlownikowNPIBusiness,SofCacheInstallationManagementBusiness,SofCacheInstallationManagementBusinessMBeanProxy,sofDefineActualFormVersionBusiness,sofFormCacheManagementBusiness,SofFormDescriptorCache,sofFormDescriptorCacheManagementBusiness,SofFormDescriptorCacheMBeanProxy,SofFormDescriptorCacheProperties,sofFormDescriptorRequestBusiness,sofFormRequestBusiness,SofFormRequestCache,SofFormRequestCacheMBeanProxy,SofFormRequestCacheProperties,listaAktualnychUbezpieczonychImpl,listaLokalizacjiTJODaoImpl,pozycjeSlownikowNPIDao,sofFormDescriptorRequestDao,sofFormRequestDao,SofJAXBMarshallTool,SofDocumentEnvelopeValidator,analizatorZla,analizatorZlaEntityUtils,analizatorZlaUtils,calendarZlaBusiness,azlaConverter,uzlaConverter,zlaConverter,datyZlaKBusiness,dokumentyPoswiadczeniaPrzedlozeniaBusiness,dokumentyDrukowanie,lekarzMojeDaneBusiness,parametryZla,pelneDaneUbezpieczonegoBusiness,pismoPrzewodnieBusiness,pobierzAdresyPlacowekBusiness,pobierzParametryLekarzaBusiness,podpisBusiness,profilRehabilitacjiBusiness,rehabilitacjePacjentaBussiness,szablonKeduBusiness,szablonThymeleafBusiness,szczegolyZlaBusiness,wyszukajKodChorobyBusiness,zaswiadczeniaLekarskieBusiness,zaswiadczeniaPacjentaBusiness,zlaCzlonekRodzinyDao,daneZlaDao,dokumentZlaDao,elektronizacjaZlaDao,lekarzMojeDaneDao,niezdolnoscDoPracyDao,pismoPrzewodnieDao,pobierzAdresyPlacowekDao,pobierzDanePlatnikaDao,pobierzDaneUbezpieczonegoDao,pobierzIdDokumentuDao,pobierzMiejsceWykonywaniaZawoduDao,pobierzParametryDao,pobierzPlatnikaUbezpieczonegoDao,pobierzPowiazaneZlaDao,pobierzProfilRehabilitacjiDao,pobierzUprawnieniaLekarzaDao,pobierzZlaDao,LekarzPodpiszDokumentyWePUAPDao,rehabilitacjePacjentaDao,szczegolyZlaDao,wyslijDokumentyZlaDao,wyszukajKodChorobyDao,zaswiadczeniaLekarskieDao,zaswiadczeniaPacjentaDao,zlaDao,zlaKeduDao,zlaKsiDao,daneInicjalneLekarzaZlaPR4,daneInicjalnePlatnikaZlaOL2,sofZlaBusiness,daneZusZlaKsiDao,daneZusZlaPueDao,wzoryDrukowBusiness,kodPocztowyFormatter,keduToSof,sofToKedu,org.springframework.aop.config.internalAutoProxyCreator,com.googlecode.ehcache.annotations.key.CachingReflectionHelper,com.googlecode.ehcache.annotations.key.ListCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.MessageDigestCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.ReflectionHashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.StringCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl#0,com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut#0,com.googlecode.ehcache.annotations.interceptor.EhCacheInterceptor#0,com.googlecode.ehcache.annotations.config.internalEhCacheCachingAdvisor,ehCacheManager,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0,org.springframework.security.filterChainProxy,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,entityManagerFactory,txManager,peselKorektor,imieKorektor,nazwiskoKorektor,instytucjaUbezpKorektor,paszportKorektor,dataWystawienia,dataUrodzeniaKorektor,kodPocztowyKorektor,miejscowoscKorektor,ulicaKorektor,nrDomuKorektor,nrMieszkaniaKorektor,niezdolnoscDataOdKorektor,niezdolnoscDataDoKorektor,szpitalDataOdKorektor,szpitalDataDoKorektor,szpitalKorektor,wskazanieLekarskieKorektor,kod1Korektor,kod2Korektor,kod3Korektor,kod4Korektor,nrStatChorobyKorektor,kodPokrewienstwaKorektor,dataUrOpiekaKorektor,opiekaKorektor,rodzajIdPlatnikaKorektor,idPlatnikaKorektor,nazwaSkroconaKorektor,kodPocztowyPodmKorektor,miejscowoscPodmKorektor,ulicaPodmKorektor,nrDomuPodmKorektor,nrMieszkaniaPodmKorektor,bledneZlaBusiness,daneInicjalneZlaPueLekarz,daneInicjalneZlaKsi,daneInicjalneZlaKreator,daneInicjalneZlaKsiPlatnik,daneInicjalneZlaPuePlatnik,daneInicjalneZusUzlaKLE004,daneInicjalneUzlaPueLekarz,daneInicjalneZusAzlaPue,daneInicjalneZlaKsiUbezpieczony,daneInicjalneZlaKKsi,daneInicjalnePR4Ksi,daneInicjalneFactory,plecMezczyznaKobietaKonwerter,plecKM,ubezpieczonyTypDok2DaneInicjalneBusiness,swiadczeniobiorcaTypDok2DaneInicjalneBusiness,platnikTypDok2DaneInicjalneBusiness,lekarzTypDok2DaneInicjalneBusiness,informacjeDotyczaceOsobyUbezpieczonejCanPl,daneInicjalneUbezpieczonegoCanPl1,daneInicjalneSwiadczeniobiorcyCanPl1,daneInicjalnePlatnikCanPl1,daneIdentyfikacyjneUbezpieczonegoEr,daneAdresoweUbezpieczonegoEr,daneAdresoweSwiadczeniobiorcyEr,daneInicjalneUbezpieczonegoZusErWzd01,daneInicjalneSwiadczeniobiorcyZusErWzd01,daneAdresoweEur,daneInicjalneUbezpieczonegoZusEur02,daneAdresoweEun,daneInicjalnePlatnikaZusEur02,daneIdentyfikacyjneUbezpieczonegoPr,daneIdentyfikacyjneSwiadczeniobiorcyPr,daneAdresoweUbezpieczonegoPr,daneAdresowePlatnikaZusPrWdp01,daneInicjalneUbezpieczonegoPr4,daneInicjalneSwiadczeniobiorcyPr4,daneInicjalneLekarzaPr4,daneInicjalnePlatnikaZusPrWdp01,daneIdentyfikacyjnePlatnikaRd,daneAdresoweRd,daneInicjalnePlatnikaRd8,daneInicjalneSwiadczeniobiorcyZusRzWzd01,daneInicjalneUbezpieczonegoZusRzWzd01,daneInicjalneUbezpieczonegoUS,daneInicjalneSwiadczeniobiorcyUS,daneInicjalneUbezpieczonegoZusUsOfe02,daneInicjalnePLatnikaZusUsWsi01,daneDoZablokowaniaZ3,daneInicjalnePlatnikaZ3,daneInicjalnePlatnikaZlaZ3,daneDoZablokowaniaZ3a,daneInicjalnePlatnikaZ3a,daneInicjalnePlatnikaZlaZ3a,daneDoZablokowaniaZ3b,daneInicjalnePlatnikaZLAZ3b,daneInicjalnePlatnikaZ3b,daneDoZablokowaniabZas53,daneInicjalneZlaZas53,daneInicjalneUbezpieczonegoZAS,daneInicjalneZas53,daneDoZablokowaniaZ15,daneInicjalneZlaZ15,daneInicjalneSwiadczeniobiorcyZ15,daneInicjalneUbezpieczonegoZ15,daneAdresoweSwiadczeniobiorcyZs,daneInicjalneSwiadczeniobiorcyZusZsWur01,daneInicjalneUbezpieczonegoZusZsWur01,daneInicjalneUbezpieczonegoZusDraNew,daneInicjalneBussinesFactory,szablonyDao,drukowaneDokumentyDao,menadzerBezpieczenstwaWydrukowImpl,wydrukiFactory]; root of factory hierarchy
  162. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(206)[13:08:21,900] INFO [main] - Read esb.properties successfully - useLocal: true, url: /esb/wsdlWidoki.wsdl
  163. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(226)[13:08:23,724] INFO [main] - Successfully acquired wsdlService: pl.sygnity.zusnpi.model.esb.widoki.WsdlWidoki@3e30e828 using wsdl location: jar:file:/C:/Users/ltr/IdeaProjects/portal/KSI/KLE/target/kle-0.1-SNAPSHOT/WEB-INF/lib/mdl-widoki-0.1-SNAPSHOT.jar!/esb/wsdlWidoki.wsdl
  164. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(231)[13:08:27,248] INFO [main] - Successfully acquired wsdlPortType: JAX-WS RI 2.1.7-b01-: Stub for http://devesb1:7777/ws/zus.channel.npi.pub:wsdlWidoki/zus_channel_npi_pub_wsdlWidoki_Port
  165. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(281)[13:08:27,251] INFO [main] - Successfully added authentication binding properties to request context
  166. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(206)[13:08:27,766] INFO [main] - Read esb.properties successfully - useLocal: true, url: /esb/wsdlRIU.wsdl
  167. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(226)[13:08:27,962] INFO [main] - Successfully acquired wsdlService: pl.sygnity.zusnpi.model.esb.riu.WsdlRIU@f3954db using wsdl location: jar:file:/C:/Users/ltr/IdeaProjects/portal/KSI/KLE/target/kle-0.1-SNAPSHOT/WEB-INF/lib/mdl-riu-0.1-SNAPSHOT.jar!/esb/wsdlRIU.wsdl
  168. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(231)[13:08:28,807] INFO [main] - Successfully acquired wsdlPortType: JAX-WS RI 2.1.7-b01-: Stub for http://esb:7777/ws/zus.channel.npi.pub:wsdlRIU/zus_channel_npi_pub_wsdlRIU_Port
  169. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(281)[13:08:28,808] INFO [main] - Successfully added authentication binding properties to request context
  170. org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean(221)[13:08:29,061] INFO [main] - Building JPA container EntityManagerFactory for persistence unit 'portalPU'
  171. org.hibernate.annotations.common.Version(37)[13:08:29,296] INFO [main] - Hibernate Commons Annotations 3.2.0.Final
  172. org.hibernate.cfg.Environment(603)[13:08:29,319] INFO [main] - Hibernate 3.6.9.Final
  173. org.hibernate.cfg.Environment(636)[13:08:29,328] INFO [main] - hibernate.properties not found
  174. org.hibernate.cfg.Environment(814)[13:08:29,339] INFO [main] - Bytecode provider name : javassist
  175. org.hibernate.cfg.Environment(695)[13:08:29,351] INFO [main] - using JDK 1.4 java.sql.Timestamp handling
  176. org.hibernate.ejb.Version(42)[13:08:29,592] INFO [main] - Hibernate EntityManager 3.6.6.Final
  177. org.hibernate.ejb.Ejb3Configuration(523)[13:08:29,656] INFO [main] - Processing PersistenceUnitInfo [
  178. name: portalPU
  179. ...]
  180. org.hibernate.cfg.AnnotationBinder(532)[13:08:30,800] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.DaneZlaEntity
  181. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:30,907] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.DaneZlaEntity on table dane_zla
  182. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,097] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.MiejsceWykZawoduEntity
  183. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,099] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.MiejsceWykZawoduEntity on table miejsce_wyk_zawodu
  184. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,106] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.ZlaEntity
  185. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,107] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.ZlaEntity on table zla
  186. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,128] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.DaneLekarzaEntity
  187. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,129] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.DaneLekarzaEntity on table dane_lekarza
  188. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,133] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.DaneONiezdolnosciDoPracyEntity
  189. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,134] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.DaneONiezdolnosciDoPracyEntity on table dane_niezdolnosci_do_pracy
  190. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,148] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.DaneUbezpieczonegoEntity
  191. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,149] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.DaneUbezpieczonegoEntity on table dane_ubezpieczonego
  192. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,159] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.PlatnikEntity
  193. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,160] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.PlatnikEntity on table platnik
  194. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,165] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.DokumentZlaEntity
  195. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,166] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.DokumentZlaEntity on table dokumenty_zla
  196. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,187] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.WyszukiwanieLogEntity
  197. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,188] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.WyszukiwanieLogEntity on table wyszukiwanie_log
  198. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,192] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.DokumentUzlaEntity
  199. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,194] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.DokumentUzlaEntity on table dokumenty_uzla
  200. org.hibernate.cfg.AnnotationBinder(532)[13:08:31,198] INFO [main] - Binding entity from annotated class: pl.sygnity.zusnpi.zla.model.ParametrDokumentu
  201. org.hibernate.cfg.annotations.EntityBinder(530)[13:08:31,200] INFO [main] - Bind entity pl.sygnity.zusnpi.zla.model.ParametrDokumentu on table parametry_dokumentow
  202. org.hibernate.cfg.annotations.CollectionBinder(762)[13:08:31,226] INFO [main] - Mapping collection: pl.sygnity.zusnpi.zla.model.DaneZlaEntity.zaswiadzeniaZla -> zla
  203. org.hibernate.cfg.annotations.CollectionBinder(762)[13:08:31,229] INFO [main] - Mapping collection: pl.sygnity.zusnpi.zla.model.DokumentZlaEntity.numeryUniewaznionychZaswiadczen -> dokumenty_uzla
  204. org.hibernate.cfg.annotations.CollectionBinder(762)[13:08:31,230] INFO [main] - Mapping collection: pl.sygnity.zusnpi.zla.model.DokumentZlaEntity.parametry -> parametry_dokumentow
  205. org.hibernate.validator.Version(17)[13:08:31,240] INFO [main] - Hibernate Validator 3.1.0.GA
  206. org.hibernate.cfg.search.HibernateSearchEventListenerRegister(75)[13:08:31,337] INFO [main] - Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
  207. org.hibernate.connection.ConnectionProviderFactory(152)[13:08:31,353] WARN [main] - c3p0 properties is specificed, but could not find org.hibernate.connection.C3P0ConnectionProvider from the classpath, these properties are going to be ignored.
  208. org.hibernate.connection.DriverManagerConnectionProvider(64)[13:08:31,355] INFO [main] - Using Hibernate built-in connection pool (not for production use!)
  209. org.hibernate.connection.DriverManagerConnectionProvider(65)[13:08:31,355] INFO [main] - Hibernate connection pool size: 20
  210. org.hibernate.connection.DriverManagerConnectionProvider(68)[13:08:31,355] INFO [main] - autocommit mode: true
  211. org.hibernate.connection.DriverManagerConnectionProvider(103)[13:08:31,362] INFO [main] - using driver: org.postgresql.Driver at URL: jdbc:postgresql://192.168.177.190:5432/portalzus
  212. org.hibernate.connection.DriverManagerConnectionProvider(109)[13:08:31,363] INFO [main] - connection properties: {user=portalzus, password=****, autocommit=true, release_mode=auto}
  213. org.hibernate.dialect.Dialect(135)[13:08:31,989] INFO [main] - Using dialect: org.hibernate.dialect.PostgreSQLDialect
  214. org.hibernate.engine.jdbc.JdbcSupportLoader(108)[13:08:32,053] INFO [main] - Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
  215. org.hibernate.cfg.SettingsFactory(126)[13:08:32,054] INFO [main] - Database ->
  216. name : PostgreSQL
  217. version : 9.0.4.14
  218. major : 9
  219. minor : 0
  220. org.hibernate.cfg.SettingsFactory(132)[13:08:32,055] INFO [main] - Driver ->
  221. name : PostgreSQL Native Driver
  222. version : PostgreSQL 9.0 JDBC4 (build 801)
  223. major : 9
  224. minor : 0
  225. org.hibernate.transaction.TransactionFactoryFactory(62)[13:08:32,059] INFO [main] - Using default transaction strategy (direct JDBC transactions)
  226. org.hibernate.transaction.TransactionManagerLookupFactory(83)[13:08:32,066] INFO [main] - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
  227. org.hibernate.cfg.SettingsFactory(179)[13:08:32,067] INFO [main] - Automatic flush during beforeCompletion(): disabled
  228. org.hibernate.cfg.SettingsFactory(183)[13:08:32,068] INFO [main] - Automatic session close at end of transaction: disabled
  229. org.hibernate.cfg.SettingsFactory(190)[13:08:32,069] INFO [main] - JDBC batch size: 15
  230. org.hibernate.cfg.SettingsFactory(193)[13:08:32,070] INFO [main] - JDBC batch updates for versioned data: disabled
  231. org.hibernate.cfg.SettingsFactory(198)[13:08:32,072] INFO [main] - Scrollable result sets: enabled
  232. org.hibernate.cfg.SettingsFactory(206)[13:08:32,073] INFO [main] - JDBC3 getGeneratedKeys(): enabled
  233. org.hibernate.cfg.SettingsFactory(214)[13:08:32,074] INFO [main] - Connection release mode: auto
  234. org.hibernate.cfg.SettingsFactory(238)[13:08:32,077] INFO [main] - Maximum outer join fetch depth: 10
  235. org.hibernate.cfg.SettingsFactory(241)[13:08:32,078] INFO [main] - Default batch fetch size: 1
  236. org.hibernate.cfg.SettingsFactory(245)[13:08:32,079] INFO [main] - Generate SQL with comments: disabled
  237. org.hibernate.cfg.SettingsFactory(249)[13:08:32,079] INFO [main] - Order SQL updates by primary key: disabled
  238. org.hibernate.cfg.SettingsFactory(253)[13:08:32,080] INFO [main] - Order SQL inserts for batching: disabled
  239. org.hibernate.cfg.SettingsFactory(431)[13:08:32,081] INFO [main] - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
  240. org.hibernate.hql.ast.ASTQueryTranslatorFactory(47)[13:08:32,090] INFO [main] - Using ASTQueryTranslatorFactory
  241. org.hibernate.cfg.SettingsFactory(261)[13:08:32,091] INFO [main] - Query language substitutions: {}
  242. org.hibernate.cfg.SettingsFactory(266)[13:08:32,092] INFO [main] - JPA-QL strict compliance: enabled
  243. org.hibernate.cfg.SettingsFactory(271)[13:08:32,093] INFO [main] - Second-level cache: enabled
  244. org.hibernate.cfg.SettingsFactory(275)[13:08:32,094] INFO [main] - Query cache: disabled
  245. org.hibernate.cfg.SettingsFactory(406)[13:08:32,094] INFO [main] - Cache region factory : org.hibernate.cache.impl.NoCachingRegionFactory
  246. org.hibernate.cfg.SettingsFactory(285)[13:08:32,098] INFO [main] - Optimize cache for minimal puts: disabled
  247. org.hibernate.cfg.SettingsFactory(294)[13:08:32,099] INFO [main] - Structured second-level cache entries: disabled
  248. org.hibernate.cfg.SettingsFactory(314)[13:08:32,117] INFO [main] - Echoing all SQL to stdout
  249. org.hibernate.cfg.SettingsFactory(323)[13:08:32,120] INFO [main] - Statistics: disabled
  250. org.hibernate.cfg.SettingsFactory(327)[13:08:32,121] INFO [main] - Deleted entity synthetic identifier rollback: disabled
  251. org.hibernate.cfg.SettingsFactory(343)[13:08:32,121] INFO [main] - Default entity-mode: pojo
  252. org.hibernate.cfg.SettingsFactory(347)[13:08:32,122] INFO [main] - Named query checking : enabled
  253. org.hibernate.cfg.SettingsFactory(351)[13:08:32,123] INFO [main] - Check Nullability in Core (should be disabled when Bean Validation is on): enabled
  254. org.hibernate.impl.SessionFactoryImpl(202)[13:08:32,207] INFO [main] - building session factory
  255. org.hibernate.type.BasicTypeRegistry(150)[13:08:32,232] INFO [main] - Type registration [materialized_blob] overrides previous : org.hibernate.type.MaterializedBlobType@4eac9cbe
  256. org.hibernate.impl.SessionFactoryObjectFactory(105)[13:08:33,073] INFO [main] - Not binding factory to JNDI, no JNDI name configured
  257. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(206)[13:08:33,434] INFO [main] - Read esb.properties successfully - useLocal: true, url: /esb/wsdlZLA.wsdl
  258. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(226)[13:08:33,556] INFO [main] - Successfully acquired wsdlService: pl.sygnity.zusnpi.model.esb.zla.ZusChannelNpiPubWsdlZLA@4c043845 using wsdl location: jar:file:/C:/Users/ltr/IdeaProjects/portal/KSI/KLE/target/kle-0.1-SNAPSHOT/WEB-INF/lib/mdl-zla-0.1-SNAPSHOT.jar!/esb/wsdlZLA.wsdl
  259. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(231)[13:08:34,819] INFO [main] - Successfully acquired wsdlPortType: JAX-WS RI 2.1.7-b01-: Stub for http://devesb1:7777/ws/zus.channel.npi.pub.wsdlZLA/zus_channel_npi_pub_wsdlZLA_Port
  260. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(281)[13:08:34,820] INFO [main] - Successfully added authentication binding properties to request context
  261. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(206)[13:08:35,188] INFO [main] - Read esb.properties successfully - useLocal: false, url: http://sof:8080/sof-ui/ws/Integration?wsdl
  262. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(226)[13:08:36,525] INFO [main] - Successfully acquired wsdlService: pl.sygnity.zusnpi.model.sof.esb.ProductionIntegrationServiceService@6446762f using wsdl location: http://sof:8080/sof-ui/ws/Integration?wsdl
  263. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(231)[13:08:36,671] INFO [main] - Successfully acquired wsdlPortType: JAX-WS RI 2.1.7-b01-: Stub for http://sof:8080/sof-ui/ws/Integration
  264. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(281)[13:08:36,672] INFO [main] - Successfully added authentication binding properties to request context
  265. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(206)[13:08:38,666] INFO [main] - Read esb.properties successfully - useLocal: true, url: /esb/wsdlOBW.wsdl
  266. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(226)[13:08:38,822] INFO [main] - Successfully acquired wsdlService: pl.sygnity.zusnpi.model.esb.obw.WsdlOBW@6a566d6f using wsdl location: jar:file:/C:/Users/ltr/IdeaProjects/portal/KSI/KLE/target/kle-0.1-SNAPSHOT/WEB-INF/lib/mdl-obw-0.1-SNAPSHOT.jar!/esb/wsdlOBW.wsdl
  267. lis 01, 2017 1:08:39 PM com.sun.xml.ws.model.RuntimeModeler getRequestWrapperClass
  268. INFO: Dynamically creating request wrapper Class pl.sygnity.zusnpi.model.esb.obw.USL1301bPobierzZawartoscSlownika
  269. lis 01, 2017 1:08:39 PM com.sun.xml.ws.model.RuntimeModeler getResponseWrapperClass
  270. INFO: Dynamically creating response wrapper bean Class pl.sygnity.zusnpi.model.esb.obw.USL1301bPobierzZawartoscSlownikaResponse
  271. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(231)[13:08:40,106] INFO [main] - Successfully acquired wsdlPortType: JAX-WS RI 2.1.7-b01-: Stub for http://esb:7777/ws/zus.channel.npi.pub:wsdlOBW/zus_channel_npi_pub_wsdlOBW_Port
  272. pl.sygnity.zusnpi.model.wsdl.WsdlAutomaticProxy(281)[13:08:40,107] INFO [main] - Successfully added authentication binding properties to request context
  273. org.springframework.beans.factory.support.DefaultSingletonBeanRegistry(422)[13:08:40,603] INFO [main] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5f47f7e6: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.config.internalBeanConfigurerAspect,scopedTarget.sessionFileHashStorage,sessionFileHashStorage,lekarzZamowenieNaDaneArchiwalneBusiness,lekarzZweryfikujZamowenieNaDaneArchiwalneBusiness,lekarzDokumentyDoWyslaniaBusiness,lekarzDokumentyWyslaneBusiness,lekarzDrukowanieFormularzyBusiness,lekarzKreatorZlaBusiness,lekarzPobierzCertyfikatBusiness,lekarzPorownajDaneWCRUBusiness,lekarzZaswiadczeniaLekarskieAlternatywneBusiness,lekarzZaswiadczeniaLekarskieBiezaceBusiness,lekarzZaswiadczeniaLekarskieWZUSBusiness,lekarzZamowienieNaDaneArchiwalneDao,lekarzZweryfikujZamowienieNaDaneArchiwalneDao,lekarzDokumentyDoWyslaniaDao,lekarzDokumentyWyslaneDao,lekarzPobierzCertyfikatDao,lekarzPorownajDaneWCRUDao,lekarzZaswiadczeniaLekarskieAlternatywneDao,lekarzZaswiadczeniaLekarskieBiezaceDao,lekarzZaswiadczeniaLekarskieWZUSDao,lekarzZamowienieNaDaneArchiwalneZaOkresAction,lekarzZweryfikujZamowieniaNaDaneArchiwalneZaOkresAction,lekarzWyszukajCertyfikatyAction,datyZlaKAction,bledneZlaAction,daneONiezdolnosciDoPracyAction,danePlatnikaAction,danePodstawoweAction,daneUbezpieczonegoAction,opiekaAction,podpisAction,podsumowanieAction,uzasadnienieAction,wyszukajKodChorobyAction,lekarzAnulowanieZaswiadczeniaAction,lekarzDokumentyDoWyslaniaAction,lekarzDokumentyWyslaneAction,lekarzDokumentyZlaPodpisAction,lekarzDrukowanieZaswiadczenAction,lekarzMojeDaneAction,lekarzNowyCertyfikatAction,lekarzPobierzCertyfikatAction,lekarzPorownajDaneCRUAction,lekarzPrzegladZaswiadczenLekarskichAction,lekarzRehabilitacjePacjentaAction,lekarzUniewaznienieZaswiadczeniaAction,lekarzZaswiadczeniaLekarskieAlternatywneAction,lekarzZaswiadczeniaLekarskieBiezaceAction,lekarzZaswiadczeniaLekarskieWZUSAction,lekarzZaswiadczeniaPacjentaAction,pelneDaneUbezpieczonegoAction,pismoPrzewodnieAction,platnikDaneAction,szcegolyZlaAction,daneInicjalneEmpty,daneInicjalneKomornika,daneInicjalneKomornikaEKS,daneInicjalneKomornikaER222,daneInicjalneKomornikaER223,daneInicjalneKomornikaPEL,daneInicjalneKomornikaPLCAN1,daneInicjalneKomornikaPLCAN13,daneInicjalneKomornikaPLCAN1DI,daneInicjalneKomornikaPLUSA10,daneInicjalneKomornikaPLUSA4,daneInicjalneKomornikaWZ,daneInicjalneLekarza,daneInicjalneLekarzaER222,daneInicjalneLekarzaER223,daneInicjalneLekarzaFZLA,daneInicjalneLekarzaPEL,daneInicjalneLekarzaPLCAN1,daneInicjalneLekarzaPLCAN13,daneInicjalneLekarzaPLCAN1DI,daneInicjalneLekarzaPLUSA10,daneInicjalneLekarzaPLUSA4,daneInicjalneLekarzaPR,daneInicjalneLekarzaUS,daneInicjalneLekarzaWZ,daneInicjalneLekarzaZAS,daneInicjalnePlatnika,daneInicjalnePlatnikaA1,daneInicjalnePlatnikaCAN01,daneInicjalnePlatnikaE101,daneInicjalnePlatnikaER222,daneInicjalnePlatnikaER223,daneInicjalnePlatnikaEUN,daneInicjalnePlatnikaEWN,daneInicjalnePlatnikaKR1,daneInicjalnePlatnikaNP7,daneInicjalnePlatnikaOL,daneInicjalnePlatnikaPEL,daneInicjalnePlatnikaPLAU1,daneInicjalnePlatnikaPLCAN1,daneInicjalnePlatnikaPLCAN13,daneInicjalnePlatnikaPLCAN1DI,daneInicjalnePlatnikaPLUSA10,daneInicjalnePlatnikaPLUSA4,daneInicjalnePlatnikaPR3,daneInicjalnePlatnikaPR4,daneInicjalnePlatnikaPR5,daneInicjalnePlatnikaRD,daneInicjalnePlatnikaRM101,daneInicjalnePlatnikaRP,daneInicjalnePlatnikaRP2,daneInicjalnePlatnikaRP2A,daneInicjalnePlatnikaUS,daneInicjalnePlatnikaUS1,daneInicjalnePlatnikaUS17,daneInicjalnePlatnikaUS30,daneInicjalnePlatnikaUS32,daneInicjalnePlatnikaUS34,daneInicjalnePlatnikaUS36,daneInicjalnePlatnikaUS39,daneInicjalnePlatnikaUS4,daneInicjalnePlatnikaUSA1,daneInicjalnePlatnikaWZ,daneInicjalnePlatnikaZ12,daneInicjalnePlatnikaZAS,daneInicjalnePlatnikaZUSERWEC01,daneInicjalnePlatnikaZUSOKWUD01,daneInicjalneSwiadczeniobiorcy,daneInicjalneSwiadczeniobiorcyEER13,daneInicjalneSwiadczeniobiorcyEER9,daneInicjalneSwiadczeniobiorcyER222,daneInicjalneSwiadczeniobiorcyER223,daneInicjalneSwiadczeniobiorcyERP2A,daneInicjalneSwiadczeniobiorcyKP3,daneInicjalneSwiadczeniobiorcyKRPL7,daneInicjalneSwiadczeniobiorcyNP7,daneInicjalneSwiadczeniobiorcyPEL,daneInicjalneSwiadczeniobiorcyPLCAN1,daneInicjalneSwiadczeniobiorcyPLCAN13,daneInicjalneSwiadczeniobiorcyPLCAN1DI,daneInicjalneSwiadczeniobiorcyPLUSA10,daneInicjalneSwiadczeniobiorcyPLUSA11,daneInicjalneSwiadczeniobiorcyPLUSA4,daneInicjalneSwiadczeniobiorcyPR4,daneInicjalneSwiadczeniobiorcyRP,daneInicjalneSwiadczeniobiorcyRP13,daneInicjalneSwiadczeniobiorcyRP18,daneInicjalneSwiadczeniobiorcyRP1A,daneInicjalneSwiadczeniobiorcyRP2,daneInicjalneSwiadczeniobiorcyRP26,daneInicjalneSwiadczeniobiorcyRP2A,daneInicjalneSwiadczeniobiorcyRW73,daneInicjalneSwiadczeniobiorcySSA827ANG,daneInicjalneSwiadczeniobiorcySW1,daneInicjalneSwiadczeniobiorcyUSAPL11,daneInicjalneSwiadczeniobiorcyWnioskodawcy,daneInicjalneSwiadczeniobiorcyWZ,daneInicjalneSwiadczeniobiorcyZ10,daneInicjalneSwiadczeniobiorcyZ12,daneInicjalneSwiadczeniobiorcyZAS,daneInicjalneSwiadczeniobiorcyZAS58_ZAS65_ZAS66,daneInicjalneSwiadczeniobiorcyZAS68,daneInicjalneSwiadczeniobiorcyZUSERWEC01,daneInicjalneUbezpieczonego,daneInicjalneUbezpieczonegoA1,daneInicjalneUbezpieczonegoCAN01,daneInicjalneUbezpieczonegoE101,daneInicjalneUbezpieczonegoEER9,daneInicjalneUbezpieczonegoEKP3,daneInicjalneUbezpieczonegoER207,daneInicjalneUbezpieczonegoER222,daneInicjalneUbezpieczonegoER223,daneInicjalneUbezpieczonegoERP2A,daneInicjalneUbezpieczonegoEWZ,daneInicjalneUbezpieczonegoKP3,daneInicjalneUbezpieczonegoKR1,daneInicjalneUbezpieczonegoKRPL7,daneInicjalneUbezpieczonegoN9,daneInicjalneUbezpieczonegoNP7,daneInicjalneUbezpieczonegoPEL,daneInicjalneUbezpieczonegoPLAU1,daneInicjalneUbezpieczonegoPLCAN1,daneInicjalneUbezpieczonegoPLCAN13,daneInicjalneUbezpieczonegoPLCAN1DI,daneInicjalneUbezpieczonegoPLUSA10,daneInicjalneUbezpieczonegoPLUSA11,daneInicjalneUbezpieczonegoPLUSA4,daneInicjalneUbezpieczonegoPR1,daneInicjalneUbezpieczonegoPR4,daneInicjalneUbezpieczonegoRP,daneInicjalneUbezpieczonegoRP18,daneInicjalneUbezpieczonegoRP1A,daneInicjalneUbezpieczonegoRP2,daneInicjalneUbezpieczonegoRP26,daneInicjalneUbezpieczonegoRP2A,daneInicjalneUbezpieczonegoRW73,daneInicjalneUbezpieczonegoSSA827ANG,daneInicjalneUbezpieczonegoSW1,daneInicjalneUbezpieczonegoUS13,daneInicjalneUbezpieczonegoUS29,daneInicjalneUbezpieczonegoUS33,daneInicjalneUbezpieczonegoUS35,daneInicjalneUbezpieczonegoUS39,daneInicjalneUbezpieczonegoUSAPL11,daneInicjalneUbezpieczonegoWnioskodawcy,daneInicjalneUbezpieczonegoWZ,daneInicjalneUbezpieczonegoZ10,daneInicjalneUbezpieczonegoZ12,daneInicjalneUbezpieczonegoZAS26,daneInicjalneUbezpieczonegoZAS58_ZAS65_ZAS66,daneInicjalneUbezpieczonegoZAS68,daneInicjalneUbezpieczonegoZUSEROOU01,daneInicjalneUbezpieczonegoZUSERWEC01,daneInicjalneUbezpieczonegoZUSUSOFE01,daneInicjalneUbezpieczonegoZUSUSOPW01,daneInicjalneUbezpieczonegoZUSUSWSM01,daneInicjalneUbezpieczonegoZUSUSWSS01,daneInicjalneUbezpieczonegoZUSUSWSW01,daneInicjalneUbezpieczonegoZUSUSWSZ01,daneInicjalneUbezpieczonegoZZU,obszarOgolnyBusiness,obwDaneDokumentuEKSBusiness,obwDaneDokumentuMerytorycznegoBusiness,obwDaneKomunikatuBusiness,obwDaneNaleznosciBusiness,obwDaneOsoboweSw1Business,obwDanePoswiadczeniaBuisness,obwDaneProfiluBusiness,obwDaneSlownikoweBusiness,obwDaneSprawyBusiness,obwDaneUslugiBusiness,obwDaneWalidacjiBusiness,obwDaneWiadomosciBusiness,obwDaneWplatyBusiness,obwDaneZalacznikaBusiness,obwDaneZleceniaBusiness,obwDictionaryValuesBusiness,obwDokumentNiesformalizowanyBusiness,obwDokumentOkWudBusiness,obwKatalogUslugBusiness,obwKedu3ExporterBusiness,obwKedu3Loader,obwKedu4ExporterBusiness,obwKeduLoader4,obwListaDokumentowPlatnikaBusiness,obwListaKomunikatowBusiness,obwListaMetadokumentowBusiness,obwListaNaleznosciBusiness,obwListaPoswiadczenBusiness,obwListaSprawBusiness,obwListaTypowDokumentuBusiness,obwListaWiadomosciBusiness,obwListaWplatBusiness,obwListaZlecenBusiness,obwMetadokumentBusiness,obwOfeDokumentNiesformalizowanyBusiness,obwOswiadczenieMetadokumentuBusiness,obwParametryBusiness,obwPobierzDokumentEPUAPIWeryfikujPoprawnoscBusiness,obwPobierzWartosciZeslownikowaneBusiness,obwPodpiszDokumentyWePUAPBusiness,obwSlownikiZWhereBusiness,obwSubskrypcjeBusiness,obwSw1DokumentyMerytoryczne,obwSw1ListaOrganowWlasciwychBusiness,obwWalidacjaDokumentowBusiness,obwWeryfikacjaPodpisuDokumentuPrzezEPAUPBusiness,obwWyszukiwanieBussiness,adresBuilder,adresZamieszkaniaBuilder,alimentyBuilder,daneCzlonkowRodzinyOsobyUbiegajacejSieBuilder,daneDokumentuBuilder,daneIdentyfikacyjneBuilder,daneIdentyfikacyjneCzlonkaRodzinyBuilder,daneIdentyfikacyjneDzieckaBuilder,daneOsobyBuilder,daneOsobyUbiegajacejSieBuilder,dokumentTypBuilder,inneDaneBuilder,nazwiskoBuilder,opisDokumentuBuilder,organOdprowadzajacySkladkeZdrowotnaBuilder,organWlasciwyBuilder,orzeczenieONiepelnosprawnosciBuilder,osobaTypBuilder,oswiadczenieTrescBuilder,trescDokumentuBuilder,wniosekOUstalenieSwiadczeniaWychowawczegoBuilder,zal1OswiadczenieInneDochodyBuilder,zal2OswiadczenieZryczaltowaneDochodyBuilder,zal3OswiadczenieDochodyZGospodarstwaBuilder,zal4OswiadczenieUbezpZdrowotneBuilder,daneCzlonkowRodzinyBuilder,daneWnioskodawcyBuilder,dokumentSw1Builder,okresWnioskowaniaOrganWlasciwyBuilder,organSkladekInneDaneBuilder,zalacznik1Builder,zalacznik2Builder,zalacznik3Builder,zalacznik4Builder,dateKonwerter,sw1JavaToXmlConverterBusiness,sw1XmlToJavaConverterBusiness,obwObwSw1CzyWolnaSesjaBusiness,obwDaneDokumentuEKSDao,ObwDaneDokumentuMerytorycznegoDao,ObwDaneInicjalneDao,ObwDaneKomunikatuDao,ObwDaneMetadokumentuDao,ObwDaneMocodawcyRolaInnaDao,ObwDaneNaleznosciDao,ObwDanePoswiadczeniaDao,obwDaneProfiluDao,ObwDaneSlownikoweDao,ObwDaneSprawyDao,ObwDaneWiadomosciDao,ObwDaneWplatyDao,ObwDaneZalacznikaDao,ObwDaneZleceniaDao,ObwKatalogUslugDao,obwListaDokumentowPlatnikaDao,ObwListaKomunikatowDao,ObwListaLokalizacjiTJODao,ObwListaMetadokumentowDao,ObwListaNaleznosciDao,ObwListaPoswiadczenDao,ObwListaSprawDao,ObwListaTypowDokumentuDao,ObwListaWiadomosciDao,ObwListaWplatDao,ObwListaZlecenDao,ObwObszarOgolnyDao,ObwOswiadczenieMetadokumentuDao,ObwSlownikiDao,ObwSubskrypcjeDao,ObwSw1CzyWolnaSesjaDao,ObwListaOrganyWlasciweDao,ObwWizytyDomyslneTJODao,ObwWyszukiwanieDao,ObwDaneUslugiDao,ObwPobierzDokumentEPUAPIWeryfikujPoprawnoscDao,ObwPodpiszDokumentyWePUAPDao,ObwWeryfikacjaPodpisuDokumentuPrzezEPAUPDao,scopedTarget.zmienneSesyjneObw,zmienneSesyjneObw,obwNPIAutoAuthentication,daneInicjalnePodmianaZFormularzaUtils,documentUtils,obwAuthenticatedUserHelper,citValidationUtil,obwKomunikatyExportAction,obwWiadomosciExportAction,indexAction,obwDaneInicjalnePodmianaZFormularzaAction,obwDaneMocodawcyRolaInnaAction,obwDaneWyszukaniaAction,obwDodajDokumentyRoboczeAction,obwDokumentMerytorycznyAction,obwDokumentNiesformalizowanyAction,obwDokumentOdebranyAction,obwDokumentOkWudAction,obwDokumentRoboczyAction,obwDokumentSprawyAction,obwDokumentUsunietyAction,obwDokumentWyslanyAction,obwFileUploadAction,obwImportDokumentowRoboczychAction,obwInicjalizacjaZmiennychSesyjnychAction,obwKatalogUslugAction,obwKomunikatAction,obwListaDokumentowPlatnikaAction,obwListaDokumentowPrzychodzacychAction,obwListaDokumentowRoboczychAction,obwListaDokumentowSprawyAction,obwListaDokumentowSw1Action,obwListaDokumentowUsunietychAction,obwListaDokumentowWyslanychAction,obwListaKomunikatowAction,obwListaNaleznosciAction,obwListaPoswiadczenAction,obwListaRodzaiDokTozsamosciAction,obwListaSprawAction,obwListaTypowIdentyfikatoraAction,obwListaWiadomosciAction,obwListaWplatAction,obwListaZlecenAction,obwMapaStronyAction,obwNaleznoscAction,obwObszarAction,obwOfeDokumentNiesformalizowanyAction,obwOswiadczenieMetadokumentuAction,obwPobierzUpowaznieniaProfilOgolny1Action,obwPodpisDokumentuAction,obwPodpisEPUAPAction,obwPoswiadczenieAction,obwPotwierdzWplateAction,obwSlownikiZWhereAction,obwSprawaAction,obwSprawyEksportAction,obwStronaBankuAction,obwSubskrypcjeLoadAction,obwSubskrypcjeSaveAction,obwSw1DaneCzlonkowRodzinyAction,obwSw1DaneInicjalneAction,obwSw1DaneWnioskodawcyAction,obwSw1InfoOKreatorzeAction,obwSw1ListaDanychCzlonkowRodzinyAction,obwSw1ListaOrganowWlasciwychAction,obwSw1ListaPlecAction,obwSw1ListaPokrewienstwoAction,obwSw1ListaRozwijanaCzlonkowRodzinyZal1Action,obwSw1ListaRozwijanaCzlonkowRodzinyZal2Action,obwSw1ListaRozwijanaCzlonkowRodzinyZal3Action,obwSw1ListaRozwijanaCzlonkowRodzinyZal4Action,obwSw1ListaRozwijanaDanychCzlonkowRodzinyAction,obwSw1ListaStanCywilnyAction,obwSw1ListaZalacznik1Action,obwSw1ListaZalacznik2Action,obwSw1ListaZalacznik3Action,obwSw1ListaZalacznik4Action,obwSw1NawigacjaAction,obwSw1OkresWnioskowaniaOrganWlasciwyAction,obwSw1OrganSkladekInneDaneAction,obwSw1PodsumowanieAction,obwSw1PokazAction,obwSw1Zalacznik1Action,obwSw1Zalacznik2Action,obwSw1Zalacznik3Action,obwSw1Zalacznik4Action,obwUpoAction,obwUslugaAction,obwWplataAction,obwWyborTypuFormularzaAction,obwWydrukujDokumentAction,obwWyszukiwanieAction,obwZalacznikiAction,obwZlecenieAction,obwZusContactAction,przekierujBankWplataAction,kreatorSw1BaseAction,sofFormDokumentNiesformalizowanyRequestAction,sofFormDokumentOfeRequestAction,sofFormKleDokumentyAction,sofFormKleKreatorZlaAction,pozycjeSlownikowPublicAction,lekarzFormularzeAction,lekarzFormularzeKreatorZlaAction,BasicSoapMessageLogger,NoSoapMessageFormatter,PrettySoapMessageFormatter,SeparateSoapMessageLogger,SoapRequestProfiler,zusnpiEsbLastSessionPingHandler,zusnpiEsbLoadBalancerSupportHandler,zusnpiEsbRequestIdSupportHandler,wsdlOBWAutomaticProxy,WsdlOBWAutomaticProxyEsbPropertiesConfigurationProvider,wsdlRIUAutomaticProxy,WsdlRIUAutomaticProxyEsbPropertiesConfigurationProvider,wsdlRIUBankAutomaticProxy,WsdlRIUBankAutomaticProxyEsbPropertiesConfigurationProvider,wsdlSOFFormServerAutomaticProxy,WsdlSOFFormServerAutomaticProxyEsbPropertiesConfigurationProvider,wsdlWidokiAutomaticProxy,WsdlWidokiAutomaticProxyEsbPropertiesConfigurationProvider,wsdlZLAAutomaticProxy,WsdlZLAAutomaticProxyEsbPropertiesConfigurationProvider,paramsEPUAPBusiness,paramsValuesBusiness,riuDictionaryValuesBusiness,riuDodanieDokumentuDoPodpisuEPUAPBusiness,riuFormularzBusiness,riuGeneracjaHaslaBusiness,riuHaslaBusiness,riuKontekstyBusiness,riuListaOFEBusiness,riuLogLoginHasloBusiness,riuLogowanieBusiness,riuOdblokowanieKanaluBusiness,riuParametryProfiluBusiness,RiuPobierzParametrBusiness,riuPobierzUpowaznieniaProfilOgolnyBusiness,riuPobranieWeryfikacjaDokumentuEPUAPBusiness,riuRegulaminBusiness,riuRejEPUAPBusiness,riuRejKodemAktywacyjnymBusiness,riuRejKodemAktywacyjnymOdpBusiness,riuRejPodpisBusiness,riuTokenBusiness,riuUwierzytelnienieBusiness,riuWyslijEMailBusiness,riuZmianaHaslaLinkBusiness,NPIAutoESBAuthenticationProvider,NPIBankSSOAuthenticationProvider,NPICertifiedSignatureAuthenticationProvider,NPICITSignatureAuthenticationProvider,NPIEPUAPAuthenticationProvider,NPIESBSessionProlongation,NPIPasswordAuthenticationProvider,NPISessionDestroyedListener,dictionaryValuesDao,paramsValuesDao,riuAktualnaRolaDao,riuBankDao,riuBankDaoMapper,RiuDodanieDokumentuDoPodpisuEPUAPDao,riuFormularzDao,riuHaslaDao,RiuKontekstyDao,riuListaOFEDao,RiuOdblokowanieKanaluDao,riuOdswiezanieSesjiESBDao,RiuParametryProfiluDao,RiuPobierzParametrDao,RiuPobierzUpowaznieniaProfilOgolny,RiuPobranieWeryfikacjaDokumentuEPUAPDao,RiuPrzypomnienieHaslaDao,riuRegulaminDao,riuRejEPUAPDao,riuRejKodemAktywacyjnymDao,riuRejKodemAktywacyjnymOdpDao,riuRejPodpisDao,RiuTokenDao,riuUwierzytelnienieDao,riuWyslijEMailDao,RiuZmianaHaslaLinkDao,NPIAutoAuthenticationFilter,NPIAutoAuthenticationProvider,NPIAutoESBAuthenticationFilter,NPIAuthenticationFilter,NPISavedRequestCleanerFilter,getCurrentContextAction,zmianaHaslaLinkAction,riuCaptchaAction,riuFormularzAction,riuKontekstyAction,riuListaRodzaiDokTozsamosciAction,riuParametryAction,riuParamsEPUAPAction,riuPodpisEPUAPAction,riuPodpisSSOBPAction,riuPrzekierowanieAction,riuPrzypomnienieHaslaAction,riuRejEPUAPAction,riuRejFormularzeAction,riuRejKodemAktywacyjnymAction,riuRejKodemAktywacyjnymOdpowiedziAction,riuZmianaHaslaAction,riuZmianaHaslaLinkAction,systemParamsAction,topAction,bledyHelper,CITValidation,paramsUtils,podpisUtils,ssobpUtils,authenticatedUser,signConfig,PobierzWartosciZeslownikowaneDao,AccessDeniedErrorHandler,fileExporter,fileStoreInvalidator,tempDirFileStore,scopedTarget.zmienneSesyjneWsp,zmienneSesyjneWsp,applicationContextPropertiesAction,baseFileStorageAction,downloadFileAction,zusContactAction,MXBeanManagementTool,pozycjeSlownikowNPIBusiness,SofCacheInstallationManagementBusiness,SofCacheInstallationManagementBusinessMBeanProxy,sofDefineActualFormVersionBusiness,sofFormCacheManagementBusiness,SofFormDescriptorCache,sofFormDescriptorCacheManagementBusiness,SofFormDescriptorCacheMBeanProxy,SofFormDescriptorCacheProperties,sofFormDescriptorRequestBusiness,sofFormRequestBusiness,SofFormRequestCache,SofFormRequestCacheMBeanProxy,SofFormRequestCacheProperties,listaAktualnychUbezpieczonychImpl,listaLokalizacjiTJODaoImpl,pozycjeSlownikowNPIDao,sofFormDescriptorRequestDao,sofFormRequestDao,SofJAXBMarshallTool,SofDocumentEnvelopeValidator,analizatorZla,analizatorZlaEntityUtils,analizatorZlaUtils,calendarZlaBusiness,azlaConverter,uzlaConverter,zlaConverter,datyZlaKBusiness,dokumentyPoswiadczeniaPrzedlozeniaBusiness,dokumentyDrukowanie,lekarzMojeDaneBusiness,parametryZla,pelneDaneUbezpieczonegoBusiness,pismoPrzewodnieBusiness,pobierzAdresyPlacowekBusiness,pobierzParametryLekarzaBusiness,podpisBusiness,profilRehabilitacjiBusiness,rehabilitacjePacjentaBussiness,szablonKeduBusiness,szablonThymeleafBusiness,szczegolyZlaBusiness,wyszukajKodChorobyBusiness,zaswiadczeniaLekarskieBusiness,zaswiadczeniaPacjentaBusiness,zlaCzlonekRodzinyDao,daneZlaDao,dokumentZlaDao,elektronizacjaZlaDao,lekarzMojeDaneDao,niezdolnoscDoPracyDao,pismoPrzewodnieDao,pobierzAdresyPlacowekDao,pobierzDanePlatnikaDao,pobierzDaneUbezpieczonegoDao,pobierzIdDokumentuDao,pobierzMiejsceWykonywaniaZawoduDao,pobierzParametryDao,pobierzPlatnikaUbezpieczonegoDao,pobierzPowiazaneZlaDao,pobierzProfilRehabilitacjiDao,pobierzUprawnieniaLekarzaDao,pobierzZlaDao,LekarzPodpiszDokumentyWePUAPDao,rehabilitacjePacjentaDao,szczegolyZlaDao,wyslijDokumentyZlaDao,wyszukajKodChorobyDao,zaswiadczeniaLekarskieDao,zaswiadczeniaPacjentaDao,zlaDao,zlaKeduDao,zlaKsiDao,daneInicjalneLekarzaZlaPR4,daneInicjalnePlatnikaZlaOL2,sofZlaBusiness,daneZusZlaKsiDao,daneZusZlaPueDao,wzoryDrukowBusiness,kodPocztowyFormatter,keduToSof,sofToKedu,org.springframework.aop.config.internalAutoProxyCreator,com.googlecode.ehcache.annotations.key.CachingReflectionHelper,com.googlecode.ehcache.annotations.key.ListCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.HashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.MessageDigestCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.ReflectionHashCodeCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.key.StringCacheKeyGenerator.DEFAULT_BEAN_NAME,com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl#0,com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut#0,com.googlecode.ehcache.annotations.interceptor.EhCacheInterceptor#0,com.googlecode.ehcache.annotations.config.internalEhCacheCachingAdvisor,ehCacheManager,org.springframework.security.web.PortMapperImpl#0,org.springframework.security.web.context.HttpSessionSecurityContextRepository#0,org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy#0,org.springframework.security.authentication.ProviderManager#0,org.springframework.security.web.access.expression.DefaultWebSecurityExpressionHandler#0,org.springframework.security.access.vote.AffirmativeBased#0,org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0,org.springframework.security.web.access.DefaultWebInvocationPrivilegeEvaluator#0,org.springframework.security.authentication.AnonymousAuthenticationProvider#0,org.springframework.security.web.savedrequest.HttpSessionRequestCache#0,org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint#0,org.springframework.security.config.http.UserDetailsServiceInjectionBeanPostProcessor#0,org.springframework.security.filterChainProxy,org.springframework.security.authentication.DefaultAuthenticationEventPublisher#0,org.springframework.security.authenticationManager,org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0,org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource#0,org.springframework.security.access.vote.AffirmativeBased#1,org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor#0,org.springframework.security.methodSecurityMetadataSourceAdvisor,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,entityManagerFactory,txManager,peselKorektor,imieKorektor,nazwiskoKorektor,instytucjaUbezpKorektor,paszportKorektor,dataWystawienia,dataUrodzeniaKorektor,kodPocztowyKorektor,miejscowoscKorektor,ulicaKorektor,nrDomuKorektor,nrMieszkaniaKorektor,niezdolnoscDataOdKorektor,niezdolnoscDataDoKorektor,szpitalDataOdKorektor,szpitalDataDoKorektor,szpitalKorektor,wskazanieLekarskieKorektor,kod1Korektor,kod2Korektor,kod3Korektor,kod4Korektor,nrStatChorobyKorektor,kodPokrewienstwaKorektor,dataUrOpiekaKorektor,opiekaKorektor,rodzajIdPlatnikaKorektor,idPlatnikaKorektor,nazwaSkroconaKorektor,kodPocztowyPodmKorektor,miejscowoscPodmKorektor,ulicaPodmKorektor,nrDomuPodmKorektor,nrMieszkaniaPodmKorektor,bledneZlaBusiness,daneInicjalneZlaPueLekarz,daneInicjalneZlaKsi,daneInicjalneZlaKreator,daneInicjalneZlaKsiPlatnik,daneInicjalneZlaPuePlatnik,daneInicjalneZusUzlaKLE004,daneInicjalneUzlaPueLekarz,daneInicjalneZusAzlaPue,daneInicjalneZlaKsiUbezpieczony,daneInicjalneZlaKKsi,daneInicjalnePR4Ksi,daneInicjalneFactory,plecMezczyznaKobietaKonwerter,plecKM,ubezpieczonyTypDok2DaneInicjalneBusiness,swiadczeniobiorcaTypDok2DaneInicjalneBusiness,platnikTypDok2DaneInicjalneBusiness,lekarzTypDok2DaneInicjalneBusiness,informacjeDotyczaceOsobyUbezpieczonejCanPl,daneInicjalneUbezpieczonegoCanPl1,daneInicjalneSwiadczeniobiorcyCanPl1,daneInicjalnePlatnikCanPl1,daneIdentyfikacyjneUbezpieczonegoEr,daneAdresoweUbezpieczonegoEr,daneAdresoweSwiadczeniobiorcyEr,daneInicjalneUbezpieczonegoZusErWzd01,daneInicjalneSwiadczeniobiorcyZusErWzd01,daneAdresoweEur,daneInicjalneUbezpieczonegoZusEur02,daneAdresoweEun,daneInicjalnePlatnikaZusEur02,daneIdentyfikacyjneUbezpieczonegoPr,daneIdentyfikacyjneSwiadczeniobiorcyPr,daneAdresoweUbezpieczonegoPr,daneAdresowePlatnikaZusPrWdp01,daneInicjalneUbezpieczonegoPr4,daneInicjalneSwiadczeniobiorcyPr4,daneInicjalneLekarzaPr4,daneInicjalnePlatnikaZusPrWdp01,daneIdentyfikacyjnePlatnikaRd,daneAdresoweRd,daneInicjalnePlatnikaRd8,daneInicjalneSwiadczeniobiorcyZusRzWzd01,daneInicjalneUbezpieczonegoZusRzWzd01,daneInicjalneUbezpieczonegoUS,daneInicjalneSwiadczeniobiorcyUS,daneInicjalneUbezpieczonegoZusUsOfe02,daneInicjalnePLatnikaZusUsWsi01,daneDoZablokowaniaZ3,daneInicjalnePlatnikaZ3,daneInicjalnePlatnikaZlaZ3,daneDoZablokowaniaZ3a,daneInicjalnePlatnikaZ3a,daneInicjalnePlatnikaZlaZ3a,daneDoZablokowaniaZ3b,daneInicjalnePlatnikaZLAZ3b,daneInicjalnePlatnikaZ3b,daneDoZablokowaniabZas53,daneInicjalneZlaZas53,daneInicjalneUbezpieczonegoZAS,daneInicjalneZas53,daneDoZablokowaniaZ15,daneInicjalneZlaZ15,daneInicjalneSwiadczeniobiorcyZ15,daneInicjalneUbezpieczonegoZ15,daneAdresoweSwiadczeniobiorcyZs,daneInicjalneSwiadczeniobiorcyZusZsWur01,daneInicjalneUbezpieczonegoZusZsWur01,daneInicjalneUbezpieczonegoZusDraNew,daneInicjalneBussinesFactory,szablonyDao,drukowaneDokumentyDao,menadzerBezpieczenstwaWydrukowImpl,wydrukiFactory]; root of factory hierarchy
  274. org.springframework.orm.jpa.AbstractEntityManagerFactoryBean(406)[13:08:40,615] INFO [main] - Closing JPA EntityManagerFactory for persistence unit 'portalPU'
  275. org.hibernate.impl.SessionFactoryImpl(927)[13:08:40,615] INFO [main] - closing
  276. org.hibernate.connection.DriverManagerConnectionProvider(170)[13:08:40,616] INFO [main] - cleaning up connection pool: jdbc:postgresql://192.168.177.190:5432/portalzus
  277. org.springframework.cache.ehcache.EhCacheManagerFactoryBean(138)[13:08:40,620] INFO [main] - Shutting down EHCache CacheManager
  278. org.springframework.web.context.ContextLoader(220)[13:08:40,629] ERROR [main] - Context initialization failed
  279. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'lekarzWyszukajCertyfikatyAction' defined in file [C:\Users\ltr\IdeaProjects\portal\KSI\KLE\target\kle-0.1-SNAPSHOT\WEB-INF\classes\pl\sygnity\zusnpi\kle\web\action\certyfikaty\LekarzWyszukajCertyfikatyAction.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction]: No default constructor found; nested exception is java.lang.NoSuchMethodException: pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction.<init>()
  280. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:965)
  281. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
  282. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  283. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  284. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  285. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  286. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  287. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  288. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  289. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  290. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  291. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  292. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  293. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
  294. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
  295. at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
  296. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
  297. at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
  298. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
  299. at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
  300. at org.apache.catalina.startup.Embedded.start(Embedded.java:825)
  301. at org.codehaus.mojo.tomcat.AbstractRunMojo.startContainer(AbstractRunMojo.java:558)
  302. at org.codehaus.mojo.tomcat.AbstractRunMojo.execute(AbstractRunMojo.java:255)
  303. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  304. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  305. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  306. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  307. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  308. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  309. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  310. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  311. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  312. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  313. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  314. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  315. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  316. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  317. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  318. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  319. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  320. at java.lang.reflect.Method.invoke(Method.java:606)
  321. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  322. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  323. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  324. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  325. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  326. Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction]: No default constructor found; nested exception is java.lang.NoSuchMethodException: pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction.<init>()
  327. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:70)
  328. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)
  329. ... 45 more
  330. Caused by: java.lang.NoSuchMethodException: pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction.<init>()
  331. at java.lang.Class.getConstructor0(Class.java:2902)
  332. at java.lang.Class.getDeclaredConstructor(Class.java:2066)
  333. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:65)
  334. ... 46 more
  335. lis 01, 2017 1:08:40 PM org.apache.catalina.core.StandardContext listenerStart
  336. SEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
  337. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'lekarzWyszukajCertyfikatyAction' defined in file [C:\Users\ltr\IdeaProjects\portal\KSI\KLE\target\kle-0.1-SNAPSHOT\WEB-INF\classes\pl\sygnity\zusnpi\kle\web\action\certyfikaty\LekarzWyszukajCertyfikatyAction.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction]: No default constructor found; nested exception is java.lang.NoSuchMethodException: pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction.<init>()
  338. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:965)
  339. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:911)
  340. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)
  341. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
  342. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:291)
  343. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  344. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:288)
  345. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:190)
  346. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:580)
  347. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895)
  348. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425)
  349. at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:276)
  350. at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
  351. at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
  352. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
  353. at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
  354. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
  355. at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
  356. at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
  357. at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
  358. at org.apache.catalina.startup.Embedded.start(Embedded.java:825)
  359. at org.codehaus.mojo.tomcat.AbstractRunMojo.startContainer(AbstractRunMojo.java:558)
  360. at org.codehaus.mojo.tomcat.AbstractRunMojo.execute(AbstractRunMojo.java:255)
  361. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
  362. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
  363. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  364. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  365. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
  366. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
  367. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
  368. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
  369. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
  370. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
  371. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
  372. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
  373. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
  374. at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
  375. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  376. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  377. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  378. at java.lang.reflect.Method.invoke(Method.java:606)
  379. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
  380. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
  381. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
  382. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
  383. at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
  384. Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction]: No default constructor found; nested exception is java.lang.NoSuchMethodException: pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction.<init>()
  385. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:70)
  386. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:958)
  387. ... 45 more
  388. Caused by: java.lang.NoSuchMethodException: pl.sygnity.zusnpi.kle.web.action.certyfikaty.LekarzWyszukajCertyfikatyAction.<init>()
  389. at java.lang.Class.getConstructor0(Class.java:2902)
  390. at java.lang.Class.getDeclaredConstructor(Class.java:2066)
  391. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:65)
  392. ... 46 more
  393.  
  394. lis 01, 2017 1:08:40 PM org.apache.catalina.core.StandardContext start
  395. SEVERE: Error listenerStart
  396. lis 01, 2017 1:08:40 PM org.apache.catalina.core.StandardContext start
  397. SEVERE: Context [/kle] startup failed due to previous errors
  398. lis 01, 2017 1:08:40 PM org.apache.catalina.core.ApplicationContext log
  399. INFO: Closing Spring root WebApplicationContext
  400. lis 01, 2017 1:08:40 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
  401. SEVERE: The web application [/kle] registered the JBDC driver [org.postgresql.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  402. lis 01, 2017 1:08:40 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
  403. SEVERE: The web application [/kle] created a ThreadLocal with key of type [null] (value [com.sun.xml.ws.api.client.ServiceInterceptorFactory$1@f4ffab5]) and a value of type [java.util.HashSet] (value [[]]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
  404. lis 01, 2017 1:08:40 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
  405. SEVERE: The web application [/kle] created a ThreadLocal with key of type [null] (value [com.sun.xml.bind.v2.ClassFactory$1@4bd488ed]) and a value of type [java.util.WeakHashMap] (value [{class javax.xml.bind.annotation.W3CDomHandler=public javax.xml.bind.annotation.W3CDomHandler()}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement