Re: WL 7 & ConnectionPoolManager is not yet available
Jim Gish <[email protected]> Wed, 11 Dec 2002 17:22:24 -0500
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Message-ID | <[email protected]> |
Looks to me like you are trying to access it from a Java application in a remote JVM. That's an illegal use of a resource adapter. It can only be accessed via an application component (ejb, servlet) running in the app server. The Exception is misleading and wrong and is being fixed in our next release. At 07:41 AM 6/26/2002, Keith Sterling wrote: >If I look in the JNDI tree I see it there > > > >I have deployed it through the Admin Application, and it appears in the >tree under Connectors > > > >If I select the Deploy, or Redeploy button I see it output information to >the Weblogic console > > > >I only have one server, my notebook, and that appears in the Chosen list >under the Servers Tab > > > >What more must I do ? > > > >keith > > > >------------------------------------------------------------------------- >Keith Sterling MIAP >Jacobs Rimell >VP of Engineering > >Jacobs Rimell Ltd >24 Chiswell St >London EC1Y 4TY >Tel : +44 207 786 4000 >Mob : +44 7771 597 630 >Fax : +44 207 786 4004 > >MSN : <mailto:[email protected]>[email protected] >http://www.jacobsrimell.com >------------------------------------------------------------------------- >IMPORTANT NOTICE: >Unless posted by the originating sender to a public news group, this email >should be considered confidential, may be legally privileged, and is for >the intended recipient only. If you are not the intended recipient, >please inform the sender and delete the email immediately. >WARNING: >It is impossible to guarantee the content of this message when it is >delivered across the internet, therefore the sender accepts no liability >for any claims arising from the information contained. > > > > > >-----Original Message----- >From: Iris Peters [mailto:[email protected]] >Sent: 26 June 2002 13:34 >To: [email protected] >Subject: AW: WL 7 & ConnectionPoolManager is not yet available > > > >Keith, > > > >seems that you havent made your resouce adapter available via the WebLogic >Admin console ( available servers).Have a look in the documentation. > > > >Iris >-----Ursprüngliche Nachricht----- >Von: Keith Sterling [mailto:[email protected]] >Gesendet: Mittwoch, 26. Juni 2002 13:50 >An: [email protected] >Betreff: WL 7 & ConnectionPoolManager is not yet available >I am trying to connect to a JCA adapter that I have developed, and >everytime I do I receive the same error ><25-Jun-02 13:49:12 BST> <Error> <Connector> <190062> ><ConnectionPoolManager is not yet available.> >javax.naming.NamingException: ConnectionPoolManager is not yet available. >at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:347) at >weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:333) at >javax.naming.InitialContext.lookup(InitialContext.java:350) at >Main.test(Main.java:51) at Main.main(Main.java:35) > >keith > >------------------------------------------------------------------------- >Keith Sterling MIAP >Jacobs Rimell >VP of Engineering >Jacobs Rimell Ltd >24 Chiswell St >London EC1Y 4TY >Tel : +44 207 786 4000 >Mob : +44 7771 597 630 >Fax : +44 207 786 4004 >MSN : <mailto:[email protected]>[email protected] >http://www.jacobsrimell.com >------------------------------------------------------------------------- >IMPORTANT NOTICE: >Unless posted by the originating sender to a public news group, this email >should be considered confidential, may be legally privileged, and is for >the intended recipient only. If you are not the intended recipient, >please inform the sender and delete the email immediately. >WARNING: >It is impossible to guarantee the content of this message when it is >delivered across the internet, therefore the sender accepts no liability >for any claims arising from the information contained. > > >