You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New HTTP requests are not handled anymore, output:
[770158.591s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1024k, guardsize: 0k, detached.
[770158.591s][warning][os,thread] Failed to start the native thread for java.lang.Thread "Thread-29598"
Exception in thread "RouterThread" java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
at java.base/java.lang.Thread.start0(Native Method)
at java.base/java.lang.Thread.start(Unknown Source)
at java.naming/com.sun.jndi.ldap.Connection.<init>(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapClient.<init>(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapClient.getInstance(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtx.connect(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtx.<init>(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxFromUrl(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(Unknown Source)
at java.naming/com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(Unknown Source)
at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at java.naming/javax.naming.InitialContext.init(Unknown Source)
at java.naming/javax.naming.InitialContext.<init>(Unknown Source)
at java.naming/javax.naming.directory.InitialDirContext.<init>(Unknown Source)
at com.predic8.membrane.core.interceptor.authentication.session.LDAPUserDataProvider.auth(LDAPUserDataProvider.java:212)
at com.predic8.membrane.core.interceptor.authentication.session.LDAPUserDataProvider.verify(LDAPUserDataProvider.java:287)
at com.predic8.membrane.core.interceptor.authentication.session.CachingUserDataProvider.verify(CachingUserDataProvider.java:53)
at com.predic8.membrane.core.interceptor.authentication.BasicAuthenticationInterceptor.validUser(BasicAuthenticationInterceptor.java:61)
at com.predic8.membrane.core.interceptor.authentication.BasicAuthenticationInterceptor.handleRequest(BasicAuthenticationInterceptor.java:52)
at com.predic8.membrane.core.interceptor.InterceptorFlowController.invokeRequestHandlers(InterceptorFlowController.java:110)
at com.predic8.membrane.core.interceptor.flow.ConditionalInterceptor.handleRequest(ConditionalInterceptor.java:85)
at com.predic8.membrane.core.interceptor.InterceptorFlowController.invokeRequestHandlers(InterceptorFlowController.java:110)
at com.predic8.membrane.core.interceptor.UserFeatureInterceptor.handleRequest(UserFeatureInterceptor.java:47)
at com.predic8.membrane.core.interceptor.InterceptorFlowController.invokeRequestHandlers(InterceptorFlowController.java:110)
at com.predic8.membrane.core.interceptor.InterceptorFlowController.invokeHandlers(InterceptorFlowController.java:75)
at com.predic8.membrane.core.transport.http.AbstractHttpHandler.invokeHandlers(AbstractHttpHandler.java:61)
at com.predic8.membrane.core.transport.http.HttpServerHandler.process(HttpServerHandler.java:223)
at com.predic8.membrane.core.transport.http.HttpServerHandler.run(HttpServerHandler.java:127)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)```
The text was updated successfully, but these errors were encountered:
New HTTP requests are not handled anymore, output:
The text was updated successfully, but these errors were encountered: