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)

[3871 byte] By [catorulz] at [2007-9-27 19:06:17]
# 1
Searching google with the keywordsC600 permission socket -pdfTurned up this...C600 - DNS lookup failed (use IP address).Naturally it might not apply.
jschell at 2007-7-6 21:21:32 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2

I am having a very similar problem. I have a game that uses some ImageIcons. When I had the .GIF files stored on my computer, I got a security error because an applet cannot look at the user's hard drive. Then I tried to make a policy file that let gave the applet permission to look at my hard drive (that was a huge pain in the ***!) and it didn't work. Then I uploaded the GIFs to my website and I got a security error almost identical to yours. I hope someone can fix our problems soon.

RedViking at 2007-7-6 21:21:32 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 3
I hope someone can fix our problem soon... I posted my own separate topic about this problem, but nobody answered that either...
RedViking at 2007-7-6 21:21:32 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...