Security Exception

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

Security Exception

sudhirmhrj
Dear All
when i tried to run
 
http://localhost:8080/newgenlibctxt/LaunchApplication

following error
MalformedURLException: unknown protocol: socket

java.net.MalformedURLException: unknown protocol: socket
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URI.toURL(Unknown Source)
        at com.sun.deploy.net.proxy.DeployProxySelector.connectFailed(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        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.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.launch(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


how to solve this problem
Reply | Threaded
Open this post in threaded view
|

Re: Security Exception

Verus Open Source Support
Hi,
Do the following checks

1. Go to Windows Control Panel -> Java
In this you will see an option for "Network Connections". Change proxy settings to "Direct Connection" instead of "Use Browser settings"

2. In C:/NewGenLibFiles/SystemFiles directory you will find a file name ENV_VAR.txt. Open it with Notepad or Wordpad. You will find a property called Port, see whether it is assigned to 8080

3. Also check if you have a firewall running, if yes, permit the port 8080 access

4. Restart the Apache Tomcat Server and Launch the application again

Regards
NewGenLib Open Source Team

On 07/12/2012 11:51 PM, sudhirmhrj [via NewGenLib] wrote:
Dear All
when i tried to run
 
http://localhost:8080/newgenlibctxt/LaunchApplication

following error
MalformedURLException: unknown protocol: socket

java.net.MalformedURLException: unknown protocol: socket
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URI.toURL(Unknown Source)
        at com.sun.deploy.net.proxy.DeployProxySelector.connectFailed(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        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.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.launch(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


how to solve this problem


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Security-Exception-tp7572926.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Security Exception

basediag
dear sir
How to save patron signature patron photo folder LIB2.
How can display in signature in check out screen.
 
Govind Basedia
Librarian
RIT,Indore
Mob.No.09425349373

From: Verus Open Source Support [via NewGenLib] <[hidden email]>
To: basediag <[hidden email]>
Sent: Friday, 13 July 2012 10:24 AM
Subject: Re: Security Exception

Hi,
Do the following checks

1. Go to Windows Control Panel -> Java
In this you will see an option for "Network Connections". Change proxy settings to "Direct Connection" instead of "Use Browser settings"

2. In C:/NewGenLibFiles/SystemFiles directory you will find a file name ENV_VAR.txt. Open it with Notepad or Wordpad. You will find a property called Port, see whether it is assigned to 8080

3. Also check if you have a firewall running, if yes, permit the port 8080 access

4. Restart the Apache Tomcat Server and Launch the application again

Regards
NewGenLib Open Source Team

On 07/12/2012 11:51 PM, sudhirmhrj [via NewGenLib] wrote:
Dear All
when i tried to run
 
http://localhost:8080/newgenlibctxt/LaunchApplication

following error
MalformedURLException: unknown protocol: socket

java.net.MalformedURLException: unknown protocol: socket
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URI.toURL(Unknown Source)
        at com.sun.deploy.net.proxy.DeployProxySelector.connectFailed(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        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.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.launch(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


how to solve this problem


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Security-Exception-tp7572926.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Security-Exception-tp7572926p7572927.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


Reply | Threaded
Open this post in threaded view
|

Re: Security Exception

Verus Solutions Support
Sir,
Currently you can attach  only photo per patron. However in our future release you can add the signature and also family members photos (useful for group memberships in public libraries)
Regards
NewGenLib Open Source Support Team

On 07/14/2012 03:52 PM, basediag [via NewGenLib] wrote:
dear sir
How to save patron signature patron photo folder LIB2.
How can display in signature in check out screen.
 
Govind Basedia
Librarian
RIT,Indore
Mob.No.09425349373

From: Verus Open Source Support [via NewGenLib] <[hidden email]>
To: basediag <[hidden email]>
Sent: Friday, 13 July 2012 10:24 AM
Subject: Re: Security Exception

Hi,
Do the following checks

1. Go to Windows Control Panel -> Java
In this you will see an option for "Network Connections". Change proxy settings to "Direct Connection" instead of "Use Browser settings"

2. In C:/NewGenLibFiles/SystemFiles directory you will find a file name ENV_VAR.txt. Open it with Notepad or Wordpad. You will find a property called Port, see whether it is assigned to 8080

3. Also check if you have a firewall running, if yes, permit the port 8080 access

4. Restart the Apache Tomcat Server and Launch the application again

Regards
NewGenLib Open Source Team

On 07/12/2012 11:51 PM, sudhirmhrj [via NewGenLib] wrote:
Dear All
when i tried to run
 
http://localhost:8080/newgenlibctxt/LaunchApplication

following error
MalformedURLException: unknown protocol: socket

java.net.MalformedURLException: unknown protocol: socket
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URL.<init>(Unknown Source)
        at java.net.URI.toURL(Unknown Source)
        at com.sun.deploy.net.proxy.DeployProxySelector.connectFailed(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        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.deploy.net.DownloadEngine.getResource(Unknown Source)
        at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
        at com.sun.javaws.Launcher.launch(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)


how to solve this problem


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Security-Exception-tp7572926.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML


-- 
Regards
NewGenLib Open Source Support Team
NewGenLib Open Source Support
Verus Solutions
www.verussolutions.biz



If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Security-Exception-tp7572926p7572927.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML





If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Security-Exception-tp7572926p7572928.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML