Search found 22667 matches

by Lapo
18 May 2007, 10:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AS3 Error connecting after update to new swc and server
Replies: 2
Views: 5661

But anyway, i have still the problem that the connect method dies in one of our apps without any event fired!!!!

At which point does it die?
Can you report the sequence of messages being exchanged with the server?
If you turn on the SmartFoxClient debug you'll see them.
Copy and paste them here
by Lapo
18 May 2007, 09:59
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Hibernate examples?
Replies: 1
Views: 3883

If you're looking for Hibernate examples you should check their website and the many other java-oriented websites that offer tutorials. There are tons of resources, just google "Hibernate tutorial" and you'll be flooded. About integrating it with SmartFoxServer it's pretty simple, just add...
by Lapo
18 May 2007, 09:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Increasing the extension thread pool
Replies: 13
Views: 16153

Probably your http request and database queries keep the Extension Thread too busy for too much time allowing the requests to queue up very quickly. If you use the LoadVars in Actionscript for HTTP operations a new thread is used and you'll get the response asynchronously, just like in Flash etc... ...
by Lapo
18 May 2007, 09:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Can this be used for other then Flash and Flek?
Replies: 1
Views: 3544

If you have problems being reached by outside please read this --> viewtopic.php?t=73

About the hosting, please check our FAQ -> http://www.smartfoxserver.com/products/faq.php#faq5
by Lapo
16 May 2007, 12:41
Forum: Server Side Extension Development
Topic: How to configure jsp ?
Replies: 10
Views: 18311

There's no other steps or configurations, we tested the steps before publishing the post and it worked right.
Make sure your classpath is configure correctly and, of course, restart everything to apply the changes.
by Lapo
16 May 2007, 09:22
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 11857

Sorry, but I need a little more "verbose" answers or it's going to be very difficult to help. I see you use autoJoin() but I don't know in which context :) Let's start with checking a few things: 1. make sure you're joined in a room ( you must handle the onJoinRoom before sending any exten...
by Lapo
15 May 2007, 17:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: {{ Flash CS3 API available }}
Replies: 17
Views: 33649

{{ Flash CS3 API available }}

Hello everyone, we've released a new update for the AS 3.0 API which includes both Flash CS 3 and Flex Builder 2 packages. Download by clicking here Little side note: we had a very hard time with the latest Extension Manager coming with the latest CS3 edition. For some reasons it seems that a few t...
by Lapo
15 May 2007, 16:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: join room error after sfs restart
Replies: 2
Views: 5065

Hi Ralph, That works fine. But after i restart the server (Admin console), he receives the onJoinRoom Event, has the exact activeRoomID but is not visible same in the admin interface (which shows (active usercount correct) and when i programaticly request the rooms user list. this is MY trace: The p...
by Lapo
15 May 2007, 16:38
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Non logged user trying to send a private message
Replies: 1
Views: 4046

A non-logged user is a client who's already connected to the server but it's not yet logged inside a Zone.
If a user in that situation tries to interact with the server, the request is refused and logged to the log files.
by Lapo
15 May 2007, 16:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: _server.joinRoom() error
Replies: 5
Views: 8224

I'd just rather they not know the names either, but I guess that's no big deal? A malicious user won't be able to do anything with this info I guess? I don't know how your app works, but in any case by doing the way I suggested you have the maximum control over the user "movements" and yo...
by Lapo
15 May 2007, 16:23
Forum: Server Side Extension Development
Topic: Sending response from Java extension to AS client
Replies: 7
Views: 11857

are you joined in a room when sending the request?
by Lapo
15 May 2007, 07:00
Forum: SmartFoxServer 1.x Discussions and Help
Topic: _server.joinRoom() error
Replies: 5
Views: 8224

My aim is to not allow the user to ever get the list of rooms Ouch! This is a problem :shock: If you don't populate the room list data structure on the client side you will have all sorts of problems. This is because the API keep an updated list of rooms and users (only for the rooms you have joine...
by Lapo
15 May 2007, 06:51
Forum: Server Side Extension Development
Topic: Can java extension call action script extension?
Replies: 1
Views: 5312

In general I'd say no, essentially because the AS code is compiled into bytecode by the Rhino compiler at runtime and it is wrapped by a Java extension. This makes it pretty hard to interact with such code from the Java side. If you're proficient with Java and you're familiar with the Mozilla Rhino ...
by Lapo
14 May 2007, 19:13
Forum: Server Side Extension Development
Topic: How to configure jsp ?
Replies: 10
Views: 18311

Example on how to alter the wrapper.conf. Locate the classpath section and add the following: wrapper.java.classpath.22=lib/jetty/jsp-2.1/ant-1.6.4.jar wrapper.java.classpath.23=lib/jetty/jsp-2.1/commons-el-1.0.jar wrapper.java.classpath.24=lib/jetty/jsp-2.1/core-3.1.0.jar wrapper.java.classpath.25=...

Go to advanced search