I am not trying to use JRun as an ejb container. I am using JRun as a
servlet engine and we have services written which talk to weblogic which is
the EJB container by connecting using the t3 protocol on port 7001. What I
can't understand is that the same code works fine on JRun3.0. After I
upgraded to 3.1, it would start the admin server but I couldn't login on
port 8000 to the admin server itself, though the solaris process list would
show the jrun admin server to be running.


----- Original Message -----
From: "John Zhao" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Friday, August 17, 2001 11:43 PM
Subject: RE: JRun 3.1 upgrade problems


> Hi Vijay,
>
> Can you be more specific, such as did you add your own authentication code
> to use WebLogic's EJBs? Are you trying to set WebLogic's context factory
as
> a default one?  From the event log, did you see JRun EJB service getting
> started?
>
> Regards,
> John
>
> -----Original Message-----
> From: Vijay Menon [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 12:38 AM
> To: JRun-Talk
> Subject: Re: JRun 3.1 upgrade problems
>
>
> Hi Steve
>
> That didn't work. It seems to start the admin server but I am not able to
> logon to the server on port 8000; it gives some weird error, so I had to
> restore it to 3.0 sp2.
>
> Could anyone offer any more suggestions?
>
> Thanks in advance
> Vijay
>
>
> ----- Original Message -----
> From: "Steve Penella" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, August 17, 2001 1:43 AM
> Subject: RE: JRun 3.1 upgrade problems
>
>
> > There's a bug in JRun where if j2ee.jar is in your classpath you'll get
> this
> > error. If this is the case with you, try removing it.
> >
> >
> >
> > -----Original Message-----
> > From: Vijay Menon [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 15, 2001 9:55 PM
> > To: JRun-Talk
> > Subject: JRun 3.1 upgrade problems
> >
> >
> > Hi all
> >
> > I have an application using jrun3.0 as a servlet engine, talking to
> weblogic
> > which is the bean container. I tried upgrading to jrun 3.1 and now, the
> > application doesn't start with the following error. I was wondering if
> > anyone had a similar problem.
> >
> > Thanks in advance
> >
> > Cheers
> > Vijay
> >
> > 08/16 11:42:22 info (jrunauth) Loading propfile
> > 08/16 11:42:23 error (jrunauth) java:comp/env namespace is only
available
> > from within a J2EE component [javax.naming.NamingException:
java:comp/env
> > namespace is only available from within a J2EE component]
> > javax.naming.NamingException: java:comp/env namespace is only available
> from
> > within a J2EE component
> > at
> >
>
com.sun.enterprise.naming.java.javaURLContext.getComponentContext(javaURLCon
> > text.java:392)
> > at
> >
>
com.sun.enterprise.naming.java.javaURLContext.callBindOrRebind(javaURLContex
> > t.java:124)
> > at
> >
com.sun.enterprise.naming.java.javaURLContext.bind(javaURLContext.java:80)
> > at javax.naming.InitialContext.bind(InitialContext.java:358)
> > at
allaire.jrun.servlet.JRunAuthenticator.init(JRunAuthenticator.java:65)
> > at allaire.jrun.ServletService.init(ServletService.java:66)
> > at allaire.jrun.ServletService.init(ServletService.java:31)
> > at
> >
>
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLoader
> > .java:203)
> > at allaire.jrun.servlet.JRunSE.initService(JRunSE.java:891)
> > at allaire.jrun.servlet.JRunSE.initServices(JRunSE.java:858)
> > at allaire.jrun.servlet.JvmContext.initServices(JvmContext.java:130)
> > at allaire.jrun.servlet.JRunSE.init(JRunSE.java:222)
> > at allaire.jrun.servlet.JvmContext.init(JvmContext.java:69)
> > at allaire.jrun.ServletService.init(ServletService.java:66)
> > at allaire.jrun.ServletService.init(ServletService.java:31)
> > at JRun.main(JRun.java:172)
> >
> > 08/16 11:42:23 info (JRun) Loading jdbc
> > 08/16 11:42:23 error (jdbc) Can not create JNDI initial context: Cannot
> > instantiate class: "weblogic.jndi.TengahInitialContextFactory"
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to