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

UpdateService-Err when building installer

While building installer using IA 2012, it always tried to update service and failed. What service it's trying to update? Is there a way to disable it?

The installer was built successfully but it's annoying to always see exceptions. It also added build time (30 seconds timeout to produce UpdateService-Err.

Any one can help? Thanks!

installanywhere.images.specific:
[exec] Trying to checkout IAEB version=14.0
[exec] No Such Feature Exists (-5,3037)
[exec] Trying to checkout IACB version=14.0
[exec] No Such Feature Exists (-5,3037)
[exec] Trying to checkout IAEE version=14.0
[exec] Starting Update Service
[exec] Started Update Service
[exec] Looking up Update Service
[exec] UpdateService-Err>isus.UpdateServiceException: Network is unreachable: connect
[exec] UpdateService-Err> at isus.rpc.RPCObject.ExecuteWithPost(Unknown Source)
[exec] UpdateService-Err> at isus.rpc.RPCObject.Execute(Unknown Source)
[exec] UpdateService-Err> at isus.rpc.SignedRPCObject.Execute(Unknown Source)
[exec] UpdateService-Err> at isus.rpc.RPCSendProfiles.Run(Unknown Source)
[exec] UpdateService-Err> at isus.ProfileManager.synchProfiles(Unknown Source)
[exec] UpdateService-Err> at isus.ProfileMgr.uploadCollection(Unknown Source)
[exec] UpdateService-Err> at com.zerog.ia.designer.update.rmi.UpdateServiceRemoteServer.profileAdd(Unknown Source)
[exec] UpdateService-Err> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[exec] UpdateService-Err> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[exec] UpdateService-Err> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[exec] UpdateService-Err> at java.lang.reflect.Method.invoke(Unknown Source)
[exec] UpdateService-Err> at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
[exec] UpdateService-Err> at sun.rmi.transport.Transport$1.run(Unknown Source)
[exec] UpdateService-Err> at sun.rmi.transport.Transport$1.run(Unknown Source)
[exec] UpdateService-Err> at java.security.AccessController.doPrivileged(Native Method)
[exec] UpdateService-Err> at sun.rmi.transport.Transport.serviceCall(Unknown Source)
[exec] UpdateService-Err> at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
[exec] UpdateService-Err> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
[exec] UpdateService-Err> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
[exec] UpdateService-Err> at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[exec] UpdateService-Err> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[exec] UpdateService-Err> at java.lang.Thread.run(Unknown Source)
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

It looks like it is trying to access the network while creating the service, but it timeouts (hence the extra time).
0 Kudos