Search found 8 matches

by mlindsayea
27 Feb 2012, 19:24
Forum: SFS2X Questions
Topic: Hibernate JPA Login Example
Replies: 4
Views: 227997

Hibernate JPA Login Example

After spending a good deal of time trying to get a basic login extension working with Hibernate JPA and Maven. I have a basic working example that I would like to share. Caveat: I'm a total Java Newbie. Any feedback most welcome. Oscar style: Many thanks to mash-up sources Klinkgonen , Hibernate , S...
by mlindsayea
22 Feb 2012, 16:01
Forum: SFS2X Questions
Topic: Cannot Start sfs2x-service: error unpacking jar files
Replies: 1
Views: 3852

Cannot Start sfs2x-service: error unpacking jar files

I've been running sfs2x just fine with the shell script for a while. When I try to run as a service I get this (w or w/o sudo): /SFS2X$ sudo ./sfs2x-service start Preparing JRE ... bin/unpack200: 1:ELF: not found bin/unpack200: 2: Syntax error: Unterminated quoted string Error unpacking jar files. T...
by mlindsayea
31 Jan 2012, 20:02
Forum: SFS2X Questions
Topic: Extension stops handling requests
Replies: 3
Views: 6895

Yes. Base model now has a cleanup script I run after it's finished it's business: protected void dbClose() { // Return connection to the DBManager connection pool if(connection != null) { try { connection.close(); } catch (SQLException e) { Lo...
by mlindsayea
31 Jan 2012, 17:27
Forum: SFS2X Questions
Topic: Extension stops handling requests
Replies: 3
Views: 6895

[SOLVED] Extension stops handling requests

I wasn't closing the connection in one of my models. No exception was thrown. Don't forget to close those connections and statements!
by mlindsayea
30 Jan 2012, 23:53
Forum: SFS2X ActionScript 3 API
Topic: Compile Error: DatagramSocketDataEvent
Replies: 5
Views: 9269

[SOLVED] Compile Error: DatagramSocketDataEvent

I'm now including the SFS2X swc in a game library which uses compc compiler (not ActionScript project/app which uses mxmlc compiler) and it is working fine now. Go figure...
by mlindsayea
30 Jan 2012, 23:44
Forum: SFS2X Questions
Topic: Extension stops handling requests
Replies: 3
Views: 6895

Extension stops handling requests

I have a custom extension I created using the class serialization tutorial with the addition of dumping data to mysql on sync from client. It works fine for a few minutes, then it just stops handing the request off to my extension handler. I've been scouring the logs and there's nothing to indicate ...
by mlindsayea
06 Jan 2012, 16:26
Forum: SFS2X ActionScript 3 API
Topic: Compile Error: DatagramSocketDataEvent
Replies: 5
Views: 9269

Build Error

Sorry... Jenkins (Hudson Ancestor) is a continuous integration build tool. Our implementation checks the project out from source control and uses ant to execute all of the build scripts. The portion of the build script in question looks something like this... <target name="compileUIHud" de...
by mlindsayea
05 Jan 2012, 18:24
Forum: SFS2X ActionScript 3 API
Topic: Compile Error: DatagramSocketDataEvent
Replies: 5
Views: 9269

Compile Error: DatagramSocketDataEvent

I've added chat to our project in my development (Flash Builder 4) environment, but when I try to build the project using Jenkins to publish this to our server I'm getting the following error: [exec] /var/lib/jenkins/jobs/xxxxx/workspace/xxxxx/Colony/DL/client/DSUtil/libs/SFS2X_API_AS3.swc(com.smart...

Go to advanced search