WebDynpro Debugger stuck when trying to establish a connection

Hello!
I am trying to debug a webdynpro java application. My NWDS version is 7.0 SP13.
When i tried to debug, the debugger keep trying to establish a connection forever. Do you know what is the issue?
My server0 debug mode is on, standard debug port. I was able to do the debug before. Please let me know if you have any suggestion for my issue. Thank you very much.

Try changing these values.
In Studio:
Window -> Preferences -> Java -> Debug
Debugger timeout (ms)
Launch timeout (ms)
To those two values, add an extra zero.
If it doesnt work, restart your server. Or your network is getting clogged up.

Similar Messages

  • Can't open a document linked in a PDF. "This document tries to establish a connection". What can I do?

    When I try to open open a document which is linked in a PDF(I opened the PDF with Adobe Reader) there comes a safety warning:
    This document tries to establish a connection:
    file://(fileserver)
    Is this Website confidential, click on "allow". Is the website not confidential click on "Block".
    How can I set the memory location as confidential, so that this warning doesn't come anymore?
    Many thanks.

    No, the icon is the old one that got the new ones graphical appearence but is still link to the old Pages 09.
    To make certain you open the document in the application you want use Right click (CTRL click) insted on the document and choose the Pages version you want.

  • CRXIR2 - Report is stuck when trying to open report using RDC library

    Hi,
    I'm working on .Net  reporting appliaction that uses CRXI R2 (Embedded Server) as a reporting engine.
    I have a problem with a customer in prodction site,
    when trying to open report with RDC library, report hangs and nothing happens:
    applicationLog.WriteTrace("open report using  RDC");
    Report report = (ReportClass)application.OpenReport(this.tempFile, CROpenReportMethod.crOpenReportByTempCopy);
    // tempFile is the path to the rpt file and it's valid
    //application is ApplicationClass from CRAXDRT namespace
    //ReportClass is from CRAXDRT namespace
    applicationLog.WriteTrace("Open report succeeded")
    I've added log printing to my application, and what i see is that the first print ("Open Report using RDC") occurs, and the second print is never listed..
    I don't see any errors or log prints appear in Crystal logs.
    Any help would be greatly appriciated!

    Hi Dana,
    Long time since we've talked. I suggest logging a case in SMP. If you do let me know what the case number is and I'll pick it up. I'll also send you an e-mail....
    I take that back, because R2 is no longer supported you can't log a case....
    First issue is the RDC is not supported in .NET, second issue is the RDC is only available in CR XI R2 which is no longer supported.
    And finally it's about time you update your app to use the CR .NET Assemblies. All of our OEM Partners are now doing so.
    In the mean time these 2 are the only versions officially not supported:
    https://smpdl.sap-ag.de/~sapidp/012002523100009114712011E/crxir2sp4_fullbuild.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100009114412011E/crxir2sp6_incremental.exe
    See if these help. You can get the runtime distribution from here:
    SAP Crystal Solutions Downloads
    Install Fix Pack 6.4 to get all of the fixes and use the redist packages for that version also.
    Thanks
    Don
    Edited by: Don Williams on Jan 24, 2012 7:55 AM

  • Iphone5 stuck when trying to unlock from lock screen

    I have a iphone 5, 16GB iOS ver is 7.1, sometimes when trying to unlock its not working and shortcut panel also not popup only works switch off button, is this commen issue or fault in my phone

    Thank you for your respond. I read the document which you mentioned. I always do the same  things when touch screen nor responding, only restart. But this is not only happened one time. At least once in a day this happening. My warrenty period also expired. So there are nothing to do with this.

  • Getting an error message, "timed out trying to establish a connection to server" , trying to open a video on website

    cannot connect to MLB.com video of game with firefox, but can with internet explorer. Also same thing when trying to view video at NY Giants.com

    Hello.
    It's possible that you are having a problem with some Firefox add-on that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?
    Whenever you have a problem with Firefox, whatever it is, you should make sure it's not caused by one (or more than one) of your installed add-ons, be it an extension, a theme or a plugin. To do that easily and cleanly, run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe mode] (don't forget to select ''Disable all add-ons'' when you start safe mode). If the problem disappears, you know it's from an add-on. Disable them all in normal mode, and enable them one at a time until you find the source of the problem. See [http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes this article] for information about troubleshooting extensions and themes and [https://support.mozilla.com/en-US/kb/Troubleshooting+plugins this one] for plugins.
    If you need support for one of your add-ons, you'll have to contact its author.
    If the problem is not disappears when all add-ons are disabled, please tell me, so we can work from there. Please have no fear of following my instructions to the line, as all can be easily undone.

  • Problems when trying to get a connection

    Hi, i'm doing some tests with Hibernate but i'm getting an error when Hibernate tries to get a connection from a pooled datasource.
    Here is my session factory configuration:
      <session-factory>
        <property name="transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
        <property name="connection.datasource">jdbc/CORE_DS</property>
        <property name="dialect">org.hibernate.dialect.SQLServerDialect</property>       
      </session-factory>
    I created a jdbc2.0 datasource called jdbc/CORE_DS
    This is the error i'm getting:
         java.lang.ExceptionInInitializerError
         at com.sap.engine.services.ejb.exceptions.BaseRemoteException.writeReplace(BaseRemoteException.java:276)
         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:324)
         at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:896)
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1011)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
         at com.sap.engine.services.rmi_p4.DispatchImpl.throwException(DispatchImpl.java:135)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:296)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.lang.ExceptionInInitializerError
         at test.util.HibernateUtil.<clinit>(HibernateUtil.java:22)
         at test.vo.EventManager.listEvents(EventManager.java:41)
         at test.ejb.EventHandlerBean.getEvents(EventHandlerBean.java:54)
         at test.ejb.EventHandlerObjectImpl0.getEvents(EventHandlerObjectImpl0.java:204)
         at test.ejb.EventHandlerObjectImpl0p4_Skel.dispatch(EventHandlerObjectImpl0p4_Skel.java:119)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:294)
         ... 8 more
    Caused by: java.lang.NullPointerException
         at com.sap.engine.services.dbpool.spi.CPManagedConnectionFactoryImpl.createManagedConnection(CPManagedConnectionFactoryImpl.java:145)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:312)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:231)
         at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:51)
         at org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:59)
         at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
         at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463)
         at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1004)
         at test.util.HibernateUtil.<clinit>(HibernateUtil.java:18)
         ... 13 more
    any ideas?
    Thanks,
    Juan Manuel
    Message was edited by: Juan Sanmarco

    Hi we are having a similar issue, could you please specify how you solved this?
    Thanks
    regards
    Vincenzo

  • ResourceException: Access not allowed (when trying to grab a connection from weblogic pool)

    I am using WLS7 with SP1.
    I just recently migrated from WLS6.0. When my code tries to grab a
    connection from the pool, it throws an exception
    java.sql.SQLException: Pool connect failed:
    weblogic.common.ResourceException: Access not allowed
    at weblogic.jdbc.pool.Driver.connect(Driver.java:202)
    Does anyone know if anything changed from 6.0 to 7?
    Here is a piece of the code that throws exception.
    Driver driver =
    (Driver)Class.forName("weblogic.jdbc.pool.Driver")
    .newInstance();
    conn = driver.connect("jdbc:weblogic:pool:" +
    dbName, null);
    Thanks in advance.

    Hi Jung,
    "Jung Yang" <[email protected]> wrote in message
    news:[email protected]...
    Do you know how to change security setting on the connection pool?
    Thanks.WebConsole:
    1.Compatibility Security => ACLs
    Create a new ACL,
    name : weblogic.jdbc.connectionPool.yourPoolname
    permission : reserve, reset
    group : everynone
    2.Services => JDBC => Connection Pool
    Create a new Connection Pool
    ACL Name : weblogic.jdbc.connectionPool.yourPoolname
    In 'Target' tab, choose server and click the Apply button
    Slava
    >
    "Slava Imeshev" <[email protected]> wrote in message
    news:[email protected]...
    Hi Jung,
    Could you try providing weblogic user name and password
    in the properties?
    Could you also check security setting of the connection pool?
    Regards,
    Slava Imeshev
    "Jung Yang" <[email protected]> wrote in message
    news:[email protected]...
    Well that is exactly what I am doing. The variable dbName is database
    connection pool name that I created in weblogic console. Again, it
    worked
    in WLS6 but after migration, it stopped working.
    Thanks.
    "Mitesh Patel" <[email protected]> wrote in message
    news:[email protected]...
    In my code I am supplying name of the connection pool already
    created
    in
    weblogic server. I am asking you to get connection from the pool
    using
    pool
    driver.
    In your case you are trying to create connection straight to
    database
    using pool
    driver.
    What I am asking is pass name of the connection pool instead of
    database
    name.
    Thanks,
    Mitesh
    Jung Yang wrote:
    What would be the difference between your code and mine? Mine
    simple
    appends dbName string value for connection pool name at the end of
    "jdbc:weblogic:pool:"? And why same exact code would work in WLS6and
    not
    work in WLS7?
    Thanks.
    "Mitesh Patel" <[email protected]> wrote in message
    news:[email protected]...
    conn = driver.connect("jdbc:weblogic:pool:" +
    dbName, null);Instead of doing this what if you use
    Connection conn =
    myDriver.connect("jdbc:weblogic:pool:myConnectionPool", null);
    Will you please try this and see if that helps?
    Mitesh
    Jung Yang wrote:
    Isn't that exactly what I posted for my code piece?
    Thanks.
    "Mitesh Patel" <[email protected]> wrote in message
    news:[email protected]...
    Try As described below:
    The following example demonstrates how to use a database
    connection
    pool
    from a servlet.
    Load the pool driver and cast it to java.sql.Driver. The
    full
    pathname
    of
    the driver is weblogic.jdbc.pool.Driver. For example:
    Driver myDriver = (Driver)
    Class.forName("weblogic.jdbc.pool.Driver").newInstance();
    Create a connection using the URL for the driver, plus
    (optionally)
    the
    name of the registered connection pool. The URL of the pool
    driver
    is
    jdbc:weblogic:pool.
    You can identify the pool in either of two ways:
    Specify the name of the connection pool in a
    java.util.Properties
    object
    using the key connectionPoolID. For example:
    Properties props = new
    Properties();props.put("connectionPoolID",
    "myConnectionPool");Connection conn =
    myDriver.connect("jdbc:weblogic:pool", props);
    Add the name of the pool to the end of the URL. In this case
    you
    do
    not
    need a Properties object unless you are setting a username
    and
    password
    for using a connection from the pool. For example:
    Connection conn =
    myDriver.connect("jdbc:weblogic:pool:myConnectionPool",
    null);
    Note that the Driver.connect() method is used in theseexamples
    instead of
    the DriverManger.getConnection() method. Although you may
    use
    DriverManger.getConnection() to obtain a databaseconnection,
    we
    recommend
    that you use Driver.connect() because this method is not
    synchronized
    and
    provides better performance.
    Note that the Connection returned by connect() is an
    instance
    of
    weblogic.jdbc.pool.Connection.
    Call the close() method on the Connection object when youfinish
    with
    your
    JDBC calls, so that the connection is properly returned to
    the
    pool. A
    good coding practice is to create the connection in a try
    block
    and
    then
    close the connection in a finally block, to make sure the
    connection
    is
    closed in all cases.
    conn.close();
    Mitesh
    Jung Yang wrote:
    I am using WLS7 with SP1.
    I just recently migrated from WLS6.0. When my code tries
    to
    grab a
    connection from the pool, it throws an exception
    java.sql.SQLException: Pool connect failed:
    weblogic.common.ResourceException: Access not allowed
    at
    weblogic.jdbc.pool.Driver.connect(Driver.java:202)
    Does anyone know if anything changed from 6.0 to 7?
    Here is a piece of the code that throws exception.
    Driver driver =
    (Driver)Class.forName("weblogic.jdbc.pool.Driver")
    .newInstance();
    conn =
    driver.connect("jdbc:weblogic:pool:"
    +
    dbName,
    null);
    >>>>>>>>>
    Thanks in advance.

  • Server deadlocked when trying to reserve a connection

    I have domain which has a connection pool with four connections. Under certain circumstances all four connections are in use. A fifth thread comes along, tries to get a connection and causes a deadlock. Question is why doesn't the connection reserve timeout (10 seconds) kick in and break the deadlock ? Is this a bug in WLS ?
    I am just curious here. I was able to solve this by increasing the number of connections and also changing a singleton number generator that was involved in the picture. But the root cause appears to be the behaviour of the DataSource.getConnection call. Any info will be appreciated.
    "ExecuteThread: '17' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1
    f354ca8 nid=0x1d in Object.wait() [20609000..2060b1a8]
    at java.lang.Object.wait(Native Method)
    - waiting on <ff8e718> (a weblogic.jdbc.common.internal.ConnectionPool)
    at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(Resourc
    ePoolImpl.java:414)
    - locked <ff8e718> (a weblogic.jdbc.common.internal.ConnectionPool)
    at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.j
    ava:430)
    at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(Connectio
    nPoolManager.java:78)
    at weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:
    1329)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    198)
    at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:385)
    at weblogic.jdbc.jta.DataSource.connect(DataSource.java:343)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:305)
    at com.zowi.common.db.DatabaseContext.getConnection(DatabaseContext.java
    :367)
    at com.zowi.common.db.DatabaseContext.getPreparedStatement(DatabaseConte
    xt.java:472)
    at com.zowi.common.db.DatabaseContext.getPreparedStatement(DatabaseConte
    xt.java:455)
    at com.zowi.managers.ejb.sequence.SequenceManagerBean.getCurrentSequence
    (SequenceManagerBean.java:170)
    at com.zowi.managers.ejb.sequence.SequenceManager_k49jdc_ELOImpl.getCurr
    entSequence(SequenceManager_k49jdc_ELOImpl.java:103)
    at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGener
    ator.java:90)
    - locked <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
    at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
    at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
    at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
    at com.zowi.managers.dao.CardManager.insertCard(CardManager.java:2266)

    We are using WLS81SP2 (on HP NonStop Server). Here is the full thread dump. Subsequent dumps show no runnable activity other than muxer polling.
    Full thread dump Java HotSpot(TM) Server VM (1.4.1 mixed mode):
    "ListenThread.Default" prio=5 tid=0x1ef1bd00 nid=0x3d runnable [2142e000..2142e9a8]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <1170b670> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
         at java.net.ServerSocket.accept(ServerSocket.java:419)
         at weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:24)
         at weblogic.t3.srvr.ListenThread.accept(ListenThread.java:739)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:292)
    "Thread-9" prio=5 tid=0x1e3c73e8 nid=0x3c runnable [213ac000..213ac9a8]
         at java.net.PlainDatagramSocketImpl.receive(Native Method)
         - locked <1170b960> (a java.net.PlainDatagramSocketImpl)
         at java.net.DatagramSocket.receive(DatagramSocket.java:680)
         - locked <1170b990> (a java.net.DatagramPacket)
         - locked <1170b9b0> (a java.net.DatagramSocket)
         at snmp.SNMPv1AgentInterface.run(SNMPv1AgentInterface.java:183)
         at java.lang.Thread.run(Thread.java:536)
    "Thread-6" daemon prio=5 tid=0x1f4163f0 nid=0x3a in Object.wait() [2132a000..2132a9a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <1170ba30> (a com.zowi.common.util.Queue)
         at com.zowi.common.log.Log.run(Log.java:126)
         - locked <1170ba30> (a com.zowi.common.util.Queue)
         at java.lang.Thread.run(Thread.java:536)
    "zowi.watchdog" daemon prio=5 tid=0x1f3d8fa0 nid=0x39 in Object.wait() [212a8000..212a89a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <1170ba58> (a com.zowi.common.helper.Watchdog)
         at com.zowi.common.helper.Watchdog.run(Watchdog.java:54)
         - locked <1170ba58> (a com.zowi.common.helper.Watchdog)
    "Thread-5" prio=5 tid=0x1ec172a8 nid=0x37 in Object.wait() [1fb18000..1fb189a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <ff66ea0> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:429)
         - locked <ff66ea0> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:382)
    "weblogic.health.CoreHealthMonitor" daemon prio=5 tid=0x1ebeb000 nid=0x36 waiting on condition [1f7cc000..1f7cd1a8]
         at java.lang.Thread.sleep(Native Method)
         at weblogic.t3.srvr.CoreHealthMonitorThread.run(CoreHealthMonitorThread.java:127)
    "Thread-4" prio=5 tid=0x822d4d8 nid=0x35 in Object.wait() [1f74a000..1f74b1a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa36fc0> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:429)
         - locked <fa36fc0> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:382)
    "LDAPConnThread-0 ldap://16.74.49.24:7001" daemon prio=5 tid=0x1f649588 nid=0x34 runnable [21136000..211371a8]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         - locked <fa37890> (a java.io.BufferedInputStream)
         at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
         at java.lang.Thread.run(Thread.java:536)
    "VDE Transaction Processor Thread" prio=2 tid=0x1f63bd10 nid=0x32 in Object.wait() [210b4000..210b51a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa37928> (a com.octetstring.vde.backend.standard.TransactionProcessor)
         at java.lang.Object.wait(Object.java:426)
         at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:356)
         - locked <fa37928> (a com.octetstring.vde.backend.standard.TransactionProcessor)
         at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:212)
    "ExecuteThread: '2' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x1f51f340 nid=0x31 in Object.wait() [21032000..210331a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa379a0> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa379a0> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '1' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x1f51f050 nid=0x30 in Object.wait() [20fb0000..20fb11a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa37a18> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa37a18> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '0' for queue: 'weblogic.admin.RMI'" daemon prio=5 tid=0x1f51eda0 nid=0x2f in Object.wait() [20f2e000..20f2f1a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa37a90> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa37a90> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x1f074d20 nid=0x2e waiting for monitor entry [20eac000..20ead1a8]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:93)
         - waiting to lock <fa37b80> (a java.lang.String)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x1f074bb8 nid=0x2d waiting for monitor entry [20e2a000..20e2b1a8]
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:93)
         - waiting to lock <fa37b80> (a java.lang.String)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon prio=5 tid=0x1ec7d448 nid=0x2c runnable [20da8000..20da91a8]
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:100)
         - locked <fa37b80> (a java.lang.String)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "weblogic.security.SpinnerRandomSource" daemon prio=5 tid=0x1f38a868 nid=0x2b in Object.wait() [20d26000..20d271a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5bd68> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.security.SpinnerRandomBitsSource.run(SpinnerRandomBitsSource.java:60)
         - locked <fa5bd68> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:536)
    "weblogic.time.TimeEventGenerator" daemon prio=9 tid=0x1f35edb8 nid=0x2a in Object.wait() [20ca4000..20ca51a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5bdd8> (a weblogic.time.common.internal.TimeTable)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:271)
         - locked <fa5bdd8> (a weblogic.time.common.internal.TimeTable)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:118)
         at java.lang.Thread.run(Thread.java:536)
    "ExecuteThread: '4' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x1f35dfa8 nid=0x29 in Object.wait() [20c22000..20c231a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5be48> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa5be48> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '3' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x1f35d368 nid=0x28 in Object.wait() [20ba0000..20ba11a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5bec0> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa5bec0> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '2' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x1f35c728 nid=0x27 in Object.wait() [20b1e000..20b1f1a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5bf38> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa5bf38> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '1' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x1f35bae8 nid=0x26 in Object.wait() [20a9c000..20a9d1a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5bfb0> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa5bfb0> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '0' for queue: 'weblogic.kernel.System'" daemon prio=5 tid=0x1f35aea8 nid=0x25 in Object.wait() [20a1a000..20a1b1a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <fa5c028> (a weblogic.kernel.ExecuteThread)
         at java.lang.Object.wait(Object.java:426)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:145)
         - locked <fa5c028> (a weblogic.kernel.ExecuteThread)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:164)
    "ExecuteThread: '24' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f35a268 nid=0x24 waiting for monitor entry [20998000..209991a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:150)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '23' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f359628 nid=0x23 waiting for monitor entry [20915000..209171a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.managers.dao.CardManager.insertCard(CardManager.java:2266)
         at com.zowi.managers.dao.CardManager.getorInsertCardInfo(CardManager.java:1312)
         at com.zowi.services.issuer.ejb.card.IssuerCardServicesBean.initializeTransaction(IssuerCardServicesBean.java:809)
         at com.zowi.services.issuer.ejb.card.IssuerCardServices_lier6m_ELOImpl.initializeTransaction(IssuerCardServices_lier6m_ELOImpl.java:46)
         at com.zowi.services.issuer.ejb.BaseIssuerBean.init(BaseIssuerBean.java:167)
         at com.zowi.services.issuer.ejb.BaseIssuerBean.execute(BaseIssuerBean.java:117)
         at com.zowi.services.issuer.ejb.olmauthorization.IssuerOlmAuthorizationServicesBean_ryrje8_ELOImpl.execute(IssuerOlmAuthorizationServicesBean_ryrje8_ELOImpl.java:160)
         at com.zowi.common.util.EjbUtil.invokeServiceBean(EjbUtil.java:167)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:192)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '22' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f3589e8 nid=0x22 waiting for monitor entry [20894000..208951a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:150)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '21' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f357da8 nid=0x21 waiting for monitor entry [20811000..208131a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.managers.dao.CardManager.insertCard(CardManager.java:2266)
         at com.zowi.managers.dao.CardManager.getorInsertCardInfo(CardManager.java:1312)
         at com.zowi.services.issuer.ejb.card.IssuerCardServicesBean.initializeTransaction(IssuerCardServicesBean.java:809)
         at com.zowi.services.issuer.ejb.card.IssuerCardServices_lier6m_ELOImpl.initializeTransaction(IssuerCardServices_lier6m_ELOImpl.java:46)
         at com.zowi.services.issuer.ejb.BaseIssuerBean.init(BaseIssuerBean.java:167)
         at com.zowi.services.issuer.ejb.BaseIssuerBean.execute(BaseIssuerBean.java:117)
         at com.zowi.services.issuer.ejb.olmauthorization.IssuerOlmAuthorizationServicesBean_ryrje8_ELOImpl.execute(IssuerOlmAuthorizationServicesBean_ryrje8_ELOImpl.java:160)
         at com.zowi.common.util.EjbUtil.invokeServiceBean(EjbUtil.java:167)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:192)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '20' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f357168 nid=0x20 waiting for monitor entry [20790000..207911a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:150)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '19' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f356528 nid=0x1f waiting for monitor entry [2070e000..2070f1a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:150)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '18' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f3558e8 nid=0x1e waiting for monitor entry [2068c000..2068d1a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:150)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '17' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f354ca8 nid=0x1d in Object.wait() [20609000..2060b1a8]
         at java.lang.Object.wait(Native Method)
         - waiting on <ff8e718> (a weblogic.jdbc.common.internal.ConnectionPool)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:414)
         - locked <ff8e718> (a weblogic.jdbc.common.internal.ConnectionPool)
         at weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:430)
         at weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:78)
         at weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:1329)
         at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1198)
         at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:385)
         at weblogic.jdbc.jta.DataSource.connect(DataSource.java:343)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:305)
         at com.zowi.common.db.DatabaseContext.getConnection(DatabaseContext.java:367)
         at com.zowi.common.db.DatabaseContext.getPreparedStatement(DatabaseContext.java:472)
         at com.zowi.common.db.DatabaseContext.getPreparedStatement(DatabaseContext.java:455)
         at com.zowi.managers.ejb.sequence.SequenceManagerBean.getCurrentSequence(SequenceManagerBean.java:170)
         at com.zowi.managers.ejb.sequence.SequenceManager_k49jdc_ELOImpl.getCurrentSequence(SequenceManager_k49jdc_ELOImpl.java:103)
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:90)
         - locked <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.managers.dao.CardManager.insertCard(CardManager.java:2266)
         at com.zowi.managers.dao.CardManager.getorInsertCardInfo(CardManager.java:1312)
         at com.zowi.services.issuer.ejb.card.IssuerCardServicesBean.initializeTransaction(IssuerCardServicesBean.java:809)
         at com.zowi.services.issuer.ejb.card.IssuerCardServices_lier6m_ELOImpl.initializeTransaction(IssuerCardServices_lier6m_ELOImpl.java:46)
         at com.zowi.services.issuer.ejb.BaseIssuerBean.init(BaseIssuerBean.java:167)
         at com.zowi.services.issuer.ejb.BaseIssuerBean.execute(BaseIssuerBean.java:117)
         at com.zowi.services.issuer.ejb.olmauthorization.IssuerOlmAuthorizationServicesBean_ryrje8_ELOImpl.execute(IssuerOlmAuthorizationServicesBean_ryrje8_ELOImpl.java:160)
         at com.zowi.common.util.EjbUtil.invokeServiceBean(EjbUtil.java:167)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:192)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    "ExecuteThread: '16' for queue: 'weblogic.kernel.Default'" daemon prio=5 tid=0x1f354068 nid=0x1c waiting for monitor entry [20588000..205891a8]
         at com.zowi.common.db.SequenceNbrGenerator.getNewNumber(SequenceNbrGenerator.java:81)
         - waiting to lock <11943dd0> (a com.zowi.common.db.SequenceNbrGenerator)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:90)
         at com.zowi.common.util.SqlUtil.getRawSequence(SqlUtil.java:67)
         at com.zowi.common.util.SqlUtil.getLongSequence(SqlUtil.java:41)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:150)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandlerBean.process(IssuerViewHandlerBean.java:105)
         at com.zowi.services.issuer.ejb.viewhandler.IssuerViewHandler_ybado0_EOImpl.process(IssuerViewHandler_ybado0_EOImpl.java:102)
         at com.zowi.servlets.appserver.EjbServlet.doPost(EjbServlet.java:129)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.Servle

  • CSS11501 - stuck when trying to download firmware

    I tried to FTP a new version of firmware to my 11501 last week. For some reason it got stuck at about the 3MB mark and just keeps sitting there churning like it's still trying to grab it. I've killed the FTP process on my desktop and rebooted the CSS. When the CSS starts back up, it doesn't even go into a boot mode, it just comes back up and starts churning again with:
    \) 3,054,312
    Is there any way to reset this box so that it'll come up with the normal boot sequence again?
    Thanks,
    Mike

    Hi Mike,
    Were you trying to do an upgrade where pulling the code was part of the CSS procedure ? Do you have the opportunity to go into the Offline DM mode ? You can do this when you first power on the CSS and there is a 5 second countdown where you can hit a key to go in.
    Once in the Offline DM, you can try to force the CSS to boot off the old code going through the boot options in the menu
    Regards
    Pete..

  • Got Error  ora-28545 when trying to  establish  connect sqlserver frm orcle

    1) Able to configure ODBC DRIVER CONFIGURATION
    2) EDITED LISTNER.ORA FILE
    SID_LIST_LISTENER01 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME= MDB)
    (ORACLE_HOME = C:\app\Administrator\product\11.2.0\dbhome_4)
    (PROGRAM = hsodbc)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\app\Administrator\product\11.2.0\dbhome_4)
    (PROGRAM = hsodbc)
    LISTENER01 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HYRDWS4179.ES.AD.ADP.com)(PORT = 1524))
    3)tnsnames.ora file
    xxxxxx =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1524))
    (CONNECT_DATA =
    (SID = MDB)
    (HS = OK)
    4) Status of tnsping is good
    4) unable to retrive the data
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrive text of network/ncr message 65535
    ora-2063 preceding two lines from msd

    28545 is a configuration issue -
    Have a look into your listener.ora file . it lists an Oracle_home 11.2.0 but the executable you specified in the listener.ora file is hsodbc which was its name in 10g. In 11g the executable is now called dg4odbc.
    So please correct your listener.ora entry:
    (SID_DESC =
    (SID_NAME= MDB)
    (ORACLE_HOME = C:\app\Administrator\product\11.2.0\dbhome_4)
    (PROGRAM = dg4odbc) #### use dg4odbc instead of hsodbc
    Now STOP and START the listener using lsnrctl command (lsnrctl stop listener01 - lsnrctl start listener01)
    When it continues to fail, please provide me the output of the listener status listener01 command, the tnsping command output and which windows version (including the word size -32/64bit) and Oracle dg4odbc release you are trying to use.

  • Help with an exception when trying to establish a socket connection

    i am trying to make a chat (using an applet for the client).......
    it uses an simple socket connection between the server and clients.....when i connect the client to address 127.0.0.1 or localhost everything works fine, but when i try to connect the client to my DNS name or ip, i get an exception....the exception reads:
    java.security.AccessControlException: access denied (java.net.SocketPermission nextwave.dyndns.org resolve)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    at java.security.AccessController.checkPermission(AccessController.java:401)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.checkConnect(SecurityManager.java:1042)
    at java.net.InetAddress.getAllByName0(InetAddress.java:937)
    at java.net.InetAddress.getAllByName0(InetAddress.java:918)
    at java.net.InetAddress.getAllByName(InetAddress.java:912)
    at java.net.InetAddress.getByName(InetAddress.java:832)
    at java.net.InetSocketAddress.<init>(InetSocketAddress.java:109)
    at java.net.Socket.<init>(Socket.java:119)
    at Client.<init>(Client.java:42)
    at ClientApplet.init(ClientApplet.java:12)
    at sun.applet.AppletPanel.run(AppletPanel.java:347)
    at java.lang.Thread.run(Thread.java:536)
    what is this all about??????
    i'm not that fluent in java, or networking at that, but i'm sure there is something i can do to fix this......
    any help would be greatley appreciated.

    this is why i am not heart-broken that i will be going the other (executable jar) route.......the major deciding factor is the people who will be using this chat will most likley not be able to edit the policy file due to lack of knowledge, and probably won't want to take the time to try.....they would rather download a program, and double-click execute........
    i thank you for taking the time to help me......i have been reading through the posts in this forum, and am seeing it is a good place to get help, so i will be sticking around.....
    mahalo and happy java

  • Mail gets stuck when trying to rebuild its database

    Hi
    I carefully followed these instructions and waited for an hour. No way.
    Please see screenshot. Hope you can help. Thanks.

    After verifying the disk I'm getting the following message:
    "First Aid Failed
    Disk Utility stopped verifying "Macintosh HD because the following error was encountered:
    The underlying task reported failure on exit"
    And, when I click ok, I'm back to step one.
    This is what the consol says:
    "Verifying volume “Macintosh HD”
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Illegal name
    Illegal name
    Checking multi-linked files.
    g Catalog hierarchy.",0)
    Checking Extended Attributes file.
    Checking volume bitmap.
    Checking volume information.
    Volume Header needs minor repair
    ,"The volume %@ needs to be repaired.",1)
    Macintosh HD
    Error: The underlying task reported failure on exit
    1 HFS volume checked
    Volume needs repair"
    iMac G5 20", MacBook Pro 2Ghz Mac OS X (10.4.5)

  • Error "4" when trying to test my connection

    Hi, please help me find out how to fix this error:
    when i try to test the connection pops up an error message with only a number "4" in it, nothing else. what's this error message about and how do i fix it??
    Thanx in advance!!!

    Hi,
    unfortunately we cannot help without having connection to that database. It looks like you are trying to connect to Oracle 8 - not supported anymore.
    Philip

  • NSX Lab on Workstation 11 - Nested ESX crashes with unrecoverable error when trying to test VTEP connectivity with MTU 1500

    I'm trying to install and configure NSX 6.1.2 / ESX 5.5 in a nested environment using VMware Workstation lastest bits "VMware-workstation-full-11.1.0-2496824"
    I've configured the MTU on the virtual adapter (VMNet1) used by the VXLAN transport network to 9000 bytes.
    C:\Users\admin>netsh int ipv4 show int
    Idx     Met         MTU          State                Name
      1          50  4294967295  connected     Loopback Pseudo-Interface 1
    19          25        1500  connected     Wireless Network Connection 4
    16          40        1500  disconnected  Bluetooth Network Connection
    11           5        1500  disconnected  Local Area Connection
    20           5        1500  disconnected  Wireless Network Connection 5
    18           5        1400  disconnected  Local Area Connection* 11
    31          20        9000  connected     VMware Network Adapter VMnet1
    when I test VTEP connectivity between ESXi nested host with MTU > 1500, using the following command,
    ping ++netstack=vxlan -d -s 1572 -I vmk2 192.168.192.102
    the ESXi crashes with the following error
    2015-05-21T11:20:47.180+02:00| vcpu-1| I120: Coredump encountered overflow 10218:10218 (2172 duplicates)
    2015-05-21T11:20:48.969+02:00| vcpu-1| I120: Backtrace:
    2015-05-21T11:20:48.970+02:00| vcpu-1| I120: backtrace[00] frame 0x0881eb38 IP 0x13f0820de params 0 0xa6 0x64e 0x312d75706376 ??? [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x000310de]
    2015-05-21T11:20:48.971+02:00| vcpu-1| I120: backtrace[01] frame 0x0881f460 IP 0x13f068129 params 0x13f78dc30 0x13f890928 0x2ce 0x3fff ??? [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x00017129]
    2015-05-21T11:20:48.971+02:00| vcpu-1| I120: backtrace[02] frame 0x0881f8b0 IP 0x13f4498bc params 0x13fb8e840 0x3a63ec0 0x13f050000 0x13fb8e840 opus_decoder_destroy + 0x1dec0c [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x003f88bc]
    2015-05-21T11:20:48.972+02:00| vcpu-1| I120: backtrace[03] frame 0x0881f8e0 IP 0x13f6809a2 params 0x161 0x35a59e0 0 0xa36333237 opus_repacketizer_get_nb_frames + 0x163fc2 [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x0062f9a2]
    2015-05-21T11:20:48.972+02:00| vcpu-1| I120: backtrace[04] frame 0x0881f920 IP 0x13f6b8229 params 0x258 0 0 0 opus_repacketizer_get_nb_frames + 0x19b849 [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x00667229]
    2015-05-21T11:20:48.973+02:00| vcpu-1| I120: backtrace[05] frame 0x0881faa0 IP 0x13f680d3c params 0x13f809d60 0x13f7c7374 0x5 0x13fd65da0 opus_repacketizer_get_nb_frames + 0x16435c [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x0062fd3c]
    2015-05-21T11:20:48.973+02:00| vcpu-1| I120: backtrace[06] frame 0x0881fb00 IP 0x13f20c736 params 0 0 0 0 ??? [C:\Program Files (x86)\VMware\VMware Workstation\x64\vmware-vmx.exe base 0x13f050000 0x0001:0x001bb736]
    2015-05-21T11:20:48.976+02:00| vcpu-1| I120: backtrace[07] frame 0x0881fb08 IP 0x76ee59cd params 0 0 0 0 BaseThreadInitThunk + 0x000d [C:\Windows\system32\kernel32.dll base 0x76ed0000 0x0001:0x000149cd]
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: backtrace[08] frame 0x0881fb38 IP 0x7701b891 params 0 0 0 0 RtlUserThreadStart + 0x0021 [C:\Windows\SYSTEM32\ntdll.dll base 0x76ff0000 0x0001:0x0002a891]
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: Msg_Post: Error
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: [msg.log.error.unrecoverable] VMware Workstation unrecoverable error: (vcpu-1)
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120+ VERIFY d:/build/ob/bora-2496824/bora/devices/vmxnet3/vmxnet3_hosted.c:718
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: [msg.panic.haveLog] A log file is available in "X:\vCACupdate\Capricornus\vmware.log". 
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: [msg.panic.requestSupport.withoutLog] You can request support. 
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: [msg.panic.requestSupport.vmSupport.windowsOrLinux]
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120+ To collect data to submit to VMware support, choose "Collect Support Data" from the Help menu.
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120+ You can also run the "vm-support" script in the Workstation folder directly.
    2015-05-21T11:20:48.980+02:00| vcpu-1| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
    Any help is appreciated.

    One detail:
    I use Vcloud from my work, so I changed iPv4 addresses of machines. For example, DC1 192.168.2.101,
    Internet names are 192.169.2.101 and so on.
    I mean it is fine that IP addresses differ from mentioned in guide

  • Error message when trying to use bluetooth connections

    Windows 7
    Torch 9800 and Curve 8310 and Playbook
    I'm trying to send using bluetooth to all of the above and get the error message "Abort FTP operaton, no services found"
    I can see all the devices on the laptop, and on each device I can see the laptop.
    Any help gratefully received, thanks.

    Hi Inedia,
    Are you trying to send files from the computer to the BlackBerry® Torch™ 9800 smartphone, the BlackBerry® Curve™ 8310 smartphone, and BlackBerry® PlayBook™ tablet? 
    Currently Bluetooth® file transfer is supported only between 2 BlackBerry® smartphones. This KB article should provide more information. "How to transfer a file using Bluetooth technology between two BlackBerry smartphones"
    http://bbry.lv/KNI0Rj
    Thanks.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

Maybe you are looking for

  • When apple will fix the problem of the Bluetooth. It is not working after the upgrade to7.03

    when apple will fix the problem of the Bluetooth. It is not working after the upgrade to7.03

  • Hyperlinks not closing out in RH

    Here's another odd behavior: When I bring my FM book into RH, my hyperlinks are not closed out in the converted content in RH. In FM, the hyperlinks are correctly inserted using the gotolink and newlink Hypertext markers. Yet in RH, the rest of the s

  • Issues changing the database info at runtime

    Hi, My Environment: Crystal Reports 2008 SP2 ASP.NET (VS 2005 Framework 2.0) Database: Oracle 10g I developed the report connecting to development server and schema: ERA_USR. We have 2 reports that are desinged using store procedures and these stored

  • Will this Hard Drive work on my mid 2007 macbook?

    Will this hard drive work on my mid 2007 hard drive? The size is fine, but what about pins? Here is the link. Hard Drive: http://www.bhphotovideo.com/c/product/758498-REG/Hitachi_0S02858_500GB_Travelsta r_2_5_SATA.html My macbook specs: http://suppor

  • Use a password as a key

    hi, I am working with some code which encrypts data being sent to streams. I currently initialise the instance in the following way. SecretKey key = KeyGenerator.getInstance("DES").generateKey(); STStreamEncryptor encrypter = new STStreamEncryptor(ke