Task #6640 (closed)
Opened 8 years ago
Closed 8 years ago
Bug: Bio-Formats ImageJ Plugin -windows test
| Reported by: | saloynton | Owned by: | mlinkert |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3.2 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
This was testing on the win2k8 box.
I think we have previously seen this error, but I just wanted to check the implication for testing on the win2k8 box.
Ice.DNSException
error = 0
host = "http"
at IceInternal.Network.getAddresses(Network.java:867)
at IceInternal.EndpointHostResolver.run(EndpointHostResolver.java:94)
at IceInternal.EndpointHostResolver$HelperThread.run(EndpointHostResolver.java:146)
Caused by: java.net.UnknownHostException: http
at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
at java.net.InetAddress.getAllByName(InetAddress.java:1084)
at java.net.InetAddress.getAllByName(InetAddress.java:1020)
at IceInternal.Network.getAddresses(Network.java:854)
... 2 more
Change History (4)
comment:1 Changed 8 years ago by mlinkert
comment:2 Changed 8 years ago by saloynton
At a guess Melissa I think I am just being stupid again, I will double check that I have added the correct field. Sorry about that.
comment:3 Changed 8 years ago by saloynton
Works as expected Melissa, closing the ticket.
comment:4 Changed 8 years ago by saloynton
- Resolution set to fixed
- Status changed from new to closed
The only record I have of that error previously was from Jabber on 30 August 2011:
(10:57:44 AM) Scott: I have a slight problem, gretzky was getting full during the testing so I had removed some of the data so I have removed that image. (10:58:00 AM) Scott: I do however have a second copy imported (10:58:20 AM) Scott: and I have just had the following exception (10:58:34 AM) Scott: Ice.DNSException error = 0 host = "gretzky.openmicroscopy.org.uk/webclient/" at IceInternal.Network.getAddresses(Network.java:867) at IceInternal.EndpointHostResolver.run(EndpointHostResolver.java:94) at IceInternal.EndpointHostResolver$HelperThread.run(EndpointHostResolver.java:146) Caused by: java.net.UnknownHostException: gretzky.openmicroscopy.org.uk/webclient/ at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850) at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201) at java.net.InetAddress.getAllByName0(InetAddress.java:1154) at java.net.InetAddress.getAllByName(InetAddress.java:1084) at java.net.InetAddress.getAllByName(InetAddress.java:1020) at IceInternal.Network.getAddresses(Network.java:854) ... 2 more (10:59:42 AM) Melissa: Hmm. (11:01:12 AM) Melissa: If that's with the ImageJ plugin, then something is going very wrong. I can't imagine why it would be trying to connect to 'gretzky.openmicroscopy.org.uk/webclient/', unless you typed that string exactly into the "Server" field in the login box. (11:02:03 AM) Scott: opps sorry that was the wrong cut and pasteI could duplicate the exception by entering e.g. "http://gretzky.openmicroscopy.org.uk" in the "Server" field, which is wrong (the "http://" should be removed). So maybe just double-check what is in the server field and confirm that it works if you put in "10.2.1.191"?