2016-04-08 60 views
0

從成功的套接字連接讀取網絡流時出錯。 PL請參閱東方DB的調試日誌:OrientDB&.Net驅動程序:無法從傳輸連接讀取數據

2016-04-08 18:08:51:590 WARNI Not enough physical memory available for DISKCACHE: 1,977MB (heap=494MB). Set lower Maximum Heap (-Xmx setting on JVM) and restart OrientDB. Now 
running with DISKCACHE=256MB [orientechnologies] 
2016-04-08 18:08:51:606 INFO OrientDB config DISKCACHE=-566MB (heap=494MB os=1,977MB disk=16,656MB) [orientechnologies] 
2016-04-08 18:08:51:809 INFO Loading configuration from: C:/inetpub/wwwroot/orientdb-2.1.5/config/orientdb-server-config.xml... [OServerConfigurationLoaderXml] 
2016-04-08 18:08:52:292 INFO OrientDB Server v2.1.5 (build [email protected]${buildNumber}; 2015-10-29 16:54:25+0000) is starting up... [OServer] 
2016-04-08 18:08:52:370 INFO Databases directory: C:\inetpub\wwwroot\orientdb-2.1.5\databases [OServer] 
2016-04-08 18:08:52:495 INFO Listening binary connections on 127.0.0.1:2424 (protocol v.32, socket=default) [OServerNetworkListener] 
2016-04-08 18:08:52:511 INFO Listening http connections on 127.0.0.1:2480 (protocol v.10, socket=default) [OServerNetworkListener] 
2016-04-08 18:08:52:573 INFO Installing dynamic plugin 'studio-2.1.zip'... [OServerPluginManager] 
2016-04-08 18:08:52:838 INFO Installing GREMLIN language v.2.6.0 - graph.pool.max=50 [OGraphServerHandler] 
2016-04-08 18:08:52:838 INFO [OVariableParser.resolveVariables] Error on resolving property: distributed [orientechnologies] 
2016-04-08 18:08:52:854 INFO Installing Script interpreter. WARN: authenticated clients can execute any kind of code into the server by using the following allowed languages: 
[sql] [OServerSideScriptInterpreter] 
2016-04-08 18:08:52:854 INFO OrientDB Server v2.1.5 (build [email protected]${buildNumber}; 2015-10-29 16:54:25+0000) is active. [OServer] 
2016-04-08 18:08:57:986 INFO /127.0.0.1:49243 - Connected [OChannelBinaryServer] 
2016-04-08 18:08:58:002 INFO /127.0.0.1:49243 - Writing short (2 bytes): 32 [OChannelBinaryServer] 
2016-04-08 18:08:58:002 INFO /127.0.0.1:49243 - Flush [OChannelBinaryServer] 
2016-04-08 18:08:58:002 INFO /127.0.0.1:49243 - Reading byte (1 byte)... [OChannelBinaryServer] 

在Windows Vista中使用OrientDB .Net二進制(C#驅動程序)。直到最近這個工作都很好。不知道什麼打破了它...

使用NetShell實用程序重置TCP/IP沒有幫助。

任何幫助,高度讚賞。

回答

0

問題在於阻止套接字的AVG防病毒程序。在localhost的程序中增加了一個異常來解決這個問題。

相關問題