With JNDI error when you create a new data source

Hello:

This weekend, when adding new applications in the production environment, we had a problem where the new managed servers JNDI tree was inaccessible.

We have seen the error message was:

####
< 1364066840022 > < BEA-149231 > < cannot create the activation state to true for the application "EOI".
weblogic.application.ModuleException:
at weblogic.jdbc.module.JDBCModule.activate(JDBCModule.java:349)
at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
to weblogic.application.internal.flow.DeploymentCallbackFlow$ 2.next(DeploymentCallbackFlow.java:411)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doPrepare(DeploymentAdapter.java:42)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
to weblogic.management.deploy.internal.AppTransition$ 1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
weblogic.common.ResourceException: is already bound
at weblogic.jdbc.common.internal.RmiDataSource.start(RmiDataSource.java:387)
at weblogic.jdbc.common.internal.DataSourceManager.createAndStartDataSource(DataSourceManager.java:136)
at weblogic.jdbc.common.internal.DataSourceManager.createAndStartDataSource(DataSourceManager.java:97)
at weblogic.jdbc.module.JDBCModule.activate(JDBCModule.java:346)
at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:107)
to weblogic.application.internal.flow.DeploymentCallbackFlow$ 2.next(DeploymentCallbackFlow.java:411)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:74)
at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:66)
to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:16)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doPrepare(DeploymentAdapter.java:42)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
to weblogic.management.deploy.internal.AppTransition$ 1.transitionApp(AppTransition.java:21)
at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)


We traced the issue to a new data source that has been added were we found that along with the entry of jndi name expected in the jdbc xml file, there were two empty entries:

< jndi name - > weblogic.jdbc.DataSource.EOI < / jndi-name >
< jndi name - > < / jndi-name >
< jndi name - > < / jndi-name >


The data source has been removed, consoles restarted, the re-created data source and the problem happened again. To get through the issue, had to manually remove empty tags in the xml file.

We have created 2 new sources of data, and it happened only on the spot. The same data source each time. In addition, this question moved not when these changes have been made in our regions of bass (development, qa).

The version is the same in all three regions.

WebLogic Version:
WebLogic Server temporary fix for 9324911 Wed Feb 03 22:38:01 PST 2010
WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967


Is this a known issue? And if so, is there a way to avoid it, other than to start checking the newly created XML files permanently?

Thank you

Ted

Yes, it's a common problem documented in the Oracle documentation:
WebLogic Server: Get ' weblogic.common.ResourceException: is already bound ' exception with name JDBC JNDI (Doc ID 1154250.1)

The only solution is to remove the empty value entries.

Bravo!
AJ

Tags: Fusion Middleware

Similar Questions

  • When you create a new message in Windows Mail only some contact appear just by typing the first few letters of their name

    Original title: Windows mail contact probrem

    When you create a new email, why some of my E-mail contacts appear with just by typing the first letters of his name while other contacts in my list do not appear?

    for example, if I send an email to alan, so when I type the letter 'a' all contacts beginning with 'a' used to appear and you can select whatever you want. This is not the case now, and I have checked the contacts that do not appear are saved the same way as those that appear.

    Any suggestions please

    WinMail stores AutoComplete addresses in the registry and it has a maximum of 29. Claire on some dead wood.
     
     
    How to remove an address from the list of AutoComplete in Windows Mail
    http://email.about.com/od/windowsmailtips/Qt/et_del_autocomp.htm 
  • [JDev 12.1.3] The difference between the Type of Document "Facelets" and "JSP XML" when you create a new page?

    Hallo,

    that is the difference between choosing as a Type of Document "Facelets" and choosing "JSP XML" when you create a new page?

    Which is the best choiche and why? And is it possible to convert a page from one type to another?

    Thank you

    Federico

    Hi Federico

    JSPX both Faceletes are equal to the feature and after Jdev Release11gR2, both are supported in the ADF

    Facelets is deemed be better performance because it is more tight integrated with life cycle JSf and does not need to be compiled before running

    The future speaks Facelets (specification of JSF) and if start you a new project in development with JDeveloper 11 g R2 then we recommend you use Facelets for this reason

    See this good discussion -Diff b\w JSF and JSPX

    Thank you

  • When you create a new DPS use sizes offered by InDesign or the size of the unit?

    Hi all

    When you create a new DP, use sizes offered by InDesign or the size of the unit?  I fell on this question when I was looking for the sizes of the various devices and found that the iPhone 5 s, iPhone5c and iPhone4s sizes differ the defauly dimensions offered by InDesign.

    Also, should I worry about the DPI of resolution?  With the iPhone, they all seem to be 326ppi, but when it comes to other devices it's something I should consider?  Ideally, I could create DPS apps for all devices offered in digital publishing in InDesign (iPhone, iPad, Kindle Fire/Nook and Android).

    Thanks for any help you can provide.

    Also, if it helps I use InDesign CC.

    1024 x 768 using and creating PDF articles you will get OK with the two resolutions of the iPad, and Bob L. said, result 'quite decent one size fits all' for all other devices.

  • Get the blue screen when you create a new message or the response message in OWA Exchange 2007

    Get the blue screen when you create a new message or the response message in OWA (Exchange 2007)

    Hello

    I suggest you post the question in the forums and check them off below if it helps:

    http://social.technet.Microsoft.com/forums/en-us/exchangesvrclients/

    It will be useful.

  • When you create a new email a first letter of the contact request full email address on frequent contacts.

    original title: contact prompting

    When you create a new email a first letter of the contact request full email address on frequent contacts. How to extend the time, what he remembers of those contacts?

    WinMail remembers only 29 addresses used through the registry. These links will give you a few options.

    How to delete registration completion email in Windows Mail
    http://www.Winhelponline.com/articles/245/1/how-to-clear-the-email-auto-complete-entries-in-Windows-mail.html

    How to remove an address from the list of AutoComplete in Windows Mail
    http://email.about.com/od/windowsmailtips/Qt/et_del_autocomp.htm

  • How to specify the file of virtual hard disk when you create a new virtual machine using virtual hard disk on the data store?

    I'm new to PowerCLI and find quite simple, but in the documentation I read, I don't see how to use a virtual hard drive, existing on a data store when you create a new virtual machine.

    Is this simple registration on the virtual hard disk, or did I miss something?

    My current create VM is the following statement:

    New-VM

    -Name $TargetHostName -host $TargetVMCenterHost -data store $TargetVMCenterDatastore DiskMB - 20000 -MemoryMB $TargetHostMemoryMB -NumCPU $TargetHostCPUs -ID $TargetHostOS -CD -Description $TargetHostName

    Didn't notice this before, but I think that vSphere will use a backslash instead of a slash in the paths.

  • When you create a new site to replace your existing it publish you it to a new or existing site?

    When you create a new site to replace your existing it publish you it to a new or existing site?

    To replace or update an existing site, you must select the same site when downloading.

    If you create the new site then it will not replace the existing but would create a new site itself.

    Thank you

    Sanjit

  • Why dreamweaver wants to replace my existing css file when you create a new page

    I created a Web site and I can not dreamweaver to accept my existing css file when I create a new page in the same Web site.  I click on file, create new page, I select page fluid and in the lower right, click on the link to an existing css file and click ok, but dreamweaver tells me so my css file does not exist and wants to replace my existing css file? What's happening?

    Thank you guys for this report we

    It's a little surprising that it is the way it is for a while now. Rather than create a fg with the attached css html, DW invites you to create a new css / replace the existing one. Why?

    The part confusing here is that the "css Attach leader"offers two options.

    1. fix like a normal CSS

    2. attach like a css FG

    If you check the preference to "Join as fluid grid CSS" (see attachment) you should not see this question.

    that is, unless you attach the css like a css FG, DW treats like any other css and waiting for you to bind one another css FG

    However, I'm too confused at first until I realized the difference. Hope this helps

    And thank you for bringing this to our notice

    .. Henin :)

  • Character style strange applied when you create a new table

    Hi all

    I have a table style. This is controlled using the cell styles. Cell styles is controlled using paragraph styles. Nothing complicated here.

    When I create a new table by using the style, it seems. Accept that all of the text in the cells have an applied character style. So when I start to insert text in a cell, the text is formatted different style of paragraph, that I defined in the table style.

    If I remove any character hairstyle for all the text in the table, it seems just as expected.

    Any ideas on how to move forward with this? It's pretty annoying to have to select the table and remove all style characters before you can start using the table.

    Thank you!

    Martin

    Check that a character style is not selected by default before you create your table.

  • Contacts are still in the main Windows mail Contacts, but they disappeared from my contacts list when you create a new message

    After a system crash, restore, all my contacts are still in the main window of Windows mail Contacts, but now when I create a new message and click on 'To', all contacts have disappeared from my list of contacts. How to make their return in the list without having to re-enter them one by one which would take forever? I am running Vista Home Premium.
    Thank you.
    DC

    Hello

    Try the following article, it can be applied as happened after the restoration:

    http://support.Microsoft.com/kb/934563

    You can also export and re - import their contacts. See the link below to do so.

    http://Windows.Microsoft.com/en-us/Windows-Vista/import-export-or-change-the-format-for-contacts

  • Briefcase icon when you create a new folder

    When I create a new folder in my windows operating system 7.  It does not have a new folder icon but puts a My Briefcase instead of new folder icon, how can I change to the new folder icon.  Before when I clicked on new folder, a folder icon.  Sometimes when new folder is clicked nothing happens.  I started after I installed my WD Passport external hard drive

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html
     
     

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.
     
     
    Please let me know if Google Chrome is installed.
     
     
  • When you create a new project, the "new sequence settings" step doe appears not automatically, what to do?

    Hello

    I have a question I make videos of product for a company that they would do that to me in a 16:9 format and in HD. Because they do not know on which channels they want to publish, but it is certain that they will publish on youtube I wanted to do it in the settings HDV and DVCPRO HD 720 p 24 or even 1080 p 24. I bought the license to create online and for some reason that I don't have the option at the beginning when I create a new project to change the settings for the sequence. They do not appear, and then I can not change. Guys do you have any idea what can be done in order to access this setting before the project opens in the end?

    I'd appreciate strongly any help in this matter!

    See you soon,.

    Mascha

    This option is no longer available in the current versions of first. Once you click OK in the new project dialog box, you can then create some sequences that you like new sequence in the dialog box. You can also return to any order and change them through the sequence settings.

  • How to stop Contribute CS5 adding a paragraph when you create a new page via "copy of the current page.

    When I create a new page via 'Copy of the current page', the new page always gets an additional line of code. Contribute CS5 adds a paragraph that pushes my browsing down in the content area of my site. Can someone please help me get to stop this?

    <!--

    Code on the original page:

    < body >

    < div id = "container" >

    < div id = "header" >

    < div class = "logo" > < a href = "/" > < / has > < / div > <! - end .logo - >

    < div class = "navigation" >

    Code on the new page:

    < body >

    < div id = "container" >

    < div id = "header" >

    < div class = "logo" > < a href = "/" > < / has > < / div > <! - end .logo - >

    < style p = "margin-top: 0;" margin-bottom: 0; ' > < / p >

    < div class = "navigation" >


    ->

    If you are going to administer websites > users and roles > choose > change role settings > Editing > paragraph spacing, you put a line or two lines?

    If a line, select the two lines.

  • Error during communication with the remote host when you create the new virtual machine

    I'm under 7 ESX servers on IBM Blade H22 there is a mistake to invite while I create a new virtual machine

    on the vcenter Server

    At the end of 30-35 minutes, it gives an error

    "Error during communication with the remote host"

    The existing machines are working well... I tried to create virtual machines to other ESX servers as well

    but the same question. I also tried to make the clone of existing machines, but without success

    Can anyone help?

    You rescan the LUNS once?

    You've restarted the management agent?

    You've restarted the vpxa?

    If this isn't the case, please perform the step above and check out them.

Maybe you are looking for