" Secure value. Cannot be logged "  - message during OIM configuration

Have Linux 5.2, db 11.2, RCU 11.1.3, OIM 11.1.13
Get the following messages while configuring OIM:
"Secure value. Cannot be logged"
ts passed to the handler: [ OIMDBINFORMATION_PAGE_DB_PASSWORD_LBL ( field ) = "Password" ], [ OIM_SCHEMA_USER_PASSWORD ( value ) = "<Secure value. Cannot be logged>" ]
Is it normal?
Any suggestion will be appriciated.

Have Linux 5.2, db 11.2, RCU 11.1.3, OIM 11.1.13
Get the following messages while configuring OIM:
"Secure value. Cannot be logged"
ts passed to the handler: [ OIMDBINFORMATION_PAGE_DB_PASSWORD_LBL ( field ) = "Password" ], [ OIM_SCHEMA_USER_PASSWORD ( value ) = "<Secure value. Cannot be logged>" ]
Is it normal?
Any suggestion will be appriciated.

Similar Messages

  • Logged Message During Backup: What Does It Mean?

    8/17/08 10:18:18 PM [0x0-0xac0ac].com.apple.iTunes[1702] 2008-08-17 22:18:18.438 AppleMobileDeviceHelper[7988:807] exception while performing selector allClients on server: NSInvalidSendPortException [NSMachPort sendBeforeDate:] destination port invalid

    I would suggest trashing the prefs:
    com.adobe.PhotoshopElements.plist
    Adobe Photoshop Elements 8 Paths
    Adobe Photoshop Elements 8 Settings
    See here for further information:
    http://forums.adobe.com/message/5899731#5899731
    Otherwise try the repair tool:
    http://www.adobe.com/support/contact/licensing.html

  • Message in alert log file during the startup of the DB

    Hi,
    i have two instances, i have the same warning in the alert log file during the startup of the DB:
    Oracle instance running on a system with low open file descriptor limit.
    Tune your system to increase this limit to avoid severe performance degradation.
    The db_files parameter was at 1024 for the two instances, i have set it to 300 for the first instance and 550 for second, the message for the first instance was droped(it's ok), but the message was there in the alert log for the second instance.
    The two instance are on the same machine.
    The number of the open file limit on the linux machine is equal to 1024.
    I have shutdown the first instance (with db_files=300) the problem persits for the second instance (with db_files=550).
    My question is how to determinate the right value of db_files parameter to avoid this message.
    Regards.
    Message was edited by:
    learn

    Increase the max number of open file on Linux or decrease db_files.
    f the OS limit is 1024 db_files would have to be >= 472 for the message to be printed. t is printed if an instance is configured to access more datafiles than the OS-specific limit on the number of files that can be open in a single process. In this case the server will re-cycle the file descriptors.
    Vadim Bobrov
    Oracle Database Tools
    http://www.fourthelephant.com

  • I tried to reinstall itunes, in the middle of the installing process i get the message "The installer has insufficient priviliges to access this directory:C\ProgramFiles [x86]\iTunes. Installation cannot continue.Log on as Administrator or contact your sy

    I tried to reinstall Itunes so i can have my computer interact with my iPod Classic.I uninstalled all the previous programs per apple's instructions.Part way during the reinstallation an error message comes up: The installer has insufficient priviliges to access this directory: C\ProgramFiles[x86]\iTunes.
    Installer cannot continue.Log on as administrator or contact your system administrator.
    I am the administrator on this HP computer.

    Hello PamelaFox14,
    Thank you for using Apple Support Communities.
    It sounds like you need to log in as the administrator to update the iTunes application properly.
    Take a look at this article named:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    This section in particular:
    1. Make sure you have administrator account access
    To install iTunes or QuickTime software, you need to be logged in as an administrator on the computer. If you're not sure if you have administrator account access, you may find this Microsoft article helpful:
    Windows 7: How do I log on as an administrator?
    Otherwise, refer to the Help documentation from Microsoft, contact your IT department, or visitsupport.microsoft.com for more information.
    All the best,
    Sterling

  • Using GenericPortlet sublcass .. cannot get any log messages to come out.

    Hi all ..
    I'm having a lot of problems getting any exceptions or log messages dumped from my portlet to help me debug.
    I'm currently using subclass of javax.portlet.GenericPortlet and not a sublcass of com.sun.portal.providers.jsp.JSPProvider. Does that matter? Anyone know if there are issues that I might be running into here?
    More details ..
    I've tried making nice PortletException wrappers around all sorts of other exceptions .. and even using the API call:
    GenericPortlet.getPortletContext().log(<msg>,<throwable> )
    I've tweaked every debug/log/show exception config setting I can find .. including setting logger.log.level=ALL in:
    /etc/opt/SUNWps/portlet/PDConfig.properties
    It'll mostly fail with nada .. zilch .. zero. No hint or reason why. Occasionally I'll get something useful and I'll see an exception I made .. but the other 95% of the time I get no hint.
    I've a script that searches for any file touched in /opt/SUNW*, /var/opt/SUNW* and /etc/opt/SUNW*. I regularly get the following files touched:
    /var/opt/SUNWam/debug/portletcontainer.log
    /var/opt/SUNWam/debug/<myportlet>.log
    /var/opt/SUNWam/debug/desktop.debug
    Can anyone tell me where I should expect to see PortletExceptions logged? How do I turn that feature on .. just in case I've missed the config I need to change? Has anyone had any luck using the PortletContext.log(<msg>,<throwable) API calls? Is there some config that controls where that goes? (I would've assumed it all goes in the <myportlet>.log file .. but not for me.)
    Many thanks for your time ..
    Curtis.
    p.s. Below is an example of some of the messages I do see.
    One instance I get "ERROR: Content not available" .. I get a series of
    rather unhelpful internal exceptions that (for example) complain the portlet threw an exception of some sort. If only the root cause had been printed out it would be possible to nail exactly what's going on in my code that's the issue. Unfortunately this style of "black box" debugging is taking me 10 times (literally .. honestly!) longer than it should. I have to comment out stuff and slowly add it back in again .. if only I could've seen the exception.
    (NOTE: I modifed PrefPortlet.java example .. still called the same at the minute :-) )
    From log file /var/opt/SUNWam/debug/desktop.debug ..
    06/09/2004 09:25:08:066 PM PDT: Thread[Thread-76,5,main]
    ERROR: ProviderCaller.run(): exception thrown from PrefPortlet
    com.sun.portal.providers.ProviderException: PortletWindowProvider.getContent():container exc
    eptioncom.sun.portal.container.ContainerException: PortletContainer.getMarkup():getting cont
    ent com.sun.portal.container.ContentException: PortletContainer.getMarkup(): Cannot get cont
    ent
    at com.sun.portal.providers.portletwindow.PortletWindowProvider.getContent(PortletWi
    ndowProvider.java:284)
    at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.
    java:158)
    com.sun.portal.container.ContainerException: PortletContainer.getMarkup():getting content co
    m.sun.portal.container.ContentException: PortletContainer.getMarkup(): Cannot get content
    at com.sun.portal.container.portlet.impl.PortletContainer.getMarkup(PortletContainer
    .java:201)
    [snip]
    (not much help really)
    From the file /var/opt/SUNWam/debug/<myportlet>.log (my specific portlet log) ..
    2004/06/09 21:25:08.058 PDT | Curtis First Port | SEVERE | Thread-76 | Portle
    tAppEngineServlet.HandleError()() - Error: null | LifecycleManagerImpl.getPortlet(),
    can not get portlet.
    x -----------------------------------------------------------------------------
    X javax.portlet.PortletException: LifecycleManagerImpl.getPortlet(), can not get por
    tlet.
    X at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.getPortlet(Life
    cycleManagerImpl.java:163)
    X at com.sun.portal.portletappengine.PortletAppEngineServlet.service(PortletAp
    pEngineServlet.java:187)
    X at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    [snip]
    (still not much help)
    Note .. i sometimes get useful exceptions dumped to that last file .. but
    it's rare .. I just can't seem to spot the pattern when they will and won't
    get printed.
    From file /var/opt/SUNWam/debug/portletcontainer.log
    2004/06/09 21:25:07.414 PDT | null | INFO | Thread-76 | Portle
    tContainer.invokePAE(): invoking:
    app name /<myportlet>
    portlet name PrefPortlet
    action RENDER | -
    2004/06/09 21:25:08.063 PDT | null | SEVERE | Thread-76 | Portle
    tContainer:executeAction(): Exception thrown from render() of <myportlet>|PrefPortlet
    |PrefPortlet | -
    [snip]
    (the least helpful of all!!)
    When I simply comment out the new code I added, recompile, and view the portlet again .. it works fine. If I could only see the root cause exception!!

    Ok .. weirder and weirder ...
    I left this for a while .. and then went back to my xterms where I was working .. and one of them I saw this:
    # Jun 9 21:55:14 troy server1 appservd[7440]: [ID 702911 daemon.alert] SEVERE ( 7440): hefalump - Problem setting up PAL array!
    Jun 9 21:55:14 troy java.io.FileNotFoundException: http://pie1.some.thing.com/portal/arraylist.xml
    Jun 9 21:55:14 troy at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:789)
    Jun 9 21:55:14 troy at java.net.URL.openStream(URL.java:913)
    Jun 9 21:55:14 troy at com.tarantella.portal.bell.test.WebtopHostFinder.<init>(WebtopHostFinder.java:42)
    Jun 9 21:55:14 troy at com.some.portal.test.PrefPortlet.init(PrefPortlet.java:72)
    Jun 9 21:55:14 troy at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.createPortlets(LifecycleManagerImpl.java:329)
    Jun 9 21:55:14 troy at com.sun.portal.portletappengine.impl.LifecycleManagerContextListenerImpl.contextInitialized(LifecycleManagerContextListenerImpl.java:13)
    Jun 9 21:55:14 troy at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3255)
    Jun 9 21:55:14 troy at org.apache.catalina.core.StandardContext.reload(StandardContext.java:2525
    Jun 9 21:55:14 troy at com.sun.portal.portletappengine.impl.LifecycleManagerImpl.init(LifecycleManagerImpl.java:109)
    That is exactly the information I'm looking for!!!
    I've no idea how it got there .. I think the appservd process just dumped it there .. after I saw this I grep'ed the entire set of files in /opt/SUNW* /var/opt/SUNW* /etc/opt/SUNW* for "hefalump" (my unique 'log' key) and it's not in any log file.
    Anyone know what's going on?
    Curtis.

  • Warning Log message showing multiple times during create/update registration

    During registration the following error is getting repeated
    Warning Sat Feb 14 15:38:15 CST 2015 1423949895405 /atg/dynamo/servlet/pipeline/RequestScopeManager/RequestScope-1266341/atg/userprofiling/ProfileFormHandler Using default setting for ProfileTools property
    /atg/userprofiling/ProfileFormHandler Using default setting for ProfileTools property
    This message shows up like a billion times in the logs. To be more specific, it shows up over 30,000 times in the past week.
    Please let me know how to turn off this  warning  and We want logging turned on for INFO, WARN, and ERROR.  Simply setting the logging level to hide the log isn't the fix we're looking for.  Please let me know what is causing the log message to appear in ATG.
    please guide me to find the solution.

    In your ProfileFormHandler have you overriden the profileTools property ? It seems like the ProfileTools is resolving to Null and what is happening is that every time the request scope ProfileFormHandler is initializing it is finding the ProfileTools property as null so it throws that warning and initializes ProfileTools component with default setting.
    So check if you have overriden the ProfileTools property or component itself or have changed its path which may be throwing error in logs during startup or component initialization and is causing it to be null, and if you haven't changed it then you can also try to put profileTools = /atg/userprofiling/ProfileTools in your code base ProfileFormHandler property file to explicitly resolve it which should also prevent that warning.

  • My MacBook Pro, 1.83 GHz Intel Core Duo gives me an error message during Lion install. My Intel Duo Core is not an Intel Duo Core and cannot install Lion.  I already have Snow Leopard what is the problem with Lion?

    My MacBook Pro, 1.83 GHz Intel Core Duo gives me an error message during Lion install. My Intel Duo Core is not an Intel Duo Core and cannot install Lion.  I already have Snow Leopard what is the problem with Lion?

    You need a "Core 2 Duo" for lion, and I'm guessing you only have a "Core Duo"  My wife's macbook is also a "Core Duo" and has Snow Leapord, but cannot install Lion.....

  • [svn] 977: Bug: BLZ-93 - When a producer sends a message to a secure destination with no credentials it causes a security exception to get logged with a log level of error .

    Revision: 977
    Author: [email protected]
    Date: 2008-03-27 17:04:59 -0700 (Thu, 27 Mar 2008)
    Log Message:
    Bug: BLZ-93 - When a producer sends a message to a secure destination with no credentials it causes a security exception to get logged with a log level of error.
    QA: Yes
    Doc: No
    Details:
    Updates to catch-all exception logging hinge points on the server to use a new method on MessageException that protects against repeat logging of the same exception as we unwind the call stack on the server, as well as allowing exception subclasses to control the log level, intro text and inclusion of a full stack trace in the logged output. This allows things like SecurityExceptions, which represent common errors like incorrect user credentials, to avoid polluting the log with error-level logging and stack traces. It also consolidates our catch-all handling for MessageExceptions and their subclasses in a single point, avoiding problems with needing to make updates or tweaks to our logging output in multiple places.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-93
    Modified Paths:
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/log/Log.java
    blazeds/branches/3.0.x/modules/common/src/java/flex/messaging/util/ExceptionUtil.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageBroker.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageException.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/MessageBrokerFi lter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/endpoints/amf/SuspendableMess ageBrokerFilter.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/security/SecurityException.ja va
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/ServiceException.jav a

    One thing I forgot to add, which may be causing you
    problems: the "mount volume" command is not part of
    the Finder dictionary. It stands alone.
    bill
      Mac OS X
    (10.4.10)   1 GHz Powerbook G4
    I tried the mount command. After executing it in Script Editor, I was prompted with login and password, but it was my Keychain!
    I don't know if you have your keychain unlocked or what else..
    Maybe the original poster (Rick Anderson) has his keychain locked and the prompt is from it.
    Just a guess...
    Ciao,
    Ermanno
    Dual 2 GHz PowerPC G5   Mac OS X (10.4.9)   4.5 GBy SDRAM, 5 external FW disks, 2 Internal SATA disks

  • System.log coreservicesd[55]: *** process 55 exceeded 500 log message per second limit

    I have a number of logs that suggest there is something not working correctly.  This error is generated on start.
    coreservicesd[55]: *** process 55 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    Any ideas on what might be happening?
    Mar  4 10:53:59 TJBs-MacBook-Pro mds[39]: (Error) Server: ==== XPC handleXPCMessage XPC_ERROR_CONNECTION_INVALID
    Mar  4 10:53:59 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] ([0x0-0x15015].com.apple.AppleSpell[193]): Exited: Killed: 9
    Mar  4 10:53:59 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] (com.apple.mdworker.pool.0[508]): Exited: Terminated: 15
    Mar  4 10:53:59 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] (com.apple.quicklook.ui.helper[463]): Exited: Killed: 9
    Mar  4 10:53:59 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] (com.apple.talagent[138]): Exited: Killed: 9
    Mar  4 10:53:59 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] ([0x0-0x51051].com.apple.QuickTimePlayerX[464]): Exited: Killed: 9
    Mar  4 10:53:59 TJBs-MacBook-Pro loginwindow[42]: DEAD_PROCESS: 42 console
    Mar  4 10:54:00 TJBs-MacBook-Pro airportd[646]: _doAutoJoin: Already associated to “9868LT1”. Bailing on auto-join.
    Mar  4 10:54:00 TJBs-MacBook-Pro shutdown[649]: reboot by MASTER:
    Mar  4 10:54:12 localhost bootlog[0]: BOOT_TIME 1330883652 0
    Mar  4 10:54:24 localhost UserEventAgent[11]: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    Mar  4 10:54:14 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Mar  4 10:54:23 localhost com.apple.launchd[1] (com.apple.sandboxd): Unknown value for key POSIXSpawnType: Interactive
    Mar  4 10:54:24 localhost UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12551
    Mar  4 10:54:24 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    Mar  4 10:54:28 localhost com.apple.pfctl[32]: No ALTQ support in kernel
    Mar  4 10:54:28 localhost com.apple.pfctl[32]: ALTQ related functions disabled
    Mar  4 10:54:29 localhost com.apple.ucupdate.plist[25]: ucupdate: Checked 1 update, no match found.
    Mar  4 10:54:31 localhost mDNSResponder[35]: mDNSResponder mDNSResponder-320.14.0 (Nov 16 2011 01:16:56) starting OSXVers 11
    Mar  4 10:54:32 localhost mds[34]: (Normal) FMW: FMW 0 0
    Mar  4 10:54:34 localhost com.apple.usbmuxd[24]: usbmuxd-263 on Nov 14 2011 at 18:58:10, running 64 bit
    Mar  4 10:54:34 localhost airportd[65]: _processDLILEvent: en1 attached (down)
    Mar  4 10:54:36 localhost mds[34]: (/.Spotlight-V100/Store-V2/E6A82D50-3EA4-4011-B64F-87EB86ACF9E3)(Normal) IndexGeneral in openReverseStore:Shadowing reverse store on open
    Mar  4 10:54:37 localhost UserEventAgent[11]: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    Mar  4 10:54:37 localhost UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    Mar  4 10:54:37: --- last message repeated 2 times ---
    Mar  4 10:54:37 localhost configd[14]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Mar  4 10:54:37 localhost configd[14]: DHCP en1: INIT-REBOOT transmit failed
    Mar  4 10:54:37 TJBs-MacBook-Pro configd[14]: setting hostname to "TJBs-MacBook-Pro.local"
    Mar  4 10:54:37 TJBs-MacBook-Pro configd[14]: network configuration changed.
    Mar  4 10:54:38 TJBs-MacBook-Pro UserEventAgent[11]: ServermgrdRegistration cannot load config data
    Mar  4 10:54:38 TJBs-MacBook-Pro systemkeychain[61]: done file: /var/run/systemkeychaincheck.done
    Mar  4 10:54:38 TJBs-MacBook-Pro UserEventAgent[11]: get_backup_share_points no AFP
    Mar  4 10:54:38 TJBs-MacBook-Pro configd[14]: network configuration changed.
    Mar  4 10:54:38: --- last message repeated 1 time ---
    Mar  4 10:54:38 TJBs-MacBook-Pro mDNSResponder[35]: D2D_IPC: Loaded
    Mar  4 10:54:38 TJBs-MacBook-Pro mDNSResponder[35]: D2DInitialize succeeded
    Mar  4 10:54:38 TJBs-MacBook-Pro loginwindow[37]: Login Window Application Started
    Mar  4 10:54:38 TJBs-MacBook-Pro rpcsvchost[86]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Mar  4 10:54:39 TJBs-MacBook-Pro netbiosd[90]: Unable to start NetBIOS name service:
    Mar  4 10:54:39 TJBs-MacBook-Pro airportd[65]: _doAutoJoin: Already associated to “9868LT1”. Bailing on auto-join.
    Mar  4 10:54:40 TJBs-MacBook-Pro loginwindow[37]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    Mar  4 10:54:40 TJBs-MacBook-Pro com.apple.launchctl.LoginWindow[99]: com.apple.findmymacmessenger: Already loaded
    Mar  4 10:54:40 TJBs-MacBook-Pro airportd[65]: _doAutoJoin: Already associated to “9868LT1”. Bailing on auto-join.
    Mar  4 10:54:40 TJBs-MacBook-Pro loginwindow[37]: Login Window Started Security Agent
    Mar  4 10:54:40 TJBs-MacBook-Pro SecurityAgent[105]: Echo enabled
    Mar  4 10:54:41 TJBs-MacBook-Pro WindowServer[85]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar  4 10:54:41 TJBs-MacBook-Pro configd[14]: network configuration changed.
    Mar  4 10:54:41 TJBs-MacBook-Pro UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    Mar  4 10:54:41 TJBs-MacBook-Pro UserEventAgent[11]: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    Mar  4 10:54:41 TJBs-MacBook-Pro UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on 9868LT1 because it is protected and not on the exception list
    Mar  4 10:54:41 TJBs-MacBook-Pro UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    Mar  4 10:54:41 TJBs-MacBook-Pro configd[14]: network configuration changed.
    Mar  4 10:54:47 TJBs-MacBook-Pro SecurityAgent[105]: User info context values set for MASTER
    Mar  4 10:54:49 TJBs-MacBook-Pro SecurityAgent[105]: Login Window login proceeding
    Mar  4 10:54:49 TJBs-MacBook-Pro loginwindow[37]: Login Window - Returned from Security Agent
    Mar  4 10:54:49 TJBs-MacBook-Pro loginwindow[37]: USER_PROCESS: 37 console
    Mar  4 10:54:49 TJBs-MacBook-Pro airportd[65]: _doAutoJoin: Already associated to “9868LT1”. Bailing on auto-join.
    Mar  4 10:54:49 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    Mar  4 10:54:49 TJBs-MacBook-Pro com.apple.launchctl.Aqua[130]: load: option requires an argument -- D
    Mar  4 10:54:49 TJBs-MacBook-Pro com.apple.launchctl.Aqua[130]: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    Mar  4 10:54:49 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] (com.apple.launchctl.Aqua[130]): Exited with code: 1
    Mar  4 10:54:49 TJBs-MacBook-Pro UserEventAgent[11]: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 14347
    Mar  4 10:54:50 TJBs-MacBook-Pro talagent[137]: CoreDockMinimizeItems failed (-4959)
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: 2012-03-04 10:54:50.423 com.apple.dock.extra[147:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: 2012-03-04 10:54:50.424 com.apple.dock.extra[147:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: 2012-03-04 10:54:50.425 com.apple.dock.extra[147:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro com.apple.dock.extra[147]: 2012-03-04 10:54:50.426 com.apple.dock.extra[147:1707] Could not connect the action buttonPressed: to target of class NSApplication
    Mar  4 10:54:50 TJBs-MacBook-Pro coreservicesd[55]: *** process 55 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    Mar  4 10:54:51 TJBs-MacBook-Pro Finder[139]: kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 28
    Mar  4 10:54:51 TJBs-MacBook-Pro Finder[139]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar  4 10:54:51 TJBs-MacBook-Pro Finder[139]: kCGErrorIllegalArgument: CGSRemoveSurface: Invalid window 0x1c
    Mar  4 10:54:51 TJBs-MacBook-Pro Dock[136]: kCGErrorIllegalArgument: CGSSetWindowTags: Invalid window 0x1c
    Mar  4 10:54:51 TJBs-MacBook-Pro Dock[136]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar  4 10:54:51 TJBs-MacBook-Pro Dock[136]: kCGErrorIllegalArgument: CGSClearWindowTags: Invalid window 0x1c
    Mar  4 10:54:51 TJBs-MacBook-Pro Dock[136]: kCGErrorIllegalArgument: CGSOrderWindowList
    Mar  4 10:54:51 TJBs-MacBook-Pro talagent[137]: kCGErrorIllegalArgument: CGSGetWindowPresenter
    Mar  4 10:54:51 TJBs-MacBook-Pro talagent[137]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Mar  4 10:54:51 TJBs-MacBook-Pro talagent[137]: kCGErrorIllegalArgument: CGSOrderWindowListWithGroups: invalid window ID (28)
    Mar  4 10:54:51 TJBs-MacBook-Pro talagent[137]: kCGErrorIllegalArgument: CGSOrderWindowList: NULL list pointer or empty list
    Mar  4 10:54:51 TJBs-MacBook-Pro talagent[137]: CGSConnectionRelinquishWindowRights(cid, newWindowNumber, reservedRights): CGError 1001 on line 619
    Mar  4 10:54:53 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] ([email protected][161]): Exited with code: 1
    Mar  4 10:54:54 TJBs-MacBook-Pro com.apple.launchd.peruser.89[118] (com.apple.mdworker.pool.0): Throttling respawn: Will start in 4 seconds
    Mar  4 10:54:55 TJBs-MacBook-Pro com.apple.launchd.peruser.501[119] (com.apple.mdworker.pool.0): Throttling respawn: Will start in 3 seconds
    Mar  4 10:54:53 TJBs-MacBook-Pro ntpd[21]: proto: precision = 1.000 usec
    Mar  4 10:55:06 TJBs-MacBook-Pro coreservicesd[55]: *** process 55 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    Mar  4 11:00:28 TJBs-MacBook-Pro firefox[219]: -_scrollPhase is deprecated for NSScrollWheel. Please use -momentumPhase.
    Mar  4 11:00:28 TJBs-MacBook-Pro firefox[219]: -_continuousScroll is deprecated for NSScrollWheel. Please use -hasPreciseScrollingDeltas.
    Mar  4 11:00:28 TJBs-MacBook-Pro firefox[219]: -deviceDeltaY is deprecated for NSScrollWheel. Please use -scrollingDeltaY.
    Mar  4 11:00:28 TJBs-MacBook-Pro firefox[219]: -deviceDeltaX is deprecated for NSScrollWheel. Please use -scrollingDeltaX.

    I was able to identify the cause. Wrote in this thread the solution:
    http://discussions.apple.com/message.jspa?messageID=13160082#13160082

  • SOAP_EXCEPTION - Value cannot be null. Parameter name: s

    Hi All,
    I'm getting the following error whicle executing my soap scenaraio.
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Value cannot be null. Parameter name: s"
    Its IDOC to SOAP scenario.
    can some one tell me what might be missing. its not anything to with the data, as we tried extracting the output message from moni and using in the application and it works. we also tried sending a blank idoc and the error is same. so, conclusion is the parameter is not any data in the message but something to do with the soap message setting.
    any help will be greatly appreciated.

    Hi suraj,
    i tried opening the url in ie and manually uploading the payload. its all works perfect. error comes only when sent via XI.
    the paramets are:
    Receiver SOAP
    Transport protocol: HTTP
    Message protocol: SOAP 1.1
    Connection parameters
    Target URL: http://**..*.*/XIDynExchange.asmx
    no check box checked
    Security prameters
    not checked
    Conversion parameter
    no checkbox checked
    soap action: http://***.org/SendXMLMsgSA
    No advance setting done
    what might have gone wrong?
    Regards,
    Rashmi

  • Log Messages from Transaction Event Logger

    I have 4 instances of MII v12.1 and within a transaction I want to add a message to the log when the transaction runs so I can view it through the message logger. All 4 MII instances were installed by the same consultant a few years ago so there "should" be no differences in the log configs. On 3 of the instances this is working fine - I have created a very simple transaction with one Event Logger action configured with a message "Test Message" and when I execute the transaction I see the correct entry in the log viewer. On the fourth however, although the transaction executes without error I am not seeing anything in the viewer for this event. I am using the standard "last 24 hours" log viewer with no filters and no specific log locations selected, and no customisations. I am seeing other system generated messages. I found some documentation about logging and the viewer and I found the Netweaver log config but as far as I can see it looks consistent between the instance which is working and the one which is not working. Is there some other config which needs to be done to enable Event Logging from transactions? My user has the same access across all instances. Any guidance would be appreciated. I attach a screen shot of what I am expecting to see (taken from one of the instances which is working).

    Hi Partha
    Many thanks for your reply. I have tried this and unfortunately it makes no difference. I also checked on the other instances and found they have their tracing levels all set to error, not Info. I have also noticed that on the instance which is working, in the System Configuration section at the bottom of the Log Config page - for Applications and all sub categories I see the entry .\log\applications_00.log in the Pattern column. On the instance which is not working I see that entry for the Applications root but not for any of the sub categories (even after selecting Copy to subtree). I cannot see where I can set this value (there is no modify function available, even under Administrator login).
    Also, when I look at the log messages which have generated when setting the Event Type to Error on the instance which is not working, it shows one entry and the Category and Location columns show <com.sap.xmii.bls.executables.action.logging.LoggingActions>. When I generate an event with type Error on the instance which is working I get 2 log messages, one with the Category and Location <com.sap.xmii.bls.executables.action.logging.LoggingActions> and the other with Category /Applications/XMII/Xacute/Event and Location <com.sap.xmii.bls.executables.action.logging.LoggingActions>.
    I guess that the .\log\applications_00.log should be showing for all subtree items under Applications and because it is not then the messages are not going into any application log. Not sure how to fix this however.
    I have also reset to the default configuration and it does not change the above.
    Best Rgds
    Richard

  • HT204380 Unable to message during video chat since new iOS update. International connection isn't always great and needed to message during video chat but am no longer able to. Any hints.

    SSince updating iOS I cannot message during video call on FaceTime. While calling internationally the connection stinks and I would rely on messaging until the audio would work again. Did this option get eliminated or do I need to take another step to use it. It was simply tapping the chat box at the top of the screen previously. Thanks for any assistance.

    Hi,
    This Log states Error 8  (Near the top)
    Error 8 is a bit of a catch all for everything that ichat can't label to some other cause.
    All the way though the Log sticks with port 16402 (Good) and does not vary (it is actually supposed to  try a random port).
    The CSeq (Call Sequence) never gets beyond INVITE
    In fact this si the SIP invite that is Behind the Scenes after the Buddy Accepts the Visible Invite part.
    Specifically the second line here is supposed to move on to read "TRYING", "RINGING"  and "OK"
    5401.536763 @SIP/Transport.c:2362 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Are both ends using UPnP in their routing device  ?
    If you have an Apple Base Station of any sort then this has Port Mapping Protocol that needs to be Enabled.
    The log looks like a router was using Port Forwarding (The listing or Port pointing at one IP (Computer) ) and that the IP of the computer has changed.
    10:34 PM      Monday; August 27, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Log4j not logging messages out to weblogic console for custom automatplugin

    Hi,
    We have a custom automation plugin for the OSM application build 381 in our environment(HP-UX Itanium platform). The plugins are bundled in a single ear application "A.ear" which is a mixed bag of pre-defined automation plugins of type XsltSender, XsltAutomator(both InternalReciever as well ExternalReceiver) as well other custom automators(java). For logging of messages in order to aid debugging of custom automators, we are using a logger "com.xyz.osm.plugin" which is also declared in log4j.xml file that is within omslogging.jar. You must already be aware that the build scripts of assembling, deploying ansd registering plugins also includes omslogging.jar are part of the application ear.
    <category name="com.mtsa.osm.plugin">
    <priority value="debug"/>
    </category>
    Below java code snippet is taken from our custom automation plugin classes indicating how the above logger is being used for printing messages.
    //Declaration
    private static Log log = LogFactory.getLog("com.mtsa.osm.plugin");
    mthod1(){
    log.info("xyz");
    In addition to the above logger, the pre-defined automators XsltSender, XsltReceiver also enable logging from xsl files by making the "log" parameter available. Thus we have lines such as the one below in our xsl files that should print messages to the weblogic console.
    <xsl:variable name="addLog1" select="java:info($log, 'transformSiebelActivationRequest: ***** Starting *****')"/>
    The logger that allows printing of these lines is "com.mslv.oms.automation".
    <category name="com.mslv.oms.automation">
    <priority value="info"/>
    </category>
    These configurations should have ideally allowed one to see messages such as one below getting printed out to weblogic console:
    <16-Mar-2012 8:59:36,931 CDT PM> <INFO> <plugin.XSLTReceiver> <ExecuteThread: '19' for queue: 'oms.automation'> <transformSiebelActivationRequest: ***** Starting *****>
    Unfotunately after having done all the above configuration, we are still unable to see any such log messages in the console apart from those emitting from SOP and from <xsl:message> inserted in java & xsl files respectively.
    I also checked if the log4j sub-system is able to correctly initialize after parsing the log4j.xml. It does and one can confirm it by setting system property log4j.debug=true in setDomainEnv.sh file.
    $$$$$$$$ log4j initialization by application classloader for oms.ear application $$$$$$$$$$$$$$$$$$
    log4j: Trying to find [log4j.xml] using context classloader weblogic.utils.classloaders.GenericClassLoader@1592141 finder: weblogic.utils.classloaders.CodeGenClassFinder@1112e85 annotation: oms@.
    log4j: Using URL [zip:/home/osmwl/bea/user_projects/domains/dev04/servers/osmdev04/tmp/_WL_user/oms/amuube/omslogging.jar!/log4j.xml] for automatic log4j configuration.
    log4j: Preferred configurator class: org.apache.log4j.xml.DOMConfigurator
    log4j: System property is :null
    log4j: Standard DocumentBuilderFactory search succeded.
    log4j: DocumentBuilderFactory is: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
    $$$$$$$$ log4j initialization by application classloader for custom automation plugin xyz.ear application $$$$$$$$$$$$$$$$$$
    log4j: Trying to find [log4j.xml] using context classloader weblogic.utils.classloaders.GenericClassLoader@1b7a8c5 finder: weblogic.utils.classloaders.CodeGenClassFinder@10bc849 annotation: xyz.ear@.
    log4j: Using URL [zip:/home/osmwl/bea/user_projects/domains/dev04/servers/osmdev04/tmp/_WL_user/xyz.ear/ah0eeq/omslogging.jar!/log4j.xml] for automatic log4j configuration.
    log4j: Preferred configurator class: org.apache.log4j.xml.DOMConfigurator
    log4j: System property is :null
    log4j: Standard DocumentBuilderFactory search succeded.
    log4j: DocumentBuilderFactory is: weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    log4j: debug attribute= "false".
    Ironically, logging levels for loggers defined in log4j.xml of oms.ear could be dynamically changed from log4jAdmin.jsp page and the results are immediately visible. However for some reason, loggers defined in log4j.xml of custom plugin application were completely getting ignored. I don't see any warnings or erro messages in the logs indicating that log4j configuration failed for custom application failed. We want to refrain using SOP and <xsl:message> but I am afraid we have no option other than filling up our sources files with them.
    Bottomline, how do we get application B(which in our case is the custom plugin) to log messaged the console just like that done by application A(oms.ear).
    I am sure OSM developers would like to leverage log4j bundled with OSM SDK to log messages that would aid in trouble-shooting during development cycles. Both application ear files have commons-logging-1.1.jar,log4j-1.2.13.jar, omslogging.jar available in their classpaths. In other words, META-INF/MANIFEST.MF file of oms.war(web module within oms.ear) and xyz.jar(ejb module within xyz.ear) has references to these jars.
    Appreciate if one can reply and let me know if they could get log messages to print from custom plugin.
    Thanks
    Edited by: user3693508 on Mar 18, 2012 11:38 AM

    Hi,
    We have a custom automation plugin for the OSM application build 381 in our environment(HP-UX Itanium platform). The plugins are bundled in a single ear application "A.ear" which is a mixed bag of pre-defined automation plugins of type XsltSender, XsltAutomator(both InternalReciever as well ExternalReceiver) as well other custom automators(java). For logging of messages in order to aid debugging of custom automators, we are using a logger "com.xyz.osm.plugin" which is also declared in log4j.xml file that is within omslogging.jar. You must already be aware that the build scripts of assembling, deploying ansd registering plugins also includes omslogging.jar are part of the application ear.
    <category name="com.mtsa.osm.plugin">
    <priority value="debug"/>
    </category>
    Below java code snippet is taken from our custom automation plugin classes indicating how the above logger is being used for printing messages.
    //Declaration
    private static Log log = LogFactory.getLog("com.mtsa.osm.plugin");
    mthod1(){
    log.info("xyz");
    In addition to the above logger, the pre-defined automators XsltSender, XsltReceiver also enable logging from xsl files by making the "log" parameter available. Thus we have lines such as the one below in our xsl files that should print messages to the weblogic console.
    <xsl:variable name="addLog1" select="java:info($log, 'transformSiebelActivationRequest: ***** Starting *****')"/>
    The logger that allows printing of these lines is "com.mslv.oms.automation".
    <category name="com.mslv.oms.automation">
    <priority value="info"/>
    </category>
    These configurations should have ideally allowed one to see messages such as one below getting printed out to weblogic console:
    <16-Mar-2012 8:59:36,931 CDT PM> <INFO> <plugin.XSLTReceiver> <ExecuteThread: '19' for queue: 'oms.automation'> <transformSiebelActivationRequest: ***** Starting *****>
    Unfotunately after having done all the above configuration, we are still unable to see any such log messages in the console apart from those emitting from SOP and from <xsl:message> inserted in java & xsl files respectively.
    I also checked if the log4j sub-system is able to correctly initialize after parsing the log4j.xml. It does and one can confirm it by setting system property log4j.debug=true in setDomainEnv.sh file.
    $$$$$$$$ log4j initialization by application classloader for oms.ear application $$$$$$$$$$$$$$$$$$
    log4j: Trying to find [log4j.xml] using context classloader weblogic.utils.classloaders.GenericClassLoader@1592141 finder: weblogic.utils.classloaders.CodeGenClassFinder@1112e85 annotation: oms@.
    log4j: Using URL [zip:/home/osmwl/bea/user_projects/domains/dev04/servers/osmdev04/tmp/_WL_user/oms/amuube/omslogging.jar!/log4j.xml] for automatic log4j configuration.
    log4j: Preferred configurator class: org.apache.log4j.xml.DOMConfigurator
    log4j: System property is :null
    log4j: Standard DocumentBuilderFactory search succeded.
    log4j: DocumentBuilderFactory is: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
    $$$$$$$$ log4j initialization by application classloader for custom automation plugin xyz.ear application $$$$$$$$$$$$$$$$$$
    log4j: Trying to find [log4j.xml] using context classloader weblogic.utils.classloaders.GenericClassLoader@1b7a8c5 finder: weblogic.utils.classloaders.CodeGenClassFinder@10bc849 annotation: xyz.ear@.
    log4j: Using URL [zip:/home/osmwl/bea/user_projects/domains/dev04/servers/osmdev04/tmp/_WL_user/xyz.ear/ah0eeq/omslogging.jar!/log4j.xml] for automatic log4j configuration.
    log4j: Preferred configurator class: org.apache.log4j.xml.DOMConfigurator
    log4j: System property is :null
    log4j: Standard DocumentBuilderFactory search succeded.
    log4j: DocumentBuilderFactory is: weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    log4j: debug attribute= "false".
    Ironically, logging levels for loggers defined in log4j.xml of oms.ear could be dynamically changed from log4jAdmin.jsp page and the results are immediately visible. However for some reason, loggers defined in log4j.xml of custom plugin application were completely getting ignored. I don't see any warnings or erro messages in the logs indicating that log4j configuration failed for custom application failed. We want to refrain using SOP and <xsl:message> but I am afraid we have no option other than filling up our sources files with them.
    Bottomline, how do we get application B(which in our case is the custom plugin) to log messaged the console just like that done by application A(oms.ear).
    I am sure OSM developers would like to leverage log4j bundled with OSM SDK to log messages that would aid in trouble-shooting during development cycles. Both application ear files have commons-logging-1.1.jar,log4j-1.2.13.jar, omslogging.jar available in their classpaths. In other words, META-INF/MANIFEST.MF file of oms.war(web module within oms.ear) and xyz.jar(ejb module within xyz.ear) has references to these jars.
    Appreciate if one can reply and let me know if they could get log messages to print from custom plugin.
    Thanks
    Edited by: user3693508 on Mar 18, 2012 11:38 AM

  • Asset values cannot be displayed due to missing text

    Hi guru's,
        I am facing the problem while i am displaying the asset values,i am able to create asset through as91 but when i go for awo1n system showing error" Asset values cannot be displayed due to missing"
    help would be appreciated.
    Thanks
    Ravi

    Hi Vyas,
       I am getting error like below.
    Asset values cannot be displayed due to missing texts
    Message no. AY363
    Diagnosis
    The values of the selected asset cannot be displayed. Text elements are missing in logon language EN.
    System response
    Processing is terminated.
    Procedure
    First, check if you are logged on in a language that is maintained for this system.
    This error can also occur, if the company code of the selected asset is assigned to a chart of depreciation that is not fully maintained.
    In many cases, the problem can be corrected by re-importing the missing texts from the reference chart of depreciation. You can do this using repair program RACORR14. Refer to SAP note 0773639 for more information.
    Thanks
    Ravi

  • Error message during start up

    Hi, I keep getting an error message during the start up: "/Library/StartupItems/KYTXStartupitem" has not been started because it does not have the proper security settings. I have already removed the program, but the message doesn't desapear. I had check the library and the folder: Startup item its empty. What can i do?

    Mac OS X v10.6 or later: "Insecure Startup Items folder" message appears after logging in - Apple Support

Maybe you are looking for

  • Alter table then Update in PL/SQL block

    I am trying to alter the table then update it : declare colCount number;* begin* select count(*) into colCount from all_tab_cols where table_name = 'TEST' and owner = 'TEST_OWNER';* dbms_output.put_line('No of Columns in the table : ' || colCount);*

  • Vendor not in SRM portal while creating the SC

    Hi Gurus User is trying to use the vendor 9001265 at the time of creating SC in the SRM portal, but EBP portal search provide the message as no value found I verified the vendor in EBP Production system and SAP R/3 , in both places, vendor is active

  • Regarding LDB pnpce

    hi experts, i m in need to create a report means i have to design the screen,in which i have to use LDB pnpce for HR,but if i select program type "module pool" in the report attributes  the filed LDB name is not coming means but when i select executa

  • Using Interactive Forms with Adobe 6.0

    Hi We have created an Interactive Form with Web Dynpro and Lifecycle 7.1. The PDF can be viewed with Adobe 6.0, but an error pops up, saying: "This PDF requires a newer version of Adobe Reader". Is it possible to switch off this warning? Thank you ve

  • ITunes cannot connect to my iPad because pairing record is missing.

    This is a one month old iPad that I just upgraded to ios 5 before I used it.  I don't know if the problem is in the upgrade.  When I did the upgrade, the message "iTunes cannot connect to the iPad because the pairing record is missing" came up. I fig