Search found 28 matches

by starzero
07 Dec 2009, 13:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Two simultanious logins from the same user?
Replies: 16
Views: 19571

ah ... good to know, Lapo
by starzero
05 Dec 2009, 14:50
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Two simultanious logins from the same user?
Replies: 16
Views: 19571

how about running another instance of sfs on a different port and have your unity client connect to that one? ... I think that would work fine unless you have information that needs to be available in both your flash client chat lobby and unity game client.
by starzero
29 Nov 2009, 15:29
Forum: Server Side Extension Development
Topic: Smartfox Extension Unit Testing (the beginning)
Replies: 10
Views: 58630

Smartfox Extension Unit Testing (the beginning)

Hello everyone, this is my first attempt at something resembling a testing structure for my extension that I thought I'd share. Feel free to comment / critique.

http://ideacandi.com/blogzero/?p=44

Thanks!

Paul
by starzero
05 Nov 2009, 15:21
Forum: Server Side Extension Development
Topic: Smart Fox Server Communicating with Postgresql
Replies: 6
Views: 11097

ok, in that case it may be helpful for you to paste the contents of your config.xml file to here or pastie so that we can see it.

can you please also paste the exact error message you are receiving?
by starzero
04 Nov 2009, 17:58
Forum: Server Side Extension Development
Topic: Smart Fox Server Communicating with Postgresql
Replies: 6
Views: 11097

So you have demonstrated that you can access your db from ODBC, but how about through the native postgre driver that you defined in your wrapper.conf? Which driver are you using? What language are you using to connect to the db? What are the error messages (if any) that you are receiving?

paul
by starzero
04 Nov 2009, 14:38
Forum: Server Side Extension Development
Topic: Overall Development Methodology and Architecture
Replies: 1
Views: 4307

Overall Development Methodology and Architecture

Hello,

For those curious, I have another post up concerning Smartfox. This one is a bit less on the specifics and dives more into a high level view of what I have employed thus far with respective to development.

Feel free to comment :-)

http://ideacandi.com/blogzero/?p=42

paul
by starzero
03 Nov 2009, 14:58
Forum: Server Side Extension Development
Topic: Smart Fox Server Communicating with Postgresql
Replies: 6
Views: 11097

I would say to first be sure that the classpath to your driver is available in the conf/wrapper.conf file. Secondly, maybe you should test connection to your database from a simple java program and not through a relatively complication smartfox extension construct.

hope that helps,

paul
by starzero
02 Nov 2009, 16:18
Forum: Server Side Extension Development
Topic: java.net.SocketException: Broken Pipe
Replies: 6
Views: 16821

thank you, Lapo, i have done this and it seems to be working fine.

paul
by starzero
30 Oct 2009, 21:15
Forum: Server Side Extension Development
Topic: java.net.SocketException: Broken Pipe
Replies: 6
Views: 16821

Hi Lapo,

Are you suggesting that I implement a Timer thread to send out the ping at a specified interval?

Thanks!

Paul
by starzero
30 Oct 2009, 14:13
Forum: Server Side Extension Development
Topic: NPC Help Needed
Replies: 11
Views: 13266

perhaps this is a syntax issue?

the following line:

Code: Select all

joinRoom(st39, -1, 1, true, null, false,

seems to be missing the closing parentheses

was this just a typo when you pasted it into the forum?

paul
by starzero
29 Oct 2009, 22:30
Forum: Server Side Extension Development
Topic: java.net.SocketException: Broken Pipe
Replies: 6
Views: 16821

Hello Lapo, I am still having problems with this after a lot of time attempting to find a solution. I am attempting to implement c3p0, but am unconvinced that it is running with the smartfox environment. Will a 3rd party connection pool handler conflict with the one already in place by smartfox? I h...
by starzero
26 Oct 2009, 19:18
Forum: Server Side Extension Development
Topic: Brief Tutorial on getting Hibernate to work with Smartfox
Replies: 4
Views: 44973

Hi, In your wrapper.conf file you should have a classpath delcaration similar to wrapper.java.classpath.3=/opt/SFS_PRO_1.6.6/Server/javaExtensions/. If not, then place that line in your file (noting the classpath.# format and the full path to your extensions folder). The way you have it now is fine,...
by starzero
19 Oct 2009, 03:23
Forum: Server Side Extension Development
Topic: Interaction between 2 extensions
Replies: 3
Views: 6681

although this may not be what you really want as all extensions extend from the abstract and you are relying on overloaded methods to communicate with the client ... might i suggest this instead (in java, but still applies to as): http://www.smartfoxserver.com/docs/docPages/sfsPro/recipes_RequestDis...
by starzero
20 Sep 2009, 18:52
Forum: OpenSpace v1 discussions and help
Topic: createMyAvatar Issues
Replies: 3
Views: 8489

Hi Bax, Thank you for your prompt reply, I will try this tomorrow when I am able to. Is this information available in the online documentation just in case I missed it? Thank you also for addressing the issues I have been having with the OS editor. I sincerely look forward to the improvements! Thank...

Go to advanced search