java.net.MalformedURLException: unknown protocol: socket Console SEP 12.1
If accessing the console appears a java error "java.net.MalformedURLException: unknown protocol: socket", can do this procediemnto I took the net, that will connect
Follow the steps below to resolve this issue.
Linux
Enable 'Direct Connection' on the java console.
- Run "jcontrol" from command line
- It pops up a window with 4 tabs "General", "Java", "Security", "Advanced". The tab "General" has a section "Network Settings".
- At the end of "Network Settings" section, there is a button "Network Settings...".
- Click on it. "Network Proxy Settings" dialog pops up.
- Select "Direct connection" radio button and click "OK".
- Click "OK" to close jcontrol.
If jcontrol is not found in your search path, you can find it here (or somewhere similar) on a RHEL Linux system:
/usr/lib/jvm/java-1.6.0-sun-1.6.0.21/jre/bin/jcontrol
Windows
Go to Control Panel -> Java
Click the Network Settings Button
Select "Direct Connection" then click ok to exit,
Comments
Image of the Erro
Would you like to reply?
Login or Register to post your comment.