lairtonb / jspf

Automatically exported from code.google.com/p/jspf
0 stars 0 forks source link

java.util.concurrent.TimeoutException when using discovery #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

A discovery call returns this exception:

java.util.concurrent.TimeoutException
    at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:228)
    at java.util.concurrent.FutureTask.get(FutureTask.java:91)
    at net.xeoh.plugins.remotediscovery.impl.v2.RemoteDiscoveryImpl.getRemoteProxyToDiscoveryManager(RemoteDiscoveryImpl.java:367)
    at net.xeoh.plugins.remotediscovery.impl.v2.RemoteDiscoveryImpl.resolve(RemoteDiscoveryImpl.java:514)
    at net.xeoh.plugins.remotediscovery.impl.v2.RemoteDiscoveryImpl.discover(RemoteDiscoveryImpl.java:491)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at net.xeoh.plugins.base.impl.metahandling.PluginMetaHandler.invoke(PluginMetaHandler.java:82)
    at $Proxy18.discover(Unknown Source)
    at net.xeoh.plugins.remote.DiscoveryPluginTest3.testDiscovery(DiscoveryPluginTest3.java:99)

Original issue reported on code.google.com by 200712@xeoh.net on 21 Jan 2010 at 2:56

GoogleCodeExporter commented 8 years ago
Was a problem when Java 6 from Mac called Java 7 Beta on Windows using ERMI. 
Closed for now, will 
reinvestigate this when Java 7 nears completion. 

Original comment by 200712@xeoh.net on 21 Jan 2010 at 3:29