Re: Problem about "Address already in use: JVM_Bind"
| Newsgroups | gmane.comp.java.jxta.user |
|---|---|
| Message-ID | <[email protected]> |
If it's the same issue I see when running an app twice on the same machine then I suspect it's the incoming port trying to bind twice to the same port address. In my case at least I know I can ignore it and the app works fine. I suspect you may be in the same position, unless you want production apps to be able to run twice. Wil Quoting [email protected]: > hi all, > I am learning the JXTA v2.3.x: Java Programmer،¯s Guide. > There is an example" JXTA Services". I try to run the client and the > server > programs in my laptop, which are in different directories. > But after running the Server program first, I got a > Java.Net.BindException: "Address already in use: JVM_Bind" when I run the > client program. > How to solve the problem? > > regards, > zheng > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >