JMS WebLogic and connection pooling

Y at - it an advantage in trying to weblogic pool connections or the factory connections automatically does for you?
Thanks in advance.

There is a checkbox to explicitly mark issues such as "answered".

Tags: Fusion Middleware

Similar Questions

  • Global temporary Tables from Oracle and connection pooling

    When grouping, connection ('maintain connections' in cfadmin) is enabled. Oracle Global Temporary tables is screwed up. Bleeding of a page of data request to another because CF is reusing the same Oracle session over and over again.

    Is there a JDBC driver that will allow the use of global Temp Tables while having enabled connection pooling? 

    Other applications, such as Oracle Application Server servers, somehow allow the pooling and work together harmoniously TWG.

    If your temporary tables created with the default setting of validation remove lines, the cftransaction tag will help you.  Copy the following code:



    insert into t_dan_test values (1)


    Select * from t_dan_test



    Select * from t_dan_test


    a 1 1 x sheet of dumping and x 2 0 dumping.

  • Session settings and connection pools

    Hello

    Suppose that I run a command like 'ALTER SESSION SET WORKAREA_SIZE_POLICY = MANUAL' inside a stored procedure called via JDBC and then releases the connection to the pool.  When the connection is next reused by a thread of Weblogic completely independent is it possible that the default setting may be inherited by the new thread?

    I realize that there is a conceptual difference between a process, a connection and a session so, theoretically, the answer to my question should be 'no '.

    But is this the case in real life?

    -Tony

    The pool is a collection of putatively identical connections agnostic. If you change a connection given by means non-JDBC (specific to the SQL DBMS, opaque stored procedures etc.)

    the session of DBMS, associated with the connection is changed permanently and Weblogic knows nothing about it. Yes this state persists as long as the session/connection

    rest and the next user of the connection when it is returned to the pool and out again will inherit the default behavior.

  • Missing for DBAdapter cluster Weblogic Congfiguration outbound connection Pool entry

    Hello

    When I created an entry for outbound connection pool in DBAdapter weblogic console in a clustered (1-Admin server and servers managed by 2) environment and updated adapter DB, I have identified only input connection is updated in that plan a managed server and other server managed, it is not updated. For this reason, we are unable to access the data sources for some requests for the application.

    As a work-around if we plan. XML file to another server managed manually with update and DB adapter connection entry, we are able to find the entrance of connection for managed servers.

    Outside work around there at - it another solution to this problem so that I can add a connection adapter DB Console entry that will update the two plan files.

    Thank you and best regards,

    Vincent

    Can I propose to maintain the file plan of shared drive accessible from all nodes in the server, this will reduce the manual work.

    Concerning

    Albin I

    http://www.albinsblog.com/

  • the connection of WebLogic connection pool timeout issue too soon

    We are having a problem with the connection to weblogic pool. Our web application is based on the Spring Framework, deploy to Weblogic using the data source to connect to Oracle. We use a duration of 1 min and max setting of connection pool 15 on weblogic. But the problem that we face is that the pool does not manage any connection as a pool. Each request makes a new connection to the Oracle server and right closed within a few seconds of connection. The number of new connections could be easily up to more than 100 within 10 minutes.

    Is there a timeout parameter to check the living connection? Could someone please share your thoughts how to solve the problem? Your help is really appreciated.

    Framework Spring (2.5.3), Weblogic (10.3), Oracle (11 g 2)

    This is the setting on our data source:

    -----------------------
    Driver class: oracle.jdbc.OracleDriver

    Initial capacity: 30
    Maximum capacity: 30
    Ability to increment: 1
    Type of instruction Cache: LRU
    Statement Cache Size: 10

    Test the connections on the reserve: checked
    Test frequency: 120
    Name of the test Table: SQL SELECT 1 FROM DUAL
    Seconds to trust an idle connection pool: 10
    Reduce the frequency: 900
    The login retry frequency: 0
    Connect time: 0
    Timeout:0 connection inactive
    Maximum pending connection: 2147483647
    Timeout:10 store login
    Reporting deadline:-1
    Ignore the connections in use: checked
    Pins-wire: unchecked
    Remove Infected connections Enabled: checked
    ---------------------
    Of the tracking tool, we have seen the following statistics:

    Average number of active connections: 0
    Current number of active connections: 0
    High number of active connections: 1
    Total number of connections: 1523
    Current capacity: 1
    Doesn't have a number of requests for reserve: 46
    More high Num available: 30
    Number of connections leak: 0
    Wait for the high number of seconds: 0
    Number of requests for reserve: 1531

    Other parameters are all 0.

    --------------------------
    For the adjustment of the spring:

    < bean id = "ourdatasource" class = "org.springframework.jndi.JndiObjectFactoryBean" >
    < property name = "jndiName" > < value > weblogic.datasource < / value > < / property >

    <!-adds the following to the question if debugging caused by cluster or not->
    < property name = "cache" value = "false" / >
    < property name = "lookupOnStartup" value = "false" / >
    < property name = "proxyInterface" value="javax.sql.DataSource"/ >
    < / bean >

    Try to uncheck ' delete infected enabled connections "and let me know...

  • WebLogic datasource County connection active more than the max connection pool

    Hi guys,.

    We will observe strange behavior on one of our WebLogic instances. A data source is set up with an initial and maximum of 50 capacity, and yet the source of data analysis, we see a number of active connections more of 50 years. In fact, it continues to rise up to 800, after which the database stops to deny connections (obviously).

    Why the maximum capacity of the connection pool is not respected?

    We lack WebLogic 10.3.5 and the connection pool is connected to an Oracle database using the driver oracle.jdbc.OracleDriver.

    Thank you!

    Yes, wire-PIN is documented to override your init-max because it takes
    a connection by running WebLogic threads. If your application also generates its own thread
    who get to pool connections, you have 800 (ugly) son, with a connection.
    This would indicate use suboptimal pool too, which is better to use in getting a connection, using
    and close the ASP, all in a single method call, if the connections are not kept for long periods
    by any thread.

  • connection pool and inefficient query plan

    There is a single query that covers almost 90% of cpu DB.

    Select * from employee e, Department d where e.departement_id = d.department_id

    Us will gather statistics for this table in two, and the issues is resolved.

    This occurs every 2 weeks. That said, the query runs fine for 2 weeks and then we have questions... we will bring together the statistics of these two tables... and things are good for another 2 weeks.

    This query is a proc to store oracle pl - sql, which is called by the JDBC code. I introduced 2 months behind connection pooling, and today, we are facing this problem.

    The query has been accounting for 5 years with no problems.

    Before that I presented the connection pool, the jdbc code created a new connection before calling the store proc.

    Do you think that my connection to the connection pool has introduced this problem.

    The DBA tell me that the query runs a bad plan. Oracle recovers not the more effective plan (and that leads to this high CPU utilization).

    I guess that after 2 weeks Oracle begins to pick up plans that are effective in.

    Do you think all that this question never has nothing to do with my connection pooling code.

    I use Oracle 10 G.

    Hi Mike and ground beach thanks for your response.

    It was just a doubt... that you guys allowed.

    Thank you

    m

  • I m error when i m to access the Manager version alb 3. "expired.the timeout period elapsed prior to obtaining a connection from the pool.this have bcz grouped all connection used and maximum pool size has been reached.

    Hi team,

    I m error when i m to access the Manager version alb 3. "expired.the timeout period elapsed prior to obtaining a connection from the pool.this have bcz grouped all connection used and maximum pool size has been reached.

    Please provide the solution.

    Concerning

    Ajay

    Discussion moved from the Knowledge Base of VMware Lab Manager

  • Connection pool with the OAS and the optimal value of min/max

    Hello world


    I have ", works with admin app to implement under oracle application server connection pool. The current value is min = 0, max = unlimited which I think means not implemented connection pool.

    Anyway I don't have a lot of information on connection pooling, I searched the forums, but I'm not able to find any useful information.


    My Manager would like to know what is the optimal value for min/max for the database, is there a specific formula or a tool that can help me on this issue?


    Thanks in advance.

    Hello

    It's a specific formula or a tool that can help me on this issue?

    The value that you specify for the number of connections and connections Min depends on a combination of factors, including the size and configuration of your database server and the type of the SQL operations that
    your application runs.

    For connection pooling,.
    First, check what is the value of 'process' located on the end of DB (for your current value, check v$ resource_limit at the end of db)...
    for example if the process is set to "1000", you cannot set the maximum value of the connection pool to the end server application above 1000 it will crash your database.

    now on the server side Application.
    As a best practice, set the maximum number of open connections and Minimum of connections open to the same value.

    For more details on connection pool and its settings.
    Check "Setting Up Data Sources - Performance Issues" of the link pdf below

    docs.oracle.com/cd/B14099_19/core.1012/b14001.pdf

    Hope that it would be useful

    Concerning
    Fabian

  • TAF pool and connection

    Hi all

    (1) I am aware that when client-side TAF is configured with LOAD_BALANCE = YES/FAILOVER = ON / normal FAILOVER_MODE(TYPE=SELECT,MODE=BASIC) DSS queries select would failover to the surviving node and terminate properly in case of crash of the primary node. What happens when an application connects to the RAC database using a connection pool. Assume that the connection pool had 10 live connections in the RAC database at the time of the accident of the primary node. 10 connections pool connction would fail on the surviving node with the above updated TAF in place?

    (2) TAF does not manage the LMD. The only way to gracefully handle DML failover is to configure the FAN where the RAC database propagates events to subscribing applications which, in turn, would take appropriate measures to rerun the LMD on the surviving node. Is this a correct statement?

    Thank you

    Hello

    What is the connection pool you use? A conn JDBC pool or pool connections DRCP 11 g? Assumming that makes connections connection pool to the database of x then there x sessions which are shared. One of these sessions on the crashed instance fail over to the other node. How your connection pool faces the one - can not say. While flight statenments SELECT SQL will be executed from the start so that the application would be to see a break (while the statement caught up) and then starts to run again.

    You are right in that if a session has performed DML it does tilt and generates an error; even of the SESSIONS of "ALTER", which the application can be run going to be rubbed, packaged variables reset etc etc. TAF is not big im afraid - Oracle appear to put less emphasis on these days TAF and more FAN (Fast Application Notification) because it allows the programmer to capture faulire events and perform a reset/reconnection and the like.

    Hope that heslp
    -Bob

  • Issue of JMS WebLogic Automigration

    Hello

    Let me first tell you about my server information. Currently, we use weblogic 10.3.3.0. We have 1 admin server and manage the 2 Server (MS_1 and MS_2).

    Currently, we are implementing the automatic migration of JMS on our server. To do this, we follow the steps below:

    1. first cluster must be configured for automatic server migration:

    Home-> Cluster-> configuration-> Migration-> Lock and Edit-> choose migratable machine for migration of automatic server-> Data Source for automatic Migration (choose data store for the migration of the automatic server)-> click Save

    2. environment-> Migratable target-> click on the migratable target-> click Migration-> select-> forced candidate servers Select the migration service policy as 'Automatic failure recovery Services Migrate'-> register and activate changes

    3. need to create a table called ACTIVE in the comic book and the ddl script is located under($WL_SERVER/wl_server_10.3/server/db/oracle/920) query name:leasing.ddl

    4. create a no XA data source (while selecting the pilot, you must select the driver no XA) and under the operation, the data source tab uncheck overall transaction. Also the data source should point to the cluster.

    5. the data source created in step 4 must be used in the JDBC persistence store and can also serve as a source of data of Cluster. The JDBC persistence store should be used in the JMS server and the JMS server should be used in the JMS queue.

    After that, I deploy my Java application to read from the distributed queue JMS. and the Java service is the reading of the JMS queue.

    But when I am restarting the server to manage the below error is thrown and the deployed java application state is making failure:

    ========================

    < 29 April 2015 02:42:15 IST > < WARNING > < HTTP > < BEA-101162 > < org.springframework.web.context.ContextLoaderListener listener has not defined by user: org.springframework.beans.factory.BeanCreationException: error creating bean with name 'jmsResQueueUG' defined in ServletContext resource [/WEB-INF/spring-jms-config.xml]: calling the init method failed; nested exception is javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    org.springframework.beans.factory.BeanCreationException: error creating bean with name 'jmsResQueueUG' defined in ServletContext resource [/WEB-INF/spring-jms-config.xml]: calling the init method failed; nested exception is javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1113)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:431)

    to org.springframework.beans.factory.support.AbstractBeanFactory$ 1.getObject(AbstractBeanFactory.java:254)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:144)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:251)

    Truncated. check the log file full stacktrace

    Caused by: javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)

    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)

    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)

    Truncated. check the log file full stacktrace

    >

    < 29 April 2015 02:42:16 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID ' 1430255500850 'to task 27'. Error: ' weblogic.application.ModuleException: '

    weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)

    Truncated. check the log file full stacktrace

    Caused by: javax.naming.NameNotFoundException: unable to resolve 'MTNNDQ '. Solved "; another name 'MTNNDQ '.

    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)

    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)

    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)

    Truncated. check the log file full stacktrace

    >

    ====================================================

    "MTNNDQ" is the name of the queue that is configured in the properties file. Where the bed spring-jms - config.xml.

    "jmsResQueueUG" is the name of Spring bean.

    Please note that during the server starts deployment the above question is coming, but after the successful restart when I deploy him point above does not.


    Please suggest.


    Thanks in advance.


    Concerning

    Yoan Kar

    Hello

    This problem is solved now. By changing the url of the server to management server to manage the url of the server and changing the connection factory developed to manage the server as below the problem is resolved.

    JMS_FACTORY_TT = t3: / / osb1:7003, osb1:6005 / MTNNJMSCF

    Concerning

    Barnes

  • Install work w/WebLogic and the listener of the APEX APEX

    This time, I get the following message when you provide "apex / http://localhost:7001 / listenerConfigure" as the URL in Internet Explorer

    The listener of the APEX is already configured. Please log on as an administrator to access the listener Administration APEX.

    How can I cancel the 'Apex' Listener so that when I try to access the URL above, makes me to the settings page?

    I also tried this URL:

    Apex / http://localhost:7001 / apex_admin

    As a result the following exception. After seeing the underside of exception I immediately changed the password APEX_PUBLIC_USER in Oracle
    a new password. So now that I have a new password for the APEX_PUBLIC_USER in Oracle, where should I update the config files?

    * oracle.dbtools.rt.service.ServiceLocatorException: Exception occurred in the activate() method
    at oracle.dbtools.rt.service.Provider.activate(Provider.java:56)
    at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
    at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
    at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
    at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
    at oracle.dbtools.rt.service.Provider.inject(Provider.java:137)
    at oracle.dbtools.rt.service.Provider.activate(Provider.java:39)
    at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
    at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
    at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
    at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
    at oracle.dbtools.rt.service.Provider.inject(Provider.java:137)
    at oracle.dbtools.rt.service.Provider.activate(Provider.java:39)
    at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
    at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
    at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
    at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
    at oracle.dbtools.rt.service.Provider.inject(Provider.java:137)
    at oracle.dbtools.rt.service.Provider.activate(Provider.java:39)
    at oracle.dbtools.rt.service.Provider.match(Provider.java:111)
    at oracle.dbtools.rt.service.Providers.match(Providers.java:22)
    at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:97)
    at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:104)
    at oracle.dbtools.rt.web.RequestDispatchers.choose(RequestDispatchers.java:85)
    at oracle.dbtools.rt.web.RequestDispatchers.dispatch(RequestDispatchers.java:52)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.doIt (WebAppServletContext.java:3686)
    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: oracle.dbtools.rt.web.WebException: could not start the universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection
    at oracle.dbtools.rt.web.WebException.internalError(WebException.java:124)
    at oracle.dbtools.rt.query.jdbc.BaseJDBCCallProvider.activated(BaseJDBCCallProvider.java:56)
    at oracle.dbtools.rt.query.jdbc.ora.OraJDBCCallProvider.activate(OraJDBCCallProvider.java:25)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.dbtools.rt.service.__Reflections.invoke(__Reflections.java:85)
    at oracle.dbtools.rt.service.Provider.activate(Provider.java:43)
    ... 39 more
    Caused by: java.sql.SQLException: unable to start the universal Connection Pool: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:588)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:277)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:647)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:614)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:608)
    at oracle.dbtools.apex.Connections.getConnection(Connections.java:116)
    at oracle.dbtools.rt.query.jdbc.ora.OraJDBCCallProvider.connection(OraJDBCCallProvider.java:31)
    at oracle.dbtools.rt.query.jdbc.BaseJDBCCallProvider.activated(BaseJDBCCallProvider.java:44)
    ... more than 46
    Caused by: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:106)
    to oracle.ucp.common.UniversalConnectionPoolImpl$ UniversalConnectionPoolInternal.createOnePooledConnectionInternal (UniversalConnectionPoolImpl.java:1613)
    to oracle.ucp.common.UniversalConnectionPoolImpl$ UniversalConnectionPoolInternal.access$ 600 (UniversalConnectionPoolImpl.java:1421)
    at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:488)
    at oracle.ucp.common.UniversalConnectionPoolImpl.addNewConnections(UniversalConnectionPoolImpl.java:988)
    at oracle.ucp.common.UniversalConnectionPoolBase.getInitialConnections(UniversalConnectionPoolBase.java:541)
    at oracle.ucp.common.UniversalConnectionPoolBase.start(UniversalConnectionPoolBase.java:655)
    at oracle.ucp.jdbc.PoolDataSourceImpl.startPool(PoolDataSourceImpl.java:271)
    ... 52 more
    Caused by: java.sql.SQLException: ORA-01017: name of user and password invalid. connection refused

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
    at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:573)
    at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:431)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:366)
    at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:752)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:366)
    to oracle.jdbc.driver.PhysicalConnection. (PhysicalConnection.java:536)
    to oracle.jdbc.driver.T4CConnection. (T4CConnection.java:228)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
    at oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:280)
    at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:207)
    at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:100)
    ... more than 59 *.

    Wes

    Published by: Wes Gibbs August 9, 2011 18:11

    Hi Wes,

    If your connection to database has changed, you must either delete the old configuration completely, so you could run + / listenerConfigure + again, or if you change the connection parameters in the configuration file.
    In any case, you must locate the config.dir (if you have not configured this setting, it is the ${java.io.tmpdir} of your WLS). If you want to do it again, delete the contents of this directory. Otherwise change the apex - config.xml , you will find. The relevant keys may depend on your previous configuration, but should not be difficult to identify. They are at the beginning of the apex - config.xml and begin by apex.db. .

    -Udo

  • newbe problem the JDBC connection pooling

    How to configure connection pooling in weblogic for mysql 5.0? I use the jdbc mysql... driver please provide any link for mysql 5.0 and oracle weblogic 10.3.0.0 using the console...

    Name--> mydatabase
    JNDI--> jndi/ravidatabase
    --> MySQL database type
    Select the type of driver
    Click next
    Select the Transaction Option, click Next
    Name of the database--> mydatabase
    Host name: localhost
    Port: 3306
    Put the user/passwd Next
    Test the configuration and check for errors, click Next and set a target, and then click Finish.

  • Client AnyConnect and connections without client hang for two users

    ASA 5525, v.19 9.1 (5)

    AnyConnect client 3.1.02026

    I have two users who are unable to connect through the AC client or no client via the web portal. The use of the client, it will get stuck in a loop of "check updates". On the portal, the connection will proceed to point "Cisco Secure Desktop validated successfully... Success... Reloading... Please wait. "Then it crashes here.

    This problem occurs for the user, no matter which company laptop it connects to. A help desk technician can use his laptop computer and connect properly, but she could not connect on his own laptop computer or on another laptop. (Same for the other user.) So the question does not appear to be linked to his laptop or the installation of the CA. (Helpdesk reimage her machine early in the process of solving problems before they realized that the question seems to follow the user.)

    I've updated the hostscan - no change in the results file.  Client and clientless connections seem to work for all users. We are puzzled.  Suggestions, anyone?  Thank you!

    The LDAP protocol must be people - Active Directory server.  Chances are the one who manages the SAA should have access at least to look at Active Directory to look that up.  If they are not they need.

    Of course, I don't know a lot about what you use the devices, but if you use ISE, there should be a type of device MNT (monitoring and troubleshooting) - collecting newspapers and, hopefully, they are sent to a certain type of overall collection of syslog (splunk?) tool.

    Otherwise, there should be a device called a CAM (Clean Access Manager) who collects newspapers - which can also be spread to a global tool for syslog - but with cam, you can pull reports from the output in a file delimited by commas (.csv) and pass through them that way.

    -The thing that annoys me, is he gets to two users any computer, they try to connect to any network to which they connect, and other users can authenticate and access network on these same devices.

    -That is why it is rather confused.  Pretty much saying, there must be something with:

    -the pool of intellectual property that they get an IP of

    -their powers AD

    -user name

    -something in this sense, if the information provided is accurate.

  • ADR on weblogic with jdbc pool of wls

    Is there a way how ords.war can use the jdbc pools standard wls?

    Chris

    Hi Christian B,.

    Christian B has written:

    Is there a way how ords.war can use the jdbc pools standard wls?

    I don't think that ADR uses pools jdbc support for Java EE application servers to which it is deployed.

    If you observe well start ADR log, you'll see that it creates connection pools apex (APEX_PUBLIC_USER), apex_al (APEX_LISTENER), apex_rt (APEX_REST_PUBLIC_USER) and apex_pu (ORDS_PUBLIC_USER) according to the settings of JDBC defined in "defaults.xml" of the configuration of the ADR.

    NOTE:

    • Users of the database are specified in the media for which the JDBC connection pool is created.
    • Pools of connections will vary on which users you set up during installation of ADR.

    See the parameters of connection pool for JDBC:

    Why do you want to ADR to use the 'Standard Web Logic Server JDBC Pools'?

    Kind regards

    Kiran

Maybe you are looking for