alainloisel / ehost

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

UMLS accept/deny problem #279

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
while we use eHOST to search concepts via UMLS server, sometimes we get a 
dialog and the dialog says: "Do you want the application 'java' to accept 
incoming network connections which makes sense cause the popup window appears 
while executing the UMLS searching function.

Unfortunatly sometimes you can't see this before and it looks like the default 
setting is to deny incoming connections which causes timeouts while running the 
tests. 

Have to figure out how to add wildcart rules for java or how to temporarily 
disable this firewall check.

Original issue reported on code.google.com by jwleng@gmail.com on 9 Aug 2012 at 6:42

Attachments:

GoogleCodeExporter commented 8 years ago
After we stopped the firewall, it still didn't work.
Our tracing and logs indicates that the program failed at the first step that 
eHOST was trying to initial the link. 

"UtsWsContentController utsContentService = (new 
UtsWsContentControllerImplService()).getUtsWsContentControllerImplPort(); "

A test on WINDOW 7 also proved that one.

NEED MORE WORK ON THIS.

Original comment by jwleng@gmail.com on 9 Aug 2012 at 9:14

GoogleCodeExporter commented 8 years ago
problem is fixed.

Original comment by jwleng@gmail.com on 21 Aug 2012 at 9:47