Hello everyone, 

When I try to add an external datastream with dsLocation such as
http://local.fedora.server/test/image.jpg, the checksumming fails --
ExceptionReadingStream.  It seems the code that does the checksumming is
trying to access http://local.fedora.server instead of resolving to my
fedora host.  The datastream gets saved properly and I can access the
datastream.  Fedora seems to mediate the content fine via
local.fedora.server variable.  It just seems that the code that does the
checksumming does not resolve local.fedora.server.  Has anyone else noticed
this?  

error from tomcat log:

Caused by: java.net.UnknownHostException: local.fedora.server
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:529)
        at java.net.Socket.connect(Socket.java:478)
        at java.net.Socket.<init>(Socket.java:375)
        at java.net.Socket.<init>(Socket.java:249)

Jason
NYPL

--
View this message in context: 
http://fedora-commons.1317035.n2.nabble.com/checksum-of-external-content-with-local-fedora-server-as-host-tp7578055.html
Sent from the Fedora Commons Users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to