Skip to content

Instantly share code, notes, and snippets.

@ratcashdev
Created July 16, 2018 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratcashdev/0938d6cc5a0fd527bf0168c9d330de01 to your computer and use it in GitHub Desktop.
Save ratcashdev/0938d6cc5a0fd527bf0168c9d330de01 to your computer and use it in GitHub Desktop.
OOM when accessing a JSP
Jul 16, 2018 12:22:00 PM com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner createBundleProvisioner
INFO: Create bundle provisioner class = class com.sun.enterprise.glassfish.bootstrap.osgi.BundleProvisioner.
Registered com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime@342d66f7 in service registry.
#!## LogManagerService.postConstruct : rootFolder=C:\Users\MatyasBene\Apps\payara5-p2\glassfish
#!## LogManagerService.postConstruct : templateDir=C:\Users\MatyasBene\Apps\payara5-p2\glassfish\lib\templates
#!## LogManagerService.postConstruct : src=C:\Users\MatyasBene\Apps\payara5-p2\glassfish\lib\templates\logging.properties
#!## LogManagerService.postConstruct : dest=C:\Users\MatyasBene\Apps\payara5-p2\glassfish\domains\domain1\config\logging.properties
Info: Running Payara Version: Payara Server 5 #badassfish (build 344)
Info: Server log file is using Formatter class: com.sun.enterprise.server.logging.ODLLogFormatter
Info: Registered fish.payara.ha.hazelcast.store.HazelcastBackingStoreFactoryProxy for persistence-type = hazelcast in BackingStoreFactoryRegistry
Info: Network Listener http-listener-1 started in: 40ms - bound to [/0.0.0.0:8080]
Info: Network Listener http-listener-2 started in: 5ms - bound to [/0.0.0.0:8181]
Info: Network Listener admin-listener started in: 4ms - bound to [/0.0.0.0:4848]
Info: Grizzly 2.4.3 started in: 447ms - bound to [http-listener-1:8080, http-listener-2:8181, admin-listener:4848]
Info: Network Listener iiop-service started in: 4ms - bound to [/0.0.0.0:3700]
Info: Java security manager is disabled.
Info: Entering Security Startup Service.
Info: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
Info: Security Service(s) started successfully.
Info: Created HTTP listener http-listener-1 on host/port 0.0.0.0:8080
Info: Created HTTP listener http-listener-2 on host/port 0.0.0.0:8181
Info: Created HTTP listener admin-listener on host/port 0.0.0.0:4848
Info: Created virtual server server
Info: Created virtual server __asadmin
Info: Setting JAAS app name glassfish-web
Info: Virtual server server loaded default web module
Info: HV000001: Hibernate Validator 6.0.9.Final
Info: Loading application SimpleHelloWorld done in 2,621 ms
Info: Hazelcast Instance Bound to JNDI at payara/Hazelcast
Info: JSR107 Caching Provider Bound to JNDI at payara/CachingProvider
Info: JSR107 Default Cache Manager Bound to JNDI at payara/CacheManager
Info: Loading application [SimpleHelloWorld] at [/SimpleHelloWorld]
Info: Payara Server 5 #badassfish (344) startup time : Felix (12,201ms), startup services(7,136ms), total(19,337ms)
Info: Data Grid Status
Payara Data Grid State: DG Version: 35 DG Size: 1
Instances: {
Address: /192.168.132.43:4900 UUID: 5bbe89be-6561-4e94-811e-5651590dc029 Lite: false This: true Name: server Group: server-config
}
Info: Payara Notification Service bootstrapped with configuration: NotificationExecutionOptions{enabled=true, notifierConfigurationExecutionOptionsList={LOG=LogNotifierConfigurationExecutionOptions{useSeparateLogFile=false} NotifierConfigurationExecutionOptions{notifierType=LOG, enabled=true, noisy=true}}}
Info: Network Listener JMS_PROXY_default_JMS_host started in: 15ms - bound to [/0.0.0.0:7676]
Info: JMXStartupService has started JMXConnector on JMXService URL service:jmx:rmi://0.0.0.0:8686/jndi/rmi://0.0.0.0:8686/jmxrmi
Info: Loading application [SimpleHelloWorld] at [/SimpleHelloWorld]
Info: SimpleHelloWorld was successfully deployed in 876 milliseconds.
Severe: Exception invoking periodic operation:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.ArrayList.<init>(ArrayList.java:153)
at org.apache.catalina.session.ManagerBase.findSessions(ManagerBase.java:885)
at org.apache.catalina.session.StandardManager.processExpires(StandardManager.java:982)
at org.apache.catalina.core.StandardContext.backgroundProcess(StandardContext.java:6137)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1782)
at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1771)
at java.lang.Thread.run(Thread.java:748)
Warning: [192.168.132.43]:4900 [development] [3.10.2] Terminating forcefully...
Warning: GRIZZLY0203: Unexpected error
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.LinkedList.linkLast(LinkedList.java:142)
at java.util.LinkedList.add(LinkedList.java:338)
at org.jvnet.hk2.internal.ImmediateResults.addValidatedResult(ImmediateResults.java:76)
at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2288)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1263)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:773)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:740)
at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710)
at org.glassfish.config.support.TranslatedConfigView$2.run(TranslatedConfigView.java:197)
at org.glassfish.config.support.TranslatedConfigView$2.run(TranslatedConfigView.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at org.glassfish.config.support.TranslatedConfigView.domainPasswordAliasStore(TranslatedConfigView.java:193)
at org.glassfish.config.support.TranslatedConfigView.getTranslatedValue(TranslatedConfigView.java:99)
at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:163)
at com.sun.proxy.$Proxy98.getValue(Unknown Source)
at org.jvnet.hk2.config.types.PropertyBag$Duck.getPropertyValue(PropertyBag.java:132)
at org.jvnet.hk2.config.types.PropertyBag$Duck.getPropertyValue(PropertyBag.java:126)
at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jvnet.hk2.config.Dom.invokeDuckMethod(Dom.java:1129)
at org.jvnet.hk2.config.Dom.invoke(Dom.java:1080)
at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:163)
at com.sun.proxy.$Proxy102.getPropertyValue(Unknown Source)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.getDefaultAdminUser(GenericAdminAuthenticator.java:364)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.authenticate(GenericAdminAuthenticator.java:254)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.loginAsAdmin(GenericAdminAuthenticator.java:216)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.loginAsAdmin(GenericAdminAuthenticator.java:199)
at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:243)
at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:166)
at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:516)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:213)
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.IllegalStateException: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:239)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.LinkedList.linkLast(LinkedList.java:142)
at java.util.LinkedList.add(LinkedList.java:338)
at org.jvnet.hk2.internal.ImmediateResults.addValidatedResult(ImmediateResults.java:76)
at org.jvnet.hk2.internal.ServiceLocatorImpl.narrow(ServiceLocatorImpl.java:2288)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetDescriptor(ServiceLocatorImpl.java:1263)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:773)
at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:740)
at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:710)
at org.glassfish.config.support.TranslatedConfigView$2.run(TranslatedConfigView.java:197)
at org.glassfish.config.support.TranslatedConfigView$2.run(TranslatedConfigView.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at org.glassfish.config.support.TranslatedConfigView.domainPasswordAliasStore(TranslatedConfigView.java:193)
at org.glassfish.config.support.TranslatedConfigView.getTranslatedValue(TranslatedConfigView.java:99)
at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:163)
at com.sun.proxy.$Proxy98.getValue(Unknown Source)
at org.jvnet.hk2.config.types.PropertyBag$Duck.getPropertyValue(PropertyBag.java:132)
at org.jvnet.hk2.config.types.PropertyBag$Duck.getPropertyValue(PropertyBag.java:126)
at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.jvnet.hk2.config.Dom.invokeDuckMethod(Dom.java:1129)
at org.jvnet.hk2.config.Dom.invoke(Dom.java:1080)
at org.glassfish.config.support.TranslatedConfigView.invoke(TranslatedConfigView.java:163)
at com.sun.proxy.$Proxy102.getPropertyValue(Unknown Source)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.getDefaultAdminUser(GenericAdminAuthenticator.java:364)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.authenticate(GenericAdminAuthenticator.java:254)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.loginAsAdmin(GenericAdminAuthenticator.java:216)
at com.sun.enterprise.admin.util.GenericAdminAuthenticator.loginAsAdmin(GenericAdminAuthenticator.java:199)
at com.sun.enterprise.v3.admin.AdminAdapter.onMissingResource(AdminAdapter.java:243)
at org.glassfish.grizzly.http.server.StaticHttpHandlerBase.service(StaticHttpHandlerBase.java:166)
at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:516)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:213)
Severe: Exception in thread "GFFileHandler log pump"
Severe: java.lang.OutOfMemoryError: GC overhead limit exceeded
Severe: java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.hazelcast.spi.impl.servicemanager.impl.ServiceManagerImpl.getServices(ServiceManagerImpl.java:344)
at com.hazelcast.spi.impl.NodeEngineImpl.getServices(NodeEngineImpl.java:391)
at com.hazelcast.internal.partition.impl.AbstractPartitionPrimaryReplicaAntiEntropyTask.retainAndGetNamespaces(AbstractPartitionPrimaryReplicaAntiEntropyTask.java:66)
at com.hazelcast.internal.partition.impl.PartitionPrimaryReplicaAntiEntropyTask.run(PartitionPrimaryReplicaAntiEntropyTask.java:41)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:155)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:125)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:100)
Severe: [192.168.132.43]:4900 [development] [3.10.2] Failed to process packet: com.hazelcast.internal.partition.impl.PartitionPrimaryReplicaAntiEntropyTask@46bb6872 on hz._hzInstance_1_development.partition-operation.thread-0
java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.hazelcast.spi.impl.servicemanager.impl.ServiceManagerImpl.getServices(ServiceManagerImpl.java:344)
at com.hazelcast.spi.impl.NodeEngineImpl.getServices(NodeEngineImpl.java:391)
at com.hazelcast.internal.partition.impl.AbstractPartitionPrimaryReplicaAntiEntropyTask.retainAndGetNamespaces(AbstractPartitionPrimaryReplicaAntiEntropyTask.java:66)
at com.hazelcast.internal.partition.impl.PartitionPrimaryReplicaAntiEntropyTask.run(PartitionPrimaryReplicaAntiEntropyTask.java:41)
at com.hazelcast.spi.impl.operationservice.impl.OperationRunnerImpl.run(OperationRunnerImpl.java:155)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.process(OperationThread.java:125)
at com.hazelcast.spi.impl.operationexecutor.impl.OperationThread.run(OperationThread.java:100)
Severe: Exception initializing page context
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at org.apache.jsp.testpage_jsp._jspService(testpage_jsp.java:37)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:791)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:377)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:791)
at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1622)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:258)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:160)
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:654)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:593)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:99)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:159)
at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:371)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:238)
at com.sun.enterprise.v3.services.impl.ContainerMapper$HttpHandlerCallable.call(ContainerMapper.java:516)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:213)
at org.glassfish.grizzly.http.server.HttpHandler.runService(HttpHandler.java:182)
at org.glassfish.grizzly.http.server.HttpHandler.doHandle(HttpHandler.java:156)
at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:218)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
at java.lang.Thread.run(Thread.java:748)
Severe: An exception or error occurred in the container during the request processing
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0203: Unexpected error
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.IllegalStateException: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:239)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0203: Unexpected error
java.lang.OutOfMemoryError: GC overhead limit exceeded
Severe: Exception in thread "admin-listener-expirer(1)"
Warning: GRIZZLY0203: Unexpected error
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0203: Unexpected error
java.lang.OutOfMemoryError: GC overhead limit exceeded
Severe: doSelect exception
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.IllegalStateException: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:239)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.IllegalStateException: java.lang.OutOfMemoryError: GC overhead limit exceeded
at org.glassfish.grizzly.http.server.HttpServerFilter.handleRead(HttpServerFilter.java:239)
at org.glassfish.grizzly.filterchain.ExecutorResolver$9.execute(ExecutorResolver.java:95)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109)
at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88)
at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53)
at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:524)
at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:89)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:94)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100(WorkerThreadIOStrategy.java:33)
at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy$WorkerThreadRunnable.run(WorkerThreadIOStrategy.java:114)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:569)
at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:549)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0011: Uncaught exception on thread Thread[admin-thread-pool::admin-listener(1),5,main]
java.lang.OutOfMemoryError: GC overhead limit exceeded
Warning: GRIZZLY0013: Exception during FilterChain execution
java.lang.OutOfMemoryError: GC overhead limit exceeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment