Search found 32 matches

by Johannes
13 Jan 2012, 18:15
Forum: iPhone Objective-C API
Topic: Some errors in API
Replies: 7
Views: 31349

Re: Some errors in API

in my_project/SFS_API/Classes/Source/TouchXML/CXMLNode.m:35 warning: Semantic Issue: Implicit conversion from enumeration type 'xmlElementType' to different enumeration type 'CXMLNodeKind' this is most critical error for us - we can't to continue to develop our project with this error. We ask You t...
by Johannes
07 Dec 2011, 19:17
Forum: iPhone Objective-C API
Topic: Some errors in API
Replies: 7
Views: 31349

No, not Lion. I'm on Snow Leopard 10.6.8

Target platform is 4.0
by Johannes
21 Oct 2011, 17:44
Forum: iPhone Objective-C API
Topic: Some errors in API
Replies: 7
Views: 31349

Hey, guys :)
I paid 2,000 Euro for your product, so could you be kind enough to read my question and give me atleast some simple answer?
I'm waiting here for a week, but no answer :(
by Johannes
18 Oct 2011, 10:21
Forum: iPhone Objective-C API
Topic: Some errors in API
Replies: 7
Views: 31349

Can anybody help??? :!:
by Johannes
15 Oct 2011, 20:37
Forum: iPhone Objective-C API
Topic: Some errors in API
Replies: 7
Views: 31349

Some errors in API

Hi :) since I've updated my xCode to the 4.2 I have some warnings when I try to build my product. Here is those warnings: in my_project/SFS_API/Classes/Source/Http/SFSHttpConnection.m:250:109:{250:109-250:113}: warning: sending 'SFSHttpConnection *' to parameter of incompatible type 'id<SFSHttpAsync...
by Johannes
05 May 2011, 09:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Reference to the dbase manager doesn't released
Replies: 6
Views: 9603

So should I use dbase = null to release reference to the DBase manager?
Or maybe dbase = undefined will be better?

By the way here in documentation I see that delete is used in destroy() function:
http://smartfoxserver.com/docs/docPages ... /index.htm
by Johannes
05 May 2011, 06:02
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Reference to the dbase manager doesn't released
Replies: 6
Views: 9603

Thnks for the answer. But I know what's the delete do and what the difference between delete and null... Problem is that delete doesn't work in my extension. So after deleting any variable, it doesn't being undefined and still exists. example: var myVar = 1; function destroy() { trace&#...
by Johannes
04 May 2011, 12:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Reference to the dbase manager doesn't released
Replies: 6
Views: 9603

Reference to the dbase manager doesn't released

Hi, when I try to release reference to the dbase manager on destroy() event, it's doesn't being released. Here is a parts of my code: var dbase; function init() { dbase = _server.getDatabaseManager(); trace("DBmanager is "+dbase); } so it's trace: "DB...
by Johannes
06 Jul 2010, 09:51
Forum: Server Side Extension Development
Topic: Loading CPU after few days of SFS uptime
Replies: 5
Views: 8930

corwin wrote:...when the problem happened again I saw that the memory of the sfs process constantly goes high and than lowers for two-three seconds. I guess that cpu is high because of garbage collection?


I have absolutely same symptoms as you have.
by Johannes
05 Jul 2010, 10:40
Forum: Server Side Extension Development
Topic: Loading CPU after few days of SFS uptime
Replies: 5
Views: 8930

Loading CPU after few days of SFS uptime

Hello. I have a strange problem. SFS is loading my CPU too hard after few days of working. So I compelled to restart SFS every few days. Also I observed that when load become too high, I can't view Zone Browser through AdminTool: I can view all others parts of AdminTool (Ban Manager, Logs, Extensios...
by Johannes
18 Feb 2010, 08:39
Forum: Server Side Extension Development
Topic: German character
Replies: 4
Views: 7146

Hello Lapo.
In the chat it's ok, and in flash-client it's ok. Problem appears only when I try to write it into the mysql database

MySQL version: 5.0.67
SFS Pro 1.6.6
java version "1.6.0" (Java(TM) SE Runtime Environment)
by Johannes
17 Feb 2010, 19:36
Forum: Server Side Extension Development
Topic: German character
Replies: 4
Views: 7146

German character

Hello I have some problems with german characters... When I make mysql query in my serverside extension, for example: var sql = "INSERT INTO `mydb`.`mytable` (`mess`, `author`) VALUES ('weltberühmte', 'me',)"; var queryRes = dbase.executeCommand(sql); I got question-mark in mysql table in...
by Johannes
16 Nov 2009, 09:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Too high CPU Load!!! Sometimes...
Replies: 7
Views: 10412

This happened to me too.. The reason are linux users without last flash version. I think there was a topic somewhere with that problem discussed. With two words - adobe bug, fixed in the late versions of flash 9, reappeared on flash 10 and fixed again in its late versions. Happens only when clients...
by Johannes
14 Nov 2009, 12:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Too high CPU Load!!! Sometimes...
Replies: 7
Views: 10412

Problem with CPU loading was solved by our administrator, through server fine tuning. But this error: [ WARNING ] [id: 11] (SmartFoxServer.readIncomingMessages): Unexpected / Malformed input: java.nio.charset.MalformedInputException: Input length = 1 I have again and again, every few seconds...
by Johannes
14 Nov 2009, 12:13
Forum: SmartFoxServer 1.x Discussions and Help
Topic: DB connection through UNIX sockets
Replies: 1
Views: 3917

DB connection through UNIX sockets

Is it possible to connect to DB through UNIX-sockets?

Thanks

Go to advanced search