What does it mean?
The message comes from Java Wrapper . The wrapper attempted to ping the JVM and received no response. Most likely, this means that you are debugging the JVM and pausing it. While the JVM is paused, it cannot respond to external requests of any type. All threads are frozen ...
Does it seem to block any web request from outside? because when I upload a file to it, it failed. help me
Yes, that would do it if you paused the JVM. Unpause the JVM, and it should start responding again.
Please note: if you run the application from the IDE in debug mode, the JVM may start in a paused state ... depending on the IDE / launch settings.
The only other explanation I can think of is that you might have problems setting up your network or virtual network (for example, packet filters or virtual network routing) that cause large-scale loss of network packets.
Stephen c
source share