Can I /dev/null my access log while running?

I have a Directory Server 5.2 system running
on Linux Red Hat.
My access log is huge - 1.7 G in 2 days, using
default logging.
Can I manage this by copying the access log
to another directory, then
cat /dev/null > /sunusr/slapd-xxxx/access
w/o negative effects ?
If I can , this will save me much grief,
JYard
UCLA

You can cat /dev/null, but you should not need to. You should be able to configure, the size, the rotation time, and the max file system utilization. You can actually have logs that do not exceed 10MB or whatever you want. Go to the configuration/logs tab in the console and set it any way you want.

Similar Messages

  • How can I organize groups in Address Book while running iCloud under Lion?

    I am frustrated with the new Address Book for many reasons:
    It is no longer possible to view groups, list, and cards at the same time, just groups and list or list and cards.  This means it is very cumbersome to organize cards to multiple groups, something that wa relatively easy before.  Why not allow us to see all three at once and conveniently drag and delete?
    The individual cards do not list what groups each card belongs to.  Why didn't Apple include a list and a way to change the group when editing cards?  Do any of the Apple programmers actually use their own programs to make them useful and convenient?
    While running iCloud addresses are duplicated (one set "On My Mac" and another "iCloud").  While it is possible to view only one set or the other, I found that it is best to backup and then delete the "On My Mac" cards and groups.  Even then it is confusing to navigate and move cards around.
    The iCloud synch with my iPod is working well, but I have to synch my older iPhone 3G with a cable. (will not run OS X v 10.7 Lion).
    The iCloud address book is not synching properly with Yahoo, but rather the Yahoo address are being pulled over to the "On My Mac" set that had been removed.  Why can't we set controls of pushing or pulling data vs synching, as well as whether whether this is with the iCloud or "On My Mac" addresses?
    The new address book format, while cute is too bright, hard to read and wastes a lot of space with white nothingness.  Why can't we have a more attractive, easier to read, and functional address book format, with more ability to customize format for advanced users?
    I suppose I may have answered my own question: basically it is possible to manage the groups as long is willing to put up with inefficiency and backs up manually by exporting the address book regularly as a backup (because so much can and does go wrong).  Does anybody have more insight?

    If you want to send a message to Apple, please submit it at:
    http://www.apple.com/feedback/

  • Data access error while running  the script in fdm workbench script editor

    Hello Experts,
    I have been getting the error when i run the script in script editor of fdqm workbench client.this is the error
                              -2147467259 Data access error and it is navigating the error at line 30 about this script "Set rsAppend = DW.DataAccess.farsTable(strWorkTableName)"
    Please revert me asap where i should load the data from peoplesoft to one of my planning database through fdm.
    Thanks in advance...

    Hi,
    Thanks for your suggestion's here i am going to run the datapump script so while i am running in workbench it is throwing data access error.So as you guy's suggested i created one import format and added this script to that import format which is added to one of my location even it is throwing the same error.I am getting the error at this sentence   "strWorkTableName" I want to know what is this where it reflect's?So my question is Is there any difference while running data pump or integration script.Please let me know a detailed navigation steps to run this script's with out data access error to run these kind of scripts.
    Note:Again my target is to load the data to planning database through fdqm which i am doing through sql statement's.
    Suggest your valuable suggestion's
    Thanks in advance...
    I am getting the error at this sentence   "strWorkTableName" I want to know what is this where it reflect's?

  • Enable Verbose Logging while running the propagation script

    I have created two weblogic portal domains one in DEV, and other in TEST. Each domain is a cluster of two managed servers. Portal content propagation script is failing and I have opened a support case with Oracle. Support engineer has asked me to run the propagation script after enabling verbose logging. He also provided a link as reference. [Propagation Topic - Enabling Verbose Logging|http://download.oracle.com/docs/cd/E13218_01/wlp/docs102/prodOps/propToolAdvanced.html#wp1071933]
    I am a weblogic administrator, not a developer, I don't have access any of my development team until Monday. When I spoke with Support engineer earlier he said it can be accomplished using deployment plan.
    Does anybody have any detail instructions or sample I can use?

    Thanks Deepak for a very quick response. Online commit fails. There are hundreds of errors in the file, I am copying first few errors.
    ============================
    WARNING (Dec 16, 2009 7:35:14 PM PST): Resource [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:waystoSave.Portlet], Manual Explanation [This portlet definition is based on a .portlet file. If changes have been made to the .portlet file make sure to move the updated .portlet file to the destination application. If changes to the definition have been made using the Portal Administration Tools then propagation will make the necessary updates.].
    INFO (Dec 16, 2009 7:35:14 PM PST): The commit operation will attempt to process [777] elections.
    ERROR (Dec 16, 2009 8:36:58 PM PST): The commit operation failed to process [442] elections.
    ERROR (Dec 16, 2009 8:36:58 PM PST): [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:Account.Portlet] failed to [update]
    ERROR (Dec 16, 2009 8:36:58 PM PST): [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:Account.Portlet:Account.PortletInst] failed to [update]
    ERROR (Dec 16, 2009 8:36:58 PM PST): [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:Account.Producer] failed to [update]
    ERROR (Dec 16, 2009 8:36:58 PM PST): [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:EditPhoneEmail.Portlet] failed to [update]
    ERROR (Dec 16, 2009 8:36:58 PM PST): [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:EditPhoneEmail.Portlet:EditPhoneEmail.PortletInst] failed to [update]
    ERROR (Dec 16, 2009 8:36:58 PM PST): [Application:portalservices:myenergyweb.WebApp:myenergyweb.Library:EditPrimaryBilling.Portlet] failed to [update]
    ============================
    Edited by: user8009444 on Dec 17, 2009 9:19 PM

  • How can DTExec show the execution package progress while running it in the DOS console?

    [SSIS 2012]
    Hi,
    We need to view the package results/progress during the execution of the package by the DTExec command. Isn´t it possible?
    The user can´t view the details for the execution by the GUI.
    The package is deployed in the SSIDB (Catalog). The final idea is to Audit the result in a *.log file from the Batch we have created. We are not considering to use the "Logging" feature while designing the package. We expect to have same SSIS events
    in the DOS console while executing it.
    DTExec always says: To view the details for the execution, right-click on the Integration Services Catalog, and open the [All Executions] report
    How could it be possible?
    Thanks,
    Alex Berenguer

    Hi Alex,
    I don’t think it is possible to display the package execution details in the Command Prompt when we execute a package stored in the SSISDB catalog. Except for enabling the package logging, we have to view the execution details from the “All Executions” Standard
    Report for the SSISDB Catalog.
    Regards,
    Mike Yin
    TechNet Community Support

  • How can I format my OS X partition while running Boot Camp?

    A while ago my Mac partition became corrupted when I shut it down mid-startup. I have been trapped on my Windows partition on my computer ever since. I have tried everything possible on my recovery drive. When given the option to reinstall mavericks, the partition wouldn't show up as an available drive. It wouldn't let me erase the my original Mac partition since it "couldn't open disk." I'm running out of options here and I'm not really sure where to go from here? Any help would be greatly appreciated.

    Erase the entire drive and reinstall everything. Boot from the Recovery Partition and use Disk Utility from there, then you can reinstall Mavericks, also from Recovery.

  • While running RMIserver in getting reportbug with hr_err_ p1 .log file

    hi ,
    i am getting hr_err-<pid>.log while running RMI server , the below is error which i got in bug file, how to solve the problem,
    Thanks,
    kamalahasan.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x008f4353, pid=10910, tid=3086919360
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # C [libc.so.6+0x61353]
    --------------- T H R E A D ---------------
    Current thread (0x0805c910): JavaThread "main" [_thread_in_vm, id=10910]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xc2342f66
    Registers:
    EAX=0xba1a0000, EBX=0x009b8ff4, ECX=0x009ba820, EDX=0x000001ca
    ESP=0xbfffca9c, EBP=0xbfffcb0c, ESI=0x081a2d98, EDI=0x081a2f62
    EIP=0x008f4353, CR2=0xc2342f66, EFLAGS=0x00010202
    Top of Stack: (sp=0xbfffca9c)
    0xbfffca9c: 46453446 30303030 2c334435 30303030
    0xbfffcaac: 30303031 009ae111 009ae111 009ae111
    0xbfffcabc: 009ae111 4633310a 30464634 41303030
    0xbfffcacc: 302c3344 30303030 ba1a0000 000001ca
    0xbfffcadc: 009ba858 00138b5e 009ba844 009ba82c
    0xbfffcaec: 009ba820 44333030 30302c33 30303030
    0xbfffcafc: 30303030 009b8ff4 009ba820 00000000
    0xbfffcb0c: bfffcbd0 008f52f3 00000000 0805de60
    Instructions: (pc=0x008f4353)
    0x008f4343: 42 0c 89 50 08 8b 4d e0 39 79 30 74 70 8b 45 c8
    0x008f4353: f6 44 07 04 01 0f 84 54 ff ff ff 83 67 04 fe e9
    Stack: [0xbfe00000,0xc0000000), sp=0xbfffca9c, free space=2034k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc.so.6+0x61353]
    C [libc.so.6+0x622f3]
    C [libc.so.6+0x640b1] malloc+0x81
    V [libjvm.so+0x41e2da]
    V [libjvm.so+0x11e766]
    V [libjvm.so+0x11eda5]
    V [libjvm.so+0x47a0ae]
    V [libjvm.so+0x4f6eb9]
    V [libjvm.so+0x47afae]
    V [libjvm.so+0x47b73a]
    V [libjvm.so+0x47b88f]
    V [libjvm.so+0x19c22c]
    V [libjvm.so+0x19bff1]
    V [libjvm.so+0x255dbe]
    j java.io.BufferedReader.readLine(Z)Ljava/lang/String;+0
    j java.io.BufferedReader.readLine()Ljava/lang/String;+2
    j com.sm.server.DGServertest1.loadServer()V+7286
    j com.sm.server.DGServertest1.<init>()V+4
    j com.sm.server.DGServertest1.main([Ljava/lang/String;)V+43
    v ~StubRoutines::call_stub
    V [libjvm.so+0x2607ec]
    V [libjvm.so+0x423828]
    V [libjvm.so+0x26061f]
    V [libjvm.so+0x28adc2]
    V [libjvm.so+0x27bfd2]
    C [java+0x1803]
    C [libc.so.6+0x14e23] __libc_start_main+0xd3
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.io.BufferedReader.readLine(Z)Ljava/lang/String;+0
    j java.io.BufferedReader.readLine()Ljava/lang/String;+2
    j com.sm.server.DGServertest1.loadServer()V+7286
    j com.sm.server.DGServertest1.<init>()V+4
    j com.sm.server.DGServertest1.main([Ljava/lang/String;)V+43
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0819fa98 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=10957]
    0x0823db58 JavaThread "Hitcount" daemon [_thread_blocked, id=10952]
    0x081e3f98 JavaThread "GC Daemon" daemon [_thread_blocked, id=10951]
    0x081e1cb8 JavaThread "RMI Reaper" [_thread_blocked, id=10950]
    0x08153e80 JavaThread "Timer-0" daemon [_thread_blocked, id=10949]
    0x081f2fb0 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=10948]
    0x6d801ad0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10943]
    0x6d8006a0 JavaThread "CompilerThread1" daemon [_thread_in_native, id=10942]
    0x08141888 JavaThread "CompilerThread0" daemon [_thread_blocked, id=10941]
    0x08140878 JavaThread "AdapterThread" daemon [_thread_blocked, id=10940]
    0x0813f8b0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10939]
    0x08136218 JavaThread "Finalizer" daemon [_thread_blocked, id=10932]
    0x08134b70 JavaThread "Reference Handler" daemon [_thread_blocked, id=10931]
    =>0x0805c910 JavaThread "main" [_thread_in_vm, id=10910]
    Other Threads:
    0x081326a0 VMThread [id=10928]
    0x6d803080 WatcherThread [id=10944]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 25536K, used 878K [0xab450000, 0xad0c0000, 0xb2610000)
    eden space 21952K, 4% used [0xab450000,0xab52b978,0xac9c0000)
    from space 3584K, 0% used [0xac9c0000,0xac9c0000,0xacd40000)
    to space 3584K, 0% used [0xacd40000,0xacd40000,0xad0c0000)
    PSOldGen total 233024K, used 739K [0x72610000, 0x809a0000, 0xab450000)
    object space 233024K, 0% used [0x72610000,0x726c8c50,0x809a0000)
    PSPermGen total 16384K, used 4873K [0x6e610000, 0x6f610000, 0x72610000)
    object space 16384K, 29% used [0x6e610000,0x6ead2680,0x6f610000)
    Dynamic libraries:
    0087a000-0088f000 r-xp 00000000 fd:00 9028660 /lib/ld-2.3.4.so
    0088f000-00890000 r-xp 00015000 fd:00 9028660 /lib/ld-2.3.4.so
    00890000-00891000 rwxp 00016000 fd:00 9028660 /lib/ld-2.3.4.so
    00893000-009b7000 r-xp 00000000 fd:00 9028661 /lib/tls/libc-2.3.4.so
    009b7000-009b8000 r-xp 00124000 fd:00 9028661 /lib/tls/libc-2.3.4.so
    009b8000-009bb000 rwxp 00125000 fd:00 9028661 /lib/tls/libc-2.3.4.so
    009bb000-009bd000 rwxp 009bb000 00:00 0
    009bf000-009e0000 r-xp 00000000 fd:00 9028662 /lib/tls/libm-2.3.4.so
    009e0000-009e2000 rwxp 00020000 fd:00 9028662 /lib/tls/libm-2.3.4.so
    009e4000-009e6000 r-xp 00000000 fd:00 9028663 /lib/libdl-2.3.4.so
    009e6000-009e8000 rwxp 00001000 fd:00 9028663 /lib/libdl-2.3.4.so
    00aed000-00afb000 r-xp 00000000 fd:00 9028664 /lib/tls/libpthread-2.3.4.so
    00afb000-00afd000 rwxp 0000d000 fd:00 9028664 /lib/tls/libpthread-2.3.4.so
    00afd000-00aff000 rwxp 00afd000 00:00 0
    07df2000-07e04000 r-xp 00000000 fd:00 9028672 /lib/libnsl-2.3.4.so
    07e04000-07e06000 rwxp 00011000 fd:00 9028672 /lib/libnsl-2.3.4.so
    07e06000-07e08000 rwxp 07e06000 00:00 0
    08048000-08057000 r-xp 00000000 fd:00 14517026 /usr/java/jdk1.5.0_06/bin/java
    08057000-08059000 rwxp 0000e000 fd:00 14517026 /usr/java/jdk1.5.0_06/bin/java
    08059000-08260000 rwxp 08059000 00:00 0
    6cbf6000-6cbf9000 rwxp 6cbf6000 00:00 0
    6cbf9000-6cc77000 rwxp 6cbf9000 00:00 0
    6cc77000-6cc7a000 rwxp 6cc77000 00:00 0
    6cc7a000-6ccf8000 rwxp 6cc7a000 00:00 0
    6ccf8000-6ccfb000 ---p 6ccf8000 00:00 0
    6ccfb000-6cd79000 rwxp 6ccfb000 00:00 0
    6cd79000-6cd7a000 r-xp 00000000 fd:00 14534160 /usr/java/jdk1.5.0_06/jre/lib/i386/librmi.so
    6cd7a000-6cd7b000 rwxp 00000000 fd:00 14534160 /usr/java/jdk1.5.0_06/jre/lib/i386/librmi.so
    6cd7b000-6cd7e000 rwxp 6cd7b000 00:00 0
    6cd7e000-6cdfc000 rwxp 6cd7e000 00:00 0
    6cdfc000-6cdff000 ---p 6cdfc000 00:00 0
    6cdff000-6ce7d000 rwxp 6cdff000 00:00 0
    6ced1000-6ced4000 ---p 6ced1000 00:00 0
    6ced4000-6cf52000 rwxp 6ced4000 00:00 0
    6cf52000-6cf55000 ---p 6cf52000 00:00 0
    6cf55000-6cfd3000 rwxp 6cf55000 00:00 0
    6cfd3000-6cfd6000 ---p 6cfd3000 00:00 0
    6cfd6000-6d054000 rwxp 6cfd6000 00:00 0
    6d054000-6d057000 ---p 6d054000 00:00 0
    6d057000-6d0d5000 rwxp 6d057000 00:00 0
    6d100000-6d1fe000 rwxp 6d100000 00:00 0
    6d1fe000-6d200000 ---p 6d1fe000 00:00 0
    6d200000-6d221000 rwxp 6d200000 00:00 0
    6d221000-6d300000 ---p 6d221000 00:00 0
    6d4e5000-6d4e7000 r-xs 00000000 fd:00 14534085 /usr/java/jdk1.5.0_06/jre/lib/ext/dnsns.jar
    6d4e7000-6d5ab000 r-xs 00000000 fd:00 14534074 /usr/java/jdk1.5.0_06/jre/lib/ext/localedata.jar
    6d5ab000-6d5d1000 r-xs 00000000 fd:00 14534087 /usr/java/jdk1.5.0_06/jre/lib/ext/sunjce_provider.jar
    6d5d1000-6d5fc000 r-xs 00000000 fd:00 14534088 /usr/java/jdk1.5.0_06/jre/lib/ext/sunpkcs11.jar
    6d5fc000-6d5fd000 ---p 6d5fc000 00:00 0
    6d5fd000-6d67d000 rwxp 6d5fd000 00:00 0
    6d67d000-6d680000 ---p 6d67d000 00:00 0
    6d680000-6d6fe000 rwxp 6d680000 00:00 0
    6d6fe000-6d701000 ---p 6d6fe000 00:00 0
    6d701000-6d77f000 rwxp 6d701000 00:00 0
    6d77f000-6d782000 ---p 6d77f000 00:00 0
    6d782000-6d900000 rwxp 6d782000 00:00 0
    6d965000-6d979000 r-xp 00000000 fd:00 14534158 /usr/java/jdk1.5.0_06/jre/lib/i386/libnet.so
    6d979000-6d97a000 rwxp 00013000 fd:00 14534158 /usr/java/jdk1.5.0_06/jre/lib/i386/libnet.so
    6d97a000-6d97d000 ---p 6d97a000 00:00 0
    6d97d000-6d9fb000 rwxp 6d97d000 00:00 0
    6d9fb000-6d9fe000 ---p 6d9fb000 00:00 0
    6d9fe000-6da7c000 rwxp 6d9fe000 00:00 0
    6da7c000-6dc7c000 r-xp 00000000 fd:00 13782110 /usr/lib/locale/locale-archive
    6dc7c000-6dc7f000 ---p 6dc7c000 00:00 0
    6dc7f000-6dcfd000 rwxp 6dc7f000 00:00 0
    6dcfd000-6dd00000 ---p 6dcfd000 00:00 0
    6dd00000-6dd7e000 rwxp 6dd00000 00:00 0
    6dd7e000-6dd7f000 ---p 6dd7e000 00:00 0
    6dd7f000-6ddff000 rwxp 6dd7f000 00:00 0
    6ddff000-6de00000 ---p 6ddff000 00:00 0
    6de00000-6de80000 rwxp 6de00000 00:00 0
    6de80000-6de81000 ---p 6de80000 00:00 0
    6de81000-6df01000 rwxp 6de81000 00:00 0
    6df01000-6df02000 ---p 6df01000 00:00 0
    6df02000-6df82000 rwxp 6df02000 00:00 0
    6df82000-6df83000 ---p 6df82000 00:00 0
    6df83000-6e003000 rwxp 6df83000 00:00 0
    6e003000-6e004000 ---p 6e003000 00:00 0
    6e004000-6e084000 rwxp 6e004000 00:00 0
    6e084000-6e085000 ---p 6e084000 00:00 0
    6e085000-6e105000 rwxp 6e085000 00:00 0
    6e105000-6e106000 ---p 6e105000 00:00 0
    6e106000-6e186000 rwxp 6e106000 00:00 0
    6e186000-6e187000 ---p 6e186000 00:00 0
    6e187000-6e20f000 rwxp 6e187000 00:00 0
    6e20f000-6e227000 rwxp 6e20f000 00:00 0
    6e227000-6e299000 rwxp 6e227000 00:00 0
    6e299000-6e3ef000 rwxp 6e299000 00:00 0
    6e3ef000-6e3f7000 rwxp 6e3ef000 00:00 0
    6e3f7000-6e40f000 rwxp 6e3f7000 00:00 0
    6e40f000-6e481000 rwxp 6e40f000 00:00 0
    6e481000-6e5d6000 rwxp 6e481000 00:00 0
    6e5d6000-6e5e5000 rwxp 6e5d6000 00:00 0
    6e5e5000-6e60f000 rwxp 6e5e5000 00:00 0
    6e60f000-6f610000 rwxp 6e60f000 00:00 0
    6f610000-72610000 rwxp 6f610000 00:00 0
    72610000-809a0000 rwxp 72610000 00:00 0
    809a0000-ab450000 rwxp 809a0000 00:00 0
    ab450000-ad0c0000 rwxp ab450000 00:00 0
    ad0c0000-b2610000 rwxp ad0c0000 00:00 0
    b261f000-b2621000 rwxp b261f000 00:00 0
    b2621000-b269f000 rwxp b2621000 00:00 0
    b269f000-b26ff000 rwxp b269f000 00:00 0
    b26ff000-b469f000 rwxp b26ff000 00:00 0
    b469f000-b4eda000 r-xs 00000000 fd:00 14534209 /usr/java/jdk1.5.0_06/jre/lib/charsets.jar
    b4eda000-b4eee000 r-xs 00000000 fd:00 14534208 /usr/java/jdk1.5.0_06/jre/lib/jce.jar
    b4eee000-b4f73000 r-xs 00000000 fd:00 14534267 /usr/java/jdk1.5.0_06/jre/lib/jsse.jar
    b4f73000-b4fdc000 rwxp b4f73000 00:00 0
    b4fdc000-b75c4000 r-xs 00000000 fd:00 14534942 /usr/java/jdk1.5.0_06/jre/lib/rt.jar
    b75c4000-b75d7000 r-xp 00000000 fd:00 14534164 /usr/java/jdk1.5.0_06/jre/lib/i386/libzip.so
    b75d7000-b75d9000 rwxp 00012000 fd:00 14534164 /usr/java/jdk1.5.0_06/jre/lib/i386/libzip.so
    b75d9000-b75fa000 r-xp 00000000 fd:00 14534144 /usr/java/jdk1.5.0_06/jre/lib/i386/libjava.so
    b75fa000-b75fc000 rwxp 00020000 fd:00 14534144 /usr/java/jdk1.5.0_06/jre/lib/i386/libjava.so
    b75fc000-b7605000 r-xp 00000000 fd:00 9027634 /lib/libnss_files-2.3.4.so
    b7605000-b7607000 rwxp 00008000 fd:00 9027634 /lib/libnss_files-2.3.4.so
    b7607000-b7612000 r-xp 00000000 fd:00 14534163 /usr/java/jdk1.5.0_06/jre/lib/i386/libverify.so
    b7612000-b7613000 rwxp 0000b000 fd:00 14534163 /usr/java/jdk1.5.0_06/jre/lib/i386/libverify.so
    b7613000-b761b000 rwxs 00000000 fd:00 5095432 /tmp/hsperfdata_bkasoft/10910
    b761b000-b7621000 r-xp 00000000 fd:00 14534168 /usr/java/jdk1.5.0_06/jre/lib/i386/native_threads/libhpi.so
    b7621000-b7622000 rwxp 00006000 fd:00 14534168 /usr/java/jdk1.5.0_06/jre/lib/i386/native_threads/libhpi.so
    b7622000-b7623000 rwxp b7622000 00:00 0
    b7623000-b7624000 r-xp b7623000 00:00 0
    b7624000-b7b71000 r-xp 00000000 fd:00 14534172 /usr/java/jdk1.5.0_06/jre/lib/i386/server/libjvm.so
    b7b71000-b7bd3000 rwxp 0054d000 fd:00 14534172 /usr/java/jdk1.5.0_06/jre/lib/i386/server/libjvm.so
    b7bd3000-b7fec000 rwxp b7bd3000 00:00 0
    bfe00000-bfe03000 ---p bfe00000 00:00 0
    bfe03000-c0000000 rwxp bfe03000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    jvm_args: -Xms256m -Xmx1024m
    java_command: com.sm.server.DGServertest1 TABLES
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=/var/mysql-connector-java-3.1.12/mysql-connector-java-3.1.12-bin.jar:/home/bkasoft/kamal/RMIWilshire/
    PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/bkasoft/bin
    LD_LIBRARY_PATH=/usr/java/jdk1.5.0_06/jre/lib/i386/server:/usr/java/jdk1.5.0_06/jre/lib/i386:/usr/java/jdk1.5.0_06/jre/../lib/i386:/home/bkasoft/kamal/RMIWilshire/lib/:
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x4fd530], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGBUS: [libjvm.so+0x4fd530], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGFPE: [libjvm.so+0x422860], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGPIPE: [libjvm.so+0x422860], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGILL: [libjvm.so+0x422860], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x424bb0], sa_mask[0]=0x00000000, sa_flags=0x14000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libjvm.so+0x4245e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGQUIT: [libjvm.so+0x4245e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    SIGTERM: [libjvm.so+0x4245e0], sa_mask[0]=0x7ffbfeff, sa_flags=0x14000004
    --------------- S Y S T E M ---------------
    OS:CentOS release 4.3 (Final)
    uname:Linux 2.6.9-34.ELsmp #1 SMP Wed Mar 8 00:27:03 CST 2006 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 147456, NOFILE 1024, AS infinity
    load average:0.93 0.47 0.22
    CPU:total 8 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2028k(3k free), swap 495k(495k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_06-b05) for linux-x86, built on Nov 10 2005 10:56:33 by java_re with gcc 3.2.1-7a (J2SE release)

    Hi,
    Please don't cross-post / double post:
    http://forum.java.sun.com/thread.jspa?threadID=5121523

  • Error during scheduling while running Run order sequencing in PPR

    Hello Experts,
    An error saying 'Error during scheduling' is logged while running Run order sequencing in Production Planning Run and the job is failed.
    Checked the capacity of the resource but seems ok.
    The below long text is displayed next to the error message.
    Error during scheduling
    Message no. /SAPAPO/OM043
    Diagnosis
    The system could not schedule an order, operation or activity.
    This could have the following causes:
    The resource does not have any free working time or capacity.
    If you have set planning direction backwards in the strategy profile:
    There is not enough working time or capacity available for scheduling between now and the scheduling date.
    If you have set planning direction forwards in the strategy profile:
    There is not enough working time or capacity available for scheduling between the scheduling date and the end of the planning area.
    If you plan characteristics-dependently:
    You have assigned characteristics to operations of the order that do not agree with characteristics of the resources on which the operations are to be processed.
    The system cannot find any suitable characteristics on the resources and so it cannot schedule.
    Procedure
    Depending on which of the above reasons is the cause, change the following settings:
    Change the working times and capacities of the resources.
    Set the planning mode "infinite planning" in the strategy profile.
    Activate the planning direction forwards or backwards and reverse in the strategy profile.
    Change the characteristics that you have assigned to the resource.
    Can anyone let me know what else need to check to avoid the error.

    Dear Maddy,
    The function "Reschedule" follows an all-or-nothing logic, which means that either all selected activities on a resource can be re-scheduled or the function (better the liveCache) cancels and no activities will be re-scheduled.
    One reason might be that you have a pegging relation to a fixed activity (this might be a sales order, forecast, an activity outside the propagation range...) which cannot be considered during the
    scheduling. The liveCache cannot break the pegging, therefore it cancels the scheduling.
    Please have a look at the note 510669 which offers a heuristic on the basis of the algorithm /SAPAPO/HEUR_PLAN_SEQ_PACKAGES. This heuristic should solve your problem. It will re-schedule as many activities as possible and will not cancel if one fails.
    Depending on your current release there could be also some correction notes like
    1272960
    1027194
    I hope I could help you further.
    Regards,
    Tibor

  • Can no longer access log files from EM(ECM11.1.1.6.0).

    Full UI popup error is " Stream closed ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #4"
    Of course, I can't see any further errors in the logs,so I'm really at a disadvantage. am currently asking client if he sees anything in the Console for errors.
    This was working just fine, no issues accessing logs from EM. No configiration changes were made, there's almost 8gb RAM available on this box(SOA on different BOX). ECM set up is Admin, IPM, UCM on this box.
    Is there special memory settings for logs?

    log from Admin Console is this:
    <Dec 11, 2012 12:03:32 PM PST> <Error> <oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator> <BEA-000000> <ADF_FACES-60096:Server Exception during PPR, #6
    java.io.IOException: Stream closed
    at java.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:134)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    at oracle.xml.parser.v2.XMLReader.pushXMLReader(XMLReader.java:416)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:315)
    at oracle.jsp.parse.XMLUtil.getDocument(XMLUtil.java:447)
    at oracle.jsp.parse.OracleJsp2Java.transformImpl(OracleJsp2Java.java:402)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:593)
    at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:691)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:490)
    at oracle.jsp.runtimev2.JspPageCompiler.parseAndGetTreeNode(JspPageCompiler.java:457)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:624)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:645)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:810)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:734)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.eml.app.JSPFilter.doFilter(JSPFilter.java:93)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:527)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:268)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:471)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:191)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.sysman.emSDK.adfext.ctlr.EMViewHandlerImpl.renderView(EMViewHandlerImpl.java:158)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:102)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    Again, this is from me simply acessing any standard WLS log on the ECM Domain.
    Lgin as weblogic, then Farm->logs>View Log Messages

  • How i can access log file in servlet?

    How i can access log file in servlet then display it to browser.
              Can i have peice of codes...
              Thanks in advance.!
              

    This is not something that can be answered easily. There is quite alot of code involved....
    To get started I suggest you read up on the built-in package 'DBMS_LOB' from Oracle . Most of what you need you should find there.
    regards Dave.

  • Why can't read access log file in real-time? (Oracle Weblogic Server 10.3)

    We can't read access log file in real-time. If access log is rotation to new file so can read access log file but can't read real-time.
    *** Oracle Weblogic Server versions 10 R3

    what's your meaning? try this command "tail -f access.log".
    Threre is a buffer about 8K for WebLogic to write the access info into the log files, so you can't see the access info untill the buffer is full.

  • [solved] systemd times out waiting for dev-null.device on encrypted fs

    I have a relatively new install of Arch on my laptop. The relevant sections of the drive setup are a luks encrypted root device (with associated unencrypted /boot), and a large ntfs device encrypted with truecrypt. That contains my home directory, which is shared with the Windows 8 dual-boot on the machine.
    I have all this mounted on boot, so my typical usage is to enter my password for the encrypted root, followed by the password for the truecrypt-encrypted data drive, then normal login.
    This has been working fine for a couple of weeks. This afternoon I rebooted my machine from Windows to Linux, at which point the secondary encrypted drive failed to mount. The root device mounts fine.
    On further examination, in the form of journalctl -xb, I'm getting the following errors after mounting the encrypted root device:
    Feb 12 21:29:54 kafka systemd[1]: Job dev-null.device/start timed out.
    Feb 12 21:29:54 kafka systemd[1]: Timed out waiting for device dev-null.device.
    -- Subject: Unit dev-null.device has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Softwar … e9d022f03d
    -- Unit dev-null.device has failed.
    -- The result is timeout.
    Feb 12 21:29:54 kafka systemd[1]: Dependency failed for Cryptography Setup for cryptdata.
    -- Subject: Unit [email protected] has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/li … temd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Softwar … e9d022f03d
    -- Unit [email protected] has failed.
    As my root home directory is on the root filesystem, I can still log in as root. If I try to mount or unmount the truecrypt device (located at /data) the command hangs. After removing "auto,x-systemd.automount" from that device from /etc/fstab and rebooting, I have a significant delay at boot, but I can then mount the /data device as normal.
    I can't find anything related to this either here or on Google. Any ideas?
    Last edited by tealeaf (2014-02-13 12:01:55)

    WonderWoofy wrote:A bit OT, but I just want to mention that having your $HOME on ntfs is probably not the best idea either.  It may work, but because it is not a POSIX compliant filesystem, there is a good chance you might run into some issues.
    Thanks for the warning. Sadly, as there are applications I need for work that only run in Windows, I need to dual boot this machine with Windows 8.1. This is the best option I can find for sharing my home directory, which is also a necessity due to the amount of data I have to share between the systems. I would much rather trust to ntfs-3g-ar and its UserMapping (and all the fiddling with ACLs that I had to do) than to the Windows ext2 drivers I can find. They all seem to be several years out of date. Linux is much better at talking NTFS than Windows is at talking EXT. (To be honest, I'm actually quite impressed with Windows 8 since the upgrade to 8.1. As a long term Arch user and a fan of tiling window managers it's interesting to see Windows moving in the right direction. )
    With 'permissions' in the /etc/fstab and the .NTFS-3G/UserMapping file in place it works almost seamlessly. (It took a lot of tinkering with ACLs in Windows and Linux, but it's working very well now. One tip that I'll write here in case it's of use is that you want the last line of the UserMapping file to be a 'generic' mapping. When I didn't have that there were very strange things going on.)
    The only two minor problems I have now are:
    1) A few applications don't like FUSE filesystems. Steam worked for a while and then broke; reinstalling it failed at every stage. When I checked, it seems that FUSE is a known problem for Steam. (I don't think it's restricted to NTFS.) My response to that was to create /home/.local/$HOME on my root (ext4) filesystem and symlink out to it for troublesome applications.
    2) There are a few characters for filenames that Windows doesn't like, making those files inaccessible in Windows. (Colons are the major culprit.) They're usually quite easily renamed. (The exception being my .maildir folder, which I have had to duplicate natively in cygwin.)
    Neither of these are anything more than minor niggles. I appreciate the warning, though.
    Having said that, if you have an alternative that lets me share a truecrypt-encrypted drive between Linux and Windows that is better than the NTFS-3G approach, I'd love to hear it for future reference.

  • Error in deployment:java.lang.NullPointerException:sdu name can not be null

    HI Everyone!
        I try to deploy my web dynpro project to SAP J2EE engine. Configuration about SAP J2EE Engine is OK, but there is an error during the deployment. Here is the deployment trace:
    2007-6-28 14:56:27 /userOut/daView_category (com.sap.ide.eclipse.deployer.DVBaseLog) [Thread[Deploy Thread,6,main]] INFO: deployment trace
    14:56:24.207 [info  #300]  [#4]: Trying to connect to 'secude-vmcn0001:50004' as 'administrator'
    14:56:24.207 [debug #100]  [#4]: Session::getContext.[ B E G I N ].timerId=16
    14:56:25.161 [debug #100]  [#4]: Session::getContext.[ E N D ].timerId=[id:#16, elapsed: 954 ms.]
    14:56:25.161 [info  #300]  [#4]: Connected to 'secude-vmcn0001:50004' as 'administrator'
    14:56:25.161 [debug #100]  [#4]: DeployProcessor::ctor:New deploy processor created.deployerId=4
    14:56:25.161 [info  #300]  [#4]: +++++ Starting  D E P L O Y action +++++
    14:56:25.161 [info  #300]  [#4]: Selected archives for deployment
    14:56:25.161 [info  #300]  [#4]: D:\NetWeaverWorkspace\Workspace\Dashboard\Dashboard.ear
    14:56:25.536 [debug #100]  [#4]: DeployProcessor::deploy:going to generate Session id, deployerId=4
    14:56:25.755 [debug #100]  [#4]: DeployProcessor::deploy:got Session id='14',time:[id:#17, elapsed: 594 ms.], deployerId=4
    14:56:25.974 [info  #300]  [#4]: Upload archives to the server.Remote upload path is 'C:\SAP\JP1\JC00\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\14'
    14:56:25.974 [debug #300]  [#4]: DeployProcessor::uploadItemsToServer:Going to upload 'D:\NetWeaverWorkspace\Workspace\Dashboard\Dashboard.ear' on the server.deployerId=4
    14:56:26.427 [info  #300]  [#4]: File 'D:\NetWeaverWorkspace\Workspace\Dashboard\Dashboard.ear' uploaded successfully as 'C:/SAP/JP1/JC00/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/14/Dashboard.ear'. Time:[id:#18, elapsed: 453 ms.]
    14:56:26.427 [info  #300]  [#4]: Archives uploaded.time:[#18: 0.453 sec]
    14:56:26.427 [debug #100]  [#4]: DeployProcessor::deployItems:enter.timerId=19, deployerId=4
    14:56:26.427 [debug #100]  [#4]: DeployProcessor::internalCreateAndInitDeployer:get deployer from server, deployerId=4
    14:56:26.427 [debug #100]  [#4]: DeployProcessor::internalCreateAndInitDeployer:deployer get successfully:[id:#20, elapsed: 0 ms.], deployerId=4
    14:56:26.630 [info  #300]  [#4]: component version handling rule is UpdateAllVersions
    14:56:26.849 [info  #300]  [#4]: Error strategies:
    14:56:26.849 [debug #100]  [#4]: DeployProcessor::internalCreateAndInitDeployer:deployer initialized sucessfully:[id:#20, elapsed: 422 ms.], deployerId=4
    14:56:26.849 [debug #100]  [#4]: DeployProcessor::internalCreateAndInitDeployer:total time:[#20: 0.422 sec], deployerId=4
    14:56:26.849 [info  #300]  [#4]: Starting deployment
    14:56:27.177 [debug #100]  [#4]: DeployProcessor::internalMapSdus:sduMapperVisitor.setCompositeDeploymentItem(null),remoteSdu=name: 'null', vendor: 'null', location: 'LOKAL', version: '0.2007.06.28.14.28.59', software type: 'J2EE', dependencies: '[]'
    14:56:27.177 [debug #300]  [#4]: DeployProcessor::deployItems:finally.Total Time:[#19: 0.75 sec], deployerId=4
    14:56:27.177 [info  #300]  [#4]: +++++ End  D E P L O Y action +++++
    And here is the exception detail:
    2007-6-28 14:56:27 /userOut/daView_category (com.sap.ide.eclipse.deployer.DVBaseLog) [Thread[Deploy Thread,6,main]] ERROR: java.lang.NullPointerException: sdu name can not be null.
         at com.sap.engine.services.dc.api.model.impl.SduImpl.<init>(SduImpl.java:39)
         at com.sap.engine.services.dc.api.model.impl.SdaImpl.<init>(SdaImpl.java:51)
         at com.sap.engine.services.dc.api.model.impl.ModelFactoryImpl.createSda(ModelFactoryImpl.java:43)
         at com.sap.engine.services.dc.api.model.SduMapperVisitor.createSda(SduMapperVisitor.java:52)
         at com.sap.engine.services.dc.api.model.SduMapperVisitor.visit(SduMapperVisitor.java:64)
         at com.sap.engine.services.dc.repo.impl.SdaImpl.accept(SdaImpl.java:136)
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.internalMapSdus(DeployProcessorImpl.java:704)
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:487)
         at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:155)
         at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:185)
         at com.sap.ide.eclipse.sdm.threading.DCDeployThread.run(DCDeployThread.java:115)
    It seems that there is something wrong about 'SDU', but i don't know what is it, and i can not find the answer both in sdn.sap.com and here.
    Anyone can help me on this?
    Thanks in Advance,
    MK

    Hi Sumit,
        Thank you for your concern.
    Below is a trace file on my server:
    C:\SAP\JP1\JC00\j2ee\cluster\server0\log\defaultTrace.0.trc
    #1.5 #000C296B3F6A000D0000000200000A3000EF90978C2E8C29#1183013784131#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###The session id 14 is associated with correlator id 67431500000169001. Use this correlator id to filter the trace and log messages.#
    #1.5 #000C296B3F6A000D0000000300000A3000EF90978C2E8C29#1183013784131#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###++++++++++++++ Starting deployment ++++++++++++++#
    #1.5 #000C296B3F6A000D0000000400000A3000EF90978C2E8C29#1183013784131#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###Archives specified for deployment are: #
    #1.5 #000C296B3F6A000D0000000500000A3000EF90978C2E8C29#1183013784131#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###C:/SAP/JP1/JC00/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/14/Dashboard.ear#
    #1.5 #000C296B3F6A000D0000000600000A3000EF90978C2E8C29#1183013784131#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###Start loading archives ...#
    #1.5 #000C296B3F6A000D0000000700000A3000EF90978C2E8C29#1183013784147#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###Archives are loaded.#
    #1.5 #000C296B3F6A000D0000000800000A3000EF90978C2E8C29#1183013784147#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###Error Handling Action: 'UndeploymentAction', Error Handling Strategy: 'OnErrorStop'.
    Error Handling Action: 'DeploymentAction', Error Handling Strategy: 'OnErrorStop'.
    Error Handling Action: 'PrerequisitesCheckAction', Error Handling Strategy: 'OnErrorStop'.
    Version Handling Rule: 'UpdateAllVersions'.
    Deployment Strategy: 'normal deploy strategy'.
    Life Cycle Deployment Strategy: 'bulk deploy strategy'.
    There are no batch filters specified.#
    #1.5 #000C296B3F6A000D0000000900000A3000EF90978C2E8C29#1183013784194#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###The batch for session id 14 will be executed with normal parallelism strategy.#
    #1.5 #000C296B3F6A000D0000000A00000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name sap.com/tcwddispwda doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000000B00000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:tcddicddicruntime doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000000C00000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:com.sap.aii.util.rb doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000000D00000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:com.sap.aii.util.xml doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000000E00000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:com.sap.aii.proxy.framework doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000000F00000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:tc~cmi doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000001000000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:com.sap.aii.util.misc doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000001100000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:tcddicddicservices doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000001200000A3000EF90978C2E8C29#1183013784272#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###A component loader with name library:tcgraphicsigs doesn't exist, because is stopped or not deployed.#
    #1.5 #000C296B3F6A000D0000001300000A3000EF90978C2E8C29#1183013784366#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Warning#1#com.sap.engine.services.deploy#Plain###JLinEE validation of application local/Dashboard returned result
    WARNINGS:
    References Test: Count of deploy time references (described in META-INF/SAP_MANIFEST.MF) and runtime references (described in META-INF/application-j2ee-engine.xml) does not match., file: Dashboard.ear, column 0, line 0, severity: warning
    References Test: There are no matching deploy time references (described in META-INF/SAP_MANIFEST.MF) for the following runtime references [sap.com/tcwddispwda, sap.com/com.sap.mw.jco, sap.com/tcddicddicruntime, sap.com/com.sap.aii.util.rb, sap.com/com.sap.aii.util.xml, sap.com/webservices_lib, sap.com/com.sap.aii.proxy.framework, sap.com/sapxmltoolkit, sap.com/tccmi, sap.com/com.sap.security.api.sda, sap.com/com.sap.util.monitor.jarm, sap.com/com.sap.aii.util.misc, sap.com/tcddicddicservices, sap.com/com.sap.lcr.api.cimclient, sap.com/tcgraphics~igs, sap.com/sld] (described in the META-INF/application-j2ee-engine.xml)., file: Dashboard.ear, column 0, line 0, severity: warning
    #1.5 #000C296B3F6A000D0000001400000A3000EF90978C2E8C29#1183013784366#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#com.sap.engine.services.deploy#Plain#Exception while validating application local/Dashboard.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, appclient, dbschemacontainer, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.###
    #1.5 #000C296B3F6A000D0000001700000A3000EF90978C2E8C29#1183013784366#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#com.sap.engine.services.deploy#Plain#Exception in operation deploy with application local/Dashboard.###
    #1.5 #000C296B3F6A000D0000001B00000A3000EF90978C2E8C29#1183013784397#/System/Server##java.lang.Package#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#java.lang.Package#Java#error.action.filter#com/sap/engine/services/mngt_model/localization.properties#Exception thrown by Action Filter: com.sap.engine.services.mngt_model.spi.ActionFilteringException: com.sap.engine.services.deploy.server.utils.DSRemoteException: Application local/Dashboard is not deployed..Action will not be delivered to domain: connector. Action is: APPLICATION_DEPLOYED#3#com.sap.engine.services.mngt_model.plugins.ApplicationActionFilter@d46ed0#connector#APPLICATION_DEPLOYED#
    #1.5 #000C296B3F6A000D0000001D00000A3000EF90978C2E8C29#1183013784397#/System/Server##java.lang.Package#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#java.lang.Package#Java#error.action.filter#com/sap/engine/services/mngt_model/localization.properties#Exception thrown by Action Filter: com.sap.engine.services.mngt_model.spi.ActionFilteringException: com.sap.engine.services.deploy.server.utils.DSRemoteException: Application local/Dashboard is not deployed..Action will not be delivered to domain: servlet_jsp. Action is: APPLICATION_DEPLOYED#3#com.sap.engine.services.mngt_model.plugins.ApplicationActionFilter@d46ed0#servlet_jsp#APPLICATION_DEPLOYED#
    #1.5 #000C296B3F6A000D0000001F00000A3000EF90978C2E8C29#1183013784397#/System/Server##java.lang.Package#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#java.lang.Package#Java#error.action.filter#com/sap/engine/services/mngt_model/localization.properties#Exception thrown by Action Filter: com.sap.engine.services.mngt_model.spi.ActionFilteringException: com.sap.engine.services.deploy.server.utils.DSRemoteException: Application local/Dashboard is not deployed..Action will not be delivered to domain: appclient. Action is: APPLICATION_DEPLOYED#3#com.sap.engine.services.mngt_model.plugins.ApplicationActionFilter@d46ed0#appclient#APPLICATION_DEPLOYED#
    #1.5 #000C296B3F6A000D0000002100000A3000EF90978C2E8C29#1183013784397#/System/Server##java.lang.Package#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#java.lang.Package#Java#error.action.filter#com/sap/engine/services/mngt_model/localization.properties#Exception thrown by Action Filter: com.sap.engine.services.mngt_model.spi.ActionFilteringException: com.sap.engine.services.deploy.server.utils.DSRemoteException: Application local/Dashboard is not deployed..Action will not be delivered to domain: dbpool. Action is: APPLICATION_DEPLOYED#3#com.sap.engine.services.mngt_model.plugins.ApplicationActionFilter@d46ed0#dbpool#APPLICATION_DEPLOYED#
    #1.5 #000C296B3F6A000D0000002300000A3000EF90978C2E8C29#1183013784397#/System/Server##java.lang.Package#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#java.lang.Package#Java#error.action.filter#com/sap/engine/services/mngt_model/localization.properties#Exception thrown by Action Filter: com.sap.engine.services.mngt_model.spi.ActionFilteringException: com.sap.engine.services.deploy.server.utils.DSRemoteException: Application local/Dashboard is not deployed..Action will not be delivered to domain: jmsconnector. Action is: APPLICATION_DEPLOYED#3#com.sap.engine.services.mngt_model.plugins.ApplicationActionFilter@d46ed0#jmsconnector#APPLICATION_DEPLOYED#
    #1.5 #000C296B3F6A000D0000002500000A3000EF90978C2E8C29#1183013784397#/System/Server/Services/Deploy##com.sap.engine.services.deploy#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#com.sap.engine.services.deploy#Plain#Exception while validating application local/Dashboard.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, appclient, dbschemacontainer, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.###
    #1.5 #000C296B3F6A000D0000002800000A3000EF90978C2E8C29#1183013784397#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#com.sap.engine.services.tcxblxdeploy_controller#Plain#An error occurred while deploying the deployment item 'local_Dashboard'.###
    #1.5 #000C296B3F6A000D0000002B00000A3000EF90978C2E8C29#1183013784428#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###Unlocking the Deploy.#
    #1.5 #000C296B3F6A000D0000002C00000A3000EF90978C2E8C29#1183013784428#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Error#1#com.sap.engine.services.tcxblxdeploy_controller#Plain#An error occurred while deploying the deployment item 'local_Dashboard'.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.dc.gd.DeliveryException: An error occurred during deployment of sdu id: local_Dashboard
    sdu file path: C:\SAP\JP1\JC00\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\14\Dashboard.ear
    version status: NEW
    deployment status: Admitted
    description:
              1. Error:
    Error occurred while deploying ear file C:\SAP\JP1\JC00\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\14\Dashboard.ear.
    Reason: Exception while validating application local/Dashboard.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, appclient, dbschemacontainer, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.
    . Cannot deploy it.; nested exception is:
         java.rmi.RemoteException:  class com.sap.engine.services.deploy.server.utils.DSRemoteException: Error occurred while deploying ear file C:\SAP\JP1\JC00\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\14\Dashboard.ear.
    Reason: Exception while validating application local/Dashboard.
    No one of the [] containers, which processed it, returned deployed component names.
    The registered containers in this moment were [com.sap.security.ume, app_libraries_container, Cache Configuration Upload, servlet_jsp, dbcontentcontainer, connector, Cluster File System, JMSConnector, appclient, dbschemacontainer, orpersistence, JDBCConnector, EJBContainer, webservices_container, scheduler~container].
    Possible reasons :
         1.An AS Java service, which is providing a container, is stopped or not deployed.
         2.The containers, which processed it, are not implemented correct. They deployed or started initially the application, but didn't return deployed components in the application deployment info.###
    #1.5 #000C296B3F6A000D0000002F00000A3000EF90978C2E8C29#1183013784428#/System/Server/Deployment##com.sap.engine.services.tcxblxdeploy_controller#Administrator#4#####Thread[RMI/IIOP Worker [3],5,Dedicated_Application_Thread]##0#0#Info#1#com.sap.engine.services.tcxblxdeploy_controller#Plain###Deployment has finished#
    Thanks,
    MK

  • Error while running DocumentOutbox handler class in content DB Dev kit

    Hi,
    I am able to compile the DocumentOutbox content handler class which comes with content DB Dev kit. But, when I run scriptdriver.sh, I am getting the following errors in the log file "RegisterDocumentOutbox.out".
    Any help in resolving this would be appreciated
    Next method: setDefaultScriptOperationsClass oracle.ifs.ecm.tools.script.AuditSpecificationOperations
    Exception while invoking method 'setDefaultScriptOperationsClass oracle.ifs.ecm.tools.script.AuditSpecificationOperations' ; exception is:
    java.lang.RuntimeException: Unable to construct operations instance
    java.lang.RuntimeException: Unable to construct operations instance
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.setDefaultScriptOperationsClass(EcmScriptDriver.java:503)
         at oracle.ifs.ecm.tools.script.EcmScriptOperations.setDefaultScriptOperationsClass(EcmScriptOperations.java:522)
         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 oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:431)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 7
    Next method: identifyByPath domain /oracle
    Exception while invoking method 'identifyByPath domain /oracle' ; exception is:
    java.lang.RuntimeException: Cannot register a null object (domain)
    java.lang.RuntimeException: Cannot register a null object (domain)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.registerObject(EcmScriptDriver.java:972)
         at oracle.ifs.ecm.tools.script.EcmScriptOperations.registerObject(EcmScriptOperations.java:9220)
         at oracle.ifs.ecm.tools.script.EcmScriptOperations.identifyByPath(EcmScriptOperations.java:4889)
         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 oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:431)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 69
    Next method: defineAuditTypeListDefinition atl
    Exception while invoking method 'defineAuditTypeListDefinition atl' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (1)
    java.lang.RuntimeException: No such method with specified number of arguments (1)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 0
    Next method: addAuditType atl DOCUMENT_CREATED SUCCESS_ONLY
    Exception while invoking method 'addAuditType atl DOCUMENT_CREATED SUCCESS_ONLY' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (3)
    java.lang.RuntimeException: No such method with specified number of arguments (3)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 1
    Next method: addAuditType atl DOCUMENT_CREATED_AS_COPY SUCCESS_ONLY
    Exception while invoking method 'addAuditType atl DOCUMENT_CREATED_AS_COPY SUCCESS_ONLY' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (3)
    java.lang.RuntimeException: No such method with specified number of arguments (3)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 3
    Next method: addAuditType atl DOCUMENT_BECAME_VERSION SUCCESS_ONLY
    Exception while invoking method 'addAuditType atl DOCUMENT_BECAME_VERSION SUCCESS_ONLY' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (3)
    java.lang.RuntimeException: No such method with specified number of arguments (3)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 0
    Next method: addAuditType atl USER_APPLICATION_CONNECTED SUCCESS_ONLY
    Exception while invoking method 'addAuditType atl USER_APPLICATION_CONNECTED SUCCESS_ONLY' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (3)
    java.lang.RuntimeException: No such method with specified number of arguments (3)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 1
    Next method: defineAuditTargetSpecificationDefinition ats domain ALL_SUBITEMS
    Exception while invoking method 'defineAuditTargetSpecificationDefinition ats domain ALL_SUBITEMS' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (3)
    java.lang.RuntimeException: No such method with specified number of arguments (3)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 0
    Next method: defineAuditHandlerSpecificationDefinition ahs oracle.ifs.examples.handlers.DocumentOutbox 1H 00:30:00 true
    Exception while invoking method 'defineAuditHandlerSpecificationDefinition ahs oracle.ifs.examples.handlers.DocumentOutbox 1H 00:30:00 true' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (5)
    java.lang.RuntimeException: No such method with specified number of arguments (5)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 0
    Next method: createAuditSpecification DocOutboxSpec atl ats ahs "DocumentOutbox AuditSpecification"
    Exception while invoking method 'createAuditSpecification DocOutboxSpec atl ats ahs "DocumentOutbox AuditSpecification"' ; exception is:
    java.lang.RuntimeException: No such method with specified number of arguments (5)
    java.lang.RuntimeException: No such method with specified number of arguments (5)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:423)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 0
    Next method: showAuditSpecification DocOutboxSpec
    Exception while invoking method 'showAuditSpecification DocOutboxSpec' ; exception is:
    java.lang.RuntimeException: unknown object tag: DocOutboxSpec
    java.lang.RuntimeException: unknown object tag: DocOutboxSpec
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.lookupObject(EcmScriptDriver.java:857)
         at oracle.ifs.ecm.tools.script.EcmScriptOperations.lookupObject(EcmScriptOperations.java:9140)
         at oracle.ifs.ecm.tools.script.EcmScriptOperations.showAuditSpecification(EcmScriptOperations.java:1572)
         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 oracle.ifs.ecm.tools.script.EcmScriptDriver.invokeMethod(EcmScriptDriver.java:431)
         at oracle.ifs.ecm.tools.script.EcmScriptDriver.run(EcmScriptDriver.java:257)
         at oracle.ifs.ecm.tools.script.EcmDiffTest.main(EcmDiffTest.java:37)
    elapsed time (ms) = 1
    Thanks in Advance

    A parent folder must have set workflow configuration to be final - thus preventing any sub-folders from changing the policy.
    Work your way through the various parent folders (via Web UI), and ensure "Do not allow subfolders to modify this operation's workflow settings" for the particular workflow/operation combination is not set.
    Matt.

  • Transaction log and access log

    The transaction log (TransactionLogFilePrefix) and the access log are stored
    relative to the directory where the server is started rather than where it
    resides as with the rest of the log files. Why is this?
    Eg.
    I start the server with a batch file contained in
    projects\bat
    My server is in
    projects\server\config\myDomain
    When I start the server the access and transaction logs end up in
    projects\bat
    while all the rest of the log files (such as the domain and server log) end
    up in
    projects\server
    My batch file that starts the server looks like this
    "%JAVA_HOME%\bin\java" -hotspot -ms64m -mx64m -classpath %CLASSPATH%
    "-Dbea.home=e:\bea"
    "-Djava.security.policy==i:\projects\server\config\myDomain\weblogic.policy"
    "-Dweblogic.Domain=myDomain" "-Dweblogic.Name=adminServer"
    "-Dweblogic.RootDirectory=i:/projects/server"
    "-Dweblogic.management.password=weblogic" weblogic.Server
    Thanks for help on this,
    Myles

    The same case with me, I sent email to apple support, but got not reply.
    The apple status page indicated that every thing is fine now, what a joke.
    Many devs are in this situation too, I guess we could do nothing but waiting for their system to come up.

Maybe you are looking for

  • Open Orders and blocked deliveries

    Hi, We have different blocks in Deliveries. The requirements is deliveries which are blocked i.e delivery created but no picking and PGI happened,should be visible as open orders as they will take the total quantity required for the open orders for 

  • How to set default TV show cover in iTunes 11?

    Hi to all! I have just updated to the new iTunes 11 and I am going through all the changes and the new features. My first to question to anyone who has ansewrs is this: As I saw in the TV Shows section they have finaly gathered all the seasons into e

  • IPos video putput to TV

    Does anyone know why Apple would take the video output feature away from the iPod classic. I have a 160G classic with tons of music and movies. I use it primarily in my car, where I have 3 tv screens and a stellar audio system. I built it around the

  • Solaris 10 Macine on Virtualbox. pcn0, pnc1 Disappear After Reboot

    Hello, I've created a Solris 10 machine in Virtualbox on host win XP. Create 2 internal network adapters. Configured these in Solaris using following commands: #ifconfig pcn0 plumb # ifconfig pcn1 plumb # ifconfig pcn0 192.168.2.141 netmask 255.255.2

  • Numbers saving issue

    This message pops up about every 10 minutes. Can you tell me how to correct the issue? I'm running a MacBook Pro v 10.9.2 and Numbers v 3.2. The Numbers spreadsheet is on my local hard drive and no one else is using it.