JANIS have access to the NEA remote database through the HTTP protocol, like a usual web browser,
if you can see this page then you should be able to connect to the remote database.
But, for some organization, web access must go through a proxy server (usually for security reasons).
This requires an additional setting, already done for your internet browser, but which should be set for JANIS as well.
go to menu "Tools", "Internet Options..." item

in the dialog select "Connections" tab

click the "LAN Settings..." button dialog, the following dialog will appear :

For JANIS versions < 2.2.2, you may get the following error dialog when you attempt to connect to the NEA remote database.

The root cause of this problem is the HTTP proxy settings. The default proxy name (proxy.sample.com) was meant to be a fictitious one, but recently this address became accessible on the Internet making connection to the NEA database impossible.
Besides, the checkbox (Use a proxy server) in the Preferences dialog was not working and all connections were attempting to contact this server as a proxy.
This problem went unnoticed before this host became reachable on the internet and moreover rejects incoming connections.

You can solve the problem by applying the following steps if you want do not want to upgrade:
go to menu "File", "Preferences..." item

in the dialog select the "Network" tab

make sure the "Address" and "Port" fields are cleared

go to menu "File", "Preferences..." item

in the dialog select the "Network" tab

In previous versions there was no dialog to set this, so you need to change the small file which launch JANIS : either janis.bat or janis.sh,
depending on your operating system (.bat for windows, .sh for Unix flavours).
You should add this on the line which starts with "java" :
-DproxySet=true -Dhttp.proxyHost=XXXX -Dhttp.proxyPort=XXXX
Replace the XXXX by the values you got from your network administrator or you find in Internet Explorer settings.
So your janis.bat (or janis.sh) should look like :
@echo off
cd software
java -DproxySet=true -Dhttp.proxyHost=myproxy -Dhttp.proxyPort=1234 -Djdbc.drivers=com.mckoi.JDBCDriver -Xms100M -Xmx200M -jar Janis.jar
rem # -Dlog4j.configuration=file:./log4j.properties
E-mail :
Last modified:Tuesday, 30-Nov-2010 19:02:22 CET