in fact i tried to run two instances of the base driver with jamvm and it worked perfectly but with a twonkymedia server running in the system the base driver can't start and get this error
2009/5/21 Stefano Lenzi <[email protected]> > sana wrote: > >> I m working with jamvm and there is the hole exception >> >> [stdout] CyberDomo warning : Address already in use >> java.net.BindException: Address already in use >> at gnu.java.net.VMPlainSocketImpl.bind(Native Method) >> at gnu.java.net.VMPlainSocketImpl.bind(VMPlainSocketImpl.java:302) >> at >> >> gnu.java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:125) >> at java.net.DatagramSocket.bind(DatagramSocket.java:700) >> at java.net.MulticastSocket.<init>(MulticastSocket.java:112) >> at java.net.MulticastSocket.<init>(MulticastSocket.java:93) >> at org.cybergarage.upnp.ssdp.HTTPMUSocket.open(HTTPMUSocket.java:133) >> at org.cybergarage.upnp.ssdp.HTTPMUSocket.open(HTTPMUSocket.java:147) >> > > I don't know if the problem is related to the JVM or to the embedded system > that you are using. In fact, I have tried to replicate your problem by > running two instance of OSGi both with the UPnP Basedriver installed on a > Sun JVM Linux 2.6/i686 architecture and I haven't received any error related > to "Address already in use". I have also tried to execute a native UPnP > application and a OSGi platform running the UPnP Basedriver and again I have > received no error at all. > > Can you execute two instance of the OSGi platform with the UPnP Base Driver > first on a PC with the Sun JVM and later on a PC with the JAMVM? > > Do you have any other JVM to try on your embedded system? > > Can you give us more detail regarding the global scenario so that I can > understand better what is going on... > > Thank you! > > Ciao, > Stefano "Kismet" Lenzi > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

