Search found 13 matches

by tantanix
23 Feb 2015, 09:14
Forum: SFS2X Questions
Topic: SFS2X Hibernate Serialization Transient Conflict
Replies: 3
Views: 5235

Re: SFS2X Hibernate Serialization Transient Conflict

Thanks, Lapo. I'm not sure if you can do both to avoid compatibility issues just like how hibernate supports native transient and annotation. I think the only solution for me right now is to force creating 'sfs-friendly' instance of my dao objects before serializing it. Ex: @Entity @Table(name = &qu...
by tantanix
11 Feb 2015, 15:04
Forum: SFS2X Questions
Topic: SFS2X Hibernate Serialization Transient Conflict
Replies: 3
Views: 5235

SFS2X Hibernate Serialization Transient Conflict

Hi all, First of all, it's nice to be working again with SFS. My concern is regarding the usage of transient keyword for SFS to skip some properties of a class from being serialized. The problem occurs when I want a property to be serialized by Hibernate but not by SFS. Does SFS have its own Transie...
by tantanix
22 May 2013, 08:13
Forum: SFS2X Questions
Topic: Unsupported Major.Minor Version? :(
Replies: 10
Views: 17679

Re: Unsupported Major.Minor Version? :(

Booooooom! And the gods are indeed merciful. :wink:
Thanks for the reply, Lapo. I've added sfs forum email to my contacts. Gmail thinks it's spam.
by tantanix
21 May 2013, 16:20
Forum: SFS2X Questions
Topic: Unsupported Major.Minor Version? :(
Replies: 10
Views: 17679

Re: Unsupported Major.Minor Version? :(

Hi, I'm experiencing the same error and it's pointing to my extension class. Error: UnsupportedClassVersionError major.minor version 51.0 version: SFS 2x 2.6 OS: Windows 7 64 bit I have uninstalled all my java and installed afresh JDK 7u21 64 bit version. I now have jdk1.7.0_21 and jre7 in my java f...
by tantanix
19 Apr 2013, 13:54
Forum: SFS2X Questions
Topic: SocketReader error
Replies: 22
Views: 31707

Re: SocketReader error

Hi. I'm also getting the same error whenever i change the socketAcceptorThreadPoolSize from 1 to 2. I have no idea why. After we reset SFS and then access the admin tool, the error will show up in the logs. java.lang.NullPointerException com.smartfoxserver.bitswarm.core.SocketAcceptor.handleAcceptab...
by tantanix
02 Apr 2013, 07:44
Forum: RedBox 2X
Topic: NoSuchMethodError on calling getClipList()...please help
Replies: 7
Views: 17300

Re: NoSuchMethodError on calling getClipList()...please help

I've already sent an email to info@openspace-engine.com and no reply yet. I've also included the order details in case they needed to verify.
by tantanix
29 Mar 2013, 14:01
Forum: RedBox 2X
Topic: NoSuchMethodError on calling getClipList()...please help
Replies: 7
Views: 17300

Re: NoSuchMethodError on calling getClipList()...please help

Hi, I'm getting the same error, but it's not Redbox related. I figured this is related to the Openspace extension and I need to get the latest Openspace JAR files. Here's the stacktrace: java.lang.NoSuchMethodError: com.smartfoxserver.v2.entities.data.SFSObject.newFromJsonData(Ljava/lang/String;)Lco...
by tantanix
22 Mar 2013, 10:04
Forum: SFS2X Questions
Topic: PermGen / Heap Size
Replies: 9
Views: 10507

Re: PermGen / Heap Size

Hi, I'm also interested with this. Why is it that the jvm settings are ignored? I've added -Xms512m and -Xmx1025m in the admin tool JVM settings but checking out VisualVM it still shows 128m min/max. In Windows, I haven't tried setting it from the admin tool but it did use 512m and 1024m since I set...
by tantanix
08 Nov 2012, 09:25
Forum: SFS2X ActionScript 3 API
Topic: Client error upgrading to RC3: de.polygonal.ds::ListSet
Replies: 4
Views: 9198

Re: Client error upgrading to RC3: de.polygonal.ds::ListSet

Hi All, We're getting the same error every time we add both OpenSpace_Flex_2x.swc and SFS2X_API_AS3.swc in Flash Develop. We're using SFS 2.0.0-RC3. We've also tried <allow-source-path-overlap>true</allow-source-path-overlap> in flex config XML, but that didn't do the trick either. We've also tried ...
by tantanix
01 Aug 2012, 19:49
Forum: SFS2X Java / Android API
Topic: ExtensionsHelper_Exception
Replies: 9
Views: 14032

Re: ExtensionsHelper_Exception

You were right. I am a lucky guy. But my teammate wasn't. lol
We still haven't figured out the cause.
by tantanix
30 Jul 2012, 19:13
Forum: SFS2X Questions
Topic: Best Approach for Huge Games
Replies: 1
Views: 3413

Best Approach for Huge Games

Hi all, I just want to get an opinion on this matter. We've created a game that uses an external database (MySQL) for persistence. We're planning on putting all user data as user variable. User variables containing model classes serialized across Java and AS3: - UserInfo (20+ properties) - UserItem ...
by tantanix
30 Jul 2012, 12:34
Forum: SFS2X Java / Android API
Topic: ExtensionsHelper_Exception
Replies: 9
Views: 14032

Re: ExtensionsHelper_Exception

Apparently, I had incorrect socket addresses. I added the necessary addresses and removed the incorrect ones (pointing to a diff IP) and that solved the issue.
Please verify if the solution is related to the issue. May be I was just lucky. ;)
by tantanix
30 Jul 2012, 08:40
Forum: SFS2X Java / Android API
Topic: ExtensionsHelper_Exception
Replies: 9
Views: 14032

Re: ExtensionsHelper_Exception

Picked up JAVA_TOOL_OPTIONS: -Xmx256M 16:22:04,687 INFO [main] v2.SmartFoxServer - Boot sequence starts... 16:22:04,695 INFO [main] v2.SmartFoxServer - _____ _____ _____ ___ __ __ _____ _____ _____ _____ | __| __| __| |_ | | | | __ | | |_ _| |__ | __|__ | | _|- -| | __ -| | | | | | | |_____|__| |__...

Go to advanced search