ngl on client machines

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

ngl on client machines

Irappa M Pattar
dear sir
i have installed ngl 3.1.2 on server machine , but client machine in circulation is not opening the ngl there, i have installed java and nglclient on the machine, plz tell me how to solve
Reply | Threaded
Open this post in threaded view
|

Re: ngl on client machines

sonukilskanna
Please check in client system whether the server ip is pinging in client system or not?
Did you configure IPaddress in NGLApplication?
Did you configure the pg_hba.config file in Postgresql??
If the windows firewall is on in server system please off once and try again.
Reply | Threaded
Open this post in threaded view
|

Re: ngl on client machines

Sanjay
I am facing the same issue. I have simply followed the installation steps available at http://www.verussolutions.biz/kb/installationNew .

But it does not file client.jar. The exception given is like  below.
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost:8080/newgenlibctxt/Client.jar
        at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
        at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Reply | Threaded
Open this post in threaded view
|

Re: ngl on client machines

sonukilskanna
you have to configure serverIp instead of localhost then the link will appear like

http://<serverIP>:8080/newgenlibctxt

then the client.jar will work if and only if the server and client system are in same LAN of server has Public IP.
try to keep your server system ip as static.