cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
znixon
Level 2

Update Service unreachable during build

I am receiving this error when running IA from ANT.

[buildinstaller] UpdateService-Err>java.rmi.server.ExportException: Port already in use: 20213; nested exception is:
[buildinstaller] UpdateService-Err> java.net.BindException: Address already in use
[buildinstaller] UpdateService-Err> at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:341)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:249)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:411)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:147)
[buildinstaller] UpdateService-Err> at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:212)
[buildinstaller] UpdateService-Err> at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:152)
[buildinstaller] UpdateService-Err> at sun.rmi.registry.RegistryImpl.(RegistryImpl.java:137)
[buildinstaller] UpdateService-Err> at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:203)
[buildinstaller] UpdateService-Err> at com.zerog.ia.designer.update.rmi.UpdateServiceRemoteServer.startServer(Unknown Source)
[buildinstaller] UpdateService-Err> at com.zerog.ia.designer.update.rmi.UpdateServiceRemoteServer.(Unknown Source)
[buildinstaller] UpdateService-Err> at com.zerog.ia.designer.update.rmi.StartUSServer.main(Unknown Source)
[buildinstaller] UpdateService-Err>Caused by: java.net.BindException: Address already in use
[buildinstaller] UpdateService-Err> at java.net.PlainSocketImpl.socketBind(Native Method)
[buildinstaller] UpdateService-Err> at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
[buildinstaller] UpdateService-Err> at java.net.ServerSocket.bind(ServerSocket.java:375)
[buildinstaller] UpdateService-Err> at java.net.ServerSocket.(ServerSocket.java:237)
[buildinstaller] UpdateService-Err> at java.net.ServerSocket.(ServerSocket.java:128)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:45)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:345)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:666)
[buildinstaller] UpdateService-Err> at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:330)
[buildinstaller] UpdateService-Err> ... 10 more
[buildinstaller] Looking up Update Service
[buildinstaller] profileAdd(): NoRouteToHostException: Update Server is not available.
[buildinstaller] profileAdd(): NoRouteToHostException: Update Server is not available.
[buildinstaller] profileAdd(): NoRouteToHostException: Update Server is not available.
[buildinstaller] profileAdd(): NoRouteToHostException: Update Server is not available.



Is there a way to turn off the connection to the update service ?
Labels (1)
0 Kudos
(1) Reply
vdonga
Moderator Moderator
Moderator

Can you try this while building

build.exe -nupd
0 Kudos