Öhr GmbH Posted February 27, 2006 Share Posted February 27, 2006 (edited) Ok,briefly: you should run the that command after changing to the directory where the jar file is. Once you manage to start it, you should forward port 9999UDP to the machine running it and open the firewall for that port.I'm sorry but as I say in the website, I don't want to go too much in these details because running the chat server requires some expirience, and the server itself is still under development. I hope this helps, Bafio<{POST_SNAPBACK}> ahh thx everything started fine, but i cant connect to my host.530 Authentication failed, sorry 530 You aren't logged in Connected to ftp.xyz.de.530 You aren't logged innullFTP server refused connection.i entered this:java -jar chatserver.jar -ftpuser abc@xyz.de -ftppass 123 -ftpserver ftp.xyz.de -ftpdir chat -http 9999 -port 9999something wrong? i generated the empty chat folder on my domain. of course i changed here the ftp server adress, the ftpuser name and the password.i forwarded port 9999 (UDP and TCP). Edited February 27, 2006 by Öhr GmbH Link to comment Share on other sites More sharing options...
bafio Posted February 27, 2006 Author Share Posted February 27, 2006 ahh thx everything started fine, but i cant connect to my host.530 Authentication failed, sorry 530 You aren't logged in Connected to ftp.xyz.de.530 You aren't logged innullFTP server refused connection.i entered this:java -jar chatserver.jar -ftpuser abc@xyz.de -ftppass 123 -ftpserver ftp.xyz.de -ftpdir chat -http 9999 -port 9999something wrong? i generated the empty chat folder on my domain. of course i changed here the ftp server adress, the ftpuser name and the password.i forwarded port 9999 (UDP and TCP).<{POST_SNAPBACK}> Ok, first of all I would remove the "-http 9999" part since you are uploading to a web server. the error you get seems quite clearly to say that you have not the right login information to the FTP server, but I guess you have checked that already. You should also make sure you made the directory where to write the files, maybe try to givve the complete path to that folder on the FTP sever.I personally run it like this: java -jar chatserver.jar -ftpuser abc@xyz.de -ftppass 123 -ftpserver ftp.xyz.de -ftpdir /path/to/chat "c:/path/to/local directory" This way it works over here. Try with the quotes too... Bafio Link to comment Share on other sites More sharing options...
Öhr GmbH Posted February 28, 2006 Share Posted February 28, 2006 (edited) -ftpdir /mu/ha/ha "C:/mu/ha/ha" or -ftpdir /mu/ha/ha "C:\mu\ha\ha"?edit:tried both: not working! i took the informations out off my cuteftp connection(of course with changed informations in this picture): Edited February 28, 2006 by Öhr GmbH Link to comment Share on other sites More sharing options...
bafio Posted February 28, 2006 Author Share Posted February 28, 2006 -ftpdir /mu/ha/ha "C:/mu/ha/ha" or -ftpdir /mu/ha/ha "C:\mu\ha\ha"?edit:tried both: not working! i took the informations out off my cuteftp connection(of course with changed informations in this picture):<{POST_SNAPBACK}> Can't understand.. try puting quotes in the user and password... it may be a bug in the ftp lib. Bafio Link to comment Share on other sites More sharing options...
Öhr GmbH Posted February 28, 2006 Share Posted February 28, 2006 didnt work. i have only access to a subadress(abc.xyz.de). perhaps this is why it doesnt work... P.S. your server(dschat.kicks-ass.org) has problems: cant send messages anymore... Link to comment Share on other sites More sharing options...
HtheB Posted March 3, 2006 Share Posted March 3, 2006 didnt work. i have only access to a subadress(abc.xyz.de). perhaps this is why it doesnt work... P.S. your server(dschat.kicks-ass.org) has problems: cant send messages anymore...<{POST_SNAPBACK}>doesnt work for me too Link to comment Share on other sites More sharing options...
bafio Posted March 5, 2006 Author Share Posted March 5, 2006 Hi, I have posted the a new, this time big update to the chat program: http://bafio.drunkencoders.com/ Version 0.9* New default skin.* New keyboard with support for all the keys, shift and caps.* Multiple messages view (press X to change from 1 message to 4 messages view)* Menus (back to bootloader, turn off the ds...)* Settings (change nickname)* Changable font for the drawings* Changable skins (simple JPG images, located in the /skins folder)TODO:** fix some bugs still present in the server** Update to the new Wifi library (when out). That will add support for WEP, etc.* Saving and loading messages from the CF* Save settings on server and/or on the CF* Possibly colors and TCP version... not in the near future though Cheers Bafio Link to comment Share on other sites More sharing options...
RobM Posted March 6, 2006 Share Posted March 6, 2006 Very nice! Too bad I still can't connect. Link to comment Share on other sites More sharing options...
acky Posted March 6, 2006 Share Posted March 6, 2006 Thanks Bafio! This version is awesome, quite aethetically pleasing. It will be so awesome with the new wifi lib. Looking forward to not having to have to turn WEP on and off. Link to comment Share on other sites More sharing options...
Dudu.exe Posted March 6, 2006 Share Posted March 6, 2006 i hate this "hot unreachable" Message! Link to comment Share on other sites More sharing options...
RobM Posted March 8, 2006 Share Posted March 8, 2006 Got it working. All WiFi settings have to be preset, not auto. Any plan on releasing the source? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now