Search found 35 matches

by melojoy
12 Apr 2011, 15:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: smartfox crash every day
Replies: 8
Views: 12543

jstatd

Hi Lapo,
To use VisualVM we have to run on server jstatd utility.
Where is available for download jstatd? I have only this link: http://download.oracle.com/javase/6/doc ... statd.html

Thanks,
Maurizio
by melojoy
09 Mar 2010, 10:23
Forum: Server Side Extension Development
Topic: problem with #include directive
Replies: 5
Views: 8912

Hi Lapo,
After using different file configurations, this is the result for Zone and Room Extensions:

OK >> Unicode (UTF-8, no BOM) - Windows (CRLF)
OK >> Unicode (UTF-8, no BOM) - Unix (LF)
FAIL >> Unicode (UTF-8, no BOM) - Classic Mac (CR)
FAIL >> Unicode (UTF-8, no BOM) - Unicode
by melojoy
08 Mar 2010, 15:04
Forum: Server Side Extension Development
Topic: problem with #include directive
Replies: 5
Views: 8912

Sorry Lapo,
I didn't apply "UTF-8 with no BOM" in all file included but only in the main file.

Now it's work in 1.6.6 also.
by melojoy
08 Mar 2010, 09:35
Forum: Server Side Extension Development
Topic: problem with #include directive
Replies: 5
Views: 8912

Hi Lapo,
in version 1.6.2 I don't have this problem: include works.

Saving files (with TextWrangler) UTF-8 with no BOM Classic Mac CR and UTF-8 with no BOM Windows CRLF, include directive doesn't works in SFS 1.6.6.
by melojoy
08 Mar 2010, 07:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: previous versions
Replies: 2
Views: 5147

Thank you Lapo! :wink:
by melojoy
05 Mar 2010, 10:22
Forum: Server Side Extension Development
Topic: problem with #include directive
Replies: 5
Views: 8912

problem with #include directive

There are difference from 1.6.6 version to past version in the use of #include directive? Or from Win release to Mac realease?

I have to modify .as room extensions that are correct in use in a server with installed 1.6.2 version.

Now in my Mac I have a smartfox 1.6.6 for local test but it doesn't ...
by melojoy
04 Mar 2010, 16:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: previous versions
Replies: 2
Views: 5147

previous versions

Hi!
It's possible to download a previous version of Smartfox Server?
(1.6.2 for MacOsX)

I have to modify an application that uses 1.6.2 version.


Thanks
by melojoy
01 Oct 2009, 20:44
Forum: SmartFoxServer 1.x Discussions and Help
Topic: EnableZoneInfo... only zInfo?
Replies: 1
Views: 4260

EnableZoneInfo... only zInfo?

Hi,
with EnableZoneInfo set true, I can send a request to optain the number of user (zInfo: http://www.smartfoxserver.com/docs/docP ... /index.htm).

is possible to know the number of rooms? I would to inspect the number of active game room in a zone.


Thanks!
by melojoy
24 Sep 2009, 13:34
Forum: Server Side Extension Development
Topic: Problem setting cookie
Replies: 6
Views: 10481

Hi Lapo,
thank you for support.

We have used a previous version with this code...


var clientPackage = Packages.org.apache.commons.httpclient;
var methodPackage = Packages.org.apache.commons.httpclient.methods;
var client = new clientPackage.HttpClient();
var getMethod = new methodPackage ...
by melojoy
23 Sep 2009, 13:40
Forum: Server Side Extension Development
Topic: Problem setting cookie
Replies: 6
Views: 10481

Hi,
thanks for reply, but we'are errors...


this is the code:


function checkSessionByJava2(url){
trace("checkSessionByJava2: "+url)

var clientPackage = Packages.org.apache.http.client;
trace("clientPackage: "+clientPackage)

var methodPackage = Packages.org.apache.http.client.methods ...
by melojoy
21 Sep 2009, 15:54
Forum: Server Side Extension Development
Topic: Problem setting cookie
Replies: 6
Views: 10481

Hi Lapo,
after different test, this is the candidate version... but it doesn't works



function checkSessionByJava(url){
trace("checkSessionByJava: "+url)
var clientPackage = Packages.org.apache.commons.httpclient;
var methodPackage = Packages.org.apache.commons.httpclient.methods;
var client ...
by melojoy
17 Sep 2009, 16:20
Forum: Server Side Extension Development
Topic: Problem setting cookie
Replies: 6
Views: 10481

Problem setting cookie

Hi all!
I need to call an url on my extension actionscript.
This url:
- set a cookie on the response and
- set a redirectUrl on the response.

redirectUrl use cookie information to performe some operations.

My actionscript follow this redirectUrl correctly but the cookie seems to be not set.

I use ...
by melojoy
01 Sep 2009, 08:02
Forum: Server Side Extension Development
Topic: Unique login in different zone
Replies: 1
Views: 4737

Unique login in different zone

Hi,
I'have a game multiuser application with different zones.

In each zone smartfox provide an unique username login. I have to extend this for all the zones: If I'm joined in a zone, the same user at the same time can't connect and join in a different zone. It's possible? Ther're some ...
by melojoy
05 Aug 2008, 09:12
Forum: Server Side Extension Development
Topic: Bad value in String message:
Replies: 2
Views: 6038

Bad value in String message:

Hi, :)
in my log I hava a lot of this error message:


08:55:53.153 - [ WARNING ] > Bad value in String message: java.lang.NumberFormatException: For input string: "null"
java.lang.NumberFormatException: For input string: "null"
at java.lang.NumberFormatException.forInputString(Unknown Source ...
by melojoy
25 Mar 2008, 08:56
Forum: SmartFoxServer 1.x Discussions and Help
Topic: A strange error message
Replies: 13
Views: 20509

Ok, thanks!