Containment node problem

Hi
I'm working on a model editor with gmf tools but I have a problem when generating the gmftool and gmfmap.
In my ecore diagram i created an eclass "collaboration" and it is the root, i want to make the "role" eclass contained in the "participant" Eclass but when i generate gmftool and gmfmap it is generated as a link not a node.
The "relation" class is a link between the "role" classes.
I will appreciate your help

Hi,
you should probably post your question on the GMF forum
https://www.eclipse.org/forums/index.php/f/16/
or consider using Eclipse Sirius : https://www.eclipse.org/sirius/ which handles those cases fairly seamlessly (see the tutorial : https://www.eclipse.org/sirius/getstarted.html)

Similar Messages

  • Error in attaching to container node - The code returned was 404

    I have a customer who has messed with their NTCWS and I'm trying to resurect it.
    I've been able to setup the correct Remote Server, Crawler Web Service (.NET CWS etc), Data Source - Remote (.NET CWS Data Source), Crawler and Job etc., but the job always fails.
    Here is the job log output:
    12/13/04 16:33:49- Starting to run operations (1 total) for job 'Neil Test NTCWS Job'. Will stop on errors. (PID=6248)12/13/04 16:33:50- *** Job Operation #1 of 1: Crawler 'Neil Test NTCWS Crawler' [Run as owner 'Neil Gidley']12/13/04 16:33:50- Starting Crawler "Neil Test NTCWS Crawler" at 12/13/2004 4:33:50 PM.12/13/04 16:33:50- Crawler starting from scratch: Neil Test NTCWS Crawler12/13/04 16:33:50- Error in attaching to container node Crawler Start Node to get child documents and containers: IDispatch error #19880 (0x80044fa8): [The SOAP Connection stopped executing method urn:plumtree-com:ContainerProvider.Initialize after 1 attempt(s).  Last error: The SOAP Connection has recieved an HTTP error while executing during connection attempt 1 of method urn:plumtree-com:ContainerProvider.Initialize!.  The code returned was 404.]12/13/04 16:33:50- Crawler has experienced a fatal error (Could not attach provider to start node, crawl cannot proceed.), shutting down.12/13/04 16:33:50- Bulk import completed, resulting in the successful storage of 0 new cards.12/13/04 16:33:50- Could not attach provider to start node, crawl cannot proceed.12/13/04 16:33:50- *** Job Operation #1 failed: Could not attach provider to start node, crawl cannot proceed. (0x4)12/13/04 16:33:50- Done with job operations.12/13/04 16:33:50- Could not attach provider to start node, crawl cannot proceed.
    Any ideas why I'd be receiving a 404 and causing the Job to Fail? The target crawl location is local to the portal itself - it is all installed on the same machine and the files we're trying to crawl are on the same machine.
    i've created a share with read/write etc access by Everyone. The Data Source - Remote is using my domain/name account which has Logon As Batch abilities etc...and should be able to crawl these files.

    My tcptrace says 'invalid hostname'.
    I assume that is the hostname of the target given in the Crawler object of where it is trying to attach and not the hostname of the Remote Server where the NTCWS code resides in the CWS Web Service.
    I've tried the following values:
    \\CESRVPP01.eugene1.net\Neil
    \\cesrvpp01\Neil
    \\10.10.34.41\Neil
    Here's the full tcpTrace output:
    POST /ntcws/ContainerProviderSoapBinding.asmx HTTP/1.1Host: ceppdportal:9999Cache-Control: no-cachePragma: no-cacheSOAPAction: "urn:plumtree-com:ContainerProvider.Initialize"Content-Type: text/xml; charset="UTF-8"User-Agent: Mozilla/4.0 (compatible; MSIE 6.0 compatible; Plumtree 4.0; Windows NT)Accept: */*Accept-Encoding: gzipConnection: Keep-AliveContent-Length: 000002692
    <?xml version='1.0' encoding='UTF-8'?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SOAP-ENV:Body > <Initialize xmlns="urn:plumtree-com:ContainerProvider"> <DataSourceInfo > <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_MAX_FILE</name> <value >50000000</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_SOAP_USE</name> <value >LOCAL</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_SOAP_OPEN</name> <value >URL</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_FILE_PASS</name> <value >PUilp4ElTOdKWHrhA09aGhkjQ==</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_PBAGFORMAT</name> <value >1000</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_GATEWAY</name> <value >0</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >CSP-SESSION-TOKEN</name> <value >2498|1103050835|4QWhsGW/5APMi1aPx7R9arhbOdI=</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_FILE_USER</name> <value >CEDOM100\cedxnpg</value> </NamedValue> </DataSourceInfo> <CrawlInfo > <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_CRAWL_DEPTH</name> <value >1</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_FOLDER_NAME</name> <value >Neil</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_CDLANG</name> <value >en</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_PBAGFORMAT</name> <value >3000</value> </NamedValue> <NamedValue xmlns="http://www.plumtree.com/xmlschemas/xui/"> <name >PTC_UNIQUE</name> <value >\\CESRVPP01.eugene1.net\Neil</value> </NamedValue> </CrawlInfo> </Initialize> </SOAP-ENV:Body></SOAP-ENV:Envelope>--------------------------HTTP/1.1 400 Bad RequestContent-Type: text/htmlDate: Tue, 14 Dec 2004 18:55:38 GMTConnection: closeContent-Length: 39
    <h1>Bad Request (Invalid Hostname)</h1>

  • 802.11 RTS/CTS and hidden node problem

    Guys,
    A little confused here.
    The hidden node problem is if two nodes within a cell can hear the AP but not each other. OK.
    But, when we talk about 802.11b and 802.11g backwards compatibility causing reduced throughtput in terms of bandwidth, it seems that this is always blamed on 802.11g stations having to use RTS/CTS.
    But,
    Even in an 802.11g only cell, dont stations still have to use RTS/CTS mechanisms for the hidden node problem?
    I'm confused.com!
    Thx
    Ken

    When 802.11b clients are associated to an 802.11g access point, the access point will turn on a protection mechanism called Request to Send/Clear to Send (RTS/CTS). Originally a mechanism for addressing the "hidden node problem" , RTS/CTS adds a degree of determinism to the otherwise multiple access network. When RTS/CTS is invoked, clients must first request access to the medium from the access point with an RTS message. Until the access point replies to the client with a CTS message, the client will refrain from accessing the medium and transmitting its data packets. When received by clients other than the one that sent the original RTS, the CTS command is interpreted as a "do not send" command, causing them to refrain from accessing the medium. One can see that this mechanism will preclude 802.11b clients from transmitting simultaneously with an 802.11g client, thereby avoiding collisions that decrease throughput due to retries. One can see that this additional RTS/CTS process adds a significant amount of protocol overhead that also results in a decrease in network throughput.
    In addition to RTS/CTS, the 802.11g standard adds one other significant requirement to allow for 802.11b compatibility. In the event that a collision occurs due to simultaneous transmissions (the likelihood of which is greatly reduced due to RTS/CTS), client devices "back off" the network for a random period of time before attempting to access the medium again. The client arrives at this random period of time by selecting from a number of slots, each of which has a fixed duration. For 802.11b, there are 31 slots, each of which are 20 microseconds long. For 802.11a, there are 15 slots, each of which are nine microseconds long. 802.11a generally provides shorter backoff times than does 802.11b, which provides for better performance than 802.11a, particularly as the number of clients in a cell increases. When operating in mixed mode (operating with 802.11b clients associated) the 802.11g network will adopt 802.11b backoff times. When operating without 802.11b clients associated, the 802.11g network will adopt the higher-performance 802.11a backoff times.

  • Cluster node problems in communciation channel

    Hello,
    I often have node problems where all messags get stuck in particular cluster node of communication channel.
    Once it is restarted, all messages are working problem,  With respect to that were the following issues. Error when getting an FTP connection from connection pool: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: ConnectException: Connection refused (errno:239)
    Please do let me know for the solution to avoid it in the future.
    Regards,
    Anandh

    Hello,
    Question 43 of file adapter faq,
    Q: J2EE engine hangs with the File/FTP sender channels. How to resolve this ?
    A: The reason for this is, some times due to network level issues, a message is waiting forever for a response from a FTP server which is down for some time. Adapter does not know this and try to poll FTP server again with second message. This goes on and on and eventually we would have J2EE engine hanging. To solve this, following things need to be applied:
        1) Set FTP timeout to appropraite value if channel is FTP sender channel.
            2) In advanced mode table options, add a new parameter 'clusterSyncMode' and its value set to 'lock'. This parameter             is without single quotes and case-sensitive.
            3) Last but not least, make sure that you are in latest patches            of SP19/SP20/SP21/SP22 for SAPXIAFC component of XI 3.0                 release and SP10/SP11/SP12/SP13/SP14 for SAPXIAFC component             of XI 7.0 release. Any patch which is released after 11th of    Febraury 2008 for the above releases is fine.
    We had the same issue and this did the trick.
    Regards,
    Bhavesh

  • Node problem in mapping

    Hi,
    I have a mapping which throws an error. The problem is like below:
    When I duplicate the ITEM node in the source structure I get an error for the target. The ITEM (target) contains fields of the header (source). Any Idea how to solve? The error says it cant generate field "y". (note: when I dont duplicate the ITEM (source) it works.)
    source node:
    ROOT
    Header (1 to 1)
    a
    b
    c
    d
    ITEM (1 to unbounded)
    e
    f
    g
    h
    target node:
    ROOT
    HEADER (1 to 1)
    x = a+b
    ITEM (1 to unbounded)
    y = c*d

    source:
    ROOT
    Header
      name           John
      surname      Walter
      age              43
      company     ABC
    ITEM
      a                   ... (doenst matter in my case)
      b                   ... (doenst matter in my case)
    ITEM
      a                   ... (doenst matter in my case)
      b                   ... (doenst matter in my case)
    target:
    ROOT
    Header
       name    John Walter
       age       43
    ITEM (this item field is assigned to the item field of the source, when the source item is more then one then this will duplicate as well)
       a          (if name is different the "0" than assign age (from header) to field "a") (if name is "John" then assign company from header to field "a")
    ITEM
       a          (if name is different the "0" than assign age (from header) to field "a") (if name is "John" then assign company from header to field "a")
    The problem is as said before. When I have one item in the source  it works. when I have 2 item in the source it throws an error?
    Edited by: Chris027 on May 31, 2010 11:22 AM

  • xsl:element missing node problem

    I was reading Re: re:how to use Apache's FOP (getting NPE) on the Oracle forums and noticed Steve M. said something about not being able to find nodes that <xsl:element> has created. I am currently having this problem when doing double transformations on documents. We would like to eliminate redundant style sheets but removing the table name prefix from our column names.
    ex:
    SZRADAP_PIDM and SZBRECR_PIDM have the same data and the rest of the columns in the two table are named in the same fasion. I have a simple style sheet that removes the table name prefix.
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xhtml" indent="yes"/>
    <xsl:template match="node()[contains(name(), '_')]">
    <xsl:element name="{substring-after(name(), '_')}">
    <xsl:apply-templates/>
    </xsl:element>
    </xsl:template>
    <xsl:template match="node()|@*">
    <xsl:copy>
    <xsl:apply-templates select="@*|node()"/>
    </xsl:copy>
    </xsl:template>
    </xsl:stylesheet>
    It works just fine but I would then like to include this .xsql in another .xsql for transfomation by a stylesheet that looks for the table non-specific tags. As was stated in the article I cannot find the nodes that have been created by the <xsl:element> function. I cannot readily use xsl:copy so I seem to be stuck. Any help or suggestions would be much appreciated.

    Well I seem to have found the problem ... I was using an old version of the XDK where this was an apparent bug. I've upgraded to the latest production XDK and it's all fixed.

  • Hierarchical tree node problem

    Hi all --
    Today's problem is (drum roll)............
    My application uses a heirarichal tree where each tree node contains the name of a form within this system. The user can navigate from form to form by clicking the appropriatetly name tree node. This seems to work - sometimes. Some users click on a node for one form, but get transferred to another named form(usually the one above or below the one actually activated). I've also found out that this happens ONLY when the user has their screen resolution set to 800 x 600. This application was developed at screen resolution 1024 x 768 and it woks fine. Anybody know why??

    Here is the code for both the tree node selected and tree node activated triggers
    Tree Node Seleceted code:
    :CONTROL.Node_Activated := null ;
    :CONTROL.Node_Selected := Ftree.Get_Tree_Node_Property('CONTROL_TREE.MENU', :SYSTEM.TRIGGER_NODE, Ftree.NODE_VALUE) ;
    ===========================================================
    Tree Node Activated code:
    Declare
    LN$I Pls_integer ;
    Begin
    :CONTROL.Node_Selected := null;
    :CONTROL.Node_Activated := Ftree.Get_Tree_Node_Property('CONTROL_TREE.MENU', :SYSTEM.TRIGGER_NODE, Ftree.NODE_VALUE) ;
    If :CONTROL.Node_Activated IS NOT NULL Then
    if :GLOBAL.curr_proc_id <> :control.node_activated or :control.node_activated
    is null then                          
    CALL_FORM(:CONTROL.Node_Activated);     
    else
    Set_Alert_Property( 'AL_FORM_OPENED', ALERT_MESSAGE_TEXT,
    :CONTROL.Node_Activated || ' is already opened. Please check your current or previously opened library.' );
    LN$I := Show_Alert( 'AL_FORM_OPENED' ) ;
    end if;          
    end if ;
    end ;

  • Dual node problem

    Problem:
    I have a Sun box with 2 nodes (2 CPU's with non-shared memory but shared hard disk).
    A Java developed system will be running concurrently on both nodes (i.e. failure reduction).
    The problem is that both processes need access to a common registry (with fast access, several million accesses per day). Therefore the registry will be in the memory of one of the nodes, but what happens if that node fails then the other node won't be able to access the registry. Since this defeats the object of 2 nodes I need a solution.
    Any ideas?? I'm stumped short of introducing a third node!!
    Thanks in advance
    Nick

    Does your several million accesses per day negate the option of using a file on the shared disc - to contain the common registry
    You could use another file as a semaphore to control which Node has got access rights (BUT you would have to build in some sort of Semaphore release timeout in case of NODE failure) - do the nodes share a common clock source for file write timestamping ??
    Otherwise, I guess you wil have to build in some sort of Registry replication and 'handshake' mechanism to determine loss of the other Node - perhaps by having the 2 Nodes exchange a counter of elapsed time since Node start-up (ie the longest running Node should have the latest Registry settings)

  • Pop-ups in certain sites, can't contain the problem:

    Hi!! I would like to submit a problem to the apple community. When I open certain websites, i get redirected to another web site, 'adultyum.info' containing adult material. This is really really annoying. I've got AdBlock Plus both on Chrome and Safari. But i'm only being redirected when using Safari. In Chrome, I haven't experienced the problem so far. CLAMXAV and ADWAREMEDIC both did not detect any problem. Please please do help.. I also tried changing router, and I still experienced it on Safari..
    So i have several questions:
    1) What is the solution to this problem?
    2) Is this dangerous? Does it maybe steal private information like passwords or surfing habits?
    I saw this discussion: Unwanted pop-up: unusual problem
    And I performed a diagnostic test too. The results are as follows:
    Start time: 10:57:10 03/24/15
    Revision: 1241
    Model Identifier: MacBookPro8,1
    System Version: OS X 10.10.2 (14C1514)
    Kernel Version: Darwin 14.1.0
    Time since boot: 3:33
    UID: 501
    SerialATA
        ST9500325ASG                           
    Activity
        CPU: user 15%, system 4%
    CPU usage (%)
        clamscan (UID 501): 25.0
    I/O wait time (ms/s)
        Google Chrome (UID 501): 12
    I/O requests (KiB/s)
        clamscan (UID 501): 14698
    Firewall: On
    Listeners
        cupsd: ipp
        kdc: kerberos
        launchd: afpovertcp
        launchd: microsoft-ds
    System caches/logs
        3155 MB: /System/Library/Caches/com.apple.coresymbolicationd/data
    Diagnostic reports
        2015-02-24 VLC crash x3
        2015-02-24 com.apple.AmbientDisplayAgent crash
        2015-02-25 VLC crash
        2015-03-02 com.apple.AmbientDisplayAgent crash
        2015-03-02 fontd crash
        2015-03-04 Finder hang
        2015-03-04 VLC hang
        2015-03-12 com.apple.internetaccounts crash
        2015-03-12 taskgated crash
        2015-03-17 VLC crash
        2015-03-24 Finder crash
    System log
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:32 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:33 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:33 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:52 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:52 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:52 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:51:52 Google Chrome Helper CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
        Mar 24 10:57:59 WindowServer disable_update_timeout: UI updates were forcibly disabled by application "ClamXav" for over 1.00 seconds. Server has re-enabled them.
    Console log
        Mar 23 08:12:06 nsurlstoraged The read-connection to the DB=/Users/USER/Library/Caches/qlmanage/Cache.db is NOT valid.  Unable to determine schema version.
        Mar 23 08:12:06 nsurlstoraged Process 327 does not have access to path /Users/USER/Library/Caches/qlmanage/Cache.db
        Mar 23 08:12:06 nsurlstoraged Process 327 does not have access to path /Users/USER/Library/Caches/qlmanage/Cache.db
        Mar 23 10:54:56 nsurlstoraged asyncCacheDirectoryRemove - failed to remove old cache dir /var/folders/mh/2bg30cpd1rg0t87v4zkf8gsw0000gn/T/fsCachedData_remove.  Errno=2
        Mar 23 10:55:22 nsurlstoraged Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
        Mar 23 11:05:15 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 23 11:42:56 ReportCrash Invoking spindump for pid=1209 wakeups_rate=163 duration=277 because of excessive wakeups
        Mar 23 17:02:09 ReportCrash Invoking spindump for pid=1061 wakeups_rate=194 duration=232 because of excessive wakeups
        Mar 23 18:06:59 ReportCrash Invoking spindump for pid=1145 wakeups_rate=412 duration=110 because of excessive wakeups
        Mar 23 18:16:43 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 23 18:16:52 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 23 18:36:40 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 23 18:36:56 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 24 07:42:22 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 24 07:42:24 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 24 07:54:55 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 24 07:56:54 nsurlstoraged ERROR: unable to get the receiver data from the DB!
        Mar 24 08:14:52 nsurlstoraged asyncCacheDirectoryRemove - failed to remove old cache dir /var/folders/mh/2bg30cpd1rg0t87v4zkf8gsw0000gn/T/fsCachedData_remove.  Errno=2
        Mar 24 08:40:17 nsurlstoraged asyncCacheDirectoryRemove - failed to remove old cache dir /var/folders/mh/2bg30cpd1rg0t87v4zkf8gsw0000gn/T/fsCachedData_remove.  Errno=2
        Mar 24 09:07:02 nsurlstoraged asyncCacheDirectoryRemove - failed to remove old cache dir /var/folders/mh/2bg30cpd1rg0t87v4zkf8gsw0000gn/T/fsCachedData_remove.  Errno=2
        Mar 24 10:31:32 nsurlstoraged asyncCacheDirectoryRemove - failed to remove old cache dir /var/folders/mh/2bg30cpd1rg0t87v4zkf8gsw0000gn/T/fsCachedData_remove.  Errno=2
        Mar 24 10:40:30 nsurlstoraged Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
        Mar 24 10:41:05 nsurlstoraged Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
        Mar 24 10:41:16 nsurlstoraged Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
        Mar 24 10:41:28 nsurlstoraged Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
    Loaded kernel extensions
        com.rim.driver.BlackBerryUSBDriverInt (0.0.74)
        com.squirrels.airparrot.framebuffer (3)
        com.squirrels.driver.AirParrotSpeakers (1.8)
        com.wavtap.driver.WavTap (0.4.0)
    Daemons
        com.apple.Kerberos.kdc
        - status: 1
        com.apple.awdd
        com.apple.ctkd
        com.apple.icloud.findmydeviced
        com.apple.iconservices.iconservicesagent
        com.apple.ifdreader
        com.apple.installer.osmessagetracing
        com.apple.secinitd
        com.apple.watchdogd
        com.apple.wdhelper
        com.microsoft.office.licensing.helper
        com.oracle.java.Helper-Tool
        com.oracle.java.JavaUpdateHelper
        com.rim.BBDaemon
    Agents
        com.adobe.ARM.UUID
        com.adobe.CS5ServiceManager
        com.apple.AirPortBaseStationAgent
        com.apple.Finder
        - status: -11
        com.google.keystone.user.agent
        com.hp.devicemonitor
        com.hp.messagecenter.launcher
        com.oracle.java.Java-Updater
        com.paragon.ntfs.trial
        com.paragon.ntfs.upd
        com.rim.BBLaunchAgent
        com.rim.RimAlbumArtDaemon
        net.culater.SIMBL.Agent
        org.glimmerblocker.updater
    User overrides
        com.adobe.AAM.Scheduler-1.0
        com.marketcircle.BPSyncHelper
        com.fiplab.MenuTabHelper
        com.spotify.webhelper
    Startup items
        /Library/StartupItems/HWNetMgr/HWNetCfg
        /Library/StartupItems/HWNetMgr/HWNetMgr
        /Library/StartupItems/HWNetMgr/StartupParameters.plist
        /Library/StartupItems/HWPortDetect/HWPortCfg
        /Library/StartupItems/HWPortDetect/HWPortDetect
        /Library/StartupItems/HWPortDetect/StartupParameters.plist
    User login items
        Android File Transfer Agent
        - /Users/USER/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app
    Safari extensions
        Adblock Plus
        - org.adblockplus.adblockplussafari
    iCloud errors
        bird 38
        CallHistorySyncHelper 13
    Continuity errors
        sharingd 3
    Restricted files: 51
    Lockfiles: 157
    Contents of /Library/LaunchAgents/com.hp.devicemonitor.plist
        - mod date: May 27 04:04:05 2012
        - checksum: 77374180
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Program</key>
        <string>/Library/Printers/hp/hpio/HP Device Monitor.app/Contents/MacOS/HP Device Monitor</string>
        <key>Label</key>
        <string>com.hp.devicemonitor</string>
        <key>KeepAlive</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.hp.messagecenter.launcher.plist
        - mod date: Jan 19 20:58:23 2010
        - checksum: 3424434743
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.hp.messagecenter.launcher</string>
        <key>Program</key>
        <string>/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks /LaunchServices.framework/Versions/A/Support/lsregister</string>
        <key>ProgramArguments</key>
        <array>
        <string>-lazy</string>
        <string>30</string>
        <string>/Library/Printers/hp/Utilities/HPPU Plugins/Message Center.task/Contents/Resources/HPMessageCenterBridge.app</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
        - mod date: Dec 11 08:53:58 2013
        - checksum: 142207891
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>15</integer>
        <key>Minute</key>
        <integer>24</integer>
        <key>Weekday</key>
        <integer>3</integer>
        </dict>
        </dict>
        ...and 1 more line(s)
    Contents of /Library/LaunchAgents/com.rim.BBAlbumArtCacher.plist
        - mod date: Feb  9 06:31:27 2012
        - checksum: 2868431736
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.rim.RimAlbumArtDaemon</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Library/Application Support/BlackBerry/RimAlbumArtDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>RimAlbumArtDaemon</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/com.rim.BBLaunchAgent.plist
        - mod date: Feb  9 06:31:28 2012
        - checksum: 908705504
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.rim.BBLaunchAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>Program</key>
        <string>/Library/Application Support/BlackBerry/BBLaunchAgent.app</string>
        <key>ProgramArguments</key>
        <array>
        <string>BBLaunchAgent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/net.culater.SIMBL.Agent.plist
        - mod date: Dec 24 13:02:52 2013
        - checksum: 1107421619
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>net.culater.SIMBL.Agent</string>
        <key>Program</key>
        <string>/Library/ScriptingAdditions/SIMBL.osax/Contents/Resources/SIMBL Agent.app/Contents/MacOS/SIMBL Agent</string>
        <key>RunAtLoad</key>
        <false/>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>OnDemand</key>
        <false/>
        </dict>
        </plist>
    Contents of /Library/LaunchAgents/org.glimmerblocker.updater.plist
        - mod date: Dec 24 12:31:49 2013
        - checksum: 4132589395
        <?xml version='1.0' encoding='UTF-8'?>
        <!DOCTYPE plist PUBLIC '-//Apple Computer//DTD PLIST 1.0//EN' 'http://www.apple.com/DTDs/PropertyList-1.0.dtd'>
        <plist version='1.0'>
        <dict>
           <key>Disabled</key>
           <false/>
           <key>Label</key>
           <string>org.glimmerblocker.updater</string>
           <key>InitGroups</key>
           <true/>
           <key>ProgramArguments</key>
           <array>
            <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rUpdater.app/Contents/MacOS/GlimmerBlockerUpdater</string>
            <string>--background</string>
           </array>
           <key>Umask</key>
           <integer>18</integer>
           <key>StartInterval</key>
           <integer>86400</integer>
           <key>KeepAlive</key>
           <false/>
           <key>WorkingDirectory</key>
           <string>/Library/PreferencePanes/GlimmerBlocker.prefPane/Contents/GlimmerBlocke rUpdater.app/Contents/Resources</string>
           <key>StandardErrorPath</key>
           <string>/Library/Logs/GlimmerBlocker/Launchd.log</string>
        ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.rim.BBDaemon.plist
        - mod date: Feb  9 06:31:28 2012
        - checksum: 4059782046
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
        http://www.apple.com/DTDs/PropertyList-1.0.dtd >
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.rim.BBDaemon</string>
        <key>Program</key>
        <string>/Library/Application Support/BlackBerry/BBDaemon</string>
        <key>ProgramArguments</key>
        <array>
        <string>BBDaemon</string>
        </array>
        <key>KeepAlive</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>RunAtLoad</key>
        <true/>
        <key>Sockets</key>
        <dict>
        <key>Listeners</key>
        <dict>
        <key>SockType</key>
        <string>stream</string>
        ...and 8 more line(s)
    Contents of /System/Library/LaunchAgents/com.paragon.NTFS.trial.plist
        - mod date: May  5 18:01:50 2011
        - checksum: 3466880614
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.paragon.ntfs.trial</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/Paragon NTFS for Mac OS X/NTFS for Mac OS X.app/Contents/MacOS/NTFS for Mac OS X</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        </dict>
        </plist>
    Contents of /System/Library/LaunchAgents/com.paragon.NTFS.upd.plist
        - mod date: May  5 18:01:50 2011
        - checksum: 1029391047
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.paragon.ntfs.upd</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Paragon NTFS for Mac OS X/ParagonUpdateChecker.app/Contents/MacOS/ParagonUpdateChecker</string>
        <string>service</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        </dict>
        </plist>
    Contents of /System/Library/Security/authorization.plist
        - mod date: Oct  9 17:17:00 2014
        - checksum: 2720110640
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 1850 more line(s)
    Contents of /private/etc/authorization.deprecated
        - mod date: Oct  9 12:30:47 2013
        - checksum: 1982440893
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>comment</key>
        <string>The name of the requested right is matched against the keys.  An exact match has priority, otherwise the longest match from the start is used. Note that the right will only match wildcard rules (ending in a ".") during this reduction.
        allow rule: this is always allowed
        &lt;key&gt;com.apple.TestApp.benign&lt;/key&gt;
        &lt;string&gt;allow&lt;/string&gt;
        deny rule: this is always denied
        &lt;key&gt;com.apple.TestApp.dangerous&lt;/key&gt;
        &lt;string&gt;deny&lt;/string&gt;
        user rule: successful authentication as a user in the specified group(5) allows the associated right.
        The shared property specifies whether a credential generated on success is shared with other apps (i.e., those in the same "session"). This property defaults to false if not specified.
        The timeout property specifies the maximum age of a (cached/shared) credential accepted for this rule.
        The allow-root property specifies whether a right should be allowed automatically if the requesting process is running with uid == 0.  This defaults to false if not specified.
        See remaining rules for examples.
        </string>
        <key>rights</key>
        <dict>
        <key></key>
        <dict>
        <key>class</key>
        <string>rule</string>
        <key>comment</key>
        ...and 9717 more line(s)
    Contents of /private/etc/hosts
        - mod date: Dec 14 13:17:51 2011
        - checksum: 2498082492
        127.0.0.1 localhost
        127.0.0.1 activate.adobe.com
        127.0.0.1 practivate.adobe.com
        127.0.0.1 ereg.adobe.com
        127.0.0.1 activate.wip3.adobe.com
        127.0.0.1 wip3.adobe.com
        127.0.0.1 3dns-3.adobe.com
        127.0.0.1 3dns-2.adobe.com
        127.0.0.1 adobe-dns.adobe.com
        127.0.0.1 adobe-dns-2.adobe.com
        127.0.0.1 adobe-dns-3.adobe.com
        127.0.0.1 ereg.wip3.adobe.com
        127.0.0.1 activate-sea.adobe.com
        127.0.0.1 wwis-dubc1-vip60.adobe.com
        127.0.0.1 activate-sjc0.adobe.com
        127.0.0.1 hl2rcv.adobe.com
        255.255.255.255 broadcasthost
        ::1             localhost
        fe80::1%lo0 localhost
    Contents of /private/etc/pam.d/prl_disp_service
        - mod date: Sep  8 19:03:17 2010
        - checksum: 1160556194
        auth       required       pam_nologin.so
        auth       optional       pam_afpmount.so
        auth       sufficient     pam_securityserver.so nullok
        auth       sufficient     pam_unix.so  nullok
        auth       required       pam_deny.so
        account    required       pam_permit.so
        password   required       pam_deny.so
        session    required       pam_permit.so
        session    optional       pam_afpmount.so
    Contents of /private/etc/pam.d/prl_disp_service.snow_leopard
        - mod date: Sep  8 19:03:17 2010
        - checksum: 1656795023
        auth       optional       pam_mount.so
        auth       sufficient     pam_serialnumber.so serverinstall legacy
        auth       required       pam_opendirectory.so nullok
        account    required       pam_nologin.so
        account    required       pam_opendirectory.so
        password   required       pam_deny.so
        session    required       pam_launchd.so
        session    required       pam_uwtmp.so
        session    optional       pam_mount.so
    Contents of Library/LaunchAgents/com.adobe.ARM.UUID.plist
        - mod date: Dec  6 17:02:32 2011
        - checksum: 408149527
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.adobe.ARM.UUID</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Adobe Reader.app/Contents/MacOS/Updater/Adobe Reader Updater Helper.app/Contents/MacOS/Adobe Reader Updater Helper</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>12600</integer>
        </dict>
        </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist
        - mod date: Mar  4 08:33:04 2015
        - checksum: 2825338244
        <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
        <plist version="1.0">
        <dict>
        <key>Label</key>
        <string>com.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        </dict>
        </plist>
    Extensions
        /Library/Extensions/APExtFramebuffer.kext
        - com.squirrels.airparrot.framebuffer
        /Library/Extensions/AirParrotDriver.kext
        - com.squirrels.driver.AirParrotSpeakers
        /System/Library/Extensions/APExtFramebuffer.kext
        - com.squirrels.airparrot.framebuffer
        /System/Library/Extensions/AirParrotDriver.kext
        - com.squirrels.driver.AirParrotSpeakers
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardACMControl.kext
        - com.huawei.driver.HuaweiDataCardACMControl
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardACMData.kext
        - com.huawei.driver.HuaweiDataCardACMData
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardActivateDriver.kext
        - com.huawei.driver.HuaweiDataCardActivateDriver
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardECMControl.kext
        - com.huawei.driver.HuaweiDataCardECMControl
        /System/Library/Extensions/HuaweiDataCardDriver.kext/Contents/PlugIns/HuaweiDat aCardECMData.kext
        - com.huawei.driver.HuaweiDataCardECMData
        /System/Library/Extensions/HuaweiDataCardDriver.kext
        - com.huawei.driver.HuaweiDataCardDriver
        /System/Library/Extensions/JMicronATA.kext
        - com.jmicron.JMicronATA
        /System/Library/Extensions/RIMBBUSB.kext
        - com.rim.driver.BlackBerryUSBDriverInt
        /System/Library/Extensions/RIMBBVSP.kext
        - com.rim.driver.BlackBerryUSBDriverVSP
        /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateDriveIcons.kext
        - com.seagate.driver.SeagateDriveIcons
        /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateLeafPowSecDriver_10_4.kext
        - com.seagate.driver.PowSecLeafDriver_10_4
        /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns/SeagateLeafPowSecDriver_10_5.kext
        - com.seagate.driver.PowSecLeafDriver_10_5
        /System/Library/Extensions/Seagate Storage Driver.kext
        - com.seagate.driver.PowSecDriverCore
        /System/Library/Extensions/USBExpressCardCantWake_Huawei.kext
        - com.apple.dts.driver.USBExpressCardCantWake
        /System/Library/Extensions/WavTap.kext
        - N/A
        /System/Library/Extensions/hp_Inkjet8_io_enabler.kext
        - com.hp.print.hpio.inkjet8.kext
    Applications
        /Applications/Adobe Media Player.app
        - com.adobe.amp.UUID.1
        /Applications/Adobe/Adobe Help.app
        - chc.UUID.1
        /Applications/AppZapper.app
        - com.appzapper.AppZapper
        /Applications/ChartNexus.app
        - N/A
        /Applications/Hewlett-Packard/Device Utilities/HP Firmware Updater.app
        - com.hp.FirmwareUpdater
        /Applications/Hewlett-Packard/Device Utilities/HP Setup Assistant.app
        - com.hp.SetupAssistant
        /Applications/Hewlett-Packard/HP Scan 3.app
        - com.hp.scan.app
        /Applications/Hewlett-Packard/HP Uninstaller.app
        - com.hp.Uninstaller
        /Applications/MacTubes.app
        - jp.MacTubes.MacTubesApp
        /Applications/Microsoft Communicator.app
        - com.microsoft.Communicator
        /Applications/Microsoft Messenger.app
        - com.microsoft.Messenger
        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        - com.microsoft.language_register
        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
        - com.microsoft.DocumentConnection
        /Applications/Microsoft Office 2011/Microsoft Excel.app
        - com.microsoft.Excel
        /Applications/Microsoft Office 2011/Microsoft Outlook.app
        - com.microsoft.Outlook
        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
        - com.microsoft.Powerpoint
        /Applications/Microsoft Office 2011/Microsoft Word.app
        - com.microsoft.Word
        /Applications/Microsoft Office 2011/Office/Alerts Daemon.app
        - com.microsoft.AlertsDaemon
        /Applications/Microsoft Office 2011/Office/Equation Editor.app
        - com.microsoft.EquationEditor
        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
        - com.microsoft.openxml.chart.app
        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
        - com.microsoft.ClipGallery
        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
        - com.microsoft.outlook.database_daemon
        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
        - com.microsoft.outlook.database_utility
        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
        - com.microsoft.Graph
        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
        - com.microsoft.outlook.office_reminders
        /Applications/Microsoft Office 2011/Office/Microsoft Office Setup Assistant.app
        - com.microsoft.office.setupassistant
        /Applications/Microsoft Office 2011/Office/Microsoft Query
        - N/A
        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
        - com.microsoft.office.uploadcenter
        /Applications/Microsoft Office 2011/Office/My Day.app
        - com.microsoft.myday
        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
        - com.microsoft.openxml.excel.app
        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
        - com.microsoft.SyncServicesAgent
        /Applications/OnyX.app
        - com.titanium.OnyX
        /Applications/Paragon NTFS for Mac OS X/ParagonUpdateChecker.app
        - com.yourcompany.ParagonUpdateChecker
        /Applications/Paragon NTFS for Mac OS X/Register NTFS for Mac OS X.app
        - com.paragon-software.filesystems.ntfs.Register
        /Applications/Remote Desktop Connection.app
        - com.microsoft.rdc
        /Applications/Seagate Dashboard 2.0.app
        - com.seagate.dashboard
        /Applications/Simple Comic.app
        - com.tsst.simplecomic
        /Applications/StuffIt Expander.app
        - com.stuffit.StuffIt-Expander
        /Applications/Utilities/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Applications/doubleTwist.app
        - com.doubleTwist.desktop
        /Applications/iFunBox.app
        - com.iFunBoxDevTeam.iFunBox
        /Incompatible Software/Parallels Service.app
        - com.parallels.desktop.dispatcher
        /Library/Application Support/Adobe/CS5ServiceManager/CS5ServiceManager.app
        - com.adobe.csi.CS5ServiceManager
        /Library/Application Support/Adobe/SwitchBoard/SwitchBoard.app
        - com.adobe.switchboard-2.0
        /Library/Application Support/BlackBerry/BBLaunchAgent.app
        - N/A
        /Library/Application Support/BlackBerry/BlackBerry Device Manager.app
        - com.rim.blackberrydevicemanager
        /Library/Application Support/BlackBerry/BlackBerryMobileMediaServer.app
        - com.rim.BlackBerryMobileMediaServer
        /Library/Application Support/BlackBerry/IPModemPasswordDialog.app
        - com.rim.IPModemPasswordHelper
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Add to iPhoto Library.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Email Image.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Email PDF.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Open HP Scan.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Open PDF in Preview.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Open in Preview.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Save PDF in Documents.app
        - N/A
        /Library/Application Support/Hewlett-Packard/Workflows/Shortcuts/Save in Pictures.app
        - N/A
        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        - com.microsoft.autoupdate2
        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
        - com.microsoft.error_reporting
        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
        - com.microsoft.netlib.shipassertprocess
        /Library/Application Support/Paragon NTFS for Mac OS X/NTFS for Mac OS X.app
        - com.paragon-software.TrialExpiredNotification
        /Library/Application Support/Script Editor/Templates/Cocoa-AppleScript Applet.app
        - com.apple.ScriptEditor.id.cocoa-applet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Droplet with Settable Properties.app
        - com.apple.ScriptEditor.id.droplet-with-settable-properties-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive File Processing Droplet.app
        - com.apple.ScriptEditor.id.file-processing-droplet-template
        /Library/Application Support/Script Editor/Templates/Droplets/Recursive Image File Processing Droplet.app
        - com.apple.ScriptEditor.id.image-file-processing-droplet-template
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Adobe AIR Application Installer.app
        - com.adobe.air.ApplicationInstaller
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Template.app
        - com.adobe.air.Template
        /Library/Image Capture/Devices/HP Scanner 3.app
        - com.hp.scanModule3
        /Library/Parallels/Parallels Mounter.app
        - com.parallels.desktop.mounter
        /Library/Parallels/Parallels Transporter.app
        - com.parallels.desktop.transporter
        /Library/Parallels/Uninstaller/Parallels Hypervisor/DockPlistEdit.app
        - com.parallels.DockPlistEdit
        /Library/Printers/hp/Frameworks/HPDeviceModel.framework/Versions/4.0/Runtime/hp dot4d.app
        - com.hp.devicemodel.hpdot4d
        /Library/Printers/hp/Utilities/HP Alerts.app
        - com.hp.events.hpalerts
        /Library/Printers/hp/Utilities/HP Utility.app
        - com.hp.printerutility
        /Library/Printers/hp/cups/filters/commandtohp.filter
        - com.hp.print.cups.filter.commandtohp
        /Library/Printers/hp/cups/filters/pdftopdf.filter
        - com.hp.print.cups.filter.pdftopdf
        /Library/Printers/hp/cups/tools/autosetup.tool
        - com.hp.print.autosetup
        /Library/Printers/hp/hpio/HP Device Monitor.app
        - com.hp.devicemonitor
        /Users/USER/Applications/Chrome Apps.localized/app_list.app
        - com.google.Chrome.app.Default-app_list
        /Users/USER/Documents/MAC Apps/AirParrot v 1.5.2/Crack/AirParrot Keygen.app
        - Linezer0.Lz0-Keygen
        /Users/USER/Documents/MAC Apps/AirParrot v 1.5.2/Crack/KG for OS X 10.6/Lz0 Keygen.app
        - Linezer0.Lz0-Keygen
        /Users/USER/Documents/MAC Apps/Stata 12/Stata.app
        - com.stata.stata12
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aiahmijlpehemcpleichkcokhegllfjl/Default aiahmijlpehemcpleichkcokhegllfjl.app
        - com.google.Chrome.app.Default-aiahmijlpehemcpleichkcokhegllfjl-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_aohghmighlieiainnegkcijnfilokake/Default aohghmighlieiainnegkcijnfilokake.app
        - com.google.Chrome.app.Default-aohghmighlieiainnegkcijnfilokake-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_apdfllckaahabafndbhieahigkjlhalf/Default apdfllckaahabafndbhieahigkjlhalf.app
        - com.google.Chrome.app.Default-apdfllckaahabafndbhieahigkjlhalf-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_blpcfgokakmgnkcojhhkbfbldkacnbeo/Default blpcfgokakmgnkcojhhkbfbldkacnbeo.app
        - com.google.Chrome.app.Default-blpcfgokakmgnkcojhhkbfbldkacnbeo-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_gighmmpiobklfepjocnamgkkbiglidom/Default gighmmpiobklfepjocnamgkkbiglidom.app
        - com.google.Chrome.app.Default-gighmmpiobklfepjocnamgkkbiglidom-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_nmmhkkegccagdldgiimedpiccmgmieda/Default nmmhkkegccagdldgiimedpiccmgmieda.app
        - com.google.Chrome.app.Default-nmmhkkegccagdldgiimedpiccmgmieda-internal
        /Users/USER/Library/Application Support/Google/Chrome/Default/Web Applications/_crx_pjkljhegncpnkpknbcohdijeoejaedia/Default pjkljhegncpnkpknbcohdijeoejaedia.app
        - com.google.Chrome.app.Default-pjkljhegncpnkpknbcohdijeoejaedia-internal
        /usr/local/hw_mobile_userdata/HWSleepNotify.app
        - com.huawei.HWSleepNotify
    Frameworks
        /Library/Frameworks/Adobe AIR.framework
        - com.adobe.AIR
        /Library/Frameworks/HPSmartPrint.framework
        - com.hp.print.HPSmartPrint
        /Library/Frameworks/RIM_VSP.framework
        - com.rim.vsp
        /Library/Frameworks/RimBlackBerryUSB.framework
        - com.rim.RimBlackBerryUSB
    PrefPane
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deploy/JavaControlPanel.pref Pane
        - com.oracle.java.JavaControlPanel
        /Library/PreferencePanes/Flash Player.prefPane
        - com.adobe.flashplayerpreferences
        /Library/PreferencePanes/Growl.prefPane
        - com.growl.prefpanel
        /Library/PreferencePanes/MacFUSE.prefPane
        - com.google.MacFUSE
        /Library/PreferencePanes/NTFSforMacOSX.prefPane:® OS X:
        - N/A
        /Library/PreferencePanes/Perian.prefPane
        - org.perian.PerianPane
        /Library/PreferencePanes/YAMAHA-USBMIDIPatch.prefPane
        - jp.co.yamaha.USBMIDIPatch
    Bundles
        /Library/Application Support/Adobe/APE/3.1/adbeapecore.framework/Versions/A/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.4-10.5.plugin
        /Library/Application Support/Adobe/Plug-Ins/CS5/File Formats/Camera Raw.plugin
        - com.adobe.CameraRaw
        /Library/Audio/MIDI Drivers/YAMAHA-USBMIDIDriver.plugin
        - jp.co.yamaha.USBMIDIDriver
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/AdobeCP15.plugin
        - com.adobe.adobecp
        /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Flash Player.plugin
        - com.macromedia.FlashPlayer-10.6.plugin
        /Library/Internet Plug-Ins/AdobePDFViewer.plugin
        - com.adobe.acrobat.pdfviewer
        /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
        - com.adobe.acrobat.pdfviewerNPAPI
        /Library/Internet Plug-Ins/Flash Player.plugin
        - com.macromedia.Flash
        /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
        - com.oracle.java.JavaAppletPlugin
        /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
        - com.microsoft.sharepoint.browserplugin
        /Library/Printers/Canon/BJPrinter/Plugins/BJNP/CIJNetworkIOM.plugin
        - jp.co.Canon.ij.print.iom.CIJNP
        /Library/Printers/Canon/BJPrinter/Plugins/BJNP/CIJNetworkPBM.plugin
        - jp.co.Canon.ij.print.pbm.CIJNP
        /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/BJUSBIOM.plugin
        - jp.co.canon.bj.print.bjusbiom
        /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/BJUSBPBM.plugin
        - jp.co.canon.bj.print.pbm.USB
        /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/CIJUSBClassDriver.plugin
        - jp.co.canon.ij.print.CIJUSBClassDriver
        /Library/Printers/Canon/BJPrinter/Plugins/BJUSB/CIJUSBClassDriver2.plugin
        - jp.co.canon.ij.print.CIJUSBClassDriver2
        /Library/Printers/Canon/BJPrinter/Plugins/IJBluetooth/IJBluetoothIOM.plugin
        - jp.co.canon.ij.print.ijbluetoothiom
        /Library/Printers/Canon/IJScanner/Plugins/ag07_09.plugin
        - jp.co.canon.scangear.ag07.09
        /Library/Printers/Canon/IJScanner/Plugins/ag08_09.plugin
        - jp.co.canon.scangear.ag08.09
        /Library/Printers/Canon/IJScanner/Plugins/cncl09_09.plugin
        - jp.co.canon.scangear.lld09.09
        /Library/Printers/Canon/IJScanner/Plugins/cnq2413_09.plugin
        - jp.co.canon.scanner.cnq2413.09
        /Library/Printers/Canon/IJScanner/Plugins/cnq2414_09.plugin
        - jp.co.canon.scanner.cnq2414.09
        /Library/Printers/Canon/IJScanner/Plugins/cnq4807_09.plugin
        - jp.co.cano

    I also ran EtreCheck. Here are the results:
    Problem description:
    Pop-ups when opening some websites. Redirecting to adultyum.info
    EtreCheck version: 2.1.8 (121)
    Report generated March 24, 2015 at 12:03:26 PM GMT+8
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Late 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.4 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 957
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:3:51
    Disk Information: ℹ️
        ST9500325ASG disk0 : (500.11 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 498.88 GB (126.04 GB free)
                Core Storage: disk0s2 499.25 GB Online
        OPTIARC DVD RW AD-5970H 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/hosts - Count: 15
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Incompatible Software/Parallels Service.app
        [not loaded]    com.parallels.kext.prl_hid_hook (6.0 11820.602974) [Click for support]
        [not loaded]    com.parallels.kext.prl_hypervisor (6.0 11820.602974) [Click for support]
        [not loaded]    com.parallels.kext.prl_netbridge (6.0 11820.602974) [Click for support]
        [not loaded]    com.parallels.kext.prl_usb_connect (6.0 11820.602974) [Click for support]
        [not loaded]    com.parallels.kext.prl_vnic (6.0 11820.602974) [Click for support]
            /Library/Extensions
        [loaded]    com.squirrels.driver.AirParrotSpeakers (1.8 - SDK 10.8) [Click for support]
            /System/Library/Extensions
        [loaded]    com.rim.driver.BlackBerryUSBDriverInt (0.0.74) [Click for support]
        [not loaded]    com.rim.driver.BlackBerryUSBDriverVSP (0.0.74) [Click for support]
        [not loaded]    com.seagate.driver.PowSecDriverCore (5.2.4 - SDK 10.4) [Click for support]
        [loaded]    com.squirrels.airparrot.framebuffer (3 - SDK 10.8) [Click for support]
            /System/Library/Extensions/Seagate Storage Driver.kext/Contents/PlugIns
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_4 (5.2.4 - SDK 10.4) [Click for support]
        [not loaded]    com.seagate.driver.PowSecLeafDriver_10_5 (5.2.4 - SDK 10.5) [Click for support]
        [not loaded]    com.seagate.driver.SeagateDriveIcons (5.2.4 - SDK 10.4) [Click for support]
    Startup Items: ℹ️
        HWNetMgr: Path: /Library/StartupItems/HWNetMgr
        HWPortDetect: Path: /Library/StartupItems/HWPortDetect
        Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
        [loaded]    com.paragon.NTFS.trial.plist [Click for support]
        [loaded]    com.paragon.NTFS.upd.plist [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
        [running]    com.hp.devicemonitor.plist [Click for support]
        [loaded]    com.hp.messagecenter.launcher.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.rim.BBAlbumArtCacher.plist [Click for support]
        [running]    com.rim.BBLaunchAgent.plist [Click for support]
        [running]    net.culater.SIMBL.Agent.plist [Click for support]
        [loaded]    org.glimmerblocker.updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.rim.BBDaemon.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Android File Transfer Agent    Application  (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
    Internet Plug-ins: ℹ️
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        FlashPlayerDebugger-10.6: Version: 11.5.502.149 [Click for support]
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        Flash Player: Version: 11.5.502.149 Outdated! Update
        Default Browser: Version: 600 - SDK 10.10
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.0.0 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        iGetterScriptablePlugin: Version: 2.9.2 [Click for support]
        RealPlayer Plugin: Version: Unknown
    Safari Extensions: ℹ️
        Adblock Plus
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Paragon NTFS for Mac ® OS X  [Click for support]
        Perian  [Click for support]
        YAMAHA-USBMIDIPatch  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             5%    WindowServer
             4%    mds
             1%    mds_stores
             1%    BBLaunchAgent
             0%    fontd
    Top Processes by Memory: ℹ️
        103 MB    ocspd
        82 MB    Finder
        60 MB    mds_stores
        52 MB    WindowServer
        39 MB    softwareupdated
    Virtual Memory Information: ℹ️
        1.53 GB    Free RAM
        1.25 GB    Active RAM
        386 MB    Inactive RAM
        1.12 GB    Wired RAM
        915 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 24, 2015, 11:57:52 AM    Self test - passed
        Mar 24, 2015, 08:49:09 AM    /Users/[redacted]/Library/Logs/DiagnosticReports/Finder_2015-03-24-084909_[reda cted].crash

  • Forms 6i : Ole Container : Locking problem

    We have a form in which user can attach all sorts of documents that are then saved in the database.
    Once in a while we have a locking problem; when 2 users try to open the same document, the second one first gets a 'Could not reserve record (2 tries). Keep trying?'. When clicking 'No', the next error message is 'Frm-40501 : unable to reserve record for update or delete', and the form cannot be used anymore. He keeps complaining about the reserved record.
    I've been looking into this problem but cannot seem to find a lot of help.
    Does anyone have an idea how to solve this locking problem?
    I have tried the following things:
    * setting the block to locking mode 'Delayed' => we ended up having duplicate records.
    * Changing properties of the ole-container (In Place Activation, Inside Out support, ...).
    Forms version is 6.0.8.13.0, database 8.0.6.0.0.
    Any help is appreciated.

    that seems to be a normal locking problem. Do you have tried to work with an ON-LOCK trigger ? (e.g. first to see, when locking will occur, second for implementing an own locking-behaviour, maybe with a SELECT for UPDATE)
    Or do you think, that there is something special with your OLE-programming ?
    Gerd

  • Workflows : Multiline Container Element problem.

    Hi,
    I got a new problem. Well I got a requirement to collect <b>COMMENTS</b> from <i>MULTI-LEVEL Supervisors</i> and display them in the <i>work item preview</i>. So in these regards, I had declared a Multiline Container element in my Workflow and passed it to some method to get the comments. Well I had succeeded till this point. But there is a problem when I tried to display them in WORKITEM.
    Well, all the lines are getting displayed continously in the Work Item preview.
    Is there any solution for this ?
    Like I want to display the Multiline Container element line wise. Not as a concatenated single line which is happening right now.
    In the Work Item Text part I used it as ...
    Comments from Supervisor : &COMMENTS&
    This is FYI...
    Please help me.
    Regards,
    Raja Sekhar.

    Hi Vinod,
    Well, I tried including the MULTI LINE Element in a Mail step. It gave me all the three options of printing.
    First one is...
    Only first line of Container element can be printed using
    &COMMENT&
    Second one is...
    All the lines of Container element can be printed in a single line as &COMMENT[]&
    Third one is...
    All the lines of Container element can be printed in seperate lines as &COMMENT##&
    I used the third one. It worked even the same in Work Item also.
    Regards,
    Raja Sekhar

  • It seems that my firefox hangs/freeze when I'm playing youtube vids, unable to surf at all. When i check task manager it seems to be a plugin container.exe problem? Can someone help me pls..

    My firefox sometimes totally hangs/freezes when i try to replay a youtube video. I click the play button but the whole firefox juz hangs. When i try to end task it, i noticed a firefox "plugin container.exe" process.. So i figure it might be a plugin problem? I hope someone can help me with this..
    Its getting very irritating and i love using firefox for web surfing.
    Thanks in advance for ur help

    YouTube videos use the Flash plugin. You can test your Flash plugin and see what version is installed by going to [http://www.adobe.com/software/flash/about/ Adobe's Flash Player test page]. To update Flash to the latest version, see [[Managing the Flash plugin]].
    Starting in Firefox 3.6.4, Flash is loaded in a separate plugin-container process. For the background, see the articles [[What is plugin-container]] and [http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins Plugin-container and out-of-process plugins (MozillaZine KB)].
    If Firefox hangs when playing Flash videos at YouTube, it could be a video driver issue, Try turning off hardware acceleration in your [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player display settings] (visit any page that uses Flash, such as [http://www.adobe.com/software/flash/about/ Adobe's test page], then right-click the Flash animation, select Settings, and uncheck "Enable hardware acceleration" on the Display panel). ...More information here:
    *[[Cannot view full screen Flash videos]]
    *[http://kb.mozillazine.org/Flash#Performance_or_display_issues_with_certain_Flash_videos Performance or display issues with certain Flash videos (MozillaZine KB)]

  • Solaris 8 container install problem using Ultra 60 flash archive

    Hi
    I have an M4000 configured with a Solaris 8 container.
    I am using a flash archive from an Ultra 60.
    Below is the problem when I install.
    # zoneadm -z f714clone install -u -a /var/flar/fid714_20090515.flar
    Log File: /var/tmp/f714clone.install.26921.log
    Source: /var/flar/fid714_20090515.flar
    Installing: This may take several minutes...
    Postprocessing: This may take several minutes...
    WARNING: zone did not finish booting.
    Last entry in the logfile is...
    [Fri May 15 12:21:22 BST 2009] Postprocess: Performing zone sys-unconfig
    It just sits at the WARNING doing nothing.
    I connected to the container console using "zlogin -C f714clone" but this just gives me a blank screen with no output and unable to do anything.
    I used a different archive from a V120 and had no problems.
    Is there something I need to configure for a Ultra 60.
    Thanks in advance.
    Steve.

    I got this to work. It seems, for whatever reason, that it doesn't like the '-u' flag for an Ultra 60. I installed using '-p' instead and it was fine, it even came up with the new IP I had assinged.
    zoneadm -z QeSun01b install -p -a qesun01.flar

  • Manually genarated Service node - problem while transport?

    Hello everyone,
    I had to create a service node for my application manually.
    Now when I'll transport this object , will I have any problem ?
    Thanks

    Hi,
    I created service nodes several times manually and had never problems during the transport.
    Best regards
    Renald

  • Node problems

    Hi!
    I have a problem with the org.w3c.dom.Node (implementation) object... or more specificly its method getNodeValue.
    My problem: I have a Node object and im trying to get its value like this:
    node.getNodeValue()
    returns:
    null
    one line later....
    node.toString()
    returns:
    <gameStarted>45364561231236576</gameStarted>
    I want to get a hold on the node value and I there's gotta be some better way to do this than substringing the toString() value. The data is visibly there, yet its not!... what gives!?
    In conclusion: this rookie needs help! :)
    regards!
    Max

    Do you mean you want to get at the string "45364561231236576"? Well, that's the value of the text node that's the child of the one you are looking at.

Maybe you are looking for

  • BADI / user-exit for MD02 while creating Schedule Lines

    Hi experts, I have a problem with implementation that I'm designing. Current situation: While MRP run (MD02 or background) new Schedule Lines are being created in reference to MM Scheduling Agreement. Example: 04.08.2014 SchLne 5500000415/00010 200 0

  • I am getting an error message when I am trying to update to iOS 7.0.6

    I am getting an error message on my iPad when I am trying to update to IOS 7.0.6

  • File Sharing permissions not saving on second drive

    Hello, in my Mac Pro running 10.5.6 I have a second drive that I recently installed, This drive has two folders in it that i wish to share. So I did the following steps: System Preferences > Sharing > File Sharing (SMB Sharing is being used as well a

  • Interactive .swf in an interactive .swf, is it possible?

    I'm building a portfolio for my Digital Arts program. What I need to do is place and existing, interactive .swf (or if I need to change that, its fine, I have the Flash file) into a new Flash doc. I want it to maintain its interactivity and not play

  • Could not acquire a lock

    Hello, I'm trying to activate and smartform but every time I'm getting this dump: Error Text of the Database: "[ASE Error SQL12205]Could not acquire a lock within the specified wait period. SERVER level wait period=2400 seconds, spid=259, lock type=e