yegangy0718 commented on issue #316: URL: https://github.com/apache/incubator-xtable/issues/316#issuecomment-2007888748
I got the exception as well when running demo ``` presto | 2024-03-19T18:37:42.535Z WARN RMI TCP Accept-37929 sun.rmi.transport.tcp RMI TCP Accept-37929: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,localport=37929] throws presto | java.net.SocketTimeoutException: Accept timed out presto | at java.base/java.net.PlainSocketImpl.socketAccept(Native Method) presto | at java.base/java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:474) presto | at java.base/java.net.ServerSocket.implAccept(ServerSocket.java:565) presto | at java.base/java.net.ServerSocket.accept(ServerSocket.java:533) presto | at java.rmi/sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:394) presto | at java.rmi/sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:366) presto | at java.base/java.lang.Thread.run(Thread.java:829) ``` Additionally, I don't find the line ``` look for a log line during startup that contains `To access the server, open this file in a browser: ... ``` Is it caused by the exception above? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
