Title:
Hi, sorry but my computer is a confusion because i had some problems when
developing my application and i had to get an older version.

That error does not appear anymore, however i have a new exception. Do you
have an ideia about this?

The application continues to run perfectly in localhost and the adress that
i use to run the applet is http://phc:8000/aplicServ where aplicServ is a
servlet wich dispays the applet. This applet will then try to communicate
with other servlets like http://phc:8000/main for example, all servlets are
running in this server.... And i acess this servlet's through the browser
with this adresses...

This only occurs when i run my application from another machine, in
localhost it communicates perfectly


Exception occurred during event dispatching:
java.security.AccessControlException: access denied
(java.net.SocketPermission phc:8000 connect,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 Veiculos_Panel.getFromServlet(Veiculos_Panel.java:712)
at Veiculos_Panel.procuraButtonActionPerformed(Veiculos_Panel.java:615)
at Veiculos_Panel$5.actionPerformed(Veiculos_Panel.java:426)
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.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(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)

This message was posted using eunum
To interact with a real-time, threaded interface to this e-mail list, clickthe link below:

[EMAIL PROTECTED]

___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to