Questions tagged [smartfoxserver]

A multiuser server platform for developing and running multiplayer games

SmartFoxServer is the core product of the SmartFox platform.

It's a comprehensive SDK for rapidly developing multiplayer games and applications with Adobe Flash/Flex/Air, Unity, HTML5, iOS, Windows Phone 8, Android, Java, Windows 8, C++ and more.

SmartFoxServer is available in three different editions:

  • Basic
  • Pro
  • 2X
114 questions
83
votes
1 answer

How to resolve SmartFoxServer connection error in unity

I'm using SmartFoxServer API on Unity3d. It was working fine before I recovered my MacBook, but now gives a connection error as below: Http error creating http connection: System.Net.Sockets.SocketException: Connection refused at…
Muhammet Demir
  • 1,995
  • 5
  • 21
  • 42
63
votes
14 answers

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

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…
Shaul Behr
  • 36,951
  • 69
  • 249
  • 387
12
votes
2 answers

Threads are always increasing

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…
Aycan Yaşıt
  • 2,106
  • 4
  • 34
  • 40
6
votes
0 answers

How to unit test smartfoxserver

Can anyone suggest an efficient strategy in unit testing smartfoxserver extensions? I'm interested in the latest 2x version.
Lefteris Laskaridis
  • 2,292
  • 2
  • 24
  • 38
5
votes
1 answer

The specified method is not allowed against this resource in Amazon aws

Guys I may or may not be wrong, But seriously, I am struggling with file uploading problem in Amazon S3 bucket. When I am trying to hit on the request then I am getting the following error. MethodNotAllowed and The specified method is not allowed…
Pushpendra
  • 1,492
  • 1
  • 17
  • 33
4
votes
0 answers

Error SSL archive symbol table (run ranlib)

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 +=…
4
votes
2 answers

class not found exception com.mysql.jdbc.driver even I added the jar file

Sory for my weak english, I want to connect mysql connection with java, I added the mysql-connector.jar but class not found error still continue. Here is the screenshot of build path. What should I do for the connect mysql Here is the code import…
Muhammet Demir
  • 1,995
  • 5
  • 21
  • 42
4
votes
1 answer

Java error java.util.concurrent.ConcurrentHashMap.keySet

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:…
Reptic
  • 175
  • 3
  • 4
  • 13
4
votes
1 answer

Smartfox server - session were removed when i go for a zone monitor option

i get this issue for the basic examples given in the SFS, in the another scenario when i am trying to login the admin its again creating a new session and working fine with zone configuration alone
3
votes
3 answers

Java Unreachable code error

I am creating a Java class for SmartFox Server Extension. It is trying to access MySQL Database. I am receiving a error called Unreachable Code on the line session.setProperty("DatabaseID", dbId); package sfs2x.extension.test.dblogin; import…
Joe Slater
  • 2,483
  • 6
  • 32
  • 49
3
votes
1 answer

Not working Android SmatFox Server examples

I tried to compile this example on my computer, and all apps have errors like this : 04-17 18:01:18.493: E/AndroidRuntime(271): FATAL EXCEPTION: main 04-17 18:01:18.493: E/AndroidRuntime(271): java.lang.RuntimeException: Unable to instantiate…
2
votes
1 answer

Cannot connect remote server to smartfox with unity3d

I'm trying to connect smartfoxserver with unity3d. local machine is working fine. But when I've tried on my server ip like xx.xx.xx.xx, given error like follow, What should I do? Http error creating http connection:…
Muhammet Demir
  • 1,995
  • 5
  • 21
  • 42
2
votes
1 answer

Implement Hazelcast with SmartFoxServer

I'm a game server developer. I'm using hazelcast for my game server (SmartfoxServer 2x) to avoid request db directly. But I wonder how to use hazelcast to get the best performance: Always create new hazelcast client instance when access cache and…
bachden
  • 441
  • 3
  • 9
2
votes
1 answer

No Login Request Received at the smartfox server

I am making a game in Unity (C#/.NET Api) using SFS 2X as the game server. When the user tries to log in, I get no trace in the log specifying that a Login Request has been made by the client-side. This is confirmed when the game doesn't notify me…
2
votes
1 answer

SmartFoxServer unable to connect to server

I am working in android chat application. I used SmartFox server. I am using 10.0.2.2 as server IP address and 9933 as Port. Whenever i run this application using emulator then works fine but when i run this application in my real device then…
Pushpendra Kuntal
  • 6,118
  • 20
  • 69
  • 119
1
2 3 4 5 6 7 8