How reduce Sbo-common log is over 40GB??

Hi all
I have a big problem that what I think my SBO-COMMON_log.LDF is very big and the server tell me everyday that I don't have enough free space on HD.
I'd tried to clean and shrink the SBO-COMMON_log.LDF but I can't.
Please HELP!!!
Thanks all.
Paco
Hola a todos
Tengo un grave problema o eso creo, porque el SBO-COMMON_log.LDF es enorme pasa los 40GB, y continuamente esto recibiendo mensajes del servidor avisandome que no queda espacio libre en el disco.
He intentado limpiar y reducir el archivo pero no hay manera.
Por favor AYUDADME.
Gracias
Paco

Hi Paco,
It's not really worth keeping a log file for the SBO-COMMON database as the data movement is so small. Therefore I normally set the recovery level of this database to simple. This will then set the log file to a few kilobytes and the log file will not grow. If you'd rather keep the recovery model at full then I recommend you truncate the log file and then set up transaction log backups for the database so the log file doesn't keep growing.
When you say that you've tried to shrink the log file, what procedure have you tried? In some cases I've found that the shrink database options in SQL don't work but setting the recovery model to simple and running the DBCC shrinkfile command in Query Analyzer with shrink the file to virtually nothing. For more details see here:
http://support.microsoft.com/kb/907511
Of course, before you start playing around with your database, make sure you have a good backup
Hope this helps,
Owen

Similar Messages

  • How to direct commons-logging to jdev console instead of DefaultServer.log

    Hi,
    I have configured commons-logging in my adf 11g application. I added the following line to the commons-logging.properties file:
    org.apache.commons.logging.LogFactory=weblogic.logging.commons.LogFactoryImpl
    I have added the JDev11.1.1.1.0/modules/com.bea.core.weblogic.commons.logging_1.3.0.0.jar as library to my project. If in my weblogic server i set the correct logger settings for my classes i see al log messages in the DefaultServer.log file. How can i make these appear in the JDeveloper console instead?
    Kind Regards,
    Andre

    Hi,
    Found it out by myself so for everybody that wants to do the same.... In the weblogic console logging tab i needed to set the Severity level of Message Destination Standard Out to Debug. Since i now can see all logging in the JDev console i set the Message Destination Log File to warning so the log file does not get to big.
    Kind Regards,
    Andre

  • How to use commons.logging in weblogic (8.1)?

    Greetings,
    I'm trying to use commons.logging framework to manage the logs of my
    application. With Weblogic I will use an implementation that works with
    weblogic.logging package but with other J2EE products I'll use another
    native log implementations or frameworks (for instance, for jboss I will
    use log4j).
    1) I created a class WeblogicLogger which implements the Log interface::
    public final class WeblogicLogger implements Log {
    I packaged this class in a jar file with a properties file,
    commons-logging.properties, which has the property setting my class
    below has the default logger:
    org.apache.commons.logging.Log=pt.ptinovacao.weblogic.logging.WeblogicLogger
    2) My sample code has the following code:
    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    private static final Log log = LogFactory.getLog(
    LogTimeStartHandler.class.getName());
    something(){
    log.info(this.getClass()+" test log");
    3) I added the commons-logging jars and my jar with my custom wrapper
    weblogic logger in ${WL_HOME}/common/bin/commEnv.sh:
    WEBLOGIC_CLASSPATH=
    (...)${CLASSPATHSEP}${WL_HOME}/server/lib/weblogiclogger.jar${CLASSPATHSEP}${WL_HOME}/server/lib/commons-logging-api.jar${CLASSPATHSEP}${WL_HOME}/server/lib/commons-logging.jar
    However, my loggings still not appear in my weblogic server. Did I miss
    something?
    thanks,
    Pedro Salazar

    Did you manage to get this working?
    If yes ... what did you do?
    I am having the same problem implementing commons-logging with log4j

  • Commons-logging.jar

    How to use commons-logging.jar files ?
    i want to get the .java files from this

    How to use commons-logging.jar files ?
    i want to get the .java files from this1. Go here.
    2. Follow links to download source.

  • How to reduce excessive redo log generation in Oracle 10G

    Hi All,
    Please let me know is there any way to reduce excessive redo log generation in Oracle DB 10.2.0.3
    previously per day there is only 15 Archive log files are generating but now a days it is increased to 40 to 45
    below is the size of redo log file members:
    L.BYTES/1024/1024     MEMBER
    200     /u05/applprod/prdnlog/redolog1a.dbf
    200     /u06/applprod/prdnlog/redolog1b.dbf
    200     /u05/applprod/prdnlog/redolog2a.dbf
    200     /u06/applprod/prdnlog/redolog2b.dbf
    200     /u05/applprod/prdnlog/redolog3a.dbf
    200     /u06/applprod/prdnlog/redolog3b.dbf
    here is the some content of alert message for your reference how frequent log switch is occuring:
    Beginning log switch checkpoint up to RBA [0x441f.2.10], SCN: 4871839752
    Thread 1 advanced to log sequence 17439
    Current log# 3 seq# 17439 mem# 0: /u05/applprod/prdnlog/redolog3a.dbf
    Current log# 3 seq# 17439 mem# 1: /u06/applprod/prdnlog/redolog3b.dbf
    Tue Jul 13 14:46:17 2010
    Completed checkpoint up to RBA [0x441f.2.10], SCN: 4871839752
    Tue Jul 13 14:46:38 2010
    Beginning log switch checkpoint up to RBA [0x4420.2.10], SCN: 4871846489
    Thread 1 advanced to log sequence 17440
    Current log# 1 seq# 17440 mem# 0: /u05/applprod/prdnlog/redolog1a.dbf
    Current log# 1 seq# 17440 mem# 1: /u06/applprod/prdnlog/redolog1b.dbf
    Tue Jul 13 14:46:52 2010
    Completed checkpoint up to RBA [0x4420.2.10], SCN: 4871846489
    Tue Jul 13 14:53:33 2010
    Beginning log switch checkpoint up to RBA [0x4421.2.10], SCN: 4871897354
    Thread 1 advanced to log sequence 17441
    Current log# 2 seq# 17441 mem# 0: /u05/applprod/prdnlog/redolog2a.dbf
    Current log# 2 seq# 17441 mem# 1: /u06/applprod/prdnlog/redolog2b.dbf
    Tue Jul 13 14:53:37 2010
    Completed checkpoint up to RBA [0x4421.2.10], SCN: 4871897354
    Tue Jul 13 14:55:37 2010
    Incremental checkpoint up to RBA [0x4421.4b45c.0], current log tail at RBA [0x4421.4b5c5.0]
    Tue Jul 13 15:15:37 2010
    Incremental checkpoint up to RBA [0x4421.4d0c1.0], current log tail at RBA [0x4421.4d377.0]
    Tue Jul 13 15:35:38 2010
    Incremental checkpoint up to RBA [0x4421.545e2.0], current log tail at RBA [0x4421.54ad9.0]
    Tue Jul 13 15:55:39 2010
    Incremental checkpoint up to RBA [0x4421.55eda.0], current log tail at RBA [0x4421.56aa5.0]
    Tue Jul 13 16:15:41 2010
    Incremental checkpoint up to RBA [0x4421.58bc6.0], current log tail at RBA [0x4421.596de.0]
    Tue Jul 13 16:35:41 2010
    Incremental checkpoint up to RBA [0x4421.5a7ae.0], current log tail at RBA [0x4421.5aae2.0]
    Tue Jul 13 16:42:28 2010
    Beginning log switch checkpoint up to RBA [0x4422.2.10], SCN: 4872672366
    Thread 1 advanced to log sequence 17442
    Current log# 3 seq# 17442 mem# 0: /u05/applprod/prdnlog/redolog3a.dbf
    Current log# 3 seq# 17442 mem# 1: /u06/applprod/prdnlog/redolog3b.dbf
    Thanks in advance

    hi,
    Use the below script to find out at what hour the generation of archives are more and in the hour check for eg. if MV's are running...or any programs where delete * from table is going on..
    L
      1  select
      2    to_char(first_time,'DD-MM-YY') day,
      3    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'00',1,0)),'999') "00",
      4    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'01',1,0)),'999') "01",
      5    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'02',1,0)),'999') "02",
      6    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'03',1,0)),'999') "03",
      7    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'04',1,0)),'999') "04",
      8    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'05',1,0)),'999') "05",
      9    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'06',1,0)),'999') "06",
    10    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'07',1,0)),'999') "07",
    11    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'08',1,0)),'999') "08",
    12    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'09',1,0)),'999') "09",
    13    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'10',1,0)),'999') "10",
    14    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'11',1,0)),'999') "11",
    15    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'12',1,0)),'999') "12",
    16    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'13',1,0)),'999') "13",
    17    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'14',1,0)),'999') "14",
    18    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'15',1,0)),'999') "15",
    19    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'16',1,0)),'999') "16",
    20    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'17',1,0)),'999') "17",
    21    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'18',1,0)),'999') "18",
    22    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'19',1,0)),'999') "19",
    23    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'20',1,0)),'999') "20",
    24    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'21',1,0)),'999') "21",
    25    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'22',1,0)),'999') "22",
    26    to_char(sum(decode(substr(to_char(first_time,'HH24'),1,2),'23',1,0)),'999') "23",
    27    COUNT(*) TOT
    28    from v$log_history
    29  group by to_char(first_time,'DD-MM-YY')
    30  order by daythanks,
    baskar.l

  • How to Change sbo-common ldf & mdf path

    Dear experts,
    Our C drive space is very low, that why I want to change my sbo-common .ldf and .mdf data path( Its hold 15gb).
    I had changed other .ldf and .mdf path using restore process. But when I change the sbo-common path then error is occurred (database are use).
    I run the SP_WHO and find out the spid and kill the IDs but one or two id was create again that's why
    I not change the path.
    Please give me the solution.
    Tanks ,
    Arabinda Pal

    Hi,
    Close SAP on server and client machines.
    follow below steps:
    Always take a full backup before a detach.
    Detach the database, delete/rename the log file, attach the database - this will create a minimum size log file.
    Note that the log file must be deleted/renamed otherwise it will be re-used even though it is not mentioned in the attach.
    Enterprise manager
    Right click on the database, All tasks, Detach database, OK.
    Delete/rename the disk log file.
    Right click on databases, All tasks, Attach database, Select the .mdf file, OK, Yes (to the create new log message).
    t-sql
    sp_detach_db [dbname]
    Delete/rename the disk log file.
    sp_attach_single_file_db [dbname], [filename]
    where [filename] is the name of the physical data file (.mdf).
    Thanks,
    Neetu

  • SBO-Common LOGFILE = 40.000 MB/40GB - Wechsel von FULL auf SIMPLE Mode ?

    Guten Morgen,
    unsere B1 läuft seit Oktober 2009. Aktuell ist das Logfile der SBO-Common-DB bei 40.000 MB Größe angelangt.
    Als Lösung wurde mir vorgeschlagen:
    - DB -> Eigenschaften -> Optionen - Mode von derzeit FULL auf SIMPLE zu stellen
    - DB -> Task -> Shrink -> Database
    Ist das eine gute Lösung ?
    Darf ich fragen, wie bei Euch die Einstellungen am SQL lauten ?
    (Unser System: PL10HF2-SP1 - SQL-2005 SP2)
    Vielen Dank für Eure Wissenwerte.
    Gruß
    Markus

    Hallo nochmal,
    wünsche frohes neues Jahr...
    habe es so gemacht, wie mir vorgeschlagen wurde vom SAP-Partner:
    - DB -> Eigenschaften -> Optionen - Mode von derzeit FULL auf SIMPLE zu stellen
    - DB -> Task -> Shrink -> Database
    Gesamtdauer: ca. 1 Minute
    Ergebnis: wie gewünscht
    Danke und viele Grüße
    Markus

  • Shrink SBO COMMON Database

    I found that the log file of my customer's SBO COMMON Database is too large.
    Is it important? Can I just shrink it without disturbing my customer's process?
    Will the SAP performance be better after I shrink the log file of SBO COMMON?
    Edited by: jupitercd on Sep 14, 2011 2:18 PM

    Hi,
    How many companies do you maintain in a single application server? instead of shrinking the Sbo-common,why dont you restore it to its original size? As far as i know, Common will just gather info of all DB's installed in the app server and it will keep it(add-on info, patch level and etc.)  on my own opinion,its better to restore than to shrink.(how to restore?get a new common from a newly installed system with same patch level and restore it into your live DB. )
    Regards,
    Darius Gragasin

  • Changing location DB SBO-Common

    Hi all,
    Detailed problem description:
    I am using SQL Server 2005.
    To free space on the C drive we want to move mdf (data) and ldf (log) files for example 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data'
    to the D-drive, 'D:\Data'.
    I know SBO-Common is necessairy for SBO, the others not sure.
    How can I move those files, without creating any problems?
    Thanks, Chief

    Hi Chief
    Accutally I think it's a SQL Server job and you do not even need to change anything
    in SBO.Just relocate the DB to the new location by following the below MS kb,
    then click the refresh botton the choose company windows at SBO.That should work.
    http://support.microsoft.com/kb/224071
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • How to get the log information when using a class?

    Hi All,
    I have a simple question, which I don't know how to solve. I am using org.apache.commons.logging.Log and LogFactory to do some logging. A typical situation is exemplified in the following code snippet.
    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    class LogClass {
        private static final Log LOG = LogFactory.getLog(AClass.class);
        public void logit(){
            LOG.debug("This is the debugging log.");
    public class AClass{
        public static void main(String[] args) {
            LogClass l=new LogClass();
            l.logit();
    }But this way, I do not get the log information from the class LogClass. Could anybody please help?
    Many thanks.

    jschell wrote:
    jverd wrote:
    ...configuration in log4j.xml or log4j.properties.And far as I recall you need one of those two also. If there is no config then there is no output.I thought it used some default config if no file is present, but I could be mistaken. Either way, it adds to the possible problems that the OP could be having, any of which are consistent with his rather vague question.
    1) He's passing the wrong class to the LogFactory, and hence getting a logger with the wrong name, so he's seeing a different name than he expects in the output that's being produced.
    2) His config file does not contain the proper format to include the actual classname, independent of the logger's name, so he's missing a piece of desired information in each line of the output that's being produced.
    3) His config file indicates a threshold that's less verbose than the level at which his code is logging, so no output is present when he wants it.
    4) His config file is missing (or not where it's expected to be), so no output is being produced at all.
    5) His config file is missing (or not where it's expected to be), so a default level or format is being produced, effectively the equivalent of one of the misconfigurations described in #2 and #3.
    Since the OP seems to have vanished, we may never know.

  • How to investigate hs_err_pid.log??

    hi
    1.how to investigate by using hs_err_pid.log file which is created when weblogic crashes.?
    2. Is JDBC connection failure causes server crash??
    I got a jdbc connection failure before server crash..
    please look the hs_err.log file ...
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x53df9708, pid=20300, tid=107
    # JRE version: 6.0_24-b50
    # Java VM: Java HotSpot(TM) Server VM (19.1-b02 mixed mode solaris-sparc )
    # Problematic frame:
    # C [libclntsh.so.11.1+0x1f9708] kpuhhaloc+0xb40
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0e952000): JavaThread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=107, stack(0x4af00000,0x4af80000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
    Registers:
    O0=0x00000000 O1=0x00000400 O2=0xff2b5980 O3=0x00000000
    O4=0xfe1eea00 O5=0x00070048 O6=0x4af7e990 O7=0x53df9678
    G1=0x04bfc000 G2=0x000017ac G3=0x00070048 G4=0x000000ff
    G5=0x480bf1f8 G6=0x00000000 G7=0xfe1eea00 Y=0x00000000
    PC=0x53df9708 nPC=0x53df970c
    Register to memory mapping:
    O0=0x00000000
    0x00000000 is pointing to unknown location
    O1=0x00000400
    0x00000400 is pointing to unknown location
    O2=0xff2b5980
    0xff2b5980: _uberdata+0 in /lib/libc.so.1 at 0xff180000
    O3=0x00000000
    0x00000000 is pointing to unknown location
    O4=0xfe1eea00
    0xfe1eea00 is pointing to unknown location
    O5=0x00070048
    0x00070048 is pointing to unknown location
    O6=0x4af7e990
    0x4af7e990 is pointing into the stack for thread: 0x0e952000
    "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=3 tid=0x0e952000 nid=0x6b runnable [0x4af7f000]
    java.lang.Thread.State: RUNNABLE
    O7=0x53df9678
    0x53df9678: kpuhhaloc+0xab0 in /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libclntsh.so.11.1 at 0x53c00000
    G1=0x04bfc000
    0x04bfc000 is pointing to unknown location
    G2=0x000017ac
    0x000017ac is pointing to unknown location
    G3=0x00070048
    0x00070048 is pointing to unknown location
    G4=0x000000ff
    0x000000ff is pointing to unknown location
    G5=0x480bf1f8
    0x480bf1f8 is pointing to unknown location
    G6=0x00000000
    0x00000000 is pointing to unknown location
    G7=0xfe1eea00
    0xfe1eea00 is pointing to unknown location
    Top of Stack: (sp=0x4af7e990)
    0x4af7e990: 55e934fc 00001400 55ed475c 000053ff
    0x4af7e9a0: 480becb8 480bf1f8 00001800 00001000
    0x4af7e9b0: 00001798 4753eb38 480bf1f8 480becb8
    0x4af7e9c0: 000017dc 4753eb38 4af7eb78 5402d840
    0x4af7e9d0: 0eba5820 00000000 4af7ed50 e45ff068
    0x4af7e9e0: fedfc000 4af7ea4c 7de143a0 01004000
    0x4af7e9f0: 00000000 55e430e4 00000000 0000000a
    0x4af7ea00: fc0001c0 480bf320 00000000 560906fc
    Instructions: (pc=0x53df9708)
    0x53df96f8: d2 05 40 08 10 80 00 05 f0 07 bf fc 88 10 20 ff
    0x53df9708: c8 28 20 00 f0 07 bf fc 81 c7 e0 08 81 e8 20 00
    Stack: [0x4af00000,0x4af80000], sp=0x4af7e990, free space=506k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libclntsh.so.11.1+0x1f9708] kpuhhaloc+0xb40
    C [libclntsh.so.11.1+0x42d848] kpughndl0+0x694
    C [libocijdbc11.so+0x2944]
    C [libocijdbc11.so+0x3fc4] Java_oracle_jdbc_driver_T2CConnection_t2cLogon+0x378
    C [libocijdbc11.so+0x3c34] Java_oracle_jdbc_driver_T2CConnection_t2cCreateState+0x1dc
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+-1652308988
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+1128
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+467
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+658
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ZLjava/util/Properties;Ljavax/sql/DataSource;Lweblogic/common/resourcepool/PooledResourceInfo;)Ljava/sql/Connection;+266
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Lweblogic/common/resourcepool/PooledResourceInfo;)Lweblogic/common/resourcepool/PooledResource;+237
    j weblogic.common.resourcepool.ResourcePoolImpl.makeResources(I[Lweblogic/common/resourcepool/PooledResourceInfo;Ljava/util/List;ZZ)I+344
    j weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(Lweblogic/timers/Timer;)V+415
    J weblogic.timers.internal.TimerImpl.run()V
    J weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run()V
    J weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V
    j weblogic.work.ExecuteThread.run()V+42
    v ~StubRoutines::call_stub
    V [libjvm.so+0x16b1a4]
    V [libjvm.so+0x52e708]
    V [libjvm.so+0x1ff2cc]
    V [libjvm.so+0x212228]
    V [libjvm.so+0x858a78]
    V [libjvm.so+0x77d714]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+1128
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+467
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+658
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ZLjava/util/Properties;Ljavax/sql/DataSource;Lweblogic/common/resourcepool/PooledResourceInfo;)Ljava/sql/Connection;+266
    j weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Lweblogic/common/resourcepool/PooledResourceInfo;)Lweblogic/common/resourcepool/PooledResource;+237
    j weblogic.common.resourcepool.ResourcePoolImpl.makeResources(I[Lweblogic/common/resourcepool/PooledResourceInfo;Ljava/util/List;ZZ)I+344
    j weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(Lweblogic/timers/Timer;)V+415
    J weblogic.timers.internal.TimerImpl.run()V
    J weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run()V
    J weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V
    j weblogic.work.ExecuteThread.run()V+42
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x46b43c00 JavaThread "Thread-525" daemon [_thread_in_native, id=59482, stack(0x56a80000,0x56b00000)]
    0x46bde000 JavaThread "Timer-179" daemon [_thread_blocked, id=59433, stack(0x49e00000,0x49e80000)]
    0x46b09c00 JavaThread "Thread-514" daemon [_thread_in_native, id=57859, stack(0x49d00000,0x49d80000)]
    0x46ae7800 JavaThread "LDAPConnThread-46 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57622, stack(0x4bd00000,0x4bd80000)]
    0x46b25000 JavaThread "LDAPConnThread-45 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57621, stack(0x48600000,0x48680000)]
    0x46693400 JavaThread "LDAPConnThread-44 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57620, stack(0x56280000,0x56300000)]
    0x46693000 JavaThread "LDAPConnThread-43 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57619, stack(0x48100000,0x48180000)]
    0x469a8000 JavaThread "LDAPConnThread-42 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57618, stack(0x49900000,0x49980000)]
    0x3b0d9000 JavaThread "Worker-3" daemon [_thread_blocked, id=47238, stack(0x49a00000,0x49a80000)]
    0x145c1400 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1330, stack(0x48500000,0x48580000)]
    0x07507400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=1328, stack(0x48700000,0x48780000)]
    0x073b8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1325, stack(0x49600000,0x49680000)]
    0x14db6c00 JavaThread "Background Batch Spiller 2" daemon [_thread_blocked, id=147, stack(0x48c00000,0x48c80000)]
    0x0516f000 JavaThread "Background Batch Spiller 1" daemon [_thread_blocked, id=146, stack(0x48d00000,0x48d80000)]
    0x15e7a000 JavaThread "Background Batch Spiller 0" daemon [_thread_blocked, id=145, stack(0x48e00000,0x48e80000)]
    0x1daa0400 JavaThread "Thread-36" daemon [_thread_blocked, id=141, stack(0x48f00000,0x48f80000)]
    0x16cc4800 JavaThread "Background Batch Spiller 2" daemon [_thread_blocked, id=140, stack(0x49000000,0x49080000)]
    0x076ef000 JavaThread "Background Batch Spiller 1" daemon [_thread_blocked, id=139, stack(0x49100000,0x49180000)]
    0x0704fc00 JavaThread "Background Batch Spiller 0" daemon [_thread_blocked, id=138, stack(0x49200000,0x49280000)]
    0x027b6000 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=137, stack(0x49300000,0x49380000)]
    0x0701fc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=135, stack(0x49400000,0x49480000)]
    0x1060fc00 JavaThread "JPS UserRoleCacheCleaner<clean-only>" daemon [_thread_blocked, id=133, stack(0x49700000,0x49780000)]
    0x08586400 JavaThread "Thread-23" daemon [_thread_blocked, id=127, stack(0x49b00000,0x49b80000)]
    0x16cdf000 JavaThread "DmsThread-1" daemon [_thread_blocked, id=122, stack(0x4a000000,0x4a080000)]
    0x0bf2dc00 JavaThread "[STANDBY] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=121, stack(0x4a100000,0x4a180000)]
    0x0ad28000 JavaThread "[STANDBY] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=120, stack(0x4a200000,0x4a280000)]
    0x134c0800 JavaThread "[STANDBY] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=119, stack(0x4a300000,0x4a380000)]
    0x134e1400 JavaThread "[STANDBY] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=118, stack(0x4a400000,0x4a480000)]
    0x0ebc6000 JavaThread "[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=117, stack(0x4a500000,0x4a580000)]
    0x080c0c00 JavaThread "[STANDBY] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=116, stack(0x4a600000,0x4a680000)]
    0x051a3800 JavaThread "[STANDBY] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=115, stack(0x4a700000,0x4a780000)]
    0x12f5c000 JavaThread "[STANDBY] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=114, stack(0x4a800000,0x4a880000)]
    0x0ad49000 JavaThread "[STANDBY] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=113, stack(0x4a900000,0x4a980000)]
    0x0c835800 JavaThread "[STANDBY] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=112, stack(0x4aa00000,0x4aa80000)]
    0x0b3b7800 JavaThread "[STANDBY] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=111, stack(0x4ab00000,0x4ab80000)]
    0x098d1800 JavaThread "[STANDBY] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=110, stack(0x4ac00000,0x4ac80000)]
    0x0400ac00 JavaThread "[STANDBY] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=109, stack(0x4ad00000,0x4ad80000)]
    0x07f73800 JavaThread "[STANDBY] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=108, stack(0x4ae00000,0x4ae80000)]
    =>0x0e952000 JavaThread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=107, stack(0x4af00000,0x4af80000)]
    0x11907c00 JavaThread "[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=106, stack(0x4b000000,0x4b080000)]
    0x14330400 JavaThread "[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=105, stack(0x4b100000,0x4b180000)]
    0x06ee8000 JavaThread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=104, stack(0x4b200000,0x4b280000)]
    0x05ae5000 JavaThread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=103, stack(0x4b300000,0x4b380000)]
    0x02f13400 JavaThread "DynamicListenThread[Default]" daemon [_thread_in_native, id=102, stack(0x4b900000,0x4b980000)]
    0x062d9400 JavaThread "DynamicSSLListenThread[DefaultSecure[1]]" daemon [_thread_in_native, id=101, stack(0x4ba00000,0x4ba80000)]
    0x062d8800 JavaThread "DynamicListenThread[Default[1]]" daemon [_thread_in_native, id=100, stack(0x4be00000,0x4be80000)]
    0x062d8000 JavaThread "DynamicSSLListenThread[DefaultSecure]" daemon [_thread_in_native, id=99, stack(0x4bf00000,0x4bf80000)]
    0x08545000 JavaThread "weblogic.GCMonitor" daemon [_thread_blocked, id=98, stack(0x4bc00000,0x4bc80000)]
    0x0871cc00 JavaThread "Thread-20" [_thread_blocked, id=97, stack(0x4bb00000,0x4bb80000)]
    0x04dfe400 JavaThread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=90, stack(0x4c000000,0x4c080000)]
    0x08a21000 JavaThread "Thread-18" daemon [_thread_blocked, id=89, stack(0x4c600000,0x4c680000)]
    0x08597c00 JavaThread "CacheCleaner" daemon [_thread_blocked, id=88, stack(0x4c300000,0x4c380000)]
    0x070a2c00 JavaThread "Worker-2" daemon [_thread_blocked, id=87, stack(0x4c700000,0x4c780000)]
    0x084f9800 JavaThread "Worker-1" daemon [_thread_blocked, id=86, stack(0x4c400000,0x4c480000)]
    0x06914400 JavaThread "Worker-0" daemon [_thread_blocked, id=85, stack(0x4c500000,0x4c580000)]
    0x04751800 JavaThread "JMX Framework document pooling thread" daemon [_thread_blocked, id=77, stack(0x56380000,0x56400000)]
    0x0211b000 JavaThread "LogFlusher" daemon [_thread_blocked, id=75, stack(0x56580000,0x56600000)]
    0x0232f400 JavaThread "LogFlusher" daemon [_thread_blocked, id=74, stack(0x56680000,0x56700000)]
    0x01ab4c00 JavaThread "LogFlusher" daemon [_thread_blocked, id=73, stack(0x56780000,0x56800000)]
    0x02ce5800 JavaThread "JPS FileChangeNotifier<clean-only>" daemon [_thread_blocked, id=72, stack(0x56880000,0x56900000)]
    0x02335c00 JavaThread "Thread-11" [_thread_blocked, id=71, stack(0x56980000,0x56a00000)]
    0x01e3d000 JavaThread "Runtime Authorization Event Notifier" daemon [_thread_blocked, id=69, stack(0x56c80000,0x56d00000)]
    0x068c8800 JavaThread "DoSManager" daemon [_thread_blocked, id=68, stack(0x56b80000,0x56c00000)]
    0x03f1c000 JavaThread "VDE Transaction Processor Thread" daemon [_thread_blocked, id=66, stack(0x56d80000,0x56e00000)]
    0x02006c00 JavaThread "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=65, stack(0x56e80000,0x56f00000)]
    0x086c9400 JavaThread "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=64, stack(0x56f80000,0x57000000)]
    0x08284c00 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=63, stack(0x57080000,0x57100000)]
    0x086c5400 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=62, stack(0x57180000,0x57200000)]
    0x02009800 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=61, stack(0x57280000,0x57300000)]
    0x01e95400 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=60, stack(0x57380000,0x57400000)]
    0x020c4c00 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=59, stack(0x57480000,0x57500000)]
    0x02c8ec00 JavaThread "[STANDBY] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=58, stack(0x57580000,0x57600000)]
    0x0058e400 JavaThread "Timer-1" daemon [_thread_blocked, id=57, stack(0x57680000,0x57700000)]
    0x01ef5800 JavaThread "Timer-0" daemon [_thread_blocked, id=56, stack(0x57780000,0x57800000)]
    0x003ed000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=54, stack(0x57e00000,0x57e80000)]
    0x003eac00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=53, stack(0x57f00000,0x57f80000)]
    0x003e8400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=52, stack(0x58000000,0x58080000)]
    0x003e6c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51, stack(0x58100000,0x58180000)]
    0x003d5c00 JavaThread "Finalizer" daemon [_thread_blocked, id=50, stack(0x58480000,0x58500000)]
    0x003d1000 JavaThread "Reference Handler" daemon [_thread_blocked, id=49, stack(0x58580000,0x58600000)]
    0x00033800 JavaThread "main" [_thread_blocked, id=2, stack(0xfe300000,0xfe380000)]
    Other Threads:
    0x003cd800 VMThread [stack: 0x58680000,0x58700000] [id=48]
    0x003ff400 WatcherThread [stack: 0x57d00000,0x57d80000] [id=55]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 677824K, used 340124K [0xd1160000, 0xfbc00000, 0xfbc00000)
    eden space 658880K, 48% used [0xd1160000,0xe4b14598,0xf94d0000)
    from space 18944K, 99% used [0xf94d0000,0xfa742da8,0xfa750000)
    to space 21184K, 0% used [0xfa750000,0xfa750000,0xfbc00000)
    PSOldGen total 1398144K, used 1070857K [0x7bc00000, 0xd1160000, 0xd1160000)
    object space 1398144K, 76% used [0x7bc00000,0xbd1c2770,0xd1160000)
    PSPermGen total 488576K, used 240053K [0x5bc00000, 0x79920000, 0x7bc00000)
    object space 488576K, 49% used [0x5bc00000,0x6a66d6c8,0x79920000)
    Dynamic libraries:
    0x00010000      /user1/weblogic/Oracle/Middleware/jdk160_24/bin/java
    0xff370000      /lib/libthread.so.1
    0xff340000      /user1/weblogic/Oracle/Middleware/jdk160_24/bin/../jre/lib/sparc/jli/libjli.so
    0xff320000      /lib/libdl.so.1
    0xff180000      /lib/libc.so.1
    0xff310000      /platform/sun4v/lib/libc_psr.so.1
    0xfe400000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/server/libjvm.so
    0xff2e0000      /lib/libsocket.so.1
    0xff300000      /usr/lib/libsched.so.1
    0xff2c0000      /lib/libm.so.1
    0xff140000      /usr/lib/libCrun.so.1
    0xff120000      /lib/libdoor.so.1
    0xff000000      /lib/libnsl.so.1
    0xfef00000      /lib/libm.so.2
    0xff0f0000      /lib/libscf.so.1
    0xff0c0000      /lib/libuutil.so.1
    0xfefe0000      /lib/libgen.so.1
    0xfefb0000      /lib/libmd.so.1
    0xfeee0000      /platform/sun4v/lib/libmd_psr.so.1
    0xfeec0000      /lib/libmp.so.2
    0xfe3d0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libverify.so
    0xfe390000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libjava.so
    0xfe2e0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/native_threads/libhpi.so
    0xfe290000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libzip.so
    0x58200000      /usr/lib/locale/en_US.UTF-8/en_US.UTF-8.so.3
    0xfe1a0000      /usr/lib/locale/en_US.UTF-8/methods_en_US.UTF-8.so.3
    0x593d0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libnet.so
    0x592e0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libnio.so
    0x592c0000      /lib/librt.so.1
    0x592a0000      /lib/libaio.so.1
    0x591e0000      /usr/lib/libsendfile.so.1
    0x591b0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libj2pkcs11.so
    0x590c0000      /usr/lib/libpkcs11.so
    0x59190000      /usr/lib/libcryptoutil.so.1
    0x59090000      /usr/lib/security/pkcs11_kernel.so
    0x58f90000      /usr/lib/security/pkcs11_softtoken_extra.so
    0x58ee0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libmanagement.so
    0x58ec0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libstackdump.so
    0x58ea0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libmuxer.so
    0x58de0000      /usr/ucblib/libucb.so.1
    0x58ca0000      /lib/libresolv.so.2
    0x58da0000      /lib/libelf.so.1
    0x58be0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libwlfileio3.so
    0x58bb0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libocijdbc11.so
    0x53c00000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libclntsh.so.11.1
    0x53980000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libnnz11.so
    0x58b90000      /lib/libkstat.so.1
    0x4c800000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libociei.so
    0x4c100000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libawt.so
    0x57630000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/headless/libmawt.so
    0x57520000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/librmi.so
    0x49500000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libfontmanager.so
    0x57240000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libinstrument.so
    0x57140000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libdcpr.so
    VM Arguments:
    jvm_args: -Xms2g -Xmx2g -XX:MaxPermSize=512m -Dweblogic.Name=ManagedServer_1 -Djava.security.policy=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3 -Dwls.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/user1/weblogic/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain -Djrockit.optfile=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/servers/ManagedServer_1 -Doracle.domain.config.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/carml -Digf.arisidstack.home=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/servers/ManagedServer_1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=/user1/weblogic/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://adf.alshaya.com:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/user1/weblogic/Oracle/Middleware/jdk160_24
    CLASSPATH=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/user1/weblogic/Oracle/Middleware/jdk160_24/lib/tools.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/user1/weblogic/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/user1/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/user1/weblogic/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/user1/weblogic/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/user1/weblogic/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/bin:/user1/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/bin:/user1/weblogic/Oracle/Middleware/jdk160_24/bin:/usr/bin:
    LD_LIBRARY_PATH=/user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/server:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/../lib/sparc:/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/native:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/native:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8
    SHELL=/bin/sh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x8b1920], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGBUS: [libjvm.so+0x8b1920], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGFPE: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGXFSZ: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x77febc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libclntsh.so.11.1+0xd12e00], sa_mask[0]=0x9fbef057, sa_flags=0x0000000c
    SIGTERM: [libjvm.so+0x77febc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIG39: [libjvm.so+0x7835c4], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIG40: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    --------------- S Y S T E M ---------------
    OS: Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
    Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
    Assembled 23 August 2011
    uname:SunOS 5.10 Generic_147440-02 sun4v (T2 libthread)
    rlimit: STACK 32768k, CORE infinity, NOFILE 65536, AS infinity
    load average:0.80 0.85 0.88
    CPU:total 128 has_v8, has_v9, popc, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1, is_niagara1_plus
    Memory: 8k page, physical 66584576k(33150328k free)
    vm_info: Java HotSpot(TM) Server VM (19.1-b02) for solaris-sparc JRE (1.6.0_24-b50), built on Feb 10 2011 01:32:25 by "" with Workshop 5.8
    time: Tue Dec 11 19:27:34 2012
    elapsed time: 3564362 seconds
    thanks in advance..

    http://docs.oracle.com/cd/B28359_01/java.111/b31224/instclnt.htm gives some info about the used libraries (libocijdbc11.so)
    Could you check the environment variable - http://docs.oracle.com/cd/B28359_01/java.111/b31224/getsta.htm#i1005378
    "On Sun Solaris or Linux, set the LD_LIBRARY_PATH environment variable as follows:
    ORACLE_HOME/lib
    This directory contains the libocijdbc11.so shared object library.
    Note:
    If you are running a 32-bit Java Virtual Machine (JVM) against a 64-bit client or database, then you must also add ORACLE_HOME/lib32 to the LD_LIBRARY_PATH environment variable."

  • Add-On connection for Journal Entry - Failed to Connect to SBO Common

    We have a customer (SAPBO 2005A SP01 PL29) with some specific requirements that required an add-on running in the background to monitor the addition of Goods Receipt PO's to the system. When the GRPO is successfully added, the Add-On will (behind the scenes) create an appropriate Journal Entry through the SAP DI. One of the issues that we encountered during the development of this functionality was that when it was tested by users, they weren't authorized to access the Financials module or the Journal Entry screen. What we ended up doing was creating a secondary connection (vCompany) in the DL pulling the information from the encrypted user information from SAP the Add-On used to connect, but utilizing a management level user ID and password. Once that connection has been made, the Journal Entry is added through the DI and that secondary connection is disconnected.
    The problem that we're encountering is this. When the users are logged into SAP Client with an regular user, and the GRPO adds, the secondary connection fails and returns a message of "Failed to Connect to SBO-Common". However, if the user is logged into SAP as an adminitrative level user and the GRPO is added, the secondary connection is successful and the Journal Entry is created. The secondary connection is strictly used for the JE. Here's the code (VS.Net 2005) for the secondary connection:
    vCompany = New SAPbobsCOM.Company
    vCompany.UseTrusted = True
    vCompany.language = SAPbobsCOM.BoSuppLangs.ln_English
    vCompany.CompanyDB = oCompany.CompanyDB
    vCompany.UserName = "XXXXX"
    vCompany.Password = "YYYYY"           
    vCompany.Server = oCompany.Server
    vCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_MSSQL2005
    lRetConnect = vCompany.Connect()
    Where "XXXXX" would be the appropriate management level SAP User Name and "YYYYY" would be that users password.
    Has anyone else had this kind of issue where you needed a secondary connection with management level access behind the scenes to accomplish something in SAP and had problems getting it to connect? Any thoughts or ideas would be greatly appreciated.

    Hi Dennis,
    what you can try is to make a untrusted connection
    oCompany.UseTrusted = False
    and set the DBUser and Pwd
    oCompany.DbUserName = "sa"
    oCompany.DbPassword = "insertpwd"
    lg David

  • How to create a new user over HTTPS

    Hi. I have set up conf.xml and web.xml so that when the user accesses a page in the secure area of the website, then they are taken to a login page where they enter their username and password and the form calls j_security_check on the server. All this happens over SSL as the transport garauntee is CONFIDENTIAL. But how to create a new user over HTTPS? If I have a create new account pages in the secure area of the website, then the only way the user can access these pages is by logging in, but they don't have a login as yet.

    An update. It looks that if the auth-constraint section (which lists the roles that can access this area) is missing, then everyone can access the region and it is over HTTPS. So far, the following seems to be working
       <security-constraint>
          <display-name>View My Account</display-name>
          <web-resource-collection>
             <web-resource-name>My Account Area</web-resource-name>
             <url-pattern>/myaccount/*</url-pattern>
          </web-resource-collection>
          <auth-constraint>
             <role-name>myrole</role-name>
          </auth-constraint>
          <user-data-constraint>
             <transport-guarantee>CONFIDENTIAL</transport-guarantee>
          </user-data-constraint>
       </security-constraint>
       <login-config>
          <auth-method>FORM</auth-method>
          <realm-name>Form-Based Authentication Area</realm-name>
          <form-login-config>
             <form-login-page>/newaccount/login.html</form-login-page>
             <form-error-page>/newaccount/loginerr.html</form-error-page>
          </form-login-config>
       </login-config>
       <security-role>
          <role-name>myrole</role-name>
       </security-role>
       <security-constraint>
          <display-name>Create New Account</display-name>
          <web-resource-collection>
             <web-resource-name>New Account Area</web-resource-name>
             <url-pattern>/newaccount/*</url-pattern>
          </web-resource-collection>
          <user-data-constraint>
             <transport-guarantee>CONFIDENTIAL</transport-guarantee>
          </user-data-constraint>
       </security-constraint>

  • Apache commons logging help

    Hello,
    I am trying to use castor beans in a back end java
    application that I instantiate from within a cold fusion page using
    the cfobject tag. Castor beans has a dependency on a newer version
    of apache commons logging than is shipped with Cold Fusion. I found
    the following knowledgebase article that describes the issue, but I
    can't seem to get it to work. The first thing is that I don't have
    a WEB-INF/cfusion/lib directory, and secondly, if I create it (to
    put the thirdparty directory in it) then I can no longer access my
    applications main web page (this page is a simple cfm file with no
    java calls or anything). Any help is appreciated.
    knowledge base article:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=98b79ee8
    thanks.

    after looking into this further it appears that the solution
    outlined in the knowledgebase article is geared toward the
    multi-server configuration rather than in the self contained
    configuration. Since I have ColdFusion Standard edition, it isn't
    an option for me to use the multi-server configuration. Does anyone
    know how to accomplish the same thing in Cold Fusion MX7 Standard
    Edition?
    thanks.

  • How do you generate log files using ActionScript 3?

    Is there any way to log activity using AS3 by using a Red5 Media Server?
    I cam across www.as3commons.org/as3-commons-logging but in this I have no clue how to access logfiles or where the logfiles are generated.
    I was wondering if there's a way to generate and store log files on a media server. Say for example, I need to log when the user starts recording a video, when the connection to the media server is successful and so on.
    Any help would be greatly appreciated. Thanks.

    In FMS backend scrips also works then log file can be create from beckend scripts.

Maybe you are looking for