WS,
 
The simple answer to this one is when connecting to the web-console user the full ip addess insted of localhost
I am currently looking into this problem to determine the best way to fix it. what is happening is, when the applet tries to connect back to the server it is using the real ip address not 127.0.0.1 or localhost, it is unable to determine that the ip address is the same as localhost so therfore throws an AccessControlException
I will post to the Management on JBoss forum when I have find/check in the fix for this
 
Later
Scott McLaughlin    
 

>>> [EMAIL PROTECTED] 01/28/03 03:02PM >>>
Hello,
I've posted a message in the "Management on JBoss"
forum but my message isn't displayed :(

So here is my question:
I've started JBoss and then accessed the web-console
with http://localhost:8080/web-console/

and then, I get the following exception:

java.security.AccessControlException: access denied
(java.net.SocketPermission XXX.XXX.XXX.192:3117
connect,resolve)
    at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    at
java.security.AccessController.checkPermission(AccessController.java:401)
    at
java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at
java.lang.SecurityManager.checkConnect(SecurityManager.java:1044)
    at java.net.Socket.connect(Socket.java:419)
    at java.net.Socket.connect(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:290)
    at java.net.Socket.<init>(Socket.java:118)
    at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
    at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:122)
    at
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
    at
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
    at
sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
    at
sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
    at org.jnp.server.NamingServer_Stub.lookup(Unknown
Source)
    at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:492)
    at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:471)
    at
javax.naming.InitialContext.lookup(InitialContext.java:347)
    at
org.jboss.console.navtree.ConsoleTreeModel.getPM(ConsoleTreeModel.java:243)
    at
org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:102)
    at
org.jboss.console.navtree.ConsoleTreeModel.<init>(ConsoleTreeModel.java:60)
    at
org.jboss.console.navtree.AdminTreeBrowser.<init>(AdminTreeBrowser.java:63)
    at
org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:53)
    at sun.applet.AppletPanel.run(AppletPanel.java:355)
    at java.lang.Thread.run(Thread.java:536)

I use the Plug-in Java(TM): Version 1.4.0_02.

Should the applet.jar be signed?

WS

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to