RE: [JBoss-user] disable multicast

2002-06-26 Thread Sacha Labourey
> After having search for a solution, I foudn that the name<=>FQDN<=>IP > resolution is the core of my problem. I thought about that but then imagined that it was ok. > In fact, the behaviour is not the same if I specify localhost:1080 or > grsun36:1080 or grsun36.geomath.fr:1080 or 192.168.10.

Re: [JBoss-user] disable multicast

2002-06-26 Thread Ionel Gardais
I'm getting closer and closer to the solution. to answer your questions : - I swept the directories and kept only the needed jndi.properties file. I'm running directly from the class (not bundled into a jar file) - yes without security manager, I get no errors While I was removing the unwanted j

Re: [JBoss-user] disable multicast

2002-06-26 Thread Ionel Gardais
--- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer for OSDN members! JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn ___

RE: [JBoss-user] disable multicast

2002-06-26 Thread Sacha Labourey
> I put the file once in the same directory than the class files, > once, in the > root build directory ... > Finally, I put it in both directory. You need to put it in the root of any member of your classpath (JAR or folder), not inside a package. Are you sure that you don't have another (old) j

Re: [JBoss-user] disable multicast

2002-06-26 Thread Ionel Gardais
I put the file once in the same directory than the class files, once, in the root build directory ... Finally, I put it in both directory. I've just test with hardcoded properties : the security manager still complains about the access denied for the 230.0.0.4. The weird thing is that : - I don'

RE: [JBoss-user] disable multicast

2002-06-26 Thread Sacha Labourey
what is the content of your file? Where is it located? > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Ionel > Gardais > Envoye : mercredi, 26 juin 2002 10:36 > A : [EMAIL PROTECTED] > Objet : Re: [JBoss-user] disable

Re: [JBoss-user] disable multicast

2002-06-26 Thread Ionel Gardais
I try to authorize the reading od the jndi.properties file but it still stucks. I will try to jvm args or to hardcode it (to test) ionel --- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM event of the season | Special offer

RE: [JBoss-user] disable multicast

2002-06-26 Thread Sacha Labourey
e new InitialContext (bla) call. > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Ionel > Gardais > Envoye : mercredi, 26 juin 2002 10:18 > A : [EMAIL PROTECTED] > Objet : Re: [JBoss-user] disable multicast > > > Hi,

Re: [JBoss-user] disable multicast

2002-06-26 Thread Ionel Gardais
Hi, I check, double check, triple check, turn it upside down ... the property file I'm using is currently in use for other client apps and is working well. As you told, this appends during the jndi lookup. The thing I didn't specify is that the AccessControlException is thrown when I ask to use

RE: [JBoss-user] disable multicast

2002-06-25 Thread Sacha Labourey
> It only happens if you don't correctly set your values in jndi.conf on the ^^ I meant jndi.properties --- This sf.net email is sponsored by: Jabber Inc. Don't miss the IM ev

RE: [JBoss-user] disable multicast

2002-06-25 Thread Sacha Labourey
It only happens if you don't correctly set your values in jndi.conf on the client side. As a last chance, it will try to find a JBoss instance by using multicasting. Once the client application is correctly configured, it will no more try to broadcast the LAN > -Message d'origine- > De :