Eclipse problem

Hi,

When I'm running my project, (swing), I get this errors:

Activation.main: warning: sun.rmi.activation.execPolicy system

property unspecified and no ExecPermissions/ExecOptionPermissions

granted; subsequent activation attempts may fail due to unsuccessful

ExecPermission/ExecOptionPermission permission checks. For

documentation on how to configure rmid security, refer to:

http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html

http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html

Activation.main: an exception occurred: Port already in use: 1098; nested exception is:

java.net.BindException: Address already in use: JVM_Bind

java.rmi.server.ExportException: Port already in use: 1098; nested exception is:

java.net.BindException: Address already in use: JVM_Bind

at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source)

at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source)

at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source)

at sun.rmi.transport.LiveRef.exportObject(Unknown Source)

at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source)

at sun.rmi.registry.RegistryImpl.setup(Unknown Source)

at sun.rmi.registry.RegistryImpl.<init>(Unknown Source)

at java.rmi.registry.LocateRegistry.createRegistry(Unknown Source)

at sun.rmi.server.Activation.main(Unknown Source)

Caused by: java.net.BindException: Address already in use: JVM_Bind

at java.net.PlainSocketImpl.socketBind(Native Method)

at java.net.PlainSocketImpl.bind(Unknown Source)

at java.net.ServerSocket.bind(Unknown Source)

at java.net.ServerSocket.<init>(Unknown Source)

at java.net.ServerSocket.<init>(Unknown Source)

at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(Unknown Source)

at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(Unknown Source)

at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source)

... 9 more

mmmmm....? why

Thank's,

Yael.

[2149 byte] By [yael800a] at [2007-11-27 5:37:54]
# 1

Try here:

http://www.google.co.uk/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=Port+already+in+use%3A+1098%3B&meta=&btnG=Google+Search

Seems a common issue, whatever you are working with is trying to open a port 1098 which is already in use. Open a DOS prompt and put netstat -ab (list all connection with the executable that is using them)and look for which program is using port 1098.

Message was edited by:

_helloWorld_

_helloWorld_a at 2007-7-12 15:10:44 > top of Java-index,Java Essentials,Java Programming...