> Hi Carl, thank you for the response.
> I've checked and they run on the same version of Windows 2008 R2 Version
> 6.1 Build 7600 and java 1.6.0_26-b03.
> The windows and java is 64bit and they are hosted on vmware virtual
> machines.
> I'm not sure what may be causing the issue. On Glassfish V2 it
> worked flawlessly.
> Kind regards
> Rentius
> On Tue, Feb 7, 2012 at 9:26 AM, Carl Woermann <carlwoerm...@gmail.com>wrote:
>> Just a guess -
>> Maybe check whether the versions of java are the same (vendor and
>> version) on both boxes - it could be a case of one jvm attempting to make a
>> secure connection to another version - most newer linux distros ship with
>> java versions other than sun/ oracle, and for some reason the security
>> stuffs seems to fail. ( in our case its rmi, not corba nd our webstart rmi
>> calls only work with the sun/ oracle version).
>> good luck
>> Carl
>> On Mon, Feb 6, 2012 at 9:25 PM, Rentius Engelbrecht <
>> rentius2...@gmail.com> wrote:
>>> Hi Everyone
>>> We've separated our war from the ejb. They are on different servers and
>>> deployed on glassfish V3.1 build 43.
>>> When we try to do an remote lookup to the ejb from the war we get the
>>> following error:
>>> javax.naming.CommunicationException: Communication exception for
>>> SerialContext[myEnv={org.omg.CORBA.ORBInitialPort=49254,
>>> java.naming.factory.initial=com.sun.enterprise.naming.SerialInitContextFact ory,
>>> org.omg.CORBA.ORBInitialHost=10.0.0.***,
>>> java.naming.factory.state=com.sun.corba.ee.impl.presentation.rmi.JNDIStateF actoryImpl,
>>> java.naming.factory.url.pkgs=com.sun.enterprise.naming} [Root exception is
>>> java.lang.SecurityException: Credential list size is not 1.]
>>> at
>>> com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:542)
>>> at
>>> com.sun.enterprise.naming.impl.SerialContext.lookup(SerialContext.java:455)
>>> at
>>> javax.naming.InitialContext.lookup(InitialContext.java:392)
>>> at
>>> javax.naming.InitialContext.lookup(InitialContext.java:392)
>>> at
>>> za.co.kineto.utils.FacadeLookup.lookupSystemFascadeRemote(FacadeLookup.java :241)
>>> at
>>> za.co.kineto.aam.util.StanleyGeneratorUtil.generate(StanleyGeneratorUtil.ja va:17)
>>> at
>>> za.co.kineto.aam.quartz.DebitOrderJob.execute(DebitOrderJob.java:77)
>>> at org.quartz.core.JobRunShell.run(JobRunShell.java:199)
>>> at
>>> org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:54 6)
>>> Caused by: java.lang.SecurityException: Credential list size is not 1.
>>> at
>>> com.sun.enterprise.iiop.security.SecClientRequestInterceptor.getCred(SecCli entRequestInterceptor.java:145)
>>> at
>>> com.sun.enterprise.iiop.security.SecClientRequestInterceptor.send_request(S ecClientRequestInterceptor.java:321)
>>> Anybody got an idea what might cause the error? Played around with the
>>> IIOP listener setting and been searching on the internet but got nothing.
>>> We have multiple apps connecting(lookup) to the ejb's.
>>> Kind regards
>>> Rentius
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "CTJUG Forum" group.
>>> To post to this group, send email to CTJUG-Forum@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> CTJUG-Forum-unsubscribe@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/CTJUG-Forum
>>> For the ctjug home page see http://www.ctjug.org.za
>>> For jobs see http://jobs.gamatam.com/
>> --
>> You received this message because you are subscribed to the Google Groups
>> "CTJUG Forum" group.
>> To post to this group, send email to CTJUG-Forum@googlegroups.com
>> To unsubscribe from this group, send email to
>> CTJUG-Forum-unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/CTJUG-Forum
>> For the ctjug home page see http://www.ctjug.org.za
>> For jobs see http://jobs.gamatam.com/
> --
> You received this message because you are subscribed to the Google Groups
> "CTJUG Forum" group.
> To post to this group, send email to CTJUG-Forum@googlegroups.com
> To unsubscribe from this group, send email to
> CTJUG-Forum-unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/CTJUG-Forum
> For the ctjug home page see http://www.ctjug.org.za
> For jobs see http://jobs.gamatam.com/