Advertisement
chrisloughnane

SOF 49801252

Apr 19th, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 66.74 KB | None | 0 0
  1. See: https://stackoverflow.com/questions/49801252/cannot-setup-login-with-apache-shiro-jdbc-but-access-restrictions-are-working
  2.  
  3. Apr 19, 2018 2:19:10 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner
  4.     INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.
  5.     Apr 19, 2018 2:19:10 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations
  6.     WARNING: Skipping entry  because it is not an absolute URI.
  7.     Apr 19, 2018 2:19:10 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner$DefaultCustomizer getLocations
  8.     WARNING: Skipping entry  because it is not an absolute URI.
  9.     Apr 19, 2018 2:19:10 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner startBundles
  10.     WARNING: Can not start bundle file:/C:/Program%20Files/glassfish-4.1.1/glassfish/modules/core.jar because it is not contained in the list of installed bundles.
  11.     Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@4f8dee8a in service registry.
  12.     #!## LogManagerService.postConstruct : rootFolder=C:\Program Files\glassfish-4.1.1\glassfish
  13.     #!## LogManagerService.postConstruct : templateDir=C:\Program Files\glassfish-4.1.1\glassfish\lib\templates
  14.     #!## LogManagerService.postConstruct : src=C:\Program Files\glassfish-4.1.1\glassfish\lib\templates\logging.properties
  15.     #!## LogManagerService.postConstruct : dest=C:\Users\chris\personal_domain\config\logging.properties
  16.     Info:   Running GlassFish Version: GlassFish Server Open Source Edition  4.1.1  (build 1)
  17.     Info:   Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter
  18.     Info:   Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  19.     Info:   Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  20.     Info:   Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.
  21.     Info:   Authorization Service has successfully initialized.
  22.     Info:   Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry
  23.     Info:   JTS5014: Recoverable JTS instance, serverId = [100]
  24.     Warning:   Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-1, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  25.     Info:   Grizzly Framework 2.3.23 started in: 39ms - bound to [/0.0.0.0:21218]
  26.     Warning:   Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-2, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  27.     Info:   Grizzly Framework 2.3.23 started in: 5ms - bound to [/0.0.0.0:21219]
  28.     Warning:   Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=admin-listener, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  29.     Info:   Grizzly Framework 2.3.23 started in: 6ms - bound to [/0.0.0.0:21186]
  30.     Info:   Grizzly Framework 2.3.23 started in: 7ms - bound to [/0.0.0.0:21175]
  31.     Info:   visiting unvisited references
  32.     Info:   Java security manager is disabled.
  33.     Info:   Entering Security Startup Service.
  34.     Info:   Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
  35.     Info:   Security Service(s) started successfully.
  36.     Info:   Created HTTP listener http-listener-1 on host/port 0.0.0.0:21218
  37.     Info:   Created HTTP listener http-listener-2 on host/port 0.0.0.0:21219
  38.     Info:   Created HTTP listener admin-listener on host/port 0.0.0.0:21186
  39.     Info:   Created virtual server server
  40.     Info:   Created virtual server __asadmin
  41.     Info:   Setting JAAS app name glassfish-web
  42.     Info:   Virtual server server loaded default web module
  43.     Info:   visiting unvisited references
  44.     Info:   visiting unvisited references
  45.     Info:   visiting unvisited references
  46.     Info:   visiting unvisited references
  47.     Info:   visiting unvisited references
  48.     Info:   visiting unvisited references
  49.     Info:   visiting unvisited references
  50.     Info:   visiting unvisited references
  51.     Info:   visiting unvisited references
  52.     Info:   visiting unvisited references
  53.     Info:   14:19:15,967 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
  54.     14:19:15,969 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
  55.     14:19:15,972 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/C:/xampp_php_5.5.38/htdocs/ApacheShiro/target/ApacheShiro-1.0-SNAPSHOT/WEB-INF/classes/logback.xml]
  56.     14:19:16,322 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
  57.     14:19:16,329 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
  58.     14:19:16,370 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
  59.     14:19:16,638 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
  60.     14:19:16,638 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
  61.     14:19:16,638 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
  62.     14:19:16,644 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.shiro] to DEBUG
  63.     14:19:16,644 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
  64.     14:19:16,644 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
  65.     14:19:16,647 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
  66.     14:19:16,650 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6dc6d3c0 - Registering current configuration as safe fallback point
  67.     Info:   Initializing Mojarra 2.2.12 ( 20150720-0848 https://svn.java.net/svn/mojarra~svn/tags/2.2.12@14885) for context '/ApacheShiro'
  68.     Info:   HV000001: Hibernate Validator 5.1.2.Final
  69.     Info:   WebModule[null] ServletContext.log():Initializing Shiro environment
  70.     Info:   14:19:18.163 [RunLevelControllerThread-1524143951473] INFO  o.a.shiro.web.env.EnvironmentLoader - Starting Shiro environment initialization.
  71.     Info:   14:19:18.240 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.web.env.IniWebEnvironment - Checking any specified config locations.
  72.     Info:   14:19:18.240 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.web.env.IniWebEnvironment - No INI instance or config locations specified.  Trying default config locations.
  73.     Info:   14:19:18.252 [RunLevelControllerThread-1524143951473] DEBUG org.apache.shiro.config.Ini - Parsing [main]
  74.     Info:   14:19:18.257 [RunLevelControllerThread-1524143951473] DEBUG org.apache.shiro.config.Ini - Parsing [urls]
  75.     Info:   14:19:18.258 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.web.env.IniWebEnvironment - Discovered non-empty INI configuration at location '/WEB-INF/shiro.ini'.  Using for configuration.
  76.     Info:   14:19:18.283 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.config.IniFactorySupport - Creating instance from Ini [sections=main,urls]
  77.     Info:   14:19:18.882 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.config.ReflectionBuilder - Encountered object reference '$ds'.  Looking up object with id 'ds'
  78.     Info:   14:19:18.946 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.realm.AuthorizingRealm - No authorizationCache instance set.  Checking for a cacheManager...
  79.     Info:   14:19:18.946 [RunLevelControllerThread-1524143951473] INFO  o.a.shiro.realm.AuthorizingRealm - No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
  80.     Info:   14:19:18.954 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.config.IniFactorySupport - Creating instance from Ini [sections=main,urls]
  81.     Info:   14:19:18.965 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Creating chain [/login.xhtml] from String definition [authc]
  82.     Info:   14:19:18.965 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/login.xhtml] to filter [authc] with config [null]
  83.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Creating chain [/logout] from String definition [logout]
  84.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/logout] to filter [logout] with config [null]
  85.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Creating chain [/member/**] from String definition [user, multipleroles["admin", "guest"]]
  86.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/member/**] to filter [user] with config [null]
  87.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/member/**] to filter [multipleroles] with config ["admin", "guest"]
  88.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Creating chain [/admin/**] from String definition [user, roles[admin]]
  89.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/admin/**] to filter [user] with config [null]
  90.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.s.w.f.m.DefaultFilterChainManager - Attempting to apply path [/admin/**] to filter [roles] with config [admin]
  91.     Info:   14:19:18.969 [RunLevelControllerThread-1524143951473] DEBUG o.a.shiro.web.env.EnvironmentLoader - Published WebEnvironment as ServletContext attribute with name [org.apache.shiro.web.env.EnvironmentLoader.ENVIRONMENT_ATTRIBUTE_KEY]
  92.     Info:   14:19:18.970 [RunLevelControllerThread-1524143951473] INFO  o.a.shiro.web.env.EnvironmentLoader - Shiro environment initialized in 795 ms.
  93.     Info:   Loading application [ApacheShiro] at [/ApacheShiro]
  94.     Info:   Loading application ApacheShiro done in 6,703 ms
  95.     Info:   GlassFish Server Open Source Edition  4.1.1  (1) startup time : Felix (2,385ms), startup services(7,538ms), total(9,923ms)
  96.     Info:   Grizzly Framework 2.3.23 started in: 75ms - bound to [/0.0.0.0:28814]
  97.     Info:   Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishImpl@377008df as OSGi service registration: org.apache.felix.framework.ServiceRegistrationImpl@7baf6acf.
  98.     Info:   JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://CHRISXPS.nuigalway.ie:21224/jndi/rmi://CHRISXPS.nuigalway.ie:21224/jmxrmi
  99.     Warning:   Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-2, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  100.     Info:   Created HTTP listener http-listener-2 on host/port 0.0.0.0:21219
  101.     Info:   Grizzly Framework 2.3.23 started in: 18ms - bound to [/0.0.0.0:21219]
  102.     Warning:   Instance could not be initialized. Class=interface org.glassfish.grizzly.http.server.AddOn, name=http-listener-1, realClassName=org.glassfish.grizzly.http2.Http2AddOn
  103.     Info:   Created HTTP listener http-listener-1 on host/port 0.0.0.0:21218
  104.     Info:   Grizzly Framework 2.3.23 started in: 5ms - bound to [/0.0.0.0:21218]
  105.     Info:   visiting unvisited references
  106.     Info:   visiting unvisited references
  107.     Info:   visiting unvisited references
  108.     Info:   visiting unvisited references
  109.     Info:   visiting unvisited references
  110.     Info:   visiting unvisited references
  111.     Info:   visiting unvisited references
  112.     Info:   visiting unvisited references
  113.     Info:   visiting unvisited references
  114.     Info:   visiting unvisited references
  115.     Info:   visiting unvisited references
  116.     Info:   visiting unvisited references
  117.     Info:   visiting unvisited references
  118.     Info:   visiting unvisited references
  119.     Info:   visiting unvisited references
  120.     Info:   visiting unvisited references
  121.     Info:   visiting unvisited references
  122.     Info:   visiting unvisited references
  123.     Info:   visiting unvisited references
  124.     Info:   visiting unvisited references
  125.     Info:   visiting unvisited references
  126.     Info:   visiting unvisited references
  127.     Info:   visiting unvisited references
  128.     Info:   visiting unvisited references
  129.     Info:   visiting unvisited references
  130.     Info:   visiting unvisited references
  131.     Info:   visiting unvisited references
  132.     Info:   visiting unvisited references
  133.     Info:   visiting unvisited references
  134.     Info:   Portable JNDI names for EJB DapsiwrFacadeREST: [java:global/responseableES/DapsiwrFacadeREST, java:global/responseableES/DapsiwrFacadeREST!service.DapsiwrFacadeREST]
  135.     Info:   Portable JNDI names for EJB ResponseFacadeREST: [java:global/responseableES/ResponseFacadeREST!service.ResponseFacadeREST, java:global/responseableES/ResponseFacadeREST]
  136.     Info:   Portable JNDI names for EJB QuestiontypeFacadeREST: [java:global/responseableES/QuestiontypeFacadeREST, java:global/responseableES/QuestiontypeFacadeREST!service.QuestiontypeFacadeREST]
  137.     Info:   Portable JNDI names for EJB OlprincipleFacadeREST: [java:global/responseableES/OlprincipleFacadeREST!service.OlprincipleFacadeREST, java:global/responseableES/OlprincipleFacadeREST]
  138.     Info:   Portable JNDI names for EJB OllevelFacadeREST: [java:global/responseableES/OllevelFacadeREST!service.OllevelFacadeREST, java:global/responseableES/OllevelFacadeREST]
  139.     Info:   Portable JNDI names for EJB KeystoryFacadeREST: [java:global/responseableES/KeystoryFacadeREST, java:global/responseableES/KeystoryFacadeREST!service.KeystoryFacadeREST]
  140.     Info:   Portable JNDI names for EJB OptiontypeFacadeREST: [java:global/responseableES/OptiontypeFacadeREST!service.OptiontypeFacadeREST, java:global/responseableES/OptiontypeFacadeREST]
  141.     Info:   WELD-000900: 2.2.13 (Final)
  142.     WARN:   WELD-001700: Interceptor annotation class javax.ejb.PostActivate not found, interception based on it is not enabled
  143.     WARN:   WELD-001700: Interceptor annotation class javax.ejb.PrePassivate not found, interception based on it is not enabled
  144.     WARN:   WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  145.     WARN:   WELD-000411: Observer method [BackedAnnotatedMethod] org.glassfish.sse.impl.ServerSentEventCdiExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  146.     WARN:   WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jms.injection.JMSCDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  147.     Severe:   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  148.     Severe:   SLF4J: Defaulting to no-operation (NOP) logger implementation
  149.     Severe:   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  150.     Info:   WebModule[null] ServletContext.log():Initializing Shiro environment
  151.     Severe:   Startup of context /responseablees failed due to previous errors
  152.     Severe:   Exception during cleanup after start failed
  153.     org.apache.catalina.LifecycleException: Manager has not yet been started
  154.         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:935)
  155.         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6164)
  156.         at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
  157.         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5981)
  158.         at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  159.         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  160.         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  161.         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  162.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  163.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  164.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  165.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  166.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  167.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  168.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  169.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  170.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  171.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  172.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  173.         at java.security.AccessController.doPrivileged(Native Method)
  174.         at javax.security.auth.Subject.doAs(Subject.java:360)
  175.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  176.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  177.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  178.         at java.security.AccessController.doPrivileged(Native Method)
  179.         at javax.security.auth.Subject.doAs(Subject.java:360)
  180.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  181.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  182.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  183.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  184.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  185.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  186.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  187.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  188.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  189.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  190.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  191.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  192.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  193.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  194.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  195.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  196.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  197.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  198.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  199.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  200.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  201.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  202.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  203.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  204.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  205.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  206.         at java.lang.Thread.run(Thread.java:745)
  207.  
  208.     Severe:   ContainerBase.addChild: start:
  209.     org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  210.         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5985)
  211.         at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  212.         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  213.         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  214.         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  215.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  216.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  217.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  218.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  219.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  220.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  221.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  222.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  223.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  224.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  225.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  226.         at java.security.AccessController.doPrivileged(Native Method)
  227.         at javax.security.auth.Subject.doAs(Subject.java:360)
  228.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  229.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  230.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  231.         at java.security.AccessController.doPrivileged(Native Method)
  232.         at javax.security.auth.Subject.doAs(Subject.java:360)
  233.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  234.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  235.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  236.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  237.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  238.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  239.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  240.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  241.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  242.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  243.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  244.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  245.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  246.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  247.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  248.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  249.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  250.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  251.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  252.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  253.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  254.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  255.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  256.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  257.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  258.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  259.         at java.lang.Thread.run(Thread.java:745)
  260.     Caused by: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  261.         at org.apache.shiro.config.Ini$Section.splitKeyValue(Ini.java:601)
  262.         at org.apache.shiro.config.Ini$Section.toMapProps(Ini.java:626)
  263.         at org.apache.shiro.config.Ini$Section.<init>(Ini.java:523)
  264.         at org.apache.shiro.config.Ini$Section.<init>(Ini.java:504)
  265.         at org.apache.shiro.config.Ini.addSection(Ini.java:361)
  266.         at org.apache.shiro.config.Ini.load(Ini.java:410)
  267.         at org.apache.shiro.config.Ini.load(Ini.java:295)
  268.         at org.apache.shiro.config.Ini.load(Ini.java:283)
  269.         at org.apache.shiro.web.env.IniWebEnvironment.convertPathToIni(IniWebEnvironment.java:355)
  270.         at org.apache.shiro.web.env.IniWebEnvironment.createIni(IniWebEnvironment.java:244)
  271.         at org.apache.shiro.web.env.IniWebEnvironment.getDefaultIni(IniWebEnvironment.java:215)
  272.         at org.apache.shiro.web.env.IniWebEnvironment.parseConfig(IniWebEnvironment.java:101)
  273.         at org.apache.shiro.web.env.IniWebEnvironment.init(IniWebEnvironment.java:69)
  274.         at org.apache.shiro.util.LifecycleUtils.init(LifecycleUtils.java:45)
  275.         at org.apache.shiro.util.LifecycleUtils.init(LifecycleUtils.java:40)
  276.         at org.apache.shiro.web.env.EnvironmentLoader.createEnvironment(EnvironmentLoader.java:313)
  277.         at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:139)
  278.         at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58)
  279.         at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
  280.         at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
  281.         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
  282.         ... 49 more
  283.  
  284.     Warning:   java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  285.     java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  286.         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1044)
  287.         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  288.         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  289.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  290.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  291.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  292.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  293.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  294.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  295.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  296.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  297.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  298.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  299.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  300.         at java.security.AccessController.doPrivileged(Native Method)
  301.         at javax.security.auth.Subject.doAs(Subject.java:360)
  302.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  303.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  304.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  305.         at java.security.AccessController.doPrivileged(Native Method)
  306.         at javax.security.auth.Subject.doAs(Subject.java:360)
  307.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  308.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  309.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  310.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  311.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  312.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  313.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  314.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  315.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  316.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  317.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  318.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  319.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  320.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  321.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  322.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  323.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  324.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  325.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  326.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  327.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  328.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  329.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  330.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  331.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  332.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  333.         at java.lang.Thread.run(Thread.java:745)
  334.  
  335.     Severe:   Exception while invoking class com.sun.enterprise.web.WebApplication start method
  336.     java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  337.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
  338.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  339.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  340.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  341.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  342.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  343.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  344.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  345.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  346.         at java.security.AccessController.doPrivileged(Native Method)
  347.         at javax.security.auth.Subject.doAs(Subject.java:360)
  348.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  349.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  350.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  351.         at java.security.AccessController.doPrivileged(Native Method)
  352.         at javax.security.auth.Subject.doAs(Subject.java:360)
  353.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  354.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  355.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  356.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  357.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  358.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  359.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  360.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  361.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  362.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  363.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  364.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  365.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  366.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  367.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  368.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  369.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  370.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  371.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  372.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  373.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  374.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  375.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  376.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  377.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  378.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  379.         at java.lang.Thread.run(Thread.java:745)
  380.  
  381.     Severe:   Exception during lifecycle processing
  382.     java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  383.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
  384.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  385.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  386.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  387.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  388.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  389.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  390.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  391.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  392.         at java.security.AccessController.doPrivileged(Native Method)
  393.         at javax.security.auth.Subject.doAs(Subject.java:360)
  394.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  395.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  396.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  397.         at java.security.AccessController.doPrivileged(Native Method)
  398.         at javax.security.auth.Subject.doAs(Subject.java:360)
  399.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  400.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  401.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  402.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  403.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  404.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  405.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  406.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  407.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  408.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  409.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  410.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  411.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  412.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  413.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  414.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  415.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  416.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  417.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  418.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  419.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  420.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  421.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  422.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  423.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  424.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  425.         at java.lang.Thread.run(Thread.java:745)
  426.  
  427.     Severe:   Exception while loading the app
  428.     Severe:   Undeployment failed for context /responseablees
  429.     Severe:   Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  430.     Warning:  
  431.     Warning:  
  432.     Warning:  
  433.     Severe:   PWC6117: File "null" not found
  434.     Info:   visiting unvisited references
  435.     Info:   visiting unvisited references
  436.     Info:   visiting unvisited references
  437.     Info:   visiting unvisited references
  438.     Info:   visiting unvisited references
  439.     Info:   visiting unvisited references
  440.     Info:   visiting unvisited references
  441.     Info:   visiting unvisited references
  442.     Info:   visiting unvisited references
  443.     Info:   visiting unvisited references
  444.     Info:   visiting unvisited references
  445.     Info:   visiting unvisited references
  446.     Info:   visiting unvisited references
  447.     Info:   visiting unvisited references
  448.     Info:   visiting unvisited references
  449.     Info:   visiting unvisited references
  450.     Info:   visiting unvisited references
  451.     Info:   visiting unvisited references
  452.     Info:   visiting unvisited references
  453.     Info:   visiting unvisited references
  454.     Info:   visiting unvisited references
  455.     Info:   visiting unvisited references
  456.     Info:   visiting unvisited references
  457.     Info:   visiting unvisited references
  458.     Info:   visiting unvisited references
  459.     Info:   visiting unvisited references
  460.     Info:   visiting unvisited references
  461.     Info:   Portable JNDI names for EJB ResponseFacadeREST: [java:global/responseableES/ResponseFacadeREST!service.ResponseFacadeREST, java:global/responseableES/ResponseFacadeREST]
  462.     Info:   Portable JNDI names for EJB KeystoryFacadeREST: [java:global/responseableES/KeystoryFacadeREST, java:global/responseableES/KeystoryFacadeREST!service.KeystoryFacadeREST]
  463.     Info:   Portable JNDI names for EJB QuestiontypeFacadeREST: [java:global/responseableES/QuestiontypeFacadeREST, java:global/responseableES/QuestiontypeFacadeREST!service.QuestiontypeFacadeREST]
  464.     Info:   Portable JNDI names for EJB DapsiwrFacadeREST: [java:global/responseableES/DapsiwrFacadeREST, java:global/responseableES/DapsiwrFacadeREST!service.DapsiwrFacadeREST]
  465.     Info:   Portable JNDI names for EJB OllevelFacadeREST: [java:global/responseableES/OllevelFacadeREST!service.OllevelFacadeREST, java:global/responseableES/OllevelFacadeREST]
  466.     Info:   Portable JNDI names for EJB OptiontypeFacadeREST: [java:global/responseableES/OptiontypeFacadeREST!service.OptiontypeFacadeREST, java:global/responseableES/OptiontypeFacadeREST]
  467.     Info:   Portable JNDI names for EJB OlprincipleFacadeREST: [java:global/responseableES/OlprincipleFacadeREST!service.OlprincipleFacadeREST, java:global/responseableES/OlprincipleFacadeREST]
  468.     WARN:   WELD-000411: Observer method [BackedAnnotatedMethod] private org.glassfish.jersey.ext.cdi1x.internal.CdiComponentProvider.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  469.     WARN:   WELD-000411: Observer method [BackedAnnotatedMethod] org.glassfish.sse.impl.ServerSentEventCdiExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  470.     WARN:   WELD-000411: Observer method [BackedAnnotatedMethod] public org.glassfish.jms.injection.JMSCDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
  471.     Severe:   SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  472.     Severe:   SLF4J: Defaulting to no-operation (NOP) logger implementation
  473.     Severe:   SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  474.     Info:   WebModule[null] ServletContext.log():Initializing Shiro environment
  475.     Severe:   Startup of context /responseablees failed due to previous errors
  476.     Severe:   Exception during cleanup after start failed
  477.     org.apache.catalina.LifecycleException: Manager has not yet been started
  478.         at org.apache.catalina.session.StandardManager.stop(StandardManager.java:935)
  479.         at org.apache.catalina.core.StandardContext.stop(StandardContext.java:6164)
  480.         at com.sun.enterprise.web.WebModule.stop(WebModule.java:720)
  481.         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5981)
  482.         at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  483.         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  484.         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  485.         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  486.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  487.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  488.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  489.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  490.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  491.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  492.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  493.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  494.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  495.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  496.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  497.         at java.security.AccessController.doPrivileged(Native Method)
  498.         at javax.security.auth.Subject.doAs(Subject.java:360)
  499.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  500.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  501.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  502.         at java.security.AccessController.doPrivileged(Native Method)
  503.         at javax.security.auth.Subject.doAs(Subject.java:360)
  504.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  505.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  506.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  507.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  508.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  509.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  510.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  511.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  512.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  513.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  514.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  515.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  516.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  517.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  518.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  519.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  520.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  521.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  522.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  523.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  524.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  525.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  526.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  527.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  528.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  529.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  530.         at java.lang.Thread.run(Thread.java:745)
  531.  
  532.     Severe:   ContainerBase.addChild: start:
  533.     org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  534.         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5985)
  535.         at com.sun.enterprise.web.WebModule.start(WebModule.java:691)
  536.         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1041)
  537.         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  538.         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  539.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  540.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  541.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  542.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  543.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  544.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  545.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  546.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  547.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  548.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  549.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  550.         at java.security.AccessController.doPrivileged(Native Method)
  551.         at javax.security.auth.Subject.doAs(Subject.java:360)
  552.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  553.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  554.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  555.         at java.security.AccessController.doPrivileged(Native Method)
  556.         at javax.security.auth.Subject.doAs(Subject.java:360)
  557.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  558.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  559.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  560.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  561.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  562.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  563.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  564.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  565.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  566.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  567.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  568.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  569.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  570.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  571.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  572.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  573.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  574.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  575.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  576.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  577.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  578.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  579.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  580.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  581.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  582.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  583.         at java.lang.Thread.run(Thread.java:745)
  584.     Caused by: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  585.         at org.apache.shiro.config.Ini$Section.splitKeyValue(Ini.java:601)
  586.         at org.apache.shiro.config.Ini$Section.toMapProps(Ini.java:626)
  587.         at org.apache.shiro.config.Ini$Section.<init>(Ini.java:523)
  588.         at org.apache.shiro.config.Ini$Section.<init>(Ini.java:504)
  589.         at org.apache.shiro.config.Ini.addSection(Ini.java:361)
  590.         at org.apache.shiro.config.Ini.load(Ini.java:410)
  591.         at org.apache.shiro.config.Ini.load(Ini.java:295)
  592.         at org.apache.shiro.config.Ini.load(Ini.java:283)
  593.         at org.apache.shiro.web.env.IniWebEnvironment.convertPathToIni(IniWebEnvironment.java:355)
  594.         at org.apache.shiro.web.env.IniWebEnvironment.createIni(IniWebEnvironment.java:244)
  595.         at org.apache.shiro.web.env.IniWebEnvironment.getDefaultIni(IniWebEnvironment.java:215)
  596.         at org.apache.shiro.web.env.IniWebEnvironment.parseConfig(IniWebEnvironment.java:101)
  597.         at org.apache.shiro.web.env.IniWebEnvironment.init(IniWebEnvironment.java:69)
  598.         at org.apache.shiro.util.LifecycleUtils.init(LifecycleUtils.java:45)
  599.         at org.apache.shiro.util.LifecycleUtils.init(LifecycleUtils.java:40)
  600.         at org.apache.shiro.web.env.EnvironmentLoader.createEnvironment(EnvironmentLoader.java:313)
  601.         at org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:139)
  602.         at org.apache.shiro.web.env.EnvironmentLoaderListener.contextInitialized(EnvironmentLoaderListener.java:58)
  603.         at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:5394)
  604.         at com.sun.enterprise.web.WebModule.contextListenerStart(WebModule.java:743)
  605.         at org.apache.catalina.core.StandardContext.start(StandardContext.java:5963)
  606.         ... 49 more
  607.  
  608.     Warning:   java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  609.     java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  610.         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:1044)
  611.         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:1024)
  612.         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:747)
  613.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2286)
  614.         at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1932)
  615.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:139)
  616.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  617.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  618.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  619.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  620.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  621.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  622.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  623.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  624.         at java.security.AccessController.doPrivileged(Native Method)
  625.         at javax.security.auth.Subject.doAs(Subject.java:360)
  626.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  627.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  628.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  629.         at java.security.AccessController.doPrivileged(Native Method)
  630.         at javax.security.auth.Subject.doAs(Subject.java:360)
  631.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  632.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  633.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  634.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  635.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  636.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  637.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  638.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  639.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  640.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  641.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  642.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  643.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  644.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  645.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  646.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  647.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  648.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  649.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  650.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  651.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  652.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  653.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  654.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  655.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  656.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  657.         at java.lang.Thread.run(Thread.java:745)
  658.  
  659.     Severe:   Exception while invoking class com.sun.enterprise.web.WebApplication start method
  660.     java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  661.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
  662.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  663.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  664.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  665.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  666.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  667.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  668.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  669.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  670.         at java.security.AccessController.doPrivileged(Native Method)
  671.         at javax.security.auth.Subject.doAs(Subject.java:360)
  672.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  673.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  674.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  675.         at java.security.AccessController.doPrivileged(Native Method)
  676.         at javax.security.auth.Subject.doAs(Subject.java:360)
  677.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  678.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  679.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  680.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  681.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  682.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  683.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  684.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  685.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  686.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  687.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  688.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  689.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  690.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  691.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  692.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  693.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  694.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  695.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  696.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  697.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  698.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  699.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  700.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  701.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  702.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  703.         at java.lang.Thread.run(Thread.java:745)
  704.  
  705.     Severe:   Exception during lifecycle processing
  706.     java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  707.         at com.sun.enterprise.web.WebApplication.start(WebApplication.java:168)
  708.         at org.glassfish.internal.data.EngineRef.start(EngineRef.java:122)
  709.         at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:291)
  710.         at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:352)
  711.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:500)
  712.         at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:219)
  713.         at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:491)
  714.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:539)
  715.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:535)
  716.         at java.security.AccessController.doPrivileged(Native Method)
  717.         at javax.security.auth.Subject.doAs(Subject.java:360)
  718.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:534)
  719.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:565)
  720.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:557)
  721.         at java.security.AccessController.doPrivileged(Native Method)
  722.         at javax.security.auth.Subject.doAs(Subject.java:360)
  723.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:556)
  724.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1464)
  725.         at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1300(CommandRunnerImpl.java:109)
  726.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1846)
  727.         at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1722)
  728.         at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:534)
  729.         at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:224)
  730.         at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:189)
  731.         at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:459)
  732.         at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:167)
  733.         at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:206)
  734.         at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:180)
  735.         at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:235)
  736.         at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:119)
  737.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:283)
  738.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:200)
  739.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:132)
  740.         at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:111)
  741.         at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:77)
  742.         at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:536)
  743.         at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112)
  744.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117)
  745.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:56)
  746.         at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:137)
  747.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)
  748.         at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)
  749.         at java.lang.Thread.run(Thread.java:745)
  750.  
  751.     Severe:   Exception while loading the app
  752.     Severe:   Undeployment failed for context /responseablees
  753.     Severe:   Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: Line argument must contain a key and a value.  Only one string token was found.
  754.     Warning:  
  755.     Warning:  
  756.     Warning:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement