Known Issues

In the case of Windows, an error of Java may appear in the console log of CLI.

When you transfer the file in Windows, the error of Java may appear in the console log of CLI even if the file transfer ends successfully.

Example: When the error of Java is 'Can not set SO_KEEPALIVE to true'

Jun 19, 2016 7:45:21 PM org.glassfish.grizzly.nio.transport.TCPNIOTransport configureChannel 
WARNING: GRIZZLY0005: Can not set SO_KEEPALIVE to true 
java.net.SocketException: Invalid argument: no further information 
    at sun.nio.ch.Net.setIntOption0(Native Method) 
    at sun.nio.ch.Net.setSocketOption(Net.java:334) 
    at sun.nio.ch.SocketChannelImpl.setOption(SocketChannelImpl.java:190) 
    at sun.nio.ch.SocketAdaptor.setBooleanOption(SocketAdaptor.java:271) 
    at sun.nio.ch.SocketAdaptor.setKeepAlive(SocketAdaptor.java:370) 
    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.configureChannel(TCPNIOTransport.java:439) 
    at org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.onConnectedAsync(TCPNIOConnectorHandler.java:214) 
    at org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler$1.connected(TCPNIOConnectorHandler.java:154) 
    at org.glassfish.grizzly.nio.transport.TCPNIOConnection.onConnect(TCPNIOConnection.java:258) 
    at org.glassfish.grizzly.nio.transport.TCPNIOTransport.fireIOEvent(TCPNIOTransport.java:552) 
    at org.glassfish.grizzly.strategies.AbstractIOStrategy.fireIOEvent(AbstractIOStrategy.java:112) 
    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.run0(WorkerThreadIOStrategy.java:117) 
    at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.executeIoEvent(WorkerThreadIOStrategy.java:103) 
    at org.glassfish.grizzly.strategies.AbstractIOStrategy.executeIoEvent(AbstractIOStrategy.java:89) 
    at org.glassfish.grizzly.nio.SelectorRunner.iterateKeyEvents(SelectorRunner.java:414) 
    at org.glassfish.grizzly.nio.SelectorRunner.iterateKeys(SelectorRunner.java:383) 
    at org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:347) 
    at org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:278) 
    at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:565) 
    at org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:545) 
    at java.lang.Thread.run(Thread.java:745) 
 
Transfer finished successfully.

When you confirm whether a new CLI update is available, an incorrect check result may be output.

In CLI Ver.2.0.0, when you confirm whether a new CLI update is available, the version of CLI in use is considered as the latest and the incorrect check result is output to the console screen and the log file.