Permission trouble
I am accessing a web page with java apps in it on a local Win2k webserver. I can access the page just fine through my intranet but not through the internet. I get the following errors in the java console. I have set up my firewall to allow everything through to my webserver so I don't think this is a firewall issue. Any ideas? Thank you.
Java(TM) Plug-in: Version 1.3.1_02
Using JRE version 1.3.1_02 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Administrator
Proxy Configuration: no proxy
-
c:clear console window
f:finalize objects on finalization queue
g:garbage collect
h:display this help message
l:dump classloader list
m:print memory usage
q:hide console
s:dump system properties
t:dump thread list
x:clear classloader cache
0-5: set trace level to <n>
-
Exception occurred during event dispatching:
java.security.AccessControlException: access denied (java.net.SocketPermission C600 resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.connectStep1(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at soaprmi.soaprpc.HttpConnectionSoapInvocationHandler.invokeTransport(HttpConnectionSoapInvocationHandler.java:74)
at soaprmi.soaprpc.SoapDynamicStub.invoke(SoapDynamicStub.java:106)
at $Proxy0.Login(Unknown Source)
at com.intellution.wv.server.data.SoapProxy.Login(SoapProxy.java:129)
at com.intellution.wv.server.data.DataServer.Login(DataServer.java:61)
at com.intellution.wv.webserver.WebServerManager.processLogin(WebServerManager.java:170)
at com.intellution.wv.dialogs.login.LoginDialog.sendEvent(LoginDialog.java:148)
at com.intellution.wv.dialogs.login.LoginDialog.actionPerformed(LoginDialog.java:137)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener$ReleasedAction.actionPerformed(Unknown Source)
at javax.swing.SwingUtilities.notifyAction(Unknown Source)
at javax.swing.JComponent.processKeyBinding(Unknown Source)
at javax.swing.JComponent.processKeyBindings(Unknown Source)
at javax.swing.JComponent.processKeyEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.processKeyEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

