Weblogic 10.3 with unijdbc drivers..

Hi All,
I am trying to set up a datasource connection to a universe database using unijdbc drivers. I gave all the pertinent info (like url,driver info(com.ibm.u2.jdbc.UniJDBCDriver), user id and password) but when i try to activate it , i get the following error in the weblogic logs . Incidentally , i am able to write a simple jdbc java class and can connect using the same drivers to the database , so there is no connection related configuration that i am missing. Can someone help. i am using weblogic 10.3 and i see that it has been started with jre 1.6.
<Oct 23, 2009 1:57:54 PM CDT> <Warning> <JDBC> <BEA-001129> <Received exception
while creating connection for pool "test2": Missing username/password>
<Oct 23, 2009 1:57:55 PM CDT> <Error> <Deployer> <BEA-149265> <Failure occurred
in the execution of deployment request with ID '1256324273130' for task 'weblogi
c.deploy.configChangeTask.0'. Error is: 'weblogic.application.ModuleException: '
weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:289)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:387)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:58)
Truncated. see log file for complete stacktrace
weblogic.common.ResourceException: weblogic.common.ResourceException: Could not
create pool connection. The DBMS driver exception was: Missing username/password
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
nectionEnvFactory.java:253)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
oolImpl.java:1109)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
oolImpl.java:1033)
at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
java:214)
at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.j
ava:1051)
Truncated. see log file for complete stacktrace
>
<Oct 23, 2009 1:57:55 PM CDT> <Warning> <Deployer> <BEA-149004> <Failures were d
etected while initiating activate task for application 'test2'.>
<Oct 23, 2009 1:57:55 PM CDT> <Warning> <Deployer> <BEA-149078> <Stack trace for
message 149004
weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:289)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:387)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:58)
Truncated. see log file for complete stacktrace
weblogic.common.ResourceException: weblogic.common.ResourceException: Could not
create pool connection. The DBMS driver exception was: Missing username/password
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
nectionEnvFactory.java:253)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
oolImpl.java:1109)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
oolImpl.java:1033)
at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
java:214)
at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.j
ava:1051)
Truncated. see log file for complete stacktrace
>
<Oct 23, 2009 1:57:55 PM CDT> <Error> <Console> <BEA-240003> <Console encountere
d the following error weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:289)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
leListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
oymentCallbackFlow.java:387)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:58)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
loymentCallbackFlow.java:42)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.ja
va:615)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:37)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.j
ava:191)
at weblogic.application.internal.SingleModuleDeployment.prepare(SingleMo
duleDeployment.java:16)
at weblogic.application.internal.DeploymentStateChecker.prepare(Deployme
ntStateChecker.java:155)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(App
ContainerInvoker.java:60)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.cr
eateAndPrepareContainer(ActivateOperation.java:197)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.do
Prepare(ActivateOperation.java:89)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.pr
epare(AbstractOperation.java:217)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploym
entPrepare(DeploymentManager.java:723)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploy
mentList(DeploymentManager.java:1190)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare
(DeploymentManager.java:216)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.pre
pare(DeploymentServiceDispatcher.java:159)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallb
ackDeliverer.prepare(DeploymentReceiverCallbackDeliverer.java:40)
at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingC
ontextUpdateCompletion.callDeploymentReceivers(AwaitingContextUpdateCompletion.j
ava:164)
at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingC
ontextUpdateCompletion.handleContextUpdateSuccess(AwaitingContextUpdateCompletio
n.java:66)
at weblogic.deploy.service.internal.statemachines.targetserver.AwaitingC
ontextUpdateCompletion.contextUpdated(AwaitingContextUpdateCompletion.java:32)
at weblogic.deploy.service.internal.targetserver.TargetDeploymentService
.notifyContextUpdated(TargetDeploymentService.java:225)
at weblogic.deploy.service.internal.DeploymentService$1.run(DeploymentSe
rvice.java:189)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
gWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException:
Could not create pool connection. The DBMS driver exception was: Missing userna
me/password
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
nectionEnvFactory.java:253)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
oolImpl.java:1109)
at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourceP
oolImpl.java:1033)
at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.
java:214)
at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.j
ava:1051)
at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.jav
a:146)
at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPoo
l(ConnectionPoolManager.java:385)
at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPoo
l(ConnectionPoolManager.java:326)
at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:251)

weblogic.common.ResourceException: weblogic.common.ResourceException: Could not
create pool connection. The DBMS driver exception was: Missing username/password
Some drivers require the username and password to be passed as properties ( as400, for instance ) instead of using the username / password fields shown on the WL jdbc page
try adding
username=...
password=...
in the properties box.

Similar Messages

  • Weblogic 11g migration problems with informix drivers

    Hi
    I´m having some isues with informix drivers in weblogic 11g.
    Old Version: WebLogic 10.3.0 / 10gR3
    New Version: WebLogic 10.3.5 / 11g
    Daba base: informix 10
    I have 2 datasources configured are test correctly. So, the database connection is established.
    Also, I put informis drivers in the lib directory of the server, and on startup they are picked.
    <Following extensions directory contents added to the end of the classpath:
    C:\bea11g\user_projects\domains\base_domain\lib\ifxjdbc.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxjdbcx.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxlang.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxlsupp.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxsqlj.jar;C:\bea11g\user_projects\domains\base_domain\lib\ifxtools.jar>
    But when the aplication starts, in serverLog you can see
    java.lang.ClassNotFoundException: com.informix.jdbc.IfxConnection
    It seems like the application couldn´t access to de jar...
    Thanks

    Hi,
    I think your issue is been related to iAS. If so please place your query in iAS forum thread. So that you can get valuable suggestion.
    Regards,
    Dakshin.

  • Each time I connect to my IBM computer it crashes with blue screen error message pops up. Apple say that it's my printer/camera drivers. The problem is with iTunes, it likes to play with all the ports on my comp and conflicts with prnt drivers. How to fix

    Does anyone know how to fix this problem without disabling my printer. It's very frustrating. It's either I have my iPad or my printer. iTunes likes to play with the ports on my computer thereby causing a conflict with my printer drivers. Apple should fix this problem, I'm so annoyed.

    When this problem first happened, I searched for threads and found a few.  See be;ow links:
    http://support.apple.com/kb/TS1502
    Apple say that its a driver problem, but I've never had this problem before so I am not convinced. Another thread, which I can't seem to find, suggests that it is an apple problem - itunes plays with the ports on the company causing conflicts with existing drivers. I isolated the conflict to my new Samsung printer. I uninstalled the Samsung printer driver and then can successfully connect my ipad without the blue screen appearing.
    It's not a windows problem. Windows is working fine. Only happens when Ipad is connected. Actually, this first happened after I installed the new version of itunes. I reget installing the new itunes version, but don't know how to reinstall the previous itunes version.

  • Hi, recently i bought macbook pro with retina display and installed windows 8 professional original software also. but in windows 8 track pad is not working properly. can you help me with providing drivers for trackpad to work on windows 8 professional .

    hi, recently i bought macbook pro with retina display and installed windows 8 professional original software also. but in windows 8 track pad/ TOUCHPAD is not working properly. can you help me with providing drivers for trackpad to work on windows 8 professional .

    Did you download and install the Windows Support software? If you did, did you use the Boot Camp Control icon to set up the trackpad how you want it?
    http://www.apple.com/support/bootcamp/
    https://discussions.apple.com/community/windows_software/boot_camp

  • Can't install printer on Windows 8.1 with downloaded drivers

    Strange problem. I cannot install a printer to a windows 8.1 tablet using either downloaded drivers specific to this printer or with universal drivers.  The printer installation hangs after I enter the port, and it hangs at "installing printer" Now if I use auto detect, it installs without a problem.  The problem with that is we have specific settings that need to be set that are not available with the native detected drivers. It acts like it will install, because if I refresh the screen on devices and printers, it shows.   If I then go to printer properties, in the case of the universal drivers, it will not find the printer.  It gives the universal drivers  printer search page. I have admin privledgesI am installing via remote desktop because they are at remote locations.I have the firewall disabled.Is there something I am missing? I did use pnputil -a *.inf   

    Hey Andrade2691,
    Please refer this kb file and try troubleshooting update installation issue for Windows 8:
    Error 1321 or 1309 | Install | CS4, CS5, CS5.5 | Windows
    Regards,
    Anubha

  • How i install Windows 8 on my iMac whit, How i install Windows 8 on my iMac with all drivers working well?

    Hi,
    I just want to know if bootcamp allready supports windows 8 with all drivers working like magic mouse gestures, the optic drive, sd card, USB ports, bluetooth al patches are working fine and if all is working ok how to intall, if is a normal bootcamp installation or requires other procedure
    Thank you

    The Windows 7 drivers worked perfectly for me on my Early-2011 Core i5 MBP.
    It's not officially supported by Apple yet as it's pre-release software, but you can install it without any problems.

  • Computer sees camera with no drivers for my ipad 2

    hi my name is Tim,and my computer see'a my ipad2 as a caamera with no drivers.will not sync maybe it needs new motherboard.is there anyway to reinstall drivers? any help would be apreciated thamks.

    Make sure AMDS is started
    http://support.apple.com/kb/ts1567

  • E7-00 Problem with MTP drivers winXP service pack ...

    I have E7-00 and i have a problem with MTP drivers not being installed and constatly showing device is not working properly in device manager.
    I have win XP sp3,  installed newest Nokia Ovi suite, and my computer is constatly trying to install MTP device drivers, and keeps complaining it cannot.
    What should i do.
    Cheers
    Aleksandar

    NOKIA IS NOT LISTENING TO THIS FAILURE, WHY DO WE HAVE THIS FORUM AT ALL WHEN NOBODY HELPS TO SOLVE THIS BUG

  • Notebook NC6400 HSTNN-C18C problem with grafic drivers

    hello i have
    NC6400 HSTNN-C18C and i have problem with graphic drivers.i have windows 7 proffesional i found some .but in install has failed installation .i have installed game Farming simulator 15 but i still must install latest graphic drivers.can you send me link where i download drivers thanks for help

    Hi,
    It's a good machine isn't it. Unfortunately no official support:
      http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=1848274
    Please try:
       http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/compaq-nc6400-drivers-for-windo...
    Vista driver on the first link may help.
    Good luck.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Install weblogic server 6 with sp1 failure in W2K

    When I install weblogic server 6 with sp1 in W2K,
    InstallAnyWhere display, when InstallAnyWhere process 100%,
    there is nothing in my display about the Install.
    there is weblogic600sp1_ and javaw in Windows Task manager->process.
    I have install JDK1.3

    If I remember correctly, you should make sure that the JDK is not in your
    path.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "yshyang" <[email protected]> wrote in message
    news:[email protected]..
    When I install weblogic server 6 with sp1 in W2K,
    InstallAnyWhere display, when InstallAnyWhere process 100%,
    there is nothing in my display about the Install.
    there is weblogic600sp1_ and javaw in Windows Task manager->process.
    I have install JDK1.3

  • Qosmio X300-130: Problems with some drivers in windows 7 64 bit.

    I have installed normally in my laptop windows 7 64 bit version. Before I continue with my main problems I am in the forum for answers and I found this [post |http://forums.computers.toshiba-europe.com/forums/thread.jspa?messageID=232906&#232906] . How can I see if have a 32 or a 64 bit BIOS? If I have a 32 how can I make it a 64?
    And now my problems:
    1. I have installed a 64 bit sound drive for windows 7 of Realtek the version 6.0.1.6392 and it only recognizes the 2 speakers above the keyboard. How can I fix this?
    2. My media controller manager is not responding with the drivers for windows 7 64 bit. Should I have the bluetooth on? I tried with media player and VLC and it wasn't responding. How can I fix this?

    >How can I see if have a 32 or a 64 bit BIOS? If I have a 32 how can I make it a 64?
    Start the notebook and press F2. Then you should be able to access the BIOS.
    There you should see the version number. Furthermore you can download the latest BIOS from the Toshiba European driver page.
    >1. I have installed a 64 bit sound drive for windows 7 of Realtek the version 6.0.1.6392 and it only recognizes the 2 speakers above the keyboard. How can I fix this?
    The notebook supports the speakers: main x2 + tweeter x2 + woofer harman/kardon
    All speakers are controlled by sound chip. So you need to install just the Realtek sound driver.
    Further settings can be found in control panel Realtek HD audio manger.

  • Using WebLogic JMS Wrappers with Spring

    Hi,
    I was just wondering if anyone used WebLogic JMS wrappers with Spring?
    I am using WebLogic configured to have Sonic as my Foreign JNDI Provider. Weblogic provide me with specific entries on the admin console to set information such as the JNDI name of the Sonic Connection Factory. If I specify this JNDI name in the Spring config, and call getConnection() then I will get back a new connection each time.
    I don't want this, I want to cache the connection (as connections are expensive in Sonic). This is where the WebLogic JMS wrappers come in, they can handle the pooling for me but the only way I can see to use them is via a resource-ref. It is possible for Spring to get a handle onto these wrappers or should I use Spring's own pooling mechanism instead?
    P.S. I've also asked this question on the Spring forum
    Thanks for any help
    Mandy

    Maybe you have already tried the following:
    <beans xmlns:jee="http://www.springframework.org/schema/jee" ... >
    <jee:jndi-lookup id="connectionFactory" jndi-name="jms.ConnectionFactory">
    <jee:environment>
    java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
    java.naming.provider.url=t3://localhost:7001
    </jee:environment>
    </jee:jndi-lookup>
    </beans>
    an alternative is to use the JNDI template
    <beans ... >
    <bean id="jndiTemplate" class="org.springframework.jndi.JndiTemplate">
    <property name="environment">
    <props>
    <prop key="java.naming.factory.initial">weblogic.jndi.WLInitialContextFactory</prop>
    <prop key="java.naming.provider.url">t3://localhost:7001</prop>
    </props>
    </property>
    </bean>
    <bean id="connectionFactory" class="org.springframework.jndi.JndiObjectFactoryBean">
    <property name="jndiTemplate" ref="jndiTemplate" />
    <property name="jndiName"><value>jms.ConnectionFactory</value></property>
    </bean>
    </beans>

  • What are the limitations in weblogic that comes with JDeveloper?

    Hi,
    What are the limitations in weblogic that comes with JDeveloper?
    Thanks for your help.

    Not much. If there is, you can always create your own domain with the servers you want and create a connnection to the admin server of that domain in JDeveloper.

  • Weblogic portal Integration with UCM by weblogic virtual repository

    Anyone has experience with Weblogic portal Integration with UCM by weblogic virtual repository? Thanks.

    Since only folders_g can be used for integrating with Webcenter Spaces/Portal we are not sure of what our strategy should be. Is there plan to use framework folders with Webenter in the future?Certainly there are. Unfortunately, no exact date/release has been communicated so far. If you need a quick implementation (following few next months) I'm afraid you will have to go with folder_g

  • Issue listeneing queue from Weblogic Cluster server with multiple managed server

    Haveing issue listeneing queue from Weblogic Cluster server with multiple managed server.
    Weblogic Cluster structure is like
    Weblogic Cluster01
      --ManagedServer01(http://server01.myhost.com:7001)
      --ManagedServer02(http://server02.myhost.com:7001)
    JMS Servers
      JMSserver01 targeting: ManagedServer01
      JMSserver02 targeting: ManagedServer02
      JMSmodule
      ConnectionFactory01 targeting:JMSserver01,JMSserver02
      UDQueue01 targeting:JMSserver01,JMSserver02
    Uniform Distributed Queue in Monitoring tab showing like this
      mysystemmodule!JMSserver01@UDQueue01
      mysystemmodule!JMSserver02@UDQueue01
    So when I am sending message to any Host(by specifying the provider URL) its distributing equally on both server like
      mysystemmodule!JMSserver01@UDQueue01 10
      mysystemmodule!JMSserver02@UDQueue01 10
    But when try to listen message from these queue, it is listening from one server, for which URL given to connect.
      mysystemmodule!JMSserver01@UDQueue01 0
      mysystemmodule!JMSserver02@UDQueue01 10
    untill I connect to other server by giveing its URL, will not able to access other message left on the queue.
    Solutions that tried
      1) we have tried give both server URL coma sparated in provider URL
    we need to configur same scenario for 5 managed server with 3 listener on other servers.
    Do any one have solution for this.

    You need to have:
    1. Consumers connected to each UDQ member
    OR
    2. If no consumers in some of the members is expected, you can configure Forward Delay (specify the amount of time, in seconds, that a queue member with messages, but with no consumers, will wait before forwarding its messages to other queue members that do have consumers):
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13952/taskhelp/jms_modules/distributed_queues/ConfigureUDQGeneral.html
    For example you can set it to 10 (10s)
    Additional Information here:
    http://docs.oracle.com/cd/E23943_01/web.1111/e13727/dds.htm#i1314228
    http://docs.oracle.com/cd/E23943_01/apirefs.1111/e13951/mbeans/DistributedQueueBean.html?skipReload=true#ForwardDelay
    How Does JMS Load Balancing Work with Distributed Queues and Uniform Distributed Queues? (Doc ID 827294.1)
    I hope this helps
    Best Regards
    Luz

Maybe you are looking for