Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] [Solution] ManyToManyMergeTest hanging on Windows

FYI for a potential issue:

We had an issue recently where org.eclipse.persistence.testing.tests.distributedcache.ManyToManyMergeTest was consistently hanging for standalone or LRG testing on a Windows box.

The problem was that a virtual 'filtering' network adapter was installed on the box (as part of a Security / Firewall solution no longer in use) and was causing a problem with this test, as it utilizes an RMI Registry binding to localhost on port 41099, along with a couple of clustered sessions communicating on the local loopback.

Running ipconfig /all on Windows allowed us to see the adapters installed, and perform online searches to disable the offending adapter; Disabling it resolved the issue and allowed the test to run correctly as part of the core LRG.

Sending out to eclipselink-dev so that this issue is highlighted among the EclipseLink community and searchable for all.

David

--
Oracle
David Minsky | Senior Member of Technical Staff
Phone: +1 613 2884605
Oracle Oracle Server Technologies Sustaining Engineering
ORACLE Canada | 45 O'Connor Street, Ottawa, Ontario | K1P 1A4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top