HI sir, sir i am using the source code of Borg Calendar and using mysql database with localhost apache, i m getting this error "Feb 27, 2013 9:33:16 AM net.sf.borg.common.SocketClient sendMsg
INFO: Connection closed by server.", sir please help me out.
thank you for advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you mean that you are running from within Eclipse? If so, the invalid url error is fine and you should ignore it.
When the program starts, it checks to see if an instance of the program is already running. To do this, it sends a message over a socket. The default socket port is 2929 and can be changed in the Miscellaneous preferences. This port is for borg only. Make sure this port is not set to a port used by another program. Leave it as 2929, unless 2929 is used by another program.
If Borg had already been running, then starting another copy of Borg would simply have opened the already running instance and not started a second copy. If Borg was not already running, it would have started. So, the error seems to indicate that the socket port is set to the port of another program, or perhaps some firewall is preventing Borg from opening the port.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI sir sir i was using Borg with Netbeans,,,,but now i want to use BORG with Eclipse sir plz enlighten my Path how to use Borg with Eclipse.
Thank you for Advance...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI sir, sir i am using the source code of Borg Calendar and using mysql database with localhost apache, i m getting this error "Feb 27, 2013 9:33:16 AM net.sf.borg.common.SocketClient sendMsg
INFO: Connection closed by server.", sir please help me out.
thank you for advance.
i also get error "java.io.IOException: invalid url"
Do you mean that you are running from within Eclipse? If so, the invalid url error is fine and you should ignore it.
When the program starts, it checks to see if an instance of the program is already running. To do this, it sends a message over a socket. The default socket port is 2929 and can be changed in the Miscellaneous preferences. This port is for borg only. Make sure this port is not set to a port used by another program. Leave it as 2929, unless 2929 is used by another program.
If Borg had already been running, then starting another copy of Borg would simply have opened the already running instance and not started a second copy. If Borg was not already running, it would have started. So, the error seems to indicate that the socket port is set to the port of another program, or perhaps some firewall is preventing Borg from opening the port.
HI sir sir i was using Borg with Netbeans,,,,but now i want to use BORG with Eclipse sir plz enlighten my Path how to use Borg with Eclipse.
Thank you for Advance...
I already gave the steps in another thread:
You'll have to learn the basics of Eclipse on your own. Once you know how to use Eclipse for a basic Java project, the above steps are simple.
Why do you want to use Eclipse if you already use Netbeans?