JDBC Tx timeout

Nedd help!
We are runing Weblogic6.1 with Oracle 8.
During our Tx transaction processes, flollowing SQL Error happens:
"[java.sql.SQLException: Transaction 14:7aaa0978f11df335 not active anymore. tx
status = Marked rollback. [Reason=weblogic.transaction.internal.TimedOutException:
Transaction timed out after 31 seconds
Name=[EJB com.processingnew.NewProcessBean.(java.util.Vector,com.eduction.pay.PayCalendar,long,boolean)],Xid=14:7aaa0978f11df335(5400402),Status=Active,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
since begin=31,seconds left=30,ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=started,assigned=none),SCInfo[eductionprod+biz01]=(state=active),properties=({weblogic.transaction.name=[EJB
com.processingnew.NewProcessBean.process(java.util.Vector,com.eduction.pay.PayCalendar,long,boolean)],
weblogic.jdbc=t3://122.122.23.23:9001}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=biz01+122.122.23.23:9001+eductionprod+,
Resources={})],CoordinatorURL=biz01+122.122.23.23:9001+eductionprod+)]]
But we know whole process runs much less than 30 seconds, only about 5 seconds,
it must be some bug errors.

Hi Jining,
Transaction timemout is calculated since the transaction
started. Is it possible that method NewProcessBean.process
is called within another transaction?
Regards,
Slava Imeshev
"Jining Qi" <[email protected]> wrote in message
news:3da72c75$[email protected]..
>
Nedd help!
We are runing Weblogic6.1 with Oracle 8.
During our Tx transaction processes, flollowing SQL Error happens:
"[java.sql.SQLException: Transaction 14:7aaa0978f11df335 not active
anymore. tx> status = Marked rollback.[Reason=weblogic.transaction.internal.TimedOutException:> Transaction timed out after 31 seconds> Name=[EJBcom.processingnew.NewProcessBean.(java.util.Vector,com.eduction.pay.PayCalendar,long,boolean),Xid=14:7aaa0978f11df335(5400402),Status=Active,numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds
since begin=31,secondsleft=30,ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=started,assi
gned=none),SCInfo[eductionprod+biz01]=(state=active),properties=({weblogic.t
ransaction.name=[EJB
>
com.processingnew.NewProcessBean.process(java.util.Vector,com.eduction.pay.P
ayCalendar,long,boolean)],
>
weblogic.jdbc=t3://122.122.23.23:9001}),OwnerTransactionManager=ServerTM[Ser
verCoordinatorDescriptor=(CoordinatorURL=biz01+122.122.23.23:9001+eductionpr
od+,
Resources={})],CoordinatorURL=biz01+122.122.23.23:9001+eductionprod+)]]
But we know whole process runs much less than 30 seconds, only about 5seconds,
it must be some bug errors.

Similar Messages

  • JDBC Wait timeout in WL 7.0

    Hi All,
    We are using the JDBC connection pool in the application and I have
    coinfigured the max connections as 100. Its been observed that, when
    the 101st user request for the connection, pool throws
    ResourceException immediately without waiting any time. Is it possible
    to coinfigure pool in WL 7.0 with wait timeout? if possible how?
    Thank you all,
    Santhosh.

    Joseph Weinstein" <[email protected]> wrote in message
    news:[email protected]..
    Currently there is no way to make the pool waiting. But you can
    easily fix the problem by increasing size of the connection
    pool.So if he increases to 200, and his 201st user logs in and gets the same
    problem?Aparently, if you can not set up a pool to satisfy all requests,
    there is a problem with code/design. We can hardly fight
    programming/design mistakes except may be giving good
    advices.
    The fundamental problem is that the design of his application is retaining
    a pooled JDBC connection indefinitely, spanning multiple interactionsbetween
    a given user and the server. If this is necessary the customer must either
    have a pool with as many connections as he will have concurrent users,I meant exactly that.
    or he should write his application to use direct non-pooled connectionswhich
    he gets from the DBMS driver.Than application will get screwed up using direct driver calls.
    As for me, it doesn' t make big difference. At least using
    pool helped to identify the fact of the problem presence
    quickly.
    < Ideally, the customer can design the application
    like EJBs or good servlets, that get a connection, use it, and return itto the pool,
    all with a single user-server message/response.Sure.
    Regards,
    Slava Imeshev

  • Synchronous JDBC - message timeout

    Hi,
    I have a scenario RFC-XI-JDBC synch. I am getting a message timeout error while trying to post large data volume. Apparently the sync message is geting expired after timeout (default 180 sec).
    I found SAP note 730870 (question 14) suggests to increase the property xiadapter.inbound.timeout.default. However, SAP note 791379 says you should never change this value.
    Is anyone has chaged this value in oreder to optimize performance ? Pls suggest.
    Also pls let me know if you have any other suggestion.

    As per the documentation
    http://help.sap.com/saphelp_nw04s/helpdata/en/29/22ee41c334c717e10000000a155106/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283
    You should increase the timeout from 180000(default) to 240000.
    or 240 sec.
    please visit
    Re: MessageExpired because of large amount of data

  • OAS 10.1 3.1 0 OC4J JDBC Connection/Timeout settings

    I am fairly new to OAS, and am trying to resolve a intermitent issue,
    I have an OAS 10.1.3.1.0 with a deployed EAR file I was provided by a supplier containing mainly PL/SQL based logic, which configured the OAS to ask a middle tier for a an external to pass data to it via Stored Procedure and then usiing the deployed package connect to an external Oracle DB and insert the data.
    Oas is running on a Windows 2003 platform that has no problems or connectivity problems, how ever intermittenlt the OAS stops uploading data to the external Oracle DB. Some custom external logging details this as a communication at the time it occurs, how ever there are no comms issues. A quick restart of the OAS windows service resolves the issue.
    Apart from upgrading OAS to patch set 5, the only other thing I considered could be causing the issue is how OAS is handling the session timeout or connection pool.
    I can see the following settings for the JDBC connection I am using, I wondered if anyone could advise anything that could be changed? I am not sure the implications on setting the validate connection to True and also not sure why maximum number of connections is set to -1?
    Connections
    Initial size of Connection Cache
    Minimum Number of Connections
    Maximum Number of Connections
    Connection Retry Interval (seconds)
    Maximum Connection Attempts
    Maximum Number of Statements Cached
    Lower Threshold Limit On Pool (%)
    Defaults to 20% of max connections.
    Validate Connection FalseTrue
    Timeouts
    Inactivity Timeout (seconds)
    Time that an unused connection is inactive before it is removed from the pool.
    Wait For Used Connection Timeout (seconds)
    Maximum time to wait for a used connection to be released.
    Max Active Time for a Used Connection (seconds)
    Maximum time a used connection may be active.
    Abandoned Connection Timeout (seconds)
    Enforce Timeout Limits Interval (seconds)
    Any help would be appreciated

    Hi,
    Along with Priya's suggestions, please refer the link below for the details on the parameters.
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b28958/datasrc.htm#CHDCFCHB
    Hope this will help understand all the parameters.
    Also refer,
    What Should Be My Maximum Connection Pool Size? [ID 1061155.1]
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/htdocs/jdbc_faq.html
    Regards,
    Mithun

  • Timestem and jdbc Query Timeout

    hi all,
    i have install timesten on one computer and configure there Query Timeout like This:
    SQLQueryTimeout = 80
    and i have JBoss Application Server on another computer and timesten client.
    i've timesten-xa-ds.xml configuration file configured like this :
    <set-tx-query-timeout>
    <query-timeout>50000</query-timeout>
    <set-tx-query-timeout>
    and when i tryed to execute sql command i get an error:
    14:19:13,342 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: S1000
    14:19:13,344 ERROR [JDBCExceptionReporter] [TimesTen][TimesTen 6.0.4 CLIENT]Query Timeout must be numeric, greater than or equal to 0, and less than the Network Timeout
    14:19:13,346 ERROR [STDERR] javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not execute query
    14:19:13,346 ERROR [STDERR] at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:567)
    14:19:13,346 ERROR [STDERR] at org.hibernate.ejb.QueryImpl.getResultList(QueryImpl.java:56)
    14:19:13,347 ERROR [STDERR] at com.magti.businesslayer.ejb3Fasade.srvprov.MobileServiceFasadeBean.simChange(MobileServiceFasadeBean.java:1381)
    can anybody help me ? :(

    We are execute some tests and we got this mistake
    java.sql.SQLException: [TimesTen][TimesTen 7.0.1.0.0 CLIENT]Query Timeout must be numeric; if the Network Timeout is non-zero, the Query Timeout must be greater than zero and less than the Network Timeout, else if the Network Timeout is zero, the Query Timeout must be greater than or equal to zero.
    at com.timesten.jdbc.JdbcOdbc.createSQLException(JdbcOdbc.java:3186)
    at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3320)
    at com.timesten.jdbc.JdbcOdbc.standardError(JdbcOdbc.java:3285)
    at com.timesten.jdbc.JdbcOdbc.SQLSetStmtOption(JdbcOdbc.java:2555)
    at com.timesten.jdbc.JdbcOdbcStatement.setStmtOption(JdbcOdbcStatement.java:1889)
    at com.timesten.jdbc.JdbcOdbcStatement.setQueryTimeout (JdbcOdbcStatement.java:714)
    at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:226)
    at org.hibernate.jdbc.AbstractBatcher.closeQueryStatement(AbstractBatcher.java:162)
    at org.hibernate.loader.Loader.doQuery(Loader.java:714)
    at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:224)
    at org.hibernate.loader.Loader.loadCollection(Loader.java:1919)
    at org.hibernate.loader.collection.CollectionLoader.initialize(CollectionLoader.java:71)
    at org.hibernate.persister.collection.AbstractCollectionPersister.initialize(AbstractCollectionPersister.java:520)
    at org.hibernate.event.def.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:60)
    at org.hibernate.impl.SessionImpl.initializeCollection(SessionImpl.java:1627)
    at org.hibernate.collection.AbstractPersistentCollection.forceInitialization(AbstractPersistentCollection.java:454)
    at org.hibernate.engine.StatefulPersistenceContext.initializeNonLazyCollections(StatefulPersistenceContext.java :827)
    at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:229)
    at org.hibernate.loader.Loader.doList(Loader.java:2150)
    at org.hibernate.loader.Loader.listIgnoreQueryCache (Loader.java:2029)
    at org.hibernate.loader.Loader.list(Loader.java:2024)
    at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:369)
    at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java :300)
    at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:146)
    at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1093)
    at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
    at org.springframework.orm.hibernate3.HibernateTemplate$31.doInHibernate(HibernateTemplate.java:853)
    at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:366)
    at org.springframework.orm.hibernate3.HibernateTemplate.find (HibernateTemplate.java:844)
    at org.springframework.orm.hibernate3.HibernateTemplate.find(HibernateTemplate.java:836)
    at com.bursatec.bmv.selectividad.persistence.dao.impl.FedCenlacesDaoImpl.findEnlaces(FedCenlacesDaoImpl.java :119)
    at com.bursatec.bmv.retransmision.middleware.service.impl.RetransmisorImpl.getEnlaces(RetransmisorImpl.java:229)
    at com.bursatec.bmv.retransmision.middleware.service.impl.RetransmisorImpl.getInfoEnlace (RetransmisorImpl.java:242)
    at com.bursatec.bmv.retransmision.middleware.service.impl.RetransmisorImpl.efectuarReTx(RetransmisorImpl.java:122)
    at com.bursatec.bmv.retransmision.middleware.service.impl.RetransmisorImpl.atenderSolicitud (RetransmisorImpl.java:103)
    at com.bursatec.bmv.retransmision.middleware.configura.SubscriptorListener.onMessage(SubscriptorListener.java:22)
    at progress.message.jimpl.Session.deliver(Unknown Source)
    at progress.message.jimpl.Session.run(Unknown Source)
    at progress.message.jimpl.Session$SessionThread.run(Unknown Source)
    I wish some one could help me
    Thanks a lot.

  • JDBC LDAP Timeout

    While connecting to our LDAP source using packaged LDAP JDBC driver we receive a timeout error:
    7000 : null : com.sunopsis.sql.k: Oracle Data Integrator TimeOut
    Re-executing the job helps in most cases, but sometimes timeout problem persists. Any ideas on how can we increase the connection timeout ?
    We are still on ODI 10.1.3.2.0
    Connection details:
    JDBC Driver: com.sunopsis.ldap.jdbc.driver.SnpsLdapDriver
    JDBC URL: jdbc:snps:ldap?ldap_url=ldap://server:389/&ldap_password=ENCODEDPASSWORD&ldap_basedn=OU=one,OU=two,OU=three,OU=four,OU=five,DC=SIX,DC=COM&ab=\\fileserver\alias_ldap.txt

    Go to odi studio menu-->odi--->user parameters
    There you can find to increase the time out time
    Oracle Data Integrator Timeout     1000     Timeout used by Oracle Data Integrator for the database connections.

  • AEX JDBC Synchronous Timeout

    Hi everyone!
    I have a synchronous scenario Proxy->JDBC On PI 7.4 Java Only.
    I have imported this scenario from another server dual stack, there it works.
    I following this thread
    SOAP Receiver adapter on 7.4 AEX exeeds synchronous timeout
    , but it´s not answered.
    do i forgot something?

    Hi guys,
    I found a solution.
    Applying the SAPnote 0001493502.
    Our problem was the paralelism, this wasn´t set.

  • JDBC / JTA Timeouts : How to set a timeout on the fetching of a query ?

    Hi !
    I'm working on an Application running on Weblogic Server 11g. This app executes a query on an Oracle 11g database ...
    The problem is that this query returns millions of records ... and the app fetches the results during tens of minutes.
    We would like to set a timeout, wich will abandon the transaction, hang the database connection, destroy the socket ... or anything else ...
    This timeout will prevent the thread to become in STUCK state and stucking the weblogic managed server.
    Is this possible ?
    Thank's for your answers.
    Steve.
    Edited by: 966918 on 10 avr. 2013 07:18

    Abandon timeout will not help. That is only used if a database crashes during the second phase of commit. It specifies how long the transaction manager should keep trying to complete the transaction.
    JTA timeout will only work if you are using XA datasources and two-phase commit transactions. When the timeout occurs, it guarantees that the transaction cannot be committed. Eventually, all of the participant resources will be notified and will not allow any more work to take place on the transaction. It does not stop the threads and the application must be written to handle exceptions appropriately.
    Edited by: Steve Felts on Apr 17, 2013 8:32 AM

  • JDBC Exception while calling a web-service

    Hi all,
    We are getting the following JDBC Driver Timeout Exception while calling an external web-service..
    An exception occurred while executing a transaction. Details: An error occurred while accesing the database. Detail:SQL statement: ' SELECT INSTANCEDATA, PROCESSID, INSTID, THREADID, NAME, PARENTTHREAD, PRIORITY, CREATIONTIME, AUTHOR, PARTICIPANT, NEXTPARTICIPANT, PROCESSDEADLINE, ACTIVITYDEADLINE, RECEIVETIME, ACTIVITYNAME, NTHREADS, CTHREADS, FCTHREAD, TOTALTHREADS, STATE, SOURCEACTIVITYNAME, ROLEIN, PENDINGITEMID, LASTRESULT, ITEMDEADLINE, NCHANGES , NREMARKS, NATTACHMENTS, HASPARTFORROLE,MICROACTIVITYNAME FROM PPROCINSTANCE WHERE PROCESSID = 11AND INSTID = 10 AND THREADID = 0 FOR UPDATE' Caused by: [BEA][Oracle JDBC Driver][Oracle]ORA-02049: timeout: distributed transaction waiting for lock fuego.transaction.DatabaseException:
    How do we resolve this exception?
    We have increased the JTA timeout to 120 seconds.. in the engine..
    Our process is deployed on Weblogic Server

    Looks like specific record for the Instance id 10 is locked in the Engine table. I am not quite sure, what kind of Business scenraio you executed to end up in this issue.
    But you can try restarting the BPM engine or check with the Oracle DBA to see any lock on the rows in Engine database and perform required unlocking operations.
    -Lovin.V

  • BEST_EFFORT_QUERY Timeout - inconsistent behavior

    I'm seeing inconsistent results with the Best Effort Query/Timeout combination using the Jena Adaptor. Sometimes it appears that the timeout is working exactly as expected, after X amount of time (5 seconds in our case), the query returns with a subset of the specified data. Other times, it seems that the query ignores the fact that a timeout has been specified and it churns much longer than I would expect. Is there some reason for this that I'm missing?
    Jena v 2.6.2
    11g r2.0.2
    I provided these numbers for a different thread (Binding string values in SPARQL but they apply here as well. The query starts like so:
    PREFIX ORACLE_SEM_FS_NS:<http://oracle.com/semtech#timeout=5,BEST_EFFORT_QUERY=t,DEGREE=8>
    DEBUG[2011-08-05 09:05:49,498] - [service:debugQuery:202] - ( 0 processed in 0:00:32.578)
    DEBUG[2011-08-05 09:08:30,872] - [service:debugQuery:202] - ( 532 processed in 0:00:04.265)
    DEBUG[2011-08-05 09:09:23,262] - [service:debugQuery:202] - ( 532 processed in 0:00:01.250)
    Second Test: Search for "Juvenile"
    DEBUG[2011-08-05 09:16:22,588] - [service:debugQuery:202] - ( 0 processed in 0:00:06.078)
    DEBUG[2011-08-05 09:18:01,072] - [service:debugQuery:202] - ( 1 processed in 0:00:52.172)
    DEBUG[2011-08-05 09:19:21,602] - [service:debugQuery:202] - ( 1001 processed in 0:00:57.999)
    DEBUG[2011-08-05 09:20:03,477] - [service:debugQuery:202] - ( 1001 processed in 0:00:07.031)
    Any suggestions you can offer would be very helpful.
    Regards,
    J.P.
    Edited by: 877356 on Aug 5, 2011 8:00 AM

    Hi,
    Could you please send me (alan dot wu at oracle dot com) a reproducible test case?
    The time out logic in Jena Adapter depends on JDBC's timeout and also row fetching from a result set.
    Thanks,
    Zhe Wu

  • Help needed on MDB listening on an AQ

    We have a MDB which is listening on an AQ in a database. Here is the issue, we need to restart the container (MDB) everyday otherwise after a while, the MDB would not get the message that has been sent to AQ. We thought there is JDBC connection timeout issue, however, we don't know how to setup datasource so that it would not timout. Or may it be connection timeout issue on database side?
    Please help.

    message from q1and q2 needs to be correlated. if MsgID is  the key for correlation then create correlation element in the correlation editor. u will have two recv steps in bpm with correlation condition activated. so when a message q1 comes to bpm it will be in wait step until relevant message is arrived from q2. when the correlation condition is satisfied the processing happens. having split mapping u can process the messages and send as idocs to r3. this way is async.
    to make it sync (to get the respone from the r3) have one recv step after the send step that would expect a message from r3 on the status. following a send step that sends the response to jms.Thsi requires activating client proxy in r3 that would send the status of the idoc to xi once posted.
    or check this link for appl response handleing
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe
    Edited by: Prabhu  S on Jan 8, 2008 4:16 PM

  • HttpOnly Cookie in weblogic 10.0

    Hello,
    I use weblogic 10.0 version. when I enable cookie-http-only in weblogic.xml, in the output I can see that flag is not set. The documentation says that this flag is set to true by default.
    I do not know if there were any fixes made in the 10.X Service packs. Please advice if I there is an issue in the 10.0 version and I should upgrade my weblogic to 10.3?
    Thanks,
    Kalyan

    <Oct 4, 2010 5:11:27 PM IST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor C:\Data\dev\adcxx5n_workstation_oct2010\vobmnt\ima\pmas\workstation\common.base-platform\target\base-platform-6.9-SNAPSHOT/WEB-INF/weblogic.xml of module null. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    C:\Data\dev\adcxx5n_workstation_oct2010\vobmnt\ima\pmas\workstation\common.base-platform\target\base-platform-6.9-SNAPSHOT\WEB-INF\weblogic.xml:18:11:18:11: problem: cvc-complex-type.2.4a: Expected elements 'cookie-path@http://www.bea.com/ns/weblogic/90 cookie-domain@http://www.bea.com/ns/weblogic/90 cookie-comment@http://www.bea.com/ns/weblogic/90 cookie-secure@http://www.bea.com/ns/weblogic/90 cookie-max-age-secs@http://www.bea.com/ns/weblogic/90 persistent-store-type@http://www.bea.com/ns/weblogic/90 persistent-store-cookie-name@http://www.bea.com/ns/weblogic/90 persistent-store-dir@http://www.bea.com/ns/weblogic/90 persistent-store-pool@http://www.bea.com/ns/weblogic/90 persistent-store-table@http://www.bea.com/ns/weblogic/90 jdbc-column-name-max-inactive-interval@http://www.bea.com/ns/weblogic/90 jdbc-connection-timeout-secs@http://www.bea.com/ns/weblogic/90 url-rewriting-enabled@http://www.bea.com/ns/weblogic/90 http-proxy-caching-of-cookies@http://www.bea.com/ns/weblogic/90 encode-session-id-in-query-params@http://www.bea.com/ns/weblogic/90 monitoring-attribute-name@http://www.bea.com/ns/weblogic/90 sharing-enabled@http://www.bea.com/ns/weblogic/90' instead of 'cookie-http-only@http://www.bea.com/ns/weblogic/90' here in element session-descriptor@http://www.bea.com/ns/weblogic/90:<C:\Data\dev\adcxx5n_workstation_oct2010\vobmnt\ima\pmas\workstation\common.base-platform\target\base-platform-6.9-SNAPSHOT/WEB-INF/weblogic.xml:18:11>

  • Weblogic 10.3 secure jsessionid cookie

    Hi,
    I am running my application on weblogic 10.3 app server. And my application is running on both HTTP and HTTPS. My questions is around the JSESSIONID cookie that App server generates and send to client. By default this cookie is non-secure, even if application runs on HTTPS. I want to know, how can Weblogic App Server create a new JSESSIONID cookie which is secure, when application moves from HTTP to HTTPS? My requirement is to run the application on secure JSESSIONID cookie when we use HTTPS.
    How can i achieve it? It's kind of critical to me.
    Any help is highly appreciated.

    I tried setting up the secure cookie by modifying the config.xml.
    But my app server is shutting down forcefully by throwing this message.
    <Aug 28, 2009 1:05:18 PM GMT+05:30> <Error> <Management> <BEA-141244> <Schema va
    lidation errors while parsing D:\bea\user_projects\domains\zendough\config\confi
    g.xml - Expected elements 'weblogic-plugin-enabled@http://www.bea.com/ns/weblogi
    c/920/domain hosts-migratable-services@http://www.bea.com/ns/weblogic/920/domain
    http-trace-support-enabled@http://www.bea.com/ns/weblogic/920/domain key-stores
    @http://www.bea.com/ns/weblogic/920/domain custom-identity-key-store-file-name@h
    ttp://www.bea.com/ns/weblogic/920/domain custom-identity-key-store-type@http://w
    ww.bea.com/ns/weblogic/920/domain custom-identity-key-store-pass-phrase-encrypte
    d@http://www.bea.com/ns/weblogic/920/domain custom-trust-key-store-file-name@htt
    p://www.bea.com/ns/weblogic/920/domain custom-trust-key-store-type@http://www.be
    a.com/ns/weblogic/920/domain custom-trust-key-store-pass-phrase-encrypted@http:/
    /www.bea.com/ns/weblogic/920/domain java-standard-trust-key-store-pass-phrase-en
    crypted@http://www.bea.com/ns/weblogic/920/domain reliable-delivery-policy@http:
    //www.bea.com/ns/weblogic/920/domain message-id-prefix-enabled@http://www.bea.co
    m/ns/weblogic/920/domain default-file-store@http://www.bea.com/ns/weblogic/920/d
    omain candidate-machine@http://www.bea.com/ns/weblogic/920/domain overload-prote
    ction@http://www.bea.com/ns/weblogic/920/domain jdbcllr-table-name@http://www.be
    a.com/ns/weblogic/920/domain jdbcllr-table-xid-column-size@http://www.bea.com/ns
    /weblogic/920/domain jdbcllr-table-pool-column-size@http://www.bea.com/ns/weblog
    ic/920/domain jdbcllr-table-record-column-size@http://www.bea.com/ns/weblogic/92
    0/domain jdbc-login-timeout-seconds@http://www.bea.com/ns/weblogic/920/domain se
    rver-diagnostic-config@http://www.bea.com/ns/weblogic/920/domain auto-jdbc-conne
    ction-close@http://www.bea.com/ns/weblogic/920/domain supported-protocol@http://
    www.bea.com/ns/weblogic/920/domain federation-services@http://www.bea.com/ns/web
    logic/920/domain single-sign-on-services@http://www.bea.com/ns/weblogic/920/doma
    in web-service@http://www.bea.com/ns/weblogic/920/domain nm-socket-create-timeou
    t-in-millis@http://www.bea.com/ns/weblogic/920/domain' instead of 'web-server@ht
    tp://www.bea.com/ns/weblogic/920/domain' here in element server@http://www.bea.c
    om/ns/weblogic/920/domain>
    Here is my config.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd http://www.bea.com/ns/weblogic/920/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd">
    <name>zendough</name>
    <domain-version>10.3.0.0</domain-version>
    <security-configuration>
    <name>zendough</name>
    <realm>
    <sec:authentication-provider xsi:type="wls:default-authenticatorType"></sec:authentication-provider>
    <sec:authentication-provider xsi:type="wls:default-identity-asserterType">
    <sec:active-type>AuthenticatedUser</sec:active-type>
    </sec:authentication-provider>
    <sec:role-mapper xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-role-mapperType"></sec:role-mapper>
    <sec:authorizer xmlns:xac="http://www.bea.com/ns/weblogic/90/security/xacml" xsi:type="xac:xacml-authorizerType"></sec:authorizer>
    <sec:adjudicator xsi:type="wls:default-adjudicatorType"></sec:adjudicator>
    <sec:credential-mapper xsi:type="wls:default-credential-mapperType"></sec:credential-mapper>
    <sec:cert-path-provider xsi:type="wls:web-logic-cert-path-providerType"></sec:cert-path-provider>
    <sec:cert-path-builder>WebLogicCertPathProvider</sec:cert-path-builder>
    <sec:name>myrealm</sec:name>
    </realm>
    <default-realm>myrealm</default-realm>
    <credential-encrypted>uuuuuu</credential-encrypted>
    <node-manager-username>weblogic</node-manager-username>
    <node-manager-password-encrypted>kkkkk</node-manager-password-encrypted>
    </security-configuration>
    <server>
    <name>AdminServer</name>
    <ssl>
    <enabled>true</enabled>
    </ssl>
    <listen-port>7001</listen-port>
    <listen-port-enabled>true</listen-port-enabled>
    <listen-address></listen-address>
    <java-compiler>javac</java-compiler>
    <client-cert-proxy-enabled>false</client-cert-proxy-enabled>
    <web-server>
         <auth-cookie-enabled>true</auth-cookie-enabled>
    </web-server>
    </server>
    <embedded-ldap>
    <name>ttttt</name>
    <credential-encrypted>yyyyy</credential-encrypted>
    </embedded-ldap>
    <configuration-version>10.3.0.0</configuration-version>
    <app-deployment>
    <name>hybrisplatform</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>xxxxx</source-path>
    <deployment-order>100</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>stage</staging-mode>
    </app-deployment>
    <admin-server-name>AdminServer</admin-server-name>
    </domain>

  • ODI Agent - Memory Errors

    Hi
    I have installed ODI 11.1.1.6.0 - standard build with no patches. I have created an interface for loading data from SQL to Essbase using the IKM SQL to ESSBASE (DATA) KM.
    I have installed the agent as a component of OPMN and updated the heap sizes in OPMN.xml to MIN = 1024m and MAX = 2048m
    However each time I execute the interface and it fails, I have to restart the service as the agent is not releasing the memory and the next time I try to execute the interface it hangs.
    Has anyone come across this before?
    Thanks
    Michelle

    Try the setting below option in your odiparams file:
    ODI_ADDITIONAL_JAVA_OPTIONS=-Doracle.odi.jdbc.connection.timeout=60000
    Regards,
    Santy

  • Accessing the weblogic-ejb-jar.xml  transaction-descriptor

    Is there a way to programmatically access the transaction-descriptor (in the weblogic-ejb-jar.xml file) for a given application?

    We would like to get the transaction-timeout-seconds for AquaLogic DataServicesPlatform. We have a user timeout function in XQuery that can switch to another path after a user prescribed number of seconds. We set a timer and recognize the timeout, but we may have started a JDBC connection already and issued a query that may run and run and run .... We would like to limit the query to run a maximum length of time.
    If I can get the EJB Session timeout (actually the transaction-timeout-seconds or so I'm told) I can set the JDBC connection timeout value before issuing our query.
    [email protected]

Maybe you are looking for

  • QuickTime 10.1 Screen Recordings are Blurry Once Imported into Premiere Pro CS6

    I am doing some screen recordings on my Mac using QuickTime 10.1, but when I try to import them into Premiere Pro CS6, they are poor quality and blurry. It's difficult to read text and logos on the recordings are showing up fuzzy. Anything I can do t

  • BEx broadcasting: Font types in pdf-documents

    Hi folks, I got a report designed in BEx report designer. In this report I use certain font types. However, when I broadcast this report to our SAP Netweaver Portal as pdf these font types get lost, i.e. the texts in the generated pdf-documents are i

  • Ideacentre A720 - Recover Partition (One Key Recovery) doesn't boot

    My System was without a SSD Drive, but I upgraded it by my own and everything was allright after I cloned the System to the SSD-drive. I keep the "LENOVO_PART" (20gb) on my HDD, and the rest of it was just for Data-storage. 2 Month later Iwanted to c

  • Final Fantasy XI Game Pad not working

    Hello Game: Final fantasy XI Online Controller Logitech F510 or Microsoft Xbox360 Wireless PC Controller. The problem is i see the hardware is correctly installed an in the game pad panel all is ok. When i start Final Fantasy XI then first the window

  • Problem in configuring IPv6 interface with default  Router lifetime.

    I'm facing Problem in configuring IPv6 interface with default Router lifetime through a router advertisement. I'm also see an unusual behavior that even after configuring accept_rtadv=0, the ipv6 address is configured. Please help in out .