Java io IOException An existing connection was forcibly closed by the remote host

Ok so anyone knows how to fix " java.io.IOException: An existing connection was forcibly closed by the remote host "?

latest.log cut https://pastebin.com/wMvpdg8c
latest.log complete https://justpaste.it/95x55 (too big for pastebin)
latest.log of a friend that can join: https://justpaste.it/5b1zg
server log part when i join: https://pastebin.com/gRQH2T8p

Ive tried pretty much everything and nothing works.

List of what ive tried:

    - Reinstalling Minecraft (and updating the launcher)
    - Reinstalling Java (normal, x64 and jdk)
    - Adding java environment variables
    - Enabling DMZ
    - Restarting the Network
    - Restarting the router
    - Enabling Java's operating system's restricted environment (native sandbox)
    - Enabling and adding every single java thing into the firewall
    - Disabling the Firewall
    - Adding more join time on the server -Dfml.readTimeout=512
    - Installing RandomPatches mod
    - Removing my player data from the server
    - Changing the DNS to 8.8.8.8 and 8.8.4.4
    - CMD -> ipconfig/flushdns, ipconfig/release, ipconfig/renew, netsh int ip set dns, net winsock reset
    - I probably missed some stuff but there are more things that ive done

I researched for like 12h at this point

Other info:

    - I use ethernet
    - My internet distributor is Digimobil (spain)
    - Forge version is 1.12.2-forge-14.23.5.2860

What happens in my pov:

         - Loading terrain
    - Im in the middle of nowhere
    - Sometimes it loads but nothing works (mobs doesnt move, I dont take damage, when I break blocks is only client side and no bock is dropped)
    - If it loads I am in a different location than what people in the server see me in
    - Error

I need help pls.

Hi,

I am running Oracle APEX with ORDS configured on Tomcat. When an HTTP request is send from browser which runs a long running process on DB, the HTTP request fails with the below error:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

The below error is seen in the catalina logs:

WARNING [ajp-nio-0:0:0:0:0:0:0:1-8009-exec-3314] . java.io.IOException: An existing connection was forcibly closed by the remote host org.apache.catalina.connector.ClientAbortException: java.io.IOException: An existing connection was forcibly closed by the remote host at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:310) at org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:273) at org.apache.catalina.connector.CoyoteOutputStream.flush(CoyoteOutputStream.java:118) at oracle.dbtools.http.servlet.NormalizedServletResponse$NormalizedOutputStream.flush(NormalizedServletResponse.java:890) at oracle.dbtools.http.servlet.NormalizedServletResponse.flushBuffer(NormalizedServletResponse.java:217) at oracle.dbtools.http.errors.ResponseFlusher.flushBuffer(ResponseFlusher.java:46) at oracle.dbtools.http.errors.ErrorPageFilter.doFilter(ErrorPageFilter.java:112) at oracle.dbtools.http.filters.HttpFilter.doFilter(HttpFilter.java:47) at oracle.dbtools.http.filters.FilterChainImpl.doFilter(FilterChainImpl.java:64) at oracle.dbtools.http.secure.ForceHttpsFilter.doFilter(ForceHttpsFilter.java:74) at oracle.dbtools.http.filters.HttpFilter.doFilter(HttpFilter.java:47) at oracle.dbtools.http.filters.FilterChainImpl.doFilter(FilterChainImpl.java:64) at oracle.dbtools.http.auth.ForceAuthFilter.doFilter(ForceAuthFilter.java:44) at oracle.dbtools.http.filters.HttpFilter.doFilter(HttpFilter.java:47) at oracle.dbtools.http.filters.FilterChainImpl.doFilter(FilterChainImpl.java:64) at oracle.dbtools.http.filters.Filters.filter(Filters.java:67) at oracle.dbtools.http.entrypoint.EntryPoint.service(EntryPoint.java:82) at oracle.dbtools.http.entrypoint.EntryPointServlet.service(EntryPointServlet.java:115) at oracle.dbtools.entrypoint.WebApplicationRequestEntryPoint.service(WebApplicationRequestEntryPoint.java:50) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:228) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:163) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:190) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:163) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:667) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1723) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: An existing connection was forcibly closed by the remote host at sun.nio.ch.SocketDispatcher.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:65) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:135) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1364) at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:766) at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:719) at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:709) at org.apache.coyote.ajp.AjpProcessor.flush(AjpProcessor.java:1034) at org.apache.coyote.AbstractProcessor.action(AbstractProcessor.java:402) at org.apache.coyote.Response.action(Response.java:209) at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:306) ... 41 more

I am unable to figure out what is causing this issue.

Any help/leads is appreciated.

Thanks