Problem adding data source

Hello

I am trying to create a new data source in coldfusion 8, its a derby embedded database, (although I'm really not bothered what type of data I use, I just want to be able to connect for bending) I followed this tutorial but I still get this error... Connection verification failed for data source: SearchDB
org.apache.derby.impl.jdbc.EmbedSQLException: could not create the 'C:\ColdFusion8\db\SearchProject' database, see the following exception for more details.
The root cause was that: java.sql.SQLException: unable to create the 'C:\ColdFusion8\db\SearchProject' database, see the following exception for more details.


If someone could send me in the right direction for this, would be great.

What about James

Open the ColdFusion administrator, and then click Data Sources.

In the name of the Data Source of the box type myDerbyDB

In the drop-down list driver select Apache Derby Embedded

Click Add

About Data Services & > Datasources > Apache Derby Embedded CF page
Data Source name must be still myDerbyDB

In the file Data box type myDerbyDB

Check the Create Database

Click on submit.

You should now have the database and then you should be able to run the code
on this page.

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com

"thomo007" wrote in message
News:flh94j$JFQ$1@forums. Macromedia.com...
> Hi there,
>
> I am trying to create a new data source in coldfusion 8, its built-in
> derby
> database, (although I'm really not bothered what type of data I
> help, I
(> just want it to be able to connect for bending) but I followed
> http://fusecf.blogspot.com/2007/08/coldfusion-8-and-derby-db-create-and.html
> tutorial, but I always get this error... Checking connection failed
> for
> data source: SearchDB
> org.apache.derby.impl.jdbc.EmbedSQLException: cannot create the database
> "C:\ColdFusion8\db\SearchProject", see the following exception for more details.
> The root cause was that: java.sql.SQLException: unable to create the database
> "C:\ColdFusion8\db\SearchProject", see the following exception for more details.
>
> If someone could send me in the right direction for this,
> great.
>
> James cordially
>

Tags: ColdFusion

Similar Questions

  • ColdFusion Administration: Adding Data Sources of error

    * Connection verification failed for data source: online_store
    [] java.sql.SQLException: Communication during the handshake failed. Y at - it a server running on localhost: 3306?
    The root cause was that: java.sql.SQLException: Communication during the handshake failed. Y at - it a server running on localhost: 3306?

    This is the message I get when I try to add a mysql database using the coldfusion administration page. Never, I get this error when I add an access database.

    Where could I go wrong?

    Could someone help or suggest something?

    > when it says to enter the jdbc url, I entered in the following:
    > JDBC: / / [localhost]: [3306] / [online_store]

    Leave out the brackets.

    > do we extract the jar file itself which 3 files open and
    > paste in the destination folder?

    NO.

    > do we extract the main zip to a folder of the same name and
    > Copy and paste the jar file in the destination folder

    Yes. But, before that, stop Coldfusion and remove all type JAR files mysql-connector - java-* currently in the directory cf_root/WEB-INF/lib directory. Otherwise you are going to install two drivers.

    > for driver class: com.mysql.jdbc.5.0.4
    No. I think that should be: com.mysql.jdbc.Driver. Here are more tips on how to configure MySQL5.x. The same themes were held in this recent on CFMX and MySQL5 thread.

  • Adding data sources on the Windows Vista-based computer

    I have ColdFusion on my local workstation and I'm looking to add a data source by using the administrator Web site. It worked perfectly on my previous XP machine, but it does not work on my new Windows Vista machine. The data source is a Microsoft Access database stored locally on the c:\ drive. After clicking on the "send" button, the site administrator returns this error message:

    Cannot update the NT registry.
    DRIVERPATH variable is not defined.

    Any ideas? Thank you!

    TorreyBrown wrote:
    > I have ColdFusion on my local workstation and I try to add a
    > by using the data source administrator Web site. It worked perfectly on my
    > previous XP machine, but it does not work on my new Windows Vista machine.

    Windows Vista is not supported with CF 7. You have three options:
    -Try the CF 8 'Scorpio' beta from http://labs.adobe.com/
    -use a database that works with the driver of JDBC Type 4 over TCP/IP
    -use a supported operating system

    Jochem

    --
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • Adding security to SQL 2000 data sources

    Adding security to SQL 2000 data sources

    I made ColdFusion programming for more than 5 years and now I hired an assistant for myself. So far, I have no warranty on my data sources, but now I need to add user rights for these so if my assistant made a mistake, nothing would happen to the tables. Currently I have about 3 sources of data. I did some research on creating users under Microsoft SQL 2000 and I have created a user account under SQL, but given that my data sources are connected via the account, this user always have full powers on all the tables. Maybe it is more than a simple creation of a user account under SQL and allows read only access to the tables under the permissions tab. Or maybe I need to create new sources of data with different configurations, or perhaps use ColdFusion Sandbox!

    This is where I am confused right now and don't know what would be the way to protect my assistant from damaging my paintings!

    I'll explain my situation with an example here:

    Let's say Mike is a project manager / database administrator and it is the only one in the network, which must have full access to all sources of data/tables. Juta is the programmer who has access to all tables except the Update/Insert access read-only on the tables of 1 or 2.

    I would appreciate if someone can help me understand what I need to do to get there.

    Thank you

    Mike R

    I assume you are using RDS for Dreamweaver to connect with your ColdFusion server, etc, but ColdFusion doesn't RDS to connect to the database, just for you to be able to 'talk' to CF with Dreamweaver, right? We have RDS enabled in our development environment so that we can use CF Studio (Yes, I know, an antique), but the same thing applies to Homesite or DW, I guess. We have no active RDS on our production server see If I happen to use CF Studio to change templates on the production system, I can not run (or look at databases, etc) and would need to use Explorer to run the model and Enterprise Manager (or SQL Plus, etc) to 'look' to the database. However, you shouldn't really get used to change production CF models without testing in development anyway, so it should really not a problem, unless you do not have instances of database development, etc., which could be a problem with the security of the database. Take shortcuts by not having does not separate and production environments development can bite you.

    Phil

  • Problems connecting to JDBC data source

    We have recently upgraded to JDeveloper 11 g to 10g and flies our applications (primarily the Struts). They are compiled fine, and I am able to create data sources and successfully test the connection to open the data source through the window of Application resources. The problem comes when I try to connect through the application. In Java code, I use a DataSource object to get the connection of InitialContext.lookup ("jdbc/sun_DS1") where the JNDI name is in parentheses. We used to define this connection in JDev 10 g via the file data - sources.xml and it worked very well. Now with 11g and defines the connection to the application, I don't know if I'm missing a step between the creation of the data source and run the application.

    The error I get is: javax.naming.NameNotFoundException: while trying to search for "jdbc.sun_DS1" did not find subcontext "jdbc." Solved "; rest the name "jdbc/sun_DS1.
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:411)

    I spent a lot of time reading Oracle help docs and Googling the problem without success.

    Help, please.

    Once you run your application on the WLS console launch (http://localhost:7101/console) and look to see if JDev created a data source for you in WLS.)
    You may need to add it manually.

  • A new instance of the planning - data source problem

    Hi all

    I am trying to install a new instance of the planning, and when I try to create the DATA SOURCE, I get the following error, any help to solve this problem is highly appreciated.

    ++ C:\Hyperion\AnalyticServices\bin > del C:\Users\Admin\AppData\Local\Temp.\srvtmp.r++
    ++ eg ++
    ++ In manufacturer HspDBPropertiesLocationPanel ++
    ++ In HspDBPropertiesLocationPanel queryEnter ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Creating thread and rebinding to RMI ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ $ $ dname is PlnInstance2 ++
    ++ Resource Bundle is java.util.PropertyResourceBundle@221c75++
    ++ Product Name in the file is PLANNING ++
    ++ Availability date is 20051231 ++
    ++ Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEss ++
    ++ baseEnv in java.library.path ++
    ++ at java.lang.ClassLoader.loadLibrary (Unknown Source) ++
    ++ at java.lang.Runtime.loadLibrary0 (Unknown Source) ++
    ++ at java.lang.System.loadLibrary (Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseEnv. < clinit >(Unknown Source) ++
    ++ to com.hyperion.planning.olap.HspEssbaseJniOlap. < clinit >(Unknown Source) ++

    ++ at com.hyperion.planning.HspJSHomeImpl.TestEssConnection (Unknown Source) ++

    ++ to com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD++)
    (++ SEssbasePanelManager.Java:156) ++
    ++ to com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase++)
    (++ PanelManager.Java:132) ++
    ++ to com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod++)
    (++ uctCustomInputPanel.Java:114) ++
    ++ at com.installshield.wizard.awt.AWTWizardUI.doNext (Unknown Source) ++
    ++ to com.installshield.wizard.awt.AWTWizardUI.actionPerformed (unknown safe ++)
    (++ it) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown++)
    (+ Source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.notifyListeners (unknown source) ++
    ++ to com.installshield.wizard.swing.SwingWizardUI$ SwingNavigationControlle ++
    ++ r.actionPerformed (unknown source) ++
    ++ at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) ++
    ++ to javax.swing.AbstractButton$ Handler.actionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) ++
    ++ at javax.swing.DefaultButtonModel.setPressed (Unknown Source) ++
    ++ to javax.swing.plaf.basic.BasicButtonListener.mouseReleased (unknown safe ++)
    (++ it) ++

    Hello

    Error code Essbase 1051293 = connection fails due to invalid credentials.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Problem of driver ODBC Oracle when trying to create a data source / Win XP

    Hi guys,.

    hope I'm here with my question.

    When I try to create or data source in Windows (regardless if user or system data source), and then click 'Test connection', I get this error:
    * [SQLAllocHandle from Microsoft] [ODBC Driver Manager] drive on SQL_Handle_ENV failed *.

    TNS name is correct, tnsname.ora is correct, the user is correct.

    I have the driver for an OraClient10g is installed on my machine.

    I'll reinstall this package? Other things to do to fix this?

    Many thanks for any help,


    Christian

    Published by: ChristianP2 on October 6, 2008 18:13

    You can read this article
    http://www.orafaq.com/Forum/m/100430/0/?srch=driver%27s+SQLAllocHandle+on+SQL_Handle_ENV+failed#msg_100430

    someone said that it fixed the problem after the correct path environment variables

    someon claimed that it is permission problem when installing.

  • Getting started with Open manage the essential problem of Server Data Sources

    I installed a server for and with Open Manage Server Essentials... discovered my network and found a lot of good servers... 1 server has a green check mark and you can see in the Data Source, it uses the administrator of the server with the Version 7.1.0. I downloaded the OMSA node in 7.4.0.2 on another server, etc. SNMP installed and the server is located with a gray question mark and the data source is an Agent of Version 2.0 of Windows Hardware... is anyone has any advice how to handle? And want to install server after the server to see it in OME centrally on a single management server...

    Sorry for my bad English and thanks for all the info.

    Thomas

    OK, so make sure you check out the first installation tutorial in the console of the OME.

    1. you must on the box, so 7.4 OMSA's fine.

    2. be sure that you did the necessary SNMP parameters in the box of the OMSA (services.msc, SNMP, accept any host paackets - or use the ip address).

    3. you can use the tool for troubleshooting Dell desktop OME to test SNMP connectivity to the server with OMSA on it.

    4. I think that the FAQ (delltechcenter.com/ome) contains some tips in the discovery section (3.4)?

    That should make us started.

    Thank you

    Rob

  • Restart WebLogic Server and JDBC data source problem

    Hi all

    In the Weblogic Console, we have defined a data source JDBC, which is used by the compoistes to connect to the Oracle Apps database using DB adapters (SOA Suite 11 g).

    We have seen that whenever the database of applications down and Monte, we wanted to restart the WLS for DB adapters work. Is this necessary, or is this something to do with the way was Weblogic Server setup?

    In addition, we noticed that some adapters file does not pick up the files, and a Weblogic reboot seems to fix everything.

    Pointers to debug these highy is appreciated.

    Concerning
    Anish.

    You can configure your data source so that the connections are tested until they are given to the request.

    An example of how to do it can be found here: http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/jdbc/jdbc_datasources/ConfigureTestingOptionsForADataSource.html

    More information about these features can be found here: http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/pagehelp/JDBCjdbcdatasourcesjdbcdatasourceconfigconnectionpooltitle.html#advancedAttributes

    You can also set how often to retry on the creation of the connection to another value to zero.

  • Data source connection problem


    Hi, im starting to get into Coldfusion and im trying to connect to a database, but when I do the data source and submit it it times out.

    I tried to go to the main page of data sources and the database verifies showup but when I click on the little button it tells me there' are was a mistake. It is said:

    "Connection verification failed for data source: Teacloud.
    java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [SequeLink Server] the data source specified is not defined.
    The root cause was that: java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [SequeLink Server] the data source specified is not defined. »

    don't know what that means. Can anyone help?

    Thank you

    kaco-

    If you try to connect using ODBC Socket, this technical Note should help:

    http://www.Adobe.com/go/tn_18644

    Make sure you use the correct driver and have all the required information entered correctly under Advanced settings.

  • Creating a problem of ms access data source

    Hello
    I tried to create a ms access datasource (standard ms access driver) in the CF admin, and I have this message all the time:

    "Connection verification failed for data source: dog.
    java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] bad user name or password.
    The root cause was that: java.sql.SQLException: [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Access driver] bad user name or password. »

    I tried with the username-password that I usually use to log into the CF admin, but it does not work. Someone shows me a clue, please?
    Thank you

    Try to enter only these 3 parameters

    CF data source name: dog
    Database file: c:\pathToDatabase\yourDB.mdb
    Use default username: (check this)

  • A data source using an app does not not to start

    I'm adopting the tutorial: https://developer.blackberry.com/cascades/documentation/device_platform/data_access/using_data_sourc... at my request. The only difference is that my app is based on the tabs. Following however to add lines in my file qml, makes the application crashes the gray screen with BB10 logo.

        Tab {
            title: "edit list"
            imageSource: "asset:///images/note.png"
            content: Page {
                titleBar: TitleBar {
                    title: "editing list: " + workingOnList
                    visibility: ChromeVisibility.Visible
                }
                Container {
                    id: view
                    ListView {
                        layout: StackListLayout {
                        }
                        preferredWidth: 640.0
                        // Associate the list view with the data model that's defined in the
                        // attachedObjects list
                        dataModel: dataModel
    
                        listItemComponents: [
                            ListItemComponent {
                                type: "item"
    
                                // Use a standard list item to display the data in the model
                                StandardListItem {
                                    title: ListItemData.category_name
                                }
                            } // end of ListItemComponent
                        ]
                    }
    
                    attachedObjects: [
                        GroupDataModel {
                            id: dataModel
                        },
                        DataSource {
                            id: dataSource
    
                            // Load the data from an SQL database, based on a specific query
                            source: "database.db"
                            query: "select * from categories"
    
                            onDataLoaded: {
                                // After the data is loaded, insert it into the data model
                                dataModel.insertList(data);
                            }
                        } // end of DataSource
                    ]
    
                    onCreationCompleted: {
                        // After the root Page is created, direct the data source to start
                        // loading data
                        dataSource.load();
                    }
                }
            }
        }
    

    The only differences are: code is pasted in the {} instead of {Page} tab, and of course, the name of the database, the columns are changed.

    I added bb.data 1.0 import statement in the file .qml, the .pro file was also changed according to the tutorial. Path to the database file is correct.

    You have an idea, why this is happening?

    Another issue related to the data source:

    my main.qml file:

        Page {
            id: mainScreen
            titleBar: TitleBar {
                title: "your lists"
                visibility: ChromeVisibility.Visible
            }
            Container {
                ListView {
                    id: allListsView
                    objectName: "allLists"
    
                    layout: StackListLayout {
                        headerMode: ListHeaderMode.Sticky
                    }
    
                    dataModel: allListsModel
    
                    listItemComponents: [
                        ListItemComponent {
                            type: "item"
    
                            StandardListItem {
                                title: ListItemData.list_name
                            }
                        },
                        ListItemComponent {
                            type: "header"
                            Header {
                                title: ListItemData
                            }
                        }
                    ]
                    onTriggered: {
                        select(indexPath);
                        var page = listPage.createObject();
                        nav.push(page);
                    }
                }
    
                attachedObjects: [
                    ComponentDefinition {
                        id: listPage
                        source: "listPreview.qml"
                    },
                    GroupDataModel {
                        id: allListsModel
                        grouping: ItemGrouping.ByFirstChar
                        sortingKeys: ["list_name"]
                    },
                    DataSource {
                        id: allListsSource
    
                        source: "database.db"
                        query: "select * from lists"
    
                        onDataLoaded: {
                            allListsModel.insertList(data);
                        }
                    }
                ]
    
                onCreationCompleted: {
                    allListsSource.load();
                }
            }
    

    New screen grows without any problem after clicking on list items. But when I add the following lines to listPreview.qml, application stucks selection list item and nothing happens.

    Page {
    
        content: ListView {
            id: myListView
    
            dataModel: dataModel
    
            listItemComponents: [
                ListItemComponent {
                    type: "item"
    
                    StandardListItem {
                        title: ListItemData.article_name
                    }
                }
            ]
        }
    
        attachedObjects: [
            GroupDataModel {
                id: dataModel
            },
            DataSource {
                id: dataSource
    
                source: "database.db"
                query: "select * from articles"
    
                onDataLoaded: {
                    dataModel.insertList(data);
                }
            }
        ]
    
        onCreationCompleted: {
            dataSource.load();
        }
    }
    

    It looks like I can not query the DB for the second time commenting on the DataSource {...} of listPreview.qml pushed the new app screen without any problems.

    EDIT:

    a simple solution: I forgot to add the statement import bb.data 1.0 in listPreview.qml

  • 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

  • Cannot create the EIS data source

    When you try to create a new DSN in the ODBC Administrator get the error:
    Error "routines of installation for the ODBC driver cannot be loaded due to system 193 error code".

    can someone tell me how to handle this error

    the installation creates problems during a previous installation

    look for 5.2 drivers are available in \HyperionHome\Common\ODBC-64\Merant\5.2\Drivers.
    Run... / HyperionAnalytics/bin/RegUpdateODBC51.bat. > Open regedit>>/HKEY_LOCAL_MACHINE/Software/ODBC/ODBCINST.ini/Merant OEM 5.1 64-bit. > backup key. > export key. > edit the export file.
    If you have 5.1 replace 5.1 5.2 in all cases
    Replace the 21 22 for all DLLs
    Make sure driver = the way of the driver in step 1
    (8) save the key file.
    9) double-click a key file to update the registry.
    (10) in ODBC Data Source Administrator, you should now see the 5.2 drivers under drivers Tag.
    (11) add the ODBC connection.

    Once installed, go to the registry under:
    HKEY_LOCAL_MACHINE/Software/WOW6432Node
    Select the driver of Merant 32 bit that you plan to use, for example
    MERANT 5.2 OEM 32-BIT Oracle Wire Protocol
    and verify that the following entries have been added.

    If they are not there then add them manually:
    'Driver"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\Drivers\\arora22.dll '.
    'HelpRootDirectory"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\help '.
    'Setup"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\Drivers\\arora22.dll '.

    The path must point to your location of HYPERION_HOME.

    Once open the 32-bit ODBC Administrator of:
    C:\Windows\SysWOW64\odbcad32.exe

    Add a new system DSN using the correct driver and connect to the Console of IST use this DSN.

    If you are using Oracle, you MUST use the Oracle Wire Protocol driver and NOT the driver Oracle standard Merant.

    If you use the standard driver, this message may appear when you try to connect from the Console of the EIS:
    2003000 error: Specified error ODBC driver could not be loaded because of the error system 193 (5.2 Oracle 32-bit OEM Merant)

  • Storage of the client in the SQL data source fails all of a sudden

    After performing several Windows 2008 security updates last night, one of the sites started throwing errors related to access to the client storage database, which is the default value as defined by the CF Administrator:
    coldfusion.runtime.ClientScopeDBException: operation failed on the source of data DATA source NAME.
    Reason of failure java.security.AccessControlException: access denied.


    Most of our sites use this data source for storage of client, and none of them have the problem.
    Editing the file Application.cfm to use clientstorage = "cookie" got the site up.
    I then added a NEW data source to the list of storage Client and set the Application.cfm file to use instead.
    This works. As sson as I remove the Application.cfm file clientstorage attribute, the site breaks.
    Short to reboot the server (which happened last night after the updates), I restarted IIS all related services.
    Any ideas?

    Java security error, huh? You know, I had missed that in your first note. (He says he is, "reason for failure java.security.AccessControlException: access denied".)

    I'm starting to wonder now: what is a CF Enterprise Deployment? It is configured (in the CF Admin) to use what is called "Security Sandbox"? If so, the problem might be that this one app is in a sandbox that has not been configured to access the DSN. Sandboxes are configured for all code running in a given directory (and its subdirectories), which would explain this work for everyone, but this one.

    Purging of customer data is quite drastic, if data are important for your application. I recommend you try this if you have a little more time.

    If you're reading this I would like to learn more about Sandbox security, in addition to the docs, you can read more in some articles that I did for the Dev Center a few years previously, to http://www.adobe.com/devnet/security/articles/sandbox_01.html and http://www.adobe.com/devnet/security/articles/sandbox_02.html. While it was written in the period of CF6, it still applies to the 7 and 8.

Maybe you are looking for

  • get black blocks

    Recently in the last day or so I started to have some black blocks when I scroll a page, or if I go to my favorites it does not allow me to add jpg so cannot show you I tried the same thing in IE but nothing happens, it does appear that firefox. Any

  • Icon Firefox jumped above file. How can I get this back where it belongs

    Firefox icon allows to be to the left of the file and had a fall to the bottom of the box... now it's above file without the menu drop down. I want to go back to the left! How do I do that?I am running windows 8.

  • HPE-450F: I installed a 3 TB Segate HD in my slot for expansion. Plug in the SATA 2 slot data.

    I plug the data cable in the slot of SATA 2. When I turned on the computer of the sshowed drive it was only 746,39 GB. My mother MS-7613 (lona-GL8E) card model supports a 3 TB Sata hard drive. I am just wanting to use the drive as a storage device.

  • Memory slot secondary satellite P30 145 unrecognized

    After a HARD recent failure disk format, I had to reinstall XP and downloaded the drivers Tosh not having does not have access to my original restore disk as I work abroad. The secondary memory slot is grateful now not any DDR, I'm moving to 2 G, any

  • Reinstalling Windows XP question

    I have a Dell Inspiron 5100, I need to reinstall Windows XP Home Edition, but I do not have a Dell Windows XP disk, however I use a gateway Windows XP Home Edition disk instead? PS: I have all the divers for the Dell just need to Windows.