开发者

Ant hangs randomly with executing

开发者 https://www.devze.com 2022-12-22 22:14 出处:网络
I have noticed in recent times that when invoking my ant scri开发者_StackOverflowpts to build and unit test my Java app, it randomly hangs at various points in the execution.

I have noticed in recent times that when invoking my ant scri开发者_StackOverflowpts to build and unit test my Java app, it randomly hangs at various points in the execution.

The ant scripts are been invoked from my local machine on my remote clearcase view.

Has anyone else had this problem?

Please advise if you can.


"random" means you won't get an answer here. Even if someone else does, the randomness suggests that the cause probably isn't the same as in your case.

Are you sure that maybe your unit tests aren't just running long from time to time?

Maybe you can attach VisualVM to your PID when running Ant to see what's going on with memory, or perhaps a profiler to pin it down.

But you're just guessing without data right now.


remote clearcase view

That should mean dynamic view defined on a remote computer, meaning you have two level of network indirection:

  • albd (atria location broker) remote calls from your local ClearCase instance to the view_server.exe on the remote computer
  • RPC calls to the vobrpc_server from the remote computer to the central VOB server.

If your ant script depends on large binary files (jar for thridparty library), and if one of the two remote path has some issue, you can expect some lagging problem.

One solution is to have a local snapshot view referencing the large jars, and still using your remote dynamic view for building the sources.

Our experience is to only use snapshot view for regular building purposes, while dynamic views are enough for coding (with occasional builds).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号