Search found 69 matches

by jurekf
11 Jul 2011, 00:57
Forum: SFS2X Questions
Topic: Problem: Server won't launch
Replies: 14
Views: 18046

It's the Jetty web server in SFS that can't start because another web server has already taken its preferred port. There's another thread on the forum with the same problem but I can't find it now. 1. Shut down SFS2X 2. Go to http://localhost:8080 3. Figure out what webserver that is, and shut it do...
by jurekf
10 Jul 2011, 08:03
Forum: SFS2X Questions
Topic: Installing phpMyAdmin to manage the database
Replies: 3
Views: 5958

No, there's no conflict as the included Jetty runs off port 8080.
by jurekf
09 Jul 2011, 21:20
Forum: SFS2X Questions
Topic: Installing phpMyAdmin to manage the database
Replies: 3
Views: 5958

You can't AFAIK. You need to install another web server. For most people I think install a WAMP/LAMP stack which bundles MySQL with phpMyAdmin.
by jurekf
09 Jul 2011, 02:06
Forum: SFS2X Questions
Topic: smartfox stops accepting connections/requests
Replies: 15
Views: 51318

We're seeing getConnection hanging in some rare cases. Is it possible that your login thread is also stalled on a getConnection call?
by jurekf
09 Jul 2011, 01:51
Forum: SFS2X Questions
Topic: Hanging on getConnection()
Replies: 10
Views: 19357

Hang as in getConnection() never returns and the login function never exits. I confirmed it by single stepping through our login function as that's the easiest place to catch it. Prior to this, there were symptoms that other getConnection calls were also hanging (we noticed some data wasn't being sa...
by jurekf
07 Jul 2011, 23:56
Forum: SFS2X Questions
Topic: Hanging on getConnection()
Replies: 10
Views: 19357

It's not an issue with the login procedure itself; it's only hanging there because we're using a custom login that includes a getConnection() call. It seems that prior to this all our getConnection() calls hang, and it's only most noticeable because when we log back in we can't. I'm guessing the def...
by jurekf
07 Jul 2011, 06:29
Forum: SFS2X Questions
Topic: Hanging on getConnection()
Replies: 10
Views: 19357

Hanging on getConnection()

Ever since we upgraded to RC3, we've had hung instances a couple of times. When connecting, the server shows the "Session created: ... <port> <---> <port> " line but no longer proceeds to call our login handler. We managed to debug it once; what happens is that the server hangs on getConne...
by jurekf
30 Jun 2011, 00:07
Forum: SFS2X Questions
Topic: SmartFoxServer 2X Release Candidate 3
Replies: 79
Views: 125295

Just a note: the version display at the top of the Admin page is sent by the server, and will still show RC3 even though your admin consoles are still cached from RC2a or lower. If the menus on the left are missing the license manager that's an old cached RC2a version even if the version string says...
by jurekf
28 Jun 2011, 01:52
Forum: SFS2X Questions
Topic: Admin tool in RC3 can't display our users
Replies: 2
Views: 4145

Admin tool in RC3 can't display our users

This is also present in RC2a. The following error is thrown on the server every time we click on a user in the Admin page; I suspect it may be because our users use a JSON string in one of the user variables: Description: Error while handling client request in extension: { Ext: Admin, Type: JAVA, Le...
by jurekf
25 Jun 2011, 13:49
Forum: SFS2X Questions
Topic: Error during Server boot
Replies: 5
Views: 8683

The error is basically saying the port you specified is in use; perhaps your server is being launched twice somehow. Try this: 1. Select a random port 2. Test if it's in use by "telnet 127.0.0.1 <portnumber>" 3. If it can connect, it's already in use, go back to 1. 4. Change port number to...
by jurekf
25 Jun 2011, 00:12
Forum: SFS2X Questions
Topic: Error during Server boot
Replies: 5
Views: 8683

You probably have SFS2X running as a service as well as standalone. You should turn it off, or set your current standalone to run off another port.
by jurekf
22 Jun 2011, 01:02
Forum: SFS2X Questions
Topic: Load testing SFS 2X
Replies: 5
Views: 6480

Ah, I think it's clearer now. I was under the impression that the license server was required for the license to function. After speaking with our IT people, it seems the license server is only required when running under Amazon's EC2+Elastic IP (because of the instance's locally visible IP not matc...
by jurekf
21 Jun 2011, 07:58
Forum: SFS2X Questions
Topic: Load testing SFS 2X
Replies: 5
Views: 6480

I just rechecked with our IT dept and I think the situation is as follows: - We have our order for an unlimited SFS2X license (processed somewhere in Feb) - There is no license server available yet, and your sales has emailed us that the license will only be sent once the license server comes out - ...
by jurekf
21 Jun 2011, 04:09
Forum: SFS2X Questions
Topic: Load testing SFS 2X
Replies: 5
Views: 6480

Load testing SFS 2X

Hi, We've reached the stage where we really need to run a proper load test of our logic running on SFS2X. We have already bought an unlimited license, but with no license server available and our need to have lots of NPCs in our zone, we max out our user allocation really quickly. Right now, NPCs co...
by jurekf
05 Jun 2011, 14:06
Forum: SFS2X Questions
Topic: smartfox stops accepting connections/requests
Replies: 15
Views: 51318

I'm guessing you're not using SFS 2.x?

SFS 1.x trial only allows up to 20 concurrent users IIRC. It's possible your other logins aren't being cleared up and you're hitting this limit. Normally this throws an exception and should be appearing in your logs.

Go to advanced search