smartfoxserver

Threads are always increasing

空扰寡人 提交于 2021-01-26 21:47:07
问题 I've just installed SmartFoxServer. Thread count in thread pool at Dashboard are constantly increasing after restarting Sfs, and never decrease again until next restart. If I increase thread pool limit, thread count increase up to that limit. Any extension or services are not running yet, and thread count increases up to 1232 in 10 minutes. So this doesn't seem like a memory leak, because no extension code is involved, just plain SmartFox. I've tried version 2.9, but results didn't change.

HaxeNME with smartfox server integration

泪湿孤枕 提交于 2019-12-25 05:13:06
问题 I'm working on a multiplayer game that required the use of Smartfox server, surely I want to start creating the client side in HaxeNME to enable exportation to iphone / android / web at the same time. From my awareness, smartfox only support Flash (and others but not Haxe) client library. So, anyone already working on this can point me to the correct library or direction ? I really don't want to rewrite the client library for Haxe as it's time consuming ? Or should I use other technology to

Error SSL archive symbol table (run ranlib)

巧了我就是萌 提交于 2019-12-23 22:22:13
问题 I built OpenSS1.0.2g for SmartfoxClient API 1.6.3 (Cocos2dx v3 - Android - Window10 64bit). It throws error: Error SSL archive symbol table (run ranlib) . My config in Android.mk LOCAL_CFLAGS += -I$(LOCAL_PATH)/boost LOCAL_CFLAGS += -I$(LOCAL_PATH)/OpenSSL/include LOCAL_CFLAGS += -I$(LOCAL_PATH)/../libs/smartfox LOCAL_LDLIBS += -L$(LOCAL_PATH)/lib LOCAL_LDLIBS += -L$(LOCAL_PATH)/OpenSSL/lib LOCAL_LDLIBS += -lboost_system -lboost_thread -lboost_regex -lcrypto -lssl LOCAL_CPPFLAGS +=

JDBC SQLServerException: “This driver is not configured for integrated authentication.”

放肆的年华 提交于 2019-12-01 02:04:23
I am writing a "server-side extension" for SmartFoxServer (SFS). In my login script, I need to make a connection to MS SQL Server, which I am attempting to do using JDBC. I have tested the JDBC code in my debug environment, and it works fine. BUT When I put the server-side extension in the SFS "extensions" folder (as per spec), I'm getting a com.microsoft.sqlserver.jdbc.SQLServerException : "This driver is not configured for integrated authentication.". I Googled for this error, and found that it's usually because the file sqljdbc_auth.dll is not in the system path; I have copied this file

JDBC SQLServerException: “This driver is not configured for integrated authentication.”

大憨熊 提交于 2019-11-30 22:20:09
问题 I am writing a "server-side extension" for SmartFoxServer (SFS). In my login script, I need to make a connection to MS SQL Server, which I am attempting to do using JDBC. I have tested the JDBC code in my debug environment, and it works fine. BUT When I put the server-side extension in the SFS "extensions" folder (as per spec), I'm getting a com.microsoft.sqlserver.jdbc.SQLServerException : "This driver is not configured for integrated authentication.". I Googled for this error, and found

Java error java.util.concurrent.ConcurrentHashMap.keySet

泪湿孤枕 提交于 2019-11-29 22:18:34
问题 Hey guy's am getting this error: Can you guy's possibly try to fix this? or see whats wrong post a fix or something Thanks alot guy's :) Exception in thread "ExtensionHandler-1" java.lang.NoSuchMethodE rror: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/Concu rrentHashMap$KeySetView; at aerivial.requests.aqw.GetAction.process(GetAction.java:196) at it.gotoandplay.smartfoxserver.controllers.ExtensionHandler.processEve nt(ExtensionHandler.java:535) at it.gotoandplay