cloudscape -start error!

Hi,

I have just downloaded the j2sdkee1.2.1. I have been able to configure it and try out couple of example until the example "accounts", I tried start cloudscape use command:

cloudscape -start

the error message is like following... Can anyone help me with this? Thanks a lot!!

Sat Sep 15 17:55:53 CEST 2001: [RmiJdbc] COM.cloudscape.core.JDBCDriver register

ed in DriverManager

Sat Sep 15 17:55:53 CEST 2001: [RmiJdbc] Binding RmiJdbcServer...

Sat Sep 15 17:55:53 CEST 2001: [RmiJdbc] No installation of RMI Security Manager

...

Got Exception: Port already in use: 1099; nested exception is:

java.net.BindException: Address in use: JVM_Bind

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

java.net.BindException: Address in use: JVM_Bind

java.net.BindException: Address in use: JVM_Bind

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

at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:405)

at java.net.ServerSocket.<init>(ServerSocket.java:170)

at java.net.ServerSocket.<init>(ServerSocket.java:82)

at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMI

DirectSocketFactory.java:30)

at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMI

MasterSocketFactory.java:312)

at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:55

9)

at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:222)

at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:176

)

at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:319)

at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:119)

at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:12

5)

at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:95)

at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:81)

at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:1

67)

at RmiJdbc.RJJdbcServer.register(RJJdbcServer.java:155)

at RmiJdbc.RJJdbcServer.main(RJJdbcServer.java:243)

[2244 byte] By [vivian_zh] at [2007-9-26 6:59:00]
# 1

I don't use cloudscape but that error looks fairly obvious. Is there another process running on the machine that listens on port 1099? Try changing the port number that cloudscape binds to, my guess it that would be in a config file somewhere or command line arg.

Regards,

-Dat

DatBean at 2007-7-1 16:33:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...