Re: [xSocket-develop] any changing in Server.java recently?
Status: Inactive
Brought to you by:
grro
|
From: Gregor R. <gre...@go...> - 2008-12-10 18:37:43
|
Hi, the version file is nothing new. It is located in the src\main\resources\org\xsocket directory. The version file will be created automatically by running the maven build. It is also checked in Gregor 2008/12/10 beijing welcome <wel...@gm...> > oh, i see > > by the way, could you show me the changelog of that? i just want to > know where is the version file. > > 2008/12/10 Gregor Roth <gre...@go...> > > >> ... yes some classes have been modified. The error you got is caused by a >> missing version file which will be created within the build process. I've >> update the trunk to be more robust. >> >> Please note, that this exception will not occured by using released >> versions >> >> Gregor >> >> >> >> 2008/12/10 beijing welcome <wel...@gm...> >> >>> i just synced the code to >>> http://xsocket.svn.sourceforge.net/viewvc/xsocket/xsocket/core/trunk/src/ >>> when i run EchoServerTest, >>> >>> >>> Exception in thread "xServer" java.lang.RuntimeException: >>> java.lang.NullPointerException >>> at org.xsocket.connection.Server.run(Server.java:497) >>> at java.lang.Thread.run(Unknown Source) >>> Caused by: java.lang.NullPointerException >>> at java.io.Reader.<init>(Unknown Source) >>> at java.io.InputStreamReader.<init>(Unknown Source) >>> at >>> org.xsocket.connection.ConnectionUtils.readVersionFile(ConnectionUtils.java:384) >>> at >>> org.xsocket.connection.ConnectionUtils.getImplementationVersion(ConnectionUtils.java:354) >>> at >>> org.xsocket.connection.Server.getImplementationVersion(Server.java:886) >>> at >>> org.xsocket.connection.Server$LifeCycleHandler.onConnected(Server.java:933) >>> at org.xsocket.connection.IoAcceptor.listen(IoAcceptor.java:199) >>> at org.xsocket.connection.Server.run(Server.java:493) >>> ... 1 more >>> >>> >>> any changing in Server.java? >>> it worked for me before. >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, >>> Nevada. >>> The future of the web can't happen without you. Join us at MIX09 to help >>> pave the way to the Next Web now. Learn more and register at >>> >>> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >>> _______________________________________________ >>> xSocket-develop mailing list >>> xSo...@li... >>> https://lists.sourceforge.net/lists/listinfo/xsocket-develop >>> >>> >> > |