RENCI-NRIG / orca5

ORCA5 Software
Eclipse Public License 1.0
2 stars 1 forks source link

Running ORCA in disconnected mode #15

Closed ibaldin closed 9 years ago

ibaldin commented 9 years ago

ORCA does not run properly in a VM completely disconnected from the Internet.

Part of the issue was traced to AM trying to retrieve ben.rdf and ben-dtn.rdf, however wireshark shows some other connections to geni-orca.renci.org (where OWL files are stored), protected by TLS(?). It's not clear what those are doing.

More testing is needed.

YufengXin commented 9 years ago

Ben.rdf and ben-dtn.rdf are needed and imported by ben-6509.rdf,which is delegated. It has been like this sine beginning.

I remember, I put https accidently in url of orca.rdf imported to some RDF or Owl, and I cleaned it to http, possibly missed some places. Will do a "grep https" in the ndl directory?

Yufeng

Sent from my Verizon Wireless 4G LTE smartphone

-------- Original message -------- From: Ilya Baldin notifications@github.com Date: 10/19/2015 4:55 PM (GMT-05:00) To: RENCI-NRIG/orca5 orca5@noreply.github.com Subject: [orca5] Running ORCA in disconnected mode (#15)

ORCA does not run properly in a VM completely disconnected from the Internet.

Part of the issue was traced to AM trying to retrieve ben.rdf and ben-dtn.rdf, however wireshark shows some other connections to geni-orca.renci.org (where OWL files are stored), protected by TLS(?). It's not clear what those are doing.

More testing is needed.

Reply to this email directly or view it on GitHubhttps://github.com/RENCI-NRIG/orca5/issues/15.

ibaldin commented 9 years ago

I think the issue is that several rdf files reference httpS://geni-orca.renci.org/owl/orca.rdf#, rather than http://geni-orca.renci.org/owl/orca.rdf# and the document manager misses it (does not offer a cached version). Do you think it is safe to replace those wholesale? I can also fix it by modifying the doc manager...

YufengXin commented 9 years ago

No problem to replace all https with http.

Yufeng

Sent from my Verizon Wireless 4G LTE smartphone

-------- Original message -------- From: Ilya Baldin notifications@github.com Date: 10/20/2015 4:28 PM (GMT-05:00) To: RENCI-NRIG/orca5 orca5@noreply.github.com Cc: Yufeng Xin yxin@renci.org Subject: Re: [orca5] Running ORCA in disconnected mode (#15)

I think the issue is that several rdf files reference httpS://geni-orca.renci.org/owl/orca.rdf#, rather than http://geni-orca.renci.org/owl/orca.rdf# and the document manager misses it (does not offer a cached version). Do you think it is safe to replace those wholesale? I can also fix it by modifying the doc manager...

Reply to this email directly or view it on GitHubhttps://github.com/RENCI-NRIG/orca5/issues/15#issuecomment-149692552.

ibaldin commented 9 years ago

Fixed in master commit 876ec482a8e568a91223194c7267a2ea3a265e38