Error Activating Plugin for OpenText LiveLink

SES 10.1.8.3
I am trying to activate the identity plugin for OpenText Livelink.
Global-Settings->Activate Identity Plugin
     Class Name          oracle.search.plugin.security.identity.llcs.LLCSIdentityPluginManager
     Jar file          ../llcs/LLCSIdentityPlugin.jar
     Version          10.1.8.3.0
     Description          Livelink Content Services
I populate the host/port/user/password
and upon submit I get the followin in oc4j.log
     08/12/03 09:06:19 INFO HTTPThreadGroup-19 LLCSIdentityPluginManager Validating parameters
08/12/03 09:06:19 INFO HTTPThreadGroup-19 LLCSIdentityPluginManager Server name:192.168.1.132
08/12/03 09:06:19 INFO HTTPThreadGroup-19 LLCSIdentityPluginManager Port:2099
08/12/03 09:06:19 INFO HTTPThreadGroup-19 LLCSIdentityPluginManager User name:XXX
08/12/03 09:06:19 INFO HTTPThreadGroup-19 LLCSIdentityPluginManager Parameter prototype validated
08/12/03 09:06:19 java.lang.NoClassDefFoundError: com/opentext/api/LLConnect
08/12/03 09:06:19 at oracle.search.plugin.security.identity.llcs.LLCSIdentityPluginManager.validateParams(LLCSIdentityPluginManager.java:298)
08/12/03 09:06:19 at oracle.search.admin.system.ctrl.SystemCtrl.identityMgmtActivate(SystemCtrl.java:1099)
08/12/03 09:06:19 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08/12/03 09:06:19 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
I can't find anything on this LLConnect API in the SES.
Do I need to have the LiveLink Java API somewhere in the SES classpath, or where would I identify this resource as being available?

Hi,
this is from SES Admin docu:
Required Tasks
Because Open Text Livelink software is not included with Oracle SES, certain files must be copied manually into Oracle SES. Copy the lapi.jar file from LAPI installation folder into ORACLE_HOME/search/lib/plugins/llcs.
-Edwin

Similar Messages

  • Error Downloading Plugin for Swing Applet

    Dear Fellows!
    i am using following Java Script in HTML to download Java Plugin for Swing Applet.
    <b>But</b>
    During download and installation it gives the error that the file is corrupted try to download again...., I have checked it on more than one PC,s and platforms ....
    Please guide if there is problem in script or in the available plugin...
    Thanking you !!!!!
    /////////////////////// HTML /////////////////
    <html>
    <head>
    <title>Swing Applet</title>
    </head>
    <body BGCOLOR="#ffffff" LINK="#000099">
    <!--"CONVERTED_APPLET"-->
    <!-- CONVERTER VERSION 1.1 -->
    <SCRIPT LANGUAGE="JavaScript"><!--
    var info = navigator.userAgent; var ns = false;
    var ie = (info.indexOf("MSIE") > 0 && info.indexOf("Win") > 0 && info.indexOf("Windows 3.1") < 0);
    //--></SCRIPT>
    <COMMENT><SCRIPT LANGUAGE="JavaScript1.1"><!--
    var ns = (navigator.appName.indexOf("Netscape") >= 0 && ((info.indexOf("Win") > 0 && info.indexOf("Win16") < 0 && java.lang.System.getProperty("os.version").indexOf("3.5") < 0) || (info.indexOf("Sun") > 0) || (_info.indexOf("Linux") > 0)));
    //--></SCRIPT></COMMENT>
    <SCRIPT LANGUAGE="JavaScript"><!--
    if (_ie == true) document.writeln('<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH = 600 HEIGHT = 500 codebase="http://java.sun.com/products/plugin/1.1.2/jinstall-112-win32.cab#Version=1,1,2,0"><NOEMBED><XMP>');
    else if (_ns == true) document.writeln('<EMBED type="application/x-java-applet;version=1.1.2" java_CODE = "Client.class" java_CODEBASE = "./Chat" java_ARCHIVE = "*.class" WIDTH = 400 HEIGHT = 50 pluginspage="http://java.sun.com/products/plugin/1.1.2/plugin-install.html"><NOEMBED><XMP>');
    //--></SCRIPT>
    <APPLET CODE = "Client.class" CODEBASE = "./Chat" ARCHIVE = "*.class" WIDTH=600 HEIGHT=500 ></XMP>
    <PARAM NAME = CODE VALUE = "Client.class" >
    <PARAM NAME = CODEBASE VALUE = "./Chat" >
    <PARAM NAME = ARCHIVE VALUE = "Client.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.1.2">
    </APPLET>
    </NOEMBED></EMBED></OBJECT>
    </body>
    </html>

    I remeber there is an example in Sun java toturial,
    you may find the answer from there.
    peter
    JawaBeginer (A powerful JavaIDE tool for Java Programmer, exp: beginer)
    http://www.pivotonic.com

  • Error activating data for an ODS

    I had a bidding ODS which was working perfectly.
    Since I haded 0CALDAY in the data fields (with everything setup around, update rule, transfert, etc), I have an error when activating the data..
    I can see that the new data (not yet activated) is correct, with the 0calday field correctly filled in, but impossible to activate.. the problem seems coming from the FORM ACTIVATE_SIDS. and I can't see the field 0calday in this routine.
    more info:
    here I can see that 0calday is missing:
          FORM ACTIVATE_SIDS                                            *
    FORM activate_sids                                          "#EC CALLED
         USING     i_t_request  TYPE rsdro_t_request
                   i_err_count  TYPE i
                   i_serialize  type rs_bool
                   i_checkfl    type rs_bool
         CHANGING  c_t_msg      TYPE rsdro_t_msg
                   e_subrc      TYPE sy-subrc.
    SP7
    i_serialize einbauen...
    DATA:
    *INSERTAS 26052003 P14 <625425>
      l_dummy(72),
    *ENDINSERTAS 26052003
      l_s_upddata  TYPE l_s_sidupddata,
      l_t_where    TYPE rsdro_t_abapsource,
      l_new_sids_possible TYPE rs_bool,
      l_count      TYPE i VALUE 0,
      l_err_found  TYPE i VALUE 0,
      l_err_count  TYPE i,
      l_single_convert TYPE rs_bool,
      l_subrc      TYPE sy-subrc,
      l_cursor     TYPE cursor,
    SP7
      l_t_msg      TYPE rsdro_t_msg,
      l_s_msg      type rsdro_s_msg.
    remove following line once patch 1 is installed
    raise x_message.
      IF i_err_count <= 1.
        l_err_count = 1.
        l_single_convert = rs_c_false.
      ELSE.
        l_err_count = i_err_count.
        l_single_convert = rs_c_true.
      ENDIF.
    empty tables
      PERFORM clear_sid USING SPACE.
    SP7
    initialise activation task-handling
      IF i_serialize = rs_c_false.
        PERFORM rsadmina_get_values.
        PERFORM init_activate_taskhandler.
      ENDIF.
    create WHERE condition based on the requests in I_T_REQUEST
      PERFORM generate_where_requests(saplrsdro)
        USING i_t_request 'U' CHANGING l_t_where.
    same SELECT-statement used multiple times
      PERFORM open_cursor_with_hold
        USING    l_t_where
    *INSERTAS 13082002 P12/05 <541698>
                rs_c_true "sorting means smaller hash-tables??
                  rs_c_false
                  g_max_tasks
    *ENDINSERTAS
        CHANGING l_cursor.
      DO.
        ADD 1 TO l_count.
        FETCH NEXT CURSOR l_cursor INTO l_s_upddata.
        IF sy-subrc <> 0.
          PERFORM register_sids
            USING l_s_upddata rs_c_true rs_c_true.
          CLOSE CURSOR l_cursor.
          EXIT.
        ELSE.
          PERFORM register_sids
            USING l_s_upddata rs_c_true rs_c_true.
          IF l_count >= c_check_intervall. "don't check all the time!
            l_count = 0.
            l_new_sids_possible = rs_c_false.
            IF g_req_BBP_BIDDER_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0BBP_BIDDER'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0BBP_BIDDER'.
            ENDIF.
            IF g_req_BBP_BIGUID_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0BBP_BIGUID'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0BBP_BIGUID'.
            ENDIF.
            IF g_req_BBP_BID_ID_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0BBP_BID_ID'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0BBP_BID_ID'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_GN_PAR_SSY_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0GN_PAR_SSY'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0GN_PAR_SSY'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_LOGSYS_PUR_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0LOGSYS_PUR'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0LOGSYS_PUR'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_BBP_SYS_BP_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0BBP_SYS_BP'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0BBP_SYS_BP'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_PROD_CATEG_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0PROD_CATEG'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0PROD_CATEG'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_PRCA_ID_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    '0PRCA_ID'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING '0PRCA_ID'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_/BIC/ZPROCREF_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    'ZPROCREF'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING 'ZPROCREF'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_/BIC/ZDELTO_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    'ZDELTO'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING 'ZDELTO'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_/BIC/ZDELFROM_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    'ZDELFROM'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING 'ZDELFROM'.
            ENDIF.      " l_reached = rs_c_true.
            IF g_req_/BIC/ZTYPREL_cnt >= c_max_sid_hashtab.
    SP7
              refresh l_t_msg.
              PERFORM check_and_get_sids_iobjnm
                USING    'ZTYPREL'
                         l_single_convert
                         l_err_count
                         i_serialize
                         i_checkfl
                CHANGING l_t_msg
                         l_new_sids_possible
                         l_err_found
                         l_subrc.
    SP7
              append lines of l_t_msg to c_t_msg.           "note 727227
              PERFORM clear_sid USING 'ZTYPREL'.
            ENDIF.      " l_reached = rs_c_true.
            IF l_new_sids_possible = rs_c_true.
    SP7
              PERFORM check_hierarchy_sids
                CHANGING c_t_msg.                           "note 727227
            ENDIF.
          ENDIF.        " l_count >= c_check_intervall.
        ENDIF.          " sy-subrc <> 0.
      ENDDO.
    SP7
      refresh l_t_msg.
      PERFORM check_and_get_sids
        USING    l_single_convert l_err_count i_serialize i_checkfl
        CHANGING c_t_msg l_err_found e_subrc.               "note 727227
    SP7
      IF i_serialize = rs_c_false.
      cleanup activation task-handling
        PERFORM cleanup_activate_taskhandler.
    save error messages from asynchronous RFC tasks:
        append lines of g_t_msg to c_t_msg.                 "note 727227
        PERFORM check_hierarchy_sids CHANGING c_t_msg.      "note 727227
        data: l_sx_task      TYPE rsdro_sx_task.
        loop at g_thx_task into l_sx_task.
    *INSERTAS 20022003 P11 <596983>
    *separate handling of error and started
         if l_sx_task-status   = rsdro_c_task_status-error or
            l_sx_task-status   = rsdro_c_task_status-started.
          if l_sx_task-status   = rsdro_c_task_status-error.
    *ENDINSERTAS 20022003
    *INSERTAS 26052003 P14 <625425>
    MESSAGE ID 'RSDRO' TYPE 'E' NUMBER 122
      WITH l_sx_task-taskname INTO l_dummy.
    PERFORM msg_sy_append(SAPLRSDRO)
      USING RS_C_FALSE CHANGING c_t_msg[].                  "note 727227
           l_s_msg-msgty = 'E'.
           l_s_msg-msgid = 'RSDRO'.
           l_s_msg-msgno = 122.
           l_s_msg-msgv1 = l_sx_task-taskname.
           append l_s_msg to g_t_msg.
    *ENDINSERTAS 26052003
    *INSERTAS 20022003 P11 <596983>
    *extra handling of tasks that did not come back regularly
          elseif l_sx_task-status   = rsdro_c_task_status-started.
    *INSERTAS 26052003 P14 <625425>
    MESSAGE ID 'RSDRO' TYPE 'E' NUMBER 129
      WITH l_sx_task-taskname INTO l_dummy.
    PERFORM msg_sy_append(SAPLRSDRO)
      USING RS_C_FALSE CHANGING c_t_msg[].                  "note 727227
           l_s_msg-msgty = 'E'.
           l_s_msg-msgid = 'RSDRO'.
           l_s_msg-msgno = 129.
           l_s_msg-msgv1 = l_sx_task-taskname.
           append l_s_msg to g_t_msg.
    *ENDINSERTAS 26052003
    *ENDINSERTAS 20022003
          endif.
        endloop.
      endif.
    c_t_msg[] = g_t_msg[].                               "note 727227
    ENDFORM.                                                " ACTIVATE_SIDS
    More info:
    What happened?
    Error in ABAP application program.
    The current ABAP program "GP421RN9VH6Y2PR0X9WS35LYA6Y" had to be terminated
    because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    Following a SELECT statement, the data read could not be placed in AN
    the output area.
    A conversion may have been intended that is not supported by the
    system, or the output area may be too small.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
    neither
    caught nor passed along using a RAISING clause, in the procedure
    "ACTIVATE_SIDS" "(FORM)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    The data read during a SELECT access could not be inserted into the
    target field.
    Either conversion is not supported for the target field's type or the
    target field is too short to accept the value or the data are not in a
    form that the target field can accept
    Missing RAISING Clause in Interface
    Program GP421RN9VH6Y2PR0X9WS35LYA6Y
    Include GP421RN9VH6Y2PR0X9WS35LYA6Y
    Row 9.988
    Module type (FORM)
    Module Name ACTIVATE_SIDS
    Trigger Location of Exception
    Program GP421RN9VH6Y2PR0X9WS35LYA6Y
    Include GP421RN9VH6Y2PR0X9WS35LYA6Y
    Row 10.050
    Module type (FORM)
    Module Name ACTIVATE_SIDS
    Source Code Extract
    Line SourceCde
    10020 ELSE.
    10021 l_err_count = i_err_count.
    10022 l_single_convert = rs_c_true.
    10023 ENDIF.
    10024
    10024
    10025 * empty tables
    10026 PERFORM clear_sid USING SPACE.
    10027
    10028 *** SP7
    10029 * initialise activation task-handling
    10030 IF i_serialize = rs_c_false.
    10031 PERFORM rsadmina_get_values.
    10032 PERFORM init_activate_taskhandler.
    10033 ENDIF.
    10034
    10035 * create WHERE condition based on the requests in I_T_REQUEST
    10036 PERFORM generate_where_requests(saplrsdro)
    10037 USING i_t_request 'U' CHANGING l_t_where.
    10038
    10039 * same SELECT-statement used multiple times
    10040 PERFORM open_cursor_with_hold
    10041 USING l_t_where
    10042 *INSERTAS 13082002 P12/05 <541698>
    10043 * rs_c_true "sorting means smaller hash-tables??
    10044 rs_c_false
    10045 g_max_tasks
    10046 *ENDINSERTAS
    10047 CHANGING l_cursor.
    10048 DO.
    10049 ADD 1 TO l_count.
    >>>>> FETCH NEXT CURSOR l_cursor INTO l_s_upddata.
    10051 IF sy-subrc <> 0.
    10052
    10053 PERFORM register_sids
    10054 USING l_s_upddata rs_c_true rs_c_true.
    10055
    10056 CLOSE CURSOR l_cursor.

    More info:
    Job started                                                         
    Step 001 started (program RSODSACT1, variant &0000000002104, user ID
    Activation is running: Data target SRBIDO03, from 14.293 to 14.293  
    Data to be activated successfully checked against archiving objects 
    SQL: 16.08.2006 18:12:15 U92299                                     
    ANALYZE TABLE "/BIC/ASRBIDO0340" DELETE                             
    STATISTICS                                                          
    SQL-END: 16.08.2006 18:12:15 00:00:00                               
    SQL: 16.08.2006 18:12:15 U92299                                     
    BEGIN DBMS_STATS.GATHER_TABLE_STATS ( OWNNAME =>                    
    'SAPBD0', TABNAME => '"/BIC/ASRBIDO0340"',                          
    ESTIMATE_PERCENT => 1 , METHOD_OPT => 'FOR ALL                      
    INDEXED COLUMNS SIZE 75', DEGREE => 1 ,                             
    GRANULARITY => 'ALL', CASCADE => TRUE ); END;                       
    SQL-END: 16.08.2006 18:12:16 00:00:01                               
    ABAP/4 processor: DBIF_RSQL_INVALID_RSQL                            
    Job cancelled

  • Error while registering plugin for custom schedule task

    Hello,
    I am trying to register a plugin for creating a custom scheduled task. I have referred to the document
    http://docs.oracle.com/cd/E23943_01/doc.1111/e14309/refsched.htm
    Followed the below steps-
    1. Updated the task.xml as below taken from MDS database
    <task>
    <name>AC Target Source Reconciliation</name>
    <class>com.cgc.iam.customconnector.ac.ReconACTarget</class>
    <description>This schedule task reconciles the active users from AC to OIM. This is a one time initial recon</description>
    <retry>0</retry>
    <parameters>
    <string-param required="true" helpText="IT Resource">IT Resource</string-param>
    <string-param required="true" encrypted="false" helpText="FileName">FileName</string-param>
    <string-param required="true" helpText="Admin">Admin</string-param>
                   <string-param required="true" helpText="AdminPassword">AdminPassword</string-param>
    <string-param required="true" helpText="ConfigurationLookup">ConfigurationLookup</string-param>
                   <string-param required="true" helpText="FilePath">FilePath</string-param>
                   <string-param required="true" helpText="ResourceObject">ResourceObject</string-param>
    </parameters>
    </task>
         <task>
    <name>ACRoleReconTask</name>
    <class>com.cgc.iam.customconnector.ac.ReconACRoles</class>
    <description>This scheduled task will reconcile the ACGroups and AC Roles from a csv file that is stored at a shared location</description>
    <retry>0</retry>
    <parameters>
    <string-param required="true" helpText="Admin">Admin</string-param>
                   <string-param required="true" helpText="AdminPassword">AdminPassword</string-param>
                   <string-param required="true" helpText="FilePath">FilePath</string-param>
    <string-param required="true" helpText="GroupLookup">GroupLookup</string-param>               
    <string-param required="true" helpText="RoleLookup">RoleLookup</string-param>               
                   <string-param required="true" helpText="GroupTableName">GroupTableName</string-param>
                   <string-param required="true" helpText="RoleTableName">RoleTableName</string-param>
    </parameters>
    </task>
    2. Imported the task.xml into MDS.
    3. created the plugin.xml as below-
    <?xml version="1.0" encoding="UTF-8"?>
    <oimplugins xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <plugins pluginpoint="oracle.iam.scheduler.vo.TaskSupport">
    <plugin pluginclass= "com.cgc.iam.customconnector.ac.ReconACTarget" version="1.0.1" name="scheduler element"></plugin>
    <plugin pluginclass= "com.cgc.iam.customconnector.ac.ReconACRoles" version="1.0.1" name="scheduler element">
    </plugin>
    </plugins>
    </oimplugins>
    3. created the plugin.zip with the folder structure as-
    plugin.zip
    plugin.xml
    lib
    jar files
    4. set ant properties
    5. run the command
    java -jar ../../../modules/com.bea.core.jarbuilder_1.7.0.0.jar
    4. registered plugin using ant utility.
    Now, I am getting the below exception-
    oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
    Please help.
    Thanks
    sjit

    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [echo] Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    [echo] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    [echo] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    [echo] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    [echo] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    [echo] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.executeInsertRow(UpdatableResultSet.java:8630)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.insertRow(UpdatableResultSet.java:6428)
    [echo] at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_UpdatableResultSet.insertRow(Unknown Source)
    [echo] at oracle.iam.platform.pluginframework.DBStore.updatePluginTable(DBStore.java:395)
    [echo] at oracle.iam.platform.pluginframework.DBStore.storePlugins(DBStore.java:193)
    [echo] at oracle.iam.platform.pluginframework.PluginManagerImpl.registerPluginAndReturnStatus(PluginManagerImpl.java:90)
    [echo] at oracle.iam.platformservice.impl.PlatformServiceImpl.registerPluginAndReturnStatus(PlatformServiceImpl.java:106)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy735.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceEJB.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    [echo] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [echo] at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy734.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.__WL_invoke(Unknown Source)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [echo] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    [echo] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [echo] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    [echo] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    [echo] ... 3 more
    [echo] Exception in thread "Main Thread" oracle.iam.platform.pluginframework.PluginStoreException: An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:237)
    [echo] at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    [echo] at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_1036_WLStub.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    [echo] at $Proxy2.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceDelegate.registerPluginAndReturnStatus(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at Thor.API.Base.SecurityInvocationHandler$1.run(SecurityInvocationHandler.java:68)
    [echo] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    [echo] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    [echo] at weblogic.security.Security.runAs(Security.java:41)
    [echo] at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(weblogicLoginSession.java:52)
    [echo] at Thor.API.Base.SecurityInvocationHandler.invoke(SecurityInvocationHandler.java:79)
    [echo] at $Proxy3.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.utils.PluginUtility.registerPluginAndReturnStatus(PluginUtility.java:279)
    [echo] at oracle.iam.platformservice.utils.PluginUtility.main(PluginUtility.java:219)
    [echo] Caused by: oracle.iam.platform.pluginframework.PluginStoreException: An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at oracle.iam.platform.pluginframework.DBStore.storePlugins(DBStore.java:222)
    [echo] at oracle.iam.platform.pluginframework.PluginManagerImpl.registerPluginAndReturnStatus(PluginManagerImpl.java:90)
    [echo] at oracle.iam.platformservice.impl.PlatformServiceImpl.registerPluginAndReturnStatus(PlatformServiceImpl.java:106)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy735.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceEJB.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    [echo] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [echo] at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy734.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.__WL_invoke(Unknown Source)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [echo] at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    [echo] at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    [echo] at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [echo] Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    [echo] at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    [echo] at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    [echo] at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    [echo] at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    [echo] at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)
    [echo] at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)
    [echo] at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)
    [echo] at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3904)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.executeInsertRow(UpdatableResultSet.java:8630)
    [echo] at oracle.jdbc.driver.UpdatableResultSet.insertRow(UpdatableResultSet.java:6428)
    [echo] at weblogic.jdbc.wrapper.ResultSet_oracle_jdbc_driver_UpdatableResultSet.insertRow(Unknown Source)
    [echo] at oracle.iam.platform.pluginframework.DBStore.updatePluginTable(DBStore.java:395)
    [echo] at oracle.iam.platform.pluginframework.DBStore.storePlugins(DBStore.java:193)
    [echo] at oracle.iam.platform.pluginframework.PluginManagerImpl.registerPluginAndReturnStatus(PluginManagerImpl.java:90)
    [echo] at oracle.iam.platformservice.impl.PlatformServiceImpl.registerPluginAndReturnStatus(PlatformServiceImpl.java:106)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at oracle.iam.platform.utils.DMSMethodInterceptor.invoke(DMSMethodInterceptor.java:25)
    [echo] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy735.registerPluginAndReturnStatus(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformServiceEJB.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [echo] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [echo] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [echo] at java.lang.reflect.Method.invoke(Method.java:597)
    [echo] at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.oracle.pitchfork.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:34)
    [echo] at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
    [echo] at com.oracle.pitchfork.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:42)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    [echo] at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    [echo] at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    [echo] at $Proxy734.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.__WL_invoke(Unknown Source)
    [echo] at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl.registerPluginAndReturnStatusx(Unknown Source)
    [echo] at oracle.iam.platformservice.api.PlatformService_ott20t_PlatformServiceRemoteImpl_WLSkel.invoke(Unknown Source)
    [echo] at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    [echo] at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    [echo] at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
    [echo] at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    [echo] at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    [echo] at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    [echo] ... 3 more
    [echo] classpath=/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/spring.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/jakarta-commons/commons-logging.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-context.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-utils.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-auth-client.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-pluginframework.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/client/oimclient.jar:/users/oim/Oracle/Middleware/wlserver_10.3/server/lib/wlfullclient.jar:/users/oim/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar
    [echo]
    [echo]
    [echo] was_home=null
    [echo]
    [echo]
    [echo] client_home=null
    [echo]
    [echo]
    [echo] xl_home=null
    [echo]
    [echo]
    [echo] mw_home=null
    [echo]
    [echo]
    [echo] newClasspath=/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/spring.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/ext/jakarta-commons/commons-logging.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-context.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-utils.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-auth-client.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/platform/iam-platform-pluginframework.jar:/users/oim/Oracle/Middleware/Oracle_IDM1/server/client/oimclient.jar:/users/oim/Oracle/Middleware/wlserver_10.3/server/lib/wlfullclient.jar:/users/oim/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar.:/sample:null/ext/ojdbc14.jar:null/ext/ucp.jar:null/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:null/lib/oimclient.jar:null/server/lib/wlfullclient.jar:null/ext/jakarta-commons/commons-logging.jar:null/ext/commons-logging.jar:null/ext/spring.jar:null/ext/spring.jar:null/server/lib/webserviceclient+ssl.jar:null/platform/iam-platform-utils.jar:null/server/lib/wlclient.jar:null/server/lib/weblogic.jar:null/platform/iam-platform-auth-client.jar:null/features/iam-features-system-configuration.zip:null/features/iam-features-identity.zip:null/features/iam-features-platformservice.zip:null/ext/log4j-1.2.8.jar:null/lib/XellerateClient.jar:null/lib/xlAPI.jar:null/lib/xlLogger.jar:null/lib/xlVO.jar:null/lib/xlUtils.jar:null/lib/xlCrypto.jar:null/lib/xlAuthentication.jar:null/lib/xlDataObjectBeans.jar:null/ext/oscache.jar:null/ext/javagroups-all.jar:null/lib/xlFvcUtil.jar:../../../iam/iam-lib/internal/jrf-api.jar:null/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar:null/ext/jrf-api.jar:null/oracle_common/webservices/wsclient_extended.jar:null/oracle_common/modules/oracle.xdk_11.1.0/xmlparserv2.jar:null/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:null/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar
    [echo] Error in registering the plugin. An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    [echo]
    [echo] Error occured during the use of plugin registering utility. An error occurred while storing the plugin in store ORA-00001: unique constraint (DEV1_OIM.PLUGINS_UNIQUE_NAME) violated
    BUILD SUCCESSFUL
    Edited by: sjit on Nov 23, 2012 5:20 AM

  • Identity Plugin for ORACLE UCM is not getting activated

    Hi Team,
    I am trying to activate Identity Plugin for UCM with Native user (Oracle UCM user).I am using UCM identity plugin.
    While creation of UCM source i have filled information for authorization and thats is given below
    HTTP endpoint for authorization http://hddlntdsz11074.HCLT.CORP.HCL.IN:16200/cs/idcplg
    Display URL prefix http://hddlntdsz11074.HCLT.CORP.HCL.IN:16200/cs
    Administrator user weblogic
    Administrator password *****
    Display crawled version false
    Authorization user ID format username
    And security Attributes are
    ACCOUNT Grant
    DOCSECURITYGROUP Grant
    COLLAB Grant
    When i am trying to active NATIVE identity Plugin for UCM i have filled below infomartion
    http://hddlntdsz11074.HCLT.CORP.HCL.IN:16200/cs/idcplg
    Admin User weblogic
    Password *****
    Error that i m getting in SERVER log is
    Loading class...
    classname = oracle.search.plugin.security.auth.stellent.StellentAuthManager
    classpath = file:///D:\oracle\product\10.1.8\ses1\search\lib\plugins\oracleapplications/StellentCrawler.jar
    12/02/24 17:06:57 Loading class...
    classname = oracle.search.plugin.security.auth.stellent.StellentAuthManager
    classpath = file:///D:\oracle\product\10.1.8\ses1\search\lib\plugins\oracleapplications/StellentCrawler.jar
    12/02/24 17:06:57 INFO     HTTPThreadGroup-21               getQueryFilterPlugin:username=tempxxx
    12/02/24 17:06:57 INFO     FlexSecThread-1               StellentQueryFilter.getSecurityValues: secAttributeName=ACCOUNT
    12/02/24 17:07:07 WARN     HTTPThreadGroup-21               A security filter authorization timeout for dsid = 22 occurred after 10000 milliseconds. Start time: 17:06:57 263ms End time: 17:07:07 237ms
    12/02/24 17:07:09 INFO     FlexSecThread-1               Request to http://10.97.192.103:16200/cs/idcplg Succeded with status 200
    12/02/24 17:07:09 INFO     FlexSecThread-1               *** Stellent Message ***
    12/02/24 17:07:09 INFO     FlexSecThread-1               ServiceName = SES_GET_USER_ATTRIBUTES
    12/02/24 17:07:09 INFO     FlexSecThread-1               statusCode = 0
    12/02/24 17:07:09 INFO     FlexSecThread-1               ResultName = attributeValue
    12/02/24 17:07:09 INFO     FlexSecThread-1               ResultValue = #none
    12/02/24 17:07:09 INFO     FlexSecThread-1               statusMessage = null
    12/02/24 17:07:09 INFO     FlexSecThread-1               StellentQueryFilter.getSecurityValues: secAttributeName=DOCSECURITYGROUP
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               ENTERING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/24 18:29:43 INFO     HTTPThreadGroup-26               EXITING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/24 18:30:07 INFO     HTTPThreadGroup-27               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/24 18:34:21 INFO     HTTPThreadGroup-26               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/24 18:39:28 INFO     HTTPThreadGroup-28               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/25 16:15:08 INFO     HTTPThreadGroup-36               getQueryFilterPlugin:username=tempxxx
    12/02/25 16:15:08 INFO     HTTPThreadGroup-35               getQueryFilterPlugin:username=tempxxx
    12/02/25 16:15:08 INFO     FlexSecThread-4               StellentQueryFilter.getSecurityValues: secAttributeName=ACCOUNT
    12/02/25 16:15:08 INFO     FlexSecThread-2               StellentQueryFilter.getSecurityValues: secAttributeName=ACCOUNT
    12/02/25 16:15:19 WARN     HTTPThreadGroup-36               A security filter authorization timeout for dsid = 22 occurred after 10000 milliseconds. Start time: 16:15:08 743ms End time: 16:15:18 677ms
    12/02/25 16:15:19 WARN     HTTPThreadGroup-35               A security filter authorization timeout for dsid = 22 occurred after 10000 milliseconds. Start time: 16:15:08 758ms End time: 16:15:18 677ms
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               ENTERING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 16:15:37 INFO     HTTPThreadGroup-37               EXITING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 16:16:36 INFO     HTTPThreadGroup-37               StellentIdentityPlugin.autheticate: username=weblogic
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager setLocale()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager getPluginDescription()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               ENTERING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 17:18:56 INFO     HTTPThreadGroup-47               EXITING_METHOD : LNIdentityPluginManager getPluginVersion()
    12/02/25 17:19:34 INFO     HTTPThreadGroup-46               StellentIdentityPlugin.autheticate: username=weblogic
    ORACLE SES Version :10.1.8.2 windows
    UCM 11gR1-11.1.14.0
    Both server are running same machine .without identiy pluging i m able to crawl the source with option"ACLs Controlled by the Source".but for "No Access Control List" i am facing error
    EQG-31202: Security attribute not allowed in identity-based access control crawl
    12:59:31:730 ERROR     crawler_2          EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQG-31202: Security attribute not allowed in identity-based access control crawl. Verify that the details of the item such as URL, ACL, etc. are correct.
    12:59:31:730 ERROR     crawler_2     EQG-31202: Security attribute not allowed in identity-based access control crawl oracle.search.sdk.crawler.ProcessingException     oracle.search.crawler.AclHelper:addSecurityAttribute:454     oracle.search.plugin.rss.ItemUtil:convertItem:129     oracle.search.plugin.rss.RSSCrawler:crawl:200     oracle.search.crawler.CrawlingThread:run:1490
    12:59:31:730 INFO     crawler_2          Releasing lock on idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased
    12:59:31:730 ERROR     crawler_2          EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQG-31202: Security attribute not allowed in identity-based access control crawl. Verify that the details of the item such as URL, ACL, etc. are correct.
    Error Stack:
    java.lang.Exception: EQP-60307: Error when processing item idcplg?IdcService=GET_FILE&dDocName=UTILITYFOLIO1&allowInterrupt=1&Rendition=web&RevisionSelectionMethod=latestReleased: EQG-31202: Security attribute not allowed in identity-based access control crawl. Verify that the details of the item such as URL, ACL, etc. are correct.
         at oracle.search.plugin.rss.RSSCrawler.crawl(RSSCrawler.java:253)
         at oracle.search.crawler.CrawlingThread.run(CrawlingThread.java:1490)
    Caused by: oracle.search.sdk.crawler.ProcessingException: EQG-31202: Security attribute not allowed in identity-based access control crawl
         at oracle.search.crawler.AclHelper.addSecurityAttribute(AclHelper.java:454)
         at oracle.search.plugin.rss.ItemUtil.convertItem(ItemUtil.java:129)
         at oracle.search.plugin.rss.RSSCrawler.crawl(RSSCrawler.java:200)
         ... 1 more
    . Verify that the details of the item such as URL, ACL, etc. are correct.
    Please give me your inputs to resolve this issue.
    Thanks
    Ajay

    Hi ,
    Its a bit urgent can someone give inputs on this.
    Thanks
    -Ajay

  • Why did FP14.0.0.179, Active X, install for IE11, but not the FP plugin for "all other browsers"?

    When I discovered that I had Flash Player version 14.0.0.145, both as a plugin for "all other browsers", i. e., Mozilla Firefox, and the "Active X" files for Internet Explorer 11, I decided to do a "clean install". I went about the procedure, using the Adobe website instructions. I uninstalled the program, and checked my Windows Explorer, as per Adobe, to make sure all of the correct files had been deleted. The files were gone, and so I proceeded with the install, from the 3-step,"install now" Adobe page, (after closing IE), then checked to be certain ALL of the right files installed. They were all in my SysWow64 / Macromed / Flash folder, but only the Active X files necessary for FP to run in IE, but no "plugin" files at all were there for "all other browsers", and I also use Firefox, version 30, every now and then.
    SORRY, I have an Acer laptop, with a single core, ( I suppose you call it that, cuz it's not a dual core ) Intel Celeron CPU, Windows 7 Home Premium, SP1. As you already know, I have both IE11, and Firefox 30.
    Before the update, I had, in my Flash folder, both the "Active X", AND the "plugin" files, but now have only the Active X. From the "problems with installation" Adobe page, I clicked on the install for all other browsers link, next to the bottom of the page. The dialog box then appeared, asking if I wanted to go ahead with the "plugin" download...that files of this type could harm my computer. I had already seen, in the EXAMPLE, that the same dialog would pop up, and to go ahead and click on "run". I did that, and nothing happened. Nothing at all. I attempted the same steps three times, and got the same result. So, now, I have the latest version of FP for Internet Explorer, but no Flash at all for Firefox.
    What to do?     

    =O====== M/11.2.202.235 2013-03-20+13-31-27.659 ========
    0000 [W] 00001113 C:\Windows\SysWOW64\Macromed\Flash\\* 3
    0001 [I] 00000010 "C:\Users\ADMINI~1\AppData\Local\Temp\{F814ED46-365D-45C2-AC95-9AFAF94095BA}\InstallFlash Player.exe" -install -skipARPEntry -iv 1 -au 4294967295
    0002 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/11.0 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_2_202_235.ocx
    0007 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.exe
    0008 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_2_202_235_ActiveX.dll
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/11.2.202.235 2013-03-20+13-31-28.876 ========
    =O====== M/11.9.900.117 2013-10-20+21-41-14.271 ========
    0000 [I] 00000010 "C:\Users\justin\AppData\Local\Adobe\AIH.5c09b0e9e91d973d320d5e2d3d743412d4266a2e\install _flash_player.exe" -install -iv 8 -au 0
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [I] 00000011 1
    0004 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0005 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0006 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0007 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0009 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001036 Software\Opera Software/Plugin Path 2
    0014 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0015 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0016 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0017 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0018 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_117.exe
    0019 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0020 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0021 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0022 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0023 [W] 00001106
    0024 [W] 00001106
    0025 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0026 [I] 00000012
    =X====== M/11.9.900.117 2013-10-20+21-41-24.853 ========
    2013-10-21+2-42-5.845 [error] 1226 1062
    =O====== M/11.9.900.117 2013-10-21+02-41-53.877 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 [W] 00001037 SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\\FlashUtil32_11_2_202_235_ActiveX.exe/ 2
    0005 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_9_900_117.ocx
    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_ActiveX.exe
    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_ActiveX.dll
    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001106
    0014 [W] 00001106
    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0016 [I] 00000012
    =X====== M/11.9.900.117 2013-10-21+02-42-07.546 ========
    =O====== M/11.9.900.117 2013-11-03+09-47-21.433 ========
    0000 [I] 00000010 "C:\ProgramData\Adobe\AIH.1dba56d17d2a0523c381f0d39b1181659dc06df9\install_flash_player.e xe" -install -iv 8
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll
    0012 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe
    0013 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0014 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0015 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_117.exe
    0016 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0017 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0018 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0019 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0020 [W] 00001106
    0021 [W] 00001106
    0022 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0023 [I] 00000012
    =X====== M/11.9.900.117 2013-11-03+09-47-43.868 ========
    =O====== M/11.9.900.117 2013-11-15+17-17-54.732 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe" -update plugin
    =X====== M/11.9.900.117 2013-11-15+17-18-32.184 ========
    =O====== M/11.9.900.117 2013-11-21+16-01-39.034 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_117_Plugin.exe" -update plugin
    =X====== M/11.9.900.117 2013-11-21+16-01-59.220 ========
    =O====== M/11.9.900.152 2013-11-21+16-04-32.047 ========
    0000 [I] 00000010 "C:\Users\justin\AppData\Local\Adobe\AIH.56cefe21463c39c77d9c21070fa1a1e1b276c8e8\install _flash_player.exe" -install -iv 10
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 25.0.1\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll 5
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_117.dll 5
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_117.exe 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_117.exe 5
    0016 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_152.dll
    0017 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_152_Plugin.exe
    0018 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0019 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0020 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_152.exe
    0021 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0022 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0023 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0024 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0025 [W] 00001106
    0026 [W] 00001106
    0027 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0028 [I] 00000012
    =X====== M/11.9.900.152 2013-11-21+16-04-41.534 ========
    2013-12-11+19-58-4.20 [error] 1226 1062
    =O====== M/11.9.900.170 2013-12-11+19-57-47.263 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013 C:\Windows\TEMP\{6B68004C-2A12-41F7-B983-3340BB81CFC1}\Flash32_11_9_900_170.ocx
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/11.9.900.170 2013-12-11+19-58-07.748 ========
    2013-12-11+20-41-48.988 [error] 1226 1062
    =O====== M/11.9.900.170 2013-12-11+20-41-38.049 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 25.0.1\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_152.dll 5
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_11_9_900_152.dll 5
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_152.exe 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_152.exe 5
    0016 [I] 00000014 C:\Windows\TEMP\{F2E5B4B6-96C1-497B-A521-FE17CFCD1080}\NPSWF32_11_9_900_170.dll
    0017 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_Plugin.exe
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_11_9_900_170_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0021 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_11_9_900_170.exe
    0022 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0023 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0024 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0025 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0026 [W] 00001106
    0027 [W] 00001106
    0028 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0029 [I] 00000012
    =X====== M/11.9.900.170 2013-12-11+20-41-51.521 ========
    2014-1-22+0-41-11.214 [error] 1221 1115
    2014-2-5+13-59-43.649 [error] 1226 1062
    =O====== M/12.0.0.44 2014-02-05+13-59-30.747 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_9_900_170.ocx 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\Flash32_11_9_900_170.ocx 5
    0007 [I] 00000013 C:\Windows\TEMP\{31D6582F-73B9-4C31-87B3-6F26465EE0ED}\Flash32_12_0_0_44.ocx
    0008 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_ActiveX.exe
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_ActiveX.dll
    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0016 [W] 00001106
    0017 [W] 00001106
    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0019 [I] 00000012
    =X====== M/12.0.0.44 2014-02-05+13-59-46.536 ========
    2014-2-5+14-41-38.790 [error] 1226 1062
    =O====== M/12.0.0.44 2014-02-05+14-41-35.467 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0002 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0003 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox 26.0\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.2.0\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [I] 00000014 C:\Windows\TEMP\{AC9F4D8A-F8EA-4AE4-B745-498164B66E67}\NPSWF32_12_0_0_44.dll
    0013 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe
    0014 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe
    0015 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0016 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0017 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_44.exe
    0018 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0019 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0020 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0021 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0022 [W] 00001106
    0023 [W] 00001106
    0024 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0025 [I] 00000012
    =X====== M/12.0.0.44 2014-02-05+14-41-40.365 ========
    =O====== M/12.0.0.44 2014-02-08+19-45-24.340 ========
    0000 [I] 00000010 "C:\Users\Tom\AppData\Local\Adobe\AIH.2a77cd9fa5bc686aa75244c04985a9e93d07996c\install_fl ash_player.exe" -install -iv 10
    0001 [F] 00001041
    =X====== M/12.0.0.44 2014-02-08+19-45-25.640 ========
    =O====== M/12.0.0.44 2014-02-08+19-46-30.340 ========
    0000 [I] 00000010 "C:\Users\Tom\AppData\Local\Adobe\AIH.2a77cd9fa5bc686aa75244c04985a9e93d07996c\install_fl ash_player.exe" -install -iv 10
    0001 [F] 00001041
    =X====== M/12.0.0.44 2014-02-08+19-46-30.719 ========
    =O====== M/12.0.0.44 2014-02-08+19-46-56.612 ========
    0000 [I] 00000010 "C:\Users\Tom\AppData\Local\Adobe\AIH.2a77cd9fa5bc686aa75244c04985a9e93d07996c\install_fl ash_player.exe" -install -iv 10
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 27.0\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.3.0\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_44.dll
    0014 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe
    0015 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0016 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0017 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_44.exe
    0018 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0019 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0020 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0021 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0022 [W] 00001106
    0023 [W] 00001106
    0024 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0025 [I] 00000012
    =X====== M/12.0.0.44 2014-02-08+19-47-06.774 ========
    2014-2-21+16-17-11.703 [error] 1226 1062
    =O====== M/12.0.0.70 2014-02-21+16-16-51.140 ========
    0000 [I] 00000010 "C:\Users\Tom\AppData\Local\Temp\{7993A6F4-5DBE-4034-85CC-E59112033743}\InstallFlashPlaye r.exe" -iv 4
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 27.0.1\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.3.0\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe 5
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_44_Plugin.exe 5
    0015 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_70.dll
    0016 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_Plugin.exe
    0017 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0018 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0019 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_70.exe
    0020 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0021 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0022 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0023 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0024 [W] 00001106
    0025 [W] 00001106
    0026 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0027 [I] 00000012
    =X====== M/12.0.0.70 2014-02-21+16-17-18.567 ========
    2014-2-21+16-42-16.825 [error] 1226 1062
    =O====== M/12.0.0.70 2014-02-21+16-42-03.223 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/12.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\TEMP\{B128A8A3-31DE-470D-9AEC-931FF053D924}\Flash32_12_0_0_70.ocx
    0005 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_ActiveX.exe
    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_ActiveX.exe
    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_70_ActiveX.dll
    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001106
    0014 [W] 00001106
    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0016 [I] 00000012
    =X====== M/12.0.0.70 2014-02-21+16-42-18.687 ========
    2014-2-21+17-41-5.200 [error] 1221 1115
    2014-3-11+18-57-59.89 [error] 1226 1062
    =O====== M/12.0.0.77 2014-03-11+18-57-43.473 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013 C:\Windows\TEMP\{B68E51FE-629C-42DE-9766-AB731C575C2A}\Flash32_12_0_0_77.ocx
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/12.0.0.77 2014-03-11+18-58-02.584 ========
    2014-3-11+19-41-32.944 [error] 1226 1062
    =O====== M/12.0.0.77 2014-03-11+19-41-24.842 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 27.0.1\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.3.0\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_70.dll 5
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_70.dll 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_70.exe 5
    0016 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_70.exe 5
    0017 [I] 00000014 C:\Windows\TEMP\{57ECB675-63A2-40CC-B386-C1292A7261DB}\NPSWF32_12_0_0_77.dll
    0018 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe
    0019 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_12_0_0_77_Plugin.exe
    0020 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0021 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0022 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_77.exe
    0023 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0024 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0025 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0026 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0027 [W] 00001106
    0028 [W] 00001106
    0029 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0030 [I] 00000012
    =X====== M/12.0.0.77 2014-03-11+19-41-34.536 ========
    =O====== M/13.0.0.182 2014-04-21+18-45-37.077 ========
    0000 [I] 00000010 "C:\Users\Tom\AppData\Local\Adobe\AIH.84acd1325e70176f661641a370e54fb66c513944\install_fl ash_player.exe" -install -iv 8
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 28.0\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.4.0\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_77.dll 5
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_12_0_0_77.dll 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_77.exe 5
    0016 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_12_0_0_77.exe 5
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_182.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_182_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0021 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_182.exe
    0022 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0023 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0024 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0025 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0026 [W] 00001106
    0027 [W] 00001106
    0028 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0029 [I] 00000012
    =X====== M/13.0.0.182 2014-04-21+18-45-49.316 ========
    2014-4-29+16-44-32.606 [error] 1226 1062
    =O====== M/13.0.0.206 2014-04-29+16-43-45.740 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_206.ocx
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_206_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_206_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/13.0.0.206 2014-04-29+16-44-35.587 ========
    2014-4-29+17-42-10.792 [error] 1226 1062
    =O====== M/13.0.0.206 2014-04-29+17-42-00.857 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 28.0\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.4.0\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_182.dll 5
    0014 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_182.dll 5
    0015 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_182.exe 5
    0016 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_182.exe 5
    0017 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_206.dll
    0018 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_206_Plugin.exe
    0019 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0020 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0021 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_206.exe
    0022 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0023 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0024 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0025 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0026 [W] 00001106
    0027 [W] 00001106
    0028 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0029 [I] 00000012
    =X====== M/13.0.0.206 2014-04-29+17-42-12.382 ========
    2014-5-12+18-5-50.969 [error] 1223 1056
    2014-5-13+18-42-25.196 [error] 1226 1062
    =O====== M/13.0.0.214 2014-05-13+18-41-53.588 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx
    0004 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.exe
    0005 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.dll
    0006 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0007 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0008 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0010 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0011 [W] 00001106
    0012 [W] 00001106
    0013 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0014 [I] 00000012
    =X====== M/13.0.0.214 2014-05-13+18-42-27.675 ========
    2014-5-13+19-42-9.823 [error] 1226 1062
    =O====== M/13.0.0.214 2014-05-13+19-41-59.891 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 9
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0008 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0009 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0010 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0011 [W] 00001036 Software\Opera Software/Plugin Path 2
    0012 [W] 00001036 Software\Opera Software/Plugin Path 2
    0013 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll
    0014 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe
    0015 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0016 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0017 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_214.exe
    0018 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0019 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0020 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0021 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0022 [W] 00001106
    0023 [W] 00001106
    0024 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0025 [I] 00000012
    =X====== M/13.0.0.214 2014-05-13+19-42-10.993 ========
    2014-5-27+1-59-7.535 [error] 1226 1062
    =O====== M/13.0.0.214 2014-05-29+15-43-53.282 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    =X====== M/13.0.0.214 2014-05-29+15-44-43.096 ========
    =O====== M/13.0.0.214 2014-05-29+15-44-51.162 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    0001 [E] 00001039
    =X====== M/13.0.0.214 2014-05-29+15-45-08.509 ========
    =O====== M/13.0.0.214 2014-05-29+15-46-06.002 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0023 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0024 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0025 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0026 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0027 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0028 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0029 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0030 [W] 00001036 Software\Opera Software/Plugin Path 2
    0031 [W] 00001036 Software\Opera Software/Plugin Path 2
    0032 [I] 00000011 1
    =X====== M/13.0.0.214 2014-05-29+15-46-19.745 ========
    =O====== M/13.0.0.214 2014-05-29+15-51-08.129 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player.exe FF.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0013 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0014 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0015 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Plugin Path 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    0019 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll
    0020 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe
    0021 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0022 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0023 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_214.exe
    0024 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0025 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/13.0.0.214 2014-05-29+15-54-25.647 ========
    =O====== M/13.0.0.214 2014-05-29+15-56-38.529 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player_ax.exe IE.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.dll
    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0016 [W] 00001106
    0017 [W] 00001106
    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/13.0.0.214 2014-05-29+15-57-00.728 ========
    =O====== M/13.0.0.214 2014-05-31+21-42-41.454 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0023 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0024 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0025 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0026 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0027 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0028 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0029 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0030 [W] 00001036 Software\Opera Software/Plugin Path 2
    0031 [W] 00001036 Software\Opera Software/Plugin Path 2
    0032 [I] 00000011 1
    =X====== M/13.0.0.214 2014-05-31+21-43-05.493 ========
    =O====== M/13.0.0.214 2014-05-31+21-43-27.599 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player_ax.exe IE.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.dll
    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/13.0.0.214 2014-05-31+21-43-50.142 ========
    =O====== M/13.0.0.214 2014-05-31+21-45-19.553 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player.exe FF.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0006 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0007 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0010 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0011 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0012 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0023 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0028 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0029 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0030 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0031 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0032 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0033 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0034 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0035 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0036 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0037 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0038 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0039 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0040 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0041 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0042 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0043 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0044 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0045 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0046 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0047 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0048 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0049 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0050 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0051 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0052 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0053 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0054 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0055 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0056 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0057 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0058 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0059 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0060 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0061 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0062 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0063 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0064 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0065 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0066 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0067 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0068 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0069 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0070 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0071 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0072 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0073 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0074 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0075 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0076 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0077 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0078 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0079 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0080 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0081 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0082 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0083 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0084 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0085 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0086 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0087 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0088 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0089 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0090 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0091 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    =X====== M/13.0.0.214 2014-05-31+21-46-43.694 ========
    =O====== M/13.0.0.214 2014-05-31+21-50-57.836 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player.exe FF.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0013 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0014 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0015 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Plugin Path 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    0019 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll
    0020 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe
    0021 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0022 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0023 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_214.exe
    0024 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0025 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0026 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0027 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0028 [W] 00001106
    0029 [W] 00001106
    0030 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/13.0.0.214 2014-05-31+21-54-37.049 ========
    =O====== M/13.0.0.214 2014-06-01+22-52-23.324 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe" 
    =X====== M/13.0.0.214 2014-06-01+22-52-30.328 ========
    =O====== M/13.0.0.214 2014-06-01+23-21-29.956 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    =X====== M/13.0.0.214 2014-06-01+23-21-36.539 ========
    =O====== M/13.0.0.214 2014-06-01+23-22-01.780 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0002 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0003 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0004 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0005 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0006 [W] 00001021
    0007 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0008 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0009 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0010 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0013 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0019 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0022 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0023 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0024 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0025 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0026 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0027 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0028 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0029 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0030 [W] 00001036 Software\Opera Software/Plugin Path 2
    0031 [W] 00001036 Software\Opera Software/Plugin Path 2
    0032 [I] 00000011 1
    =X====== M/13.0.0.214 2014-06-01+23-22-16.007 ========
    =O====== M/13.0.0.214 2014-06-01+23-47-53.357 ========
    0000 [I] 00000010 "C:\Users\Tom\Downloads\install_flash_player.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0013 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0014 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0015 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Plugin Path 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    0019 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll
    0020 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe
    0021 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0022 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0023 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_214.exe
    0024 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0025 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/13.0.0.214 2014-06-01+23-48-37.451 ========
    =O====== M/13.0.0.214 2014-06-02+03-58-20.441 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\uninstall_flash_player.exe" -force 
    0001 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001018
    0004 [W] 00001037 Software\Macromedia\FlashPlayer\SafeVersions/ 2
    0005 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 [W] 00001019
    0007 [W] 00001020
    0008 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0010 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0011 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0012 [W] 00001037 Software\Macromedia\FlashPlayerActiveXReleaseType/ 2
    0013 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0014 [W] 00001021
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0018 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0019 [W] 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0020 [W] 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0021 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0022 [W] 00001021
    0023 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0024 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0025 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0026 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0027 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0028 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0029 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0030 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0031 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0032 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0033 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0034 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0035 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0036 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0037 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0038 [W] 00001036 Software\Opera Software/Plugin Path 2
    0039 [W] 00001036 Software\Opera Software/Plugin Path 2
    0040 [I] 00000011 1
    =X====== M/13.0.0.214 2014-06-02+04-00-07.599 ========
    =O====== M/13.0.0.214 2014-06-02+04-15-24.141 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player.exe FF.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0008 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0009 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0010 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0011 [W] 00001036 Software\Mozilla\Mozilla Firefox 29.0.1\extensions/Plugins 2
    0012 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0013 [W] 00001036 Software\Mozilla\Mozilla Thunderbird 24.5.0\extensions/Plugins 2
    0014 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0015 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0016 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0017 [W] 00001036 Software\Opera Software/Plugin Path 2
    0018 [W] 00001036 Software\Opera Software/Plugin Path 2
    0019 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll
    0020 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe
    0021 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0022 [I] 00000017 C:\Windows\SysWOW64\Macromed\Flash
    0023 [I] 00000022 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerPlugin_13_0_0_214.exe
    0024 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0025 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    =X====== M/13.0.0.214 2014-06-02+04-15-49.085 ========
    =O====== M/13.0.0.214 2014-06-02+04-16-06.310 ========
    0000 [I] 00000010 "C:\Users\Tom\Desktop\install_flash_player_ax.exe IE.exe"
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0002 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/13.0 2
    0004 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 [I] 00000011 1
    0006 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0007 [W] 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0008 [I] 00000013 C:\Windows\SysWOW64\Macromed\Flash\Flash32_13_0_0_214.ocx
    0009 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.exe
    0010 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_ActiveX.dll
    0011 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0012 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0013 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0014 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0015 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0016 [W] 00001106
    0017 [W] 00001106
    0018 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    =X====== M/13.0.0.214 2014-06-02+04-16-27.588 ========
    =O====== M/14.0.0.125 2014-06-17+15-18-49.267 ========
    0000 [I] 00000010 "C:\Users\Tom\AppData\Local\Adobe\install_flash_player_ax.exe" -install -iv 10
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/14.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_125_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_14_0_0_125_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/14.0.0.125 2014-06-17+15-19-03.713 ========
    =O====== M/13.0.0.214 2014-06-24+20-35-29.626 ========
    0000 [I] 00000010 "C:\Users\Tom\Downloads\install_flash_player.exe"
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [W] 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0004 [W] 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0005 [W] 00001036 Software\Mozilla\Mozilla Thunderbird\extensions/Plugins 2
    0006 [W] 00001036 Software\Mozilla\Thunderbird\extensions/Plugins 2
    0007 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0008 [W] 00001036 Software\Opera Software/Last CommandLine 2
    0009 [W] 00001036 Software\Opera Software/Plugin Path 2
    0010 [W] 00001036 Software\Opera Software/Plugin Path 2
    0011 [I] 00000014 C:\Windows\SysWOW64\Macromed\Flash\NPSWF32_13_0_0_214.dll
    0012 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_13_0_0_214_Plugin.exe
    0013 [I] 00000024 C:\Windows\SysWOW64\Macromed\Flash\plugin.vch
    0014 [I] 00000017

  • Error "a plugin is needed to display this content" for embedded Google map, but no plugin identified.

    When I try to view a page that has a Google map embedded on the page, I get the error message "a plugin is needed to display this content". However, I don't know what plugin, where to get it, etc. I've tried searching for this issue but haven't been able to come up with anyone else experiencing a similar issue, nor does there seem to be a plugin for Google Maps that I can find.
    The page is here:
    http://osiama.org/lodges#
    The map displays when one of the links is clicked in the table.

    I'm not sure why, but the site uses &lt;embed> for the map instead of &lt;iframe>.
    When Firefox wants to render an &lt;embed>, it needs to know what type of object is being embedded, and the site doesn't supply that information, so you see a generic "I don't know how to handle this" error.
    Unfortunately, I don't think there is a quick workaround for you as the end user. If you are the type to tinker, you can manually edit the code of the page in the web console as follows:
    * right-click the plugin message and choose Inspect Element (Q) - the web console will open to the Inspector, with the &lt;embed> element selected (screen shot #1)
    * double-click embed and edit it to iframe, then press Enter to finish the edit
    * Firefox will now load the map (screen shot #2)
    This isn't a general fix-all for plugin errors, and ultimately the site will need to change this.

  • Error while initializing activation agent for DBAdapter MasterDetail Demo.

    God day,
    following precisely the steps in Master Detail -Database Adapter sample.
    - configured adapter and deployed project and everything looked fine.
    - when start the Process Manager, always get:
    ( Error while initializing an activation agent for process "DB_MaterDetail"
    PLease ensure that the activation agents are configured correctly in bpel depolyment descripto bpel.xml. oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException.
    Failed to handel dispatch message ... ORABPEL 05002)
    my bpel.xml is:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase>
    <BPELProcess id="DB_MasterDetail" src="DB_MasterDetail.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="DBAdapterInbound">
    <property name="wsdlLocation">DBInbound.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="DBAdapterOutbound">
    <property name="wsdlLocation">DBOutbound.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    <activationAgents>
    <activationAgent className="oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink="DBAdapterInbound">
    <property name="portType">DBInbound_ptt</property>
    </activationAgent>
    </activationAgents>
    </BPELProcess>
    </BPELSuitcase>
    and entry in ...\j2ee\home\application-deployments\default\DbAdapteroc4j-ra.xml (which i never chaanged)= is
    <connector-factory location="eis/DB/BPELSamples" connector-name="Database Adapter">
              <config-property name="driverClassName" value="oracle.lite.poljdbc.POLJDBCDriver"/>
              <config-property name="connectionString" value="jdbc:polite4@localhost:100:orabpel"/>
              <config-property name="userName" value="system"/>
              <config-property name="password" value="any"/>
              <config-property name="minConnections" value="1"/>
              <config-property name="maxConnections" value="5"/>
              <config-property name="minReadConnections" value="1"/>
              <config-property name="maxReadConnections" value="5"/>
              <config-property name="usesExternalConnectionPooling" value="false"/>
              <config-property name="dataSourceName" value=""/>
              <config-property name="usesExternalTransactionController" value="false"/>
              <config-property name="platformClassName" value="oracle.toplink.internal.databaseaccess.OraclePlatform"/>
              <config-property name="usesNativeSequencing" value="true"/>
              <config-property name="sequencePreallocationSize" value="50"/>
              <config-property name="tableQualifier" value=""/>
         </connector-factory>

    i forgot to mention that i defined a
    CLASSPATH=D:\OraBPELPM_1\integration\orabpel\lib\connector15.jar;D:\OraBPELPM_1\integration\orabpel\lib\olite40.jar
    and added the following to Path:
    D:\OraBPELPM_1\integration\orabpel\bin;D:\OraBPELPM_1\jdk\jre\bin\server
    but it did not help.

  • Error installing JavaFX 1.2 Plugin for Eclipse

    Hi
    I'm trying to install the JavaFX Plugin for Eclipse 3.5.1. I followed the instructions on the site, but when eclipse is downloading the needed files(from http://javafx.com/downloads/eclipse-plugin/ ) I get the following error:
    An error occurred while collecting items to be installed
    session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.core,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.editor.lib,1.2.0.200905280115
    No repository found containing: org.eclipse.update.feature,com.sun.javafx.eclipse.feature,1.2.0.200905280115
    No repository found containing: osgi.bundle,com.sun.javafx.eclipse.templates,1.2.0.200905280115
    Any ideea on what's wrong ? Please help.
    Thanks in advance

    Tnx for replies.
    After half a day of research I have come to a (hasty) conclusion that for my type of application JavaFX is NOT READY for adoption.
    I was surprised to find that official Java and JavaFX integration only consists of embedding Swing components in JavaFX. Ill be using multithreading, asynch socket IO, tray icon/menu and a few others things that dont seem easy if at all possible to do in JavaFX. For long periods the application will be running without any visible gui while still doing lots of networking. So obviously Java is going to be controlling the the App and JavaFX will only be in charge of the View. I found some hacks to run JavaFX from Java but I don't want to do hacks and possibly break the license.
    Im a bit confused where Sun is going with JavaFX, they add support for WS and ATOM - does that mean they will eventually copy all features from Java to JavaFX changing it from a domain specific language to general purpose one? If they dont provide an easy way for the app to do the grunt work in java and only use JavaFX for gui then that must be their aim? But how many developers are gonna wait for years untill JavaFX can do everything that Java can do?

  • Error when activating DTP for InfoCube

    Hi
    I encountered an error '**** Error from PSA ****' 'Error when activating Data Transfer Process DTP_436DF8XYKE2Y97CUX9W7FM0JH' while trying to activate the DTP for an infocube.  Does anyone know why this happens and how to fix it ?
    I'm on support pack 9 at this moment.
    Many thanks,
    Anthony

    Hi Gnana
    Thanks for your reply.  Yes, I had already created the transformation for the bespoke cube, checked, saved and activated it without any error.  Next, I created the DTP for this cube.  Checked it and there wasn't any error.  However when I activated it, I received that error message.  I didn't get this error when I activated DTP for DSO and master data infoobject.
    I have deleted and created the DTP like 5-6 times and still faced the same error message.
    Prior to applying support pack 9, I didn't get this error message.  Now that I did and also applied the collective OSS note 978148 (BI in SAP NetWeaver 2004s: OSS notes after SPS9), I received this error message.
    Regards,
    Anthony

  • Firefox crashes with error message: "Plugin Container for Firefox has stopped working"

    When I open Firefox it seems to be working fine for one minute, then everything freezes and I receive the following error message:
    "Plugin Container for Firefox has stopped working
    --> Check online for a solution and close the program
    --> Close the Program"
    Neither option restores Firefox and I'm left with a frozen (white blurry Not Responding) screen. When I click on the X button, then I get the regular "Firefox is not responding" message and the whole program just shuts down.
    Should I disable all plugins and / or this plugin container? How can I do that, if Firefox keeps crashing?
    Basically, how can I fix this? Thanks a lot!

    I found the issue was with the Nik Filters I was using. The filters were messing with Photoshop's initializing. I uninstalled and reinstalled the filters and now Photoshop works like a charm.
    It appears this forum is dead?!
    Thankfully, I was able to troubleshoot on my own and figured out the problem...

  • Hello, I'm having trouble getting to the page where I can put in my activation code for my One to One. I keep getting ID or Password error. Have already reset twice- HELP Plz.

    Hello, I'm having trouble getting to the page where I can put in my activation code for my One to One. I keep getting ID or Password error. Have already reset twice… HELP Plz.

    sashaburg wrote:
    Unfortunately Netgear's support isn't very supportive.
    Without Airport set-up, and without wireless connection, I can't talk between macs either.
    Ok, this is a mac question: With the order changed so that the ethernet comes first, why is it still showing my connection to the neighbor's wireless? Am I reading that wrong? OR am I connected to both at the same time? If so, why would it connect twice to the internet?
    Probably because you neighbor has no security on his network. Does his network show a lock like
    If it does he's got security turned on, if there is no lock showing he hasn't turned it on.

  • When i try to watch any movie or songs on youtube is s show me this error some plugins required by this page have been blocked for your protection

    when i try to watch any movie or songs on youtube is s show me this error
    some plugins required by this page have been blocked for your protection
    and when i check fire fox ads -on it show me shockwave flash 10.3 r183 disable and i m unable to unable it how i can unable it? plz send me suggestion on [email protected] thx
    i need to unable 10.3 r183 plug from ads-on but its disable and no button to unable it

    See also http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html
    You can find the last Firefox 3.6.x release in all languages and for all Operating Systems here:
    *Firefox 3.6: http://www.mozilla.org/en-US/firefox/all-older.html

  • Error message requesting a plugin for IE Tab V2

    I'm running Firefox 5 on a Ubuntu 10.10 Maverick Meerkat OS with the IE Tab V2 extension. Every time I try to open a site in the tab, I get a message saying I have to install a plugin for it to work. I click the "Install Missing Plugins" button then receive another message saying it can't find the plugin. I enjoy using this browser, and so far the IE Tab thing is my only hangup.

    How are you using the IE Tab extension on Linux version of Firefox as this extension is not a IE emulator but uses the actual IE in a tab if you were using Firefox on Windows.
    Are you using IEs4Linux?

  • Error Activity type 502000 not set up for cost center 1000 cc111

    hi all
    While creating a work center (CR01) I need to enter a cost center and activity type for machine hours. However, while entering the activity type the following message appears:
    Message no. CR 061
    You are attempting to assign activity type XXXX to the work center. However, this activity type has not yet been set up in controlling area 1000 for cost center xxxxx.
    while creating the activity type in KL01 i have already given * in cc category so it should go for all cc
    What could cause this problem?
    Thank you in advance,
    Kind regards

    Hi,
    Check whether the activity type is maintained at the correct controlling area via KL03. If not, then create the activity type (KL01) in the corresponding controlling area.
    Regards,
    Darrel

Maybe you are looking for