During BPM Installation on Solaris, encountered the below WLST Error.

root@bpm-uat-dev01 # tail -f AdmCenterConsole.log
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh: uname: not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh/opt/bea11/wlserver_10.3/common/bin/wlst.sh: uname: : not foundgrep:
[<I> 20/01/11 17:28:12] not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh/opt/bea11/wlserver_10.3/common/bin/wlst.sh: : unamegrep: : not found
[<I> 20/01/11 17:28:12] not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh: grep: not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh: uname: not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh: expr: not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh: expr: not found
[<I> 20/01/11 17:28:12] /opt/bea11/wlserver_10.3/common/bin/wlst.sh: test: unknown operator 0
This Error occured during starting WLST process via BPM Admin Console..pls advise..
Edited by: user13396686 on Jan 20, 2011 6:48 PM

refer:- this may helps you
11gr2 Database Software Install Problem

Similar Messages

  • Error during Addon Installation Index was outside the bounds of array

    Hi  wen im trying to install addon on x64 2003 server its throwing me error
    Customer library
    "Error during Addon Installation Index was outside the bounds of array."
    "Error(-2) at EndInstallEx(False) at the end of the addon installation"
    Please provide me a solution for this.
    Thanks
    Rekha

    Hi Rekha,
    You may check this: Add-on Installer Issue
    Is this your add-on or SAP add-on? If it is 3rd party add-on, post it to the other forum
    Thanks,
    Gordon

  • I am getting the below dump error at the time of posting F-02.

    Hi ,
    Can any body help on the below issue .
    I am getting the below dump error at the time of posting F-02.
    Runtime Errors         RAISE_EXCEPTION
    Date and Time          26.08.2009 13:12:09
    Short text
         Exception condition "WRONG_PARAMETERS" raised.
    What happened?
         The current ABAP/4 program encountered an unexpected
         situation.
    Error analysis
         A RAISE statement in the program "SAPLGLT2" raised the exception
         condition "WRONG_PARAMETERS".
         Since the exception was not intercepted by a superior
         program, processing was terminated.
         Short description of exception condition:
         For detailed documentation of the exception condition, use
         Transaction SE37 (Function Library). You can take the called
         function module from the display of active calls.
    Trigger Location of Runtime Error
         Program                                 SAPLGLT2
         Include                                 LGLT2F07
         Row                                     52
         Module type                             (FUNCTION)Line  SourceCde
       22         E_SPLIT+000016(000010) = I_ACCIT-KOSTL .
       23       ENDIF.
       24     ENDIF.
       25     IF NOT i_accit-PRCTR IS INITIAL.
       26       E_SPLIT+000026(000010) = I_ACCIT-PRCTR .
       27     ENDIF.
       28     IF I_BS_FIELDS IS INITIAL.
       29       IF NOT i_accit-PS_PSP_PNR IS INITIAL.
       30         E_SPLIT+000036(000008) = I_ACCIT-PS_PSP_PNR .
       31       ENDIF.
       32     ENDIF.
       33     IF NOT i_accit-SEGMENT IS INITIAL.
       34       E_SPLIT+000044(000010) = I_ACCIT-SEGMENT .
       35     ENDIF.
       36     IF NOT i_accit-PARGB IS INITIAL.
       37       E_PARTNER+000000(000004) = I_ACCIT-PARGB .
       38     ENDIF.
       39     IF NOT i_accit-PPRCTR IS INITIAL.
       40       E_PARTNER+000004(000010) = I_ACCIT-PPRCTR .
       41     ENDIF.
       42     IF NOT i_accit-PSEGMENT IS INITIAL.
       43       E_PARTNER+000014(000010) = I_ACCIT-PSEGMENT .
       44     ENDIF.
       45     E_BALANCE+000000(000004) = I_ACCIT-GSBER .
       46     E_BALANCE+000004(000010) = I_ACCIT-PRCTR .
       47     E_BALANCE+000014(000010) = I_ACCIT-SEGMENT .
       48     E_SPL_PAR+000000(000004) = I_ACCIT-GSBER .
       49     E_SPL_PAR+000004(000010) = I_ACCIT-PRCTR .
       50     E_SPL_PAR+000014(000010) = I_ACCIT-SEGMENT .
       51   ELSE.
    >>>>>     RAISE WRONG_PARAMETERS.
       53   ENDIF.

    Hello,
    I guess, you activated document splitting.
    Please refer OSS note below,
    Note 1295877 - RAISE_EXCEPTION when navigating to Cust. for doc. splitting
    Note 985672 - Subsequently posting FI docs: Runtime error WRONG_PARAMETERS
    Regards,
    Burak

  • I am getting the below mentioned error in the weblogic console.  Jun 26, 2014 12:14:45 PM IST Error javax.enterprise.resource.webcontainer.jsf.application BEA-000000

    Hi,
    After migrating to Spring webflow 2.4.0 , I am getting the below mentioned error in the weblogic console.
    <Jun 26, 2014 12:14:45 PM IST> <Error> <javax.enterprise.resource.webcontainer.jsf.application> <BEA-000000> <Unable to determine expected return type for java.util.List()>.
    It doesn't affect  the application but not able to find the cause for it.
    Regards,
    Sneha

    After many hard working days.i finally found the error cause,i needed to make weblogic datasource also ADF doesnt work on internet explorer browser,it works on safary.hope it helps somebody

  • Giving the below syntax error

    Dear Experts,
    I have used 2 buttons in gui status as display and cjhange.When the user will click display button the screen will dynamically change to non-editable mode.So I have written the following code.
    loop at screen.
        if screen-group1 = 'MOD'.
          if flag = 'X'.
            screen-active = 1.
          else.
            screen-active = 0.
         endif.
         modify screen.
      endloop.
    But it is throwing the below syntax error.
    The type of "SCREEN" must be in the type or types of "SCREEN" compatible SEIN.
    Kindly give some advice.

    Hi,
       you are missing one ENDIF. and also u should the write the coding in BPO.
    loop at screen.
    if screen-group1 = 'MOD'.
    if flag = 'X'.
    screen-active = 1.
    else.
    screen-active = 0.
    endif.
    modify screen.
    endif. ====> here miss the endif.
    endloop.
    Thanks & Regards,
    Vallamuthu.M

  • Encountered the symbol "COLLECT" error message, without a collection?

    Okay, once again I'm confused and lost.
    I'm working on a 'variation' of the Issue Tracker sample application at:
    http://apex.oracle.com/pls/otn/f?p=23133
    Once there, select "Projects", then on the "Projects" page, click the edit button.
    The error appears in the "Add or Edit Project Tasks" region.
    The region source is:
    select
    x.del,
    x.task_name,
    x.status,
    x.dependent_upon,
    x.task_scope,
    x.task_comments,
    x.task_lead,
    x.ck ck
    from (
    select
    apex_item.checkbox(1,task_id) del,
    apex_item.text(2,task_name,30,70) TASK_NAME,
    apex_item.display_and_save(3,ht_tasks_getstatus(task_id)) STATUS,
    apex_item.select_list_from_lov(4,dependent_upon,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON,
    apex_item.textarea(5,task_scope,4,40) TASK_SCOPE,
    apex_item.textarea(6,task_comments,4,40) TASK_COMMENTS,
    apex_item.select_list_from_lov(7,task_lead,'PEOPLE') TASK_LEAD,
    apex_item.hidden(8,project_id)||
    apex_item.hidden(9,wwv_flow_item.md5(task_name,status,dependent_upon,task_scope,task_comments,task_lead)) ck
    from HT_TASKS_VIEW
    where project_id = :P3_PROJECT_ID
    union all
    select
    apex_item.checkbox(1,null) del,
    apex_item.text(2,null,30,70) TASK_NAME,
    apex_item.display_and_save(3,null) STATUS,
    apex_item.select_list_from_lov(4,null,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON,
    apex_item.textarea(5,null,4,40) TASK_SCOPE,
    apex_item.textarea(6,null,4,40) TASK_COMMENTS,
    apex_item.select_list_from_lov(7,null,'PEOPLE') TASK_LEAD,
    apex_item.hidden(8,to_number(:P3_PROJECT_ID))||
    apex_item.hidden(9,null) ck
    from dual) x
    Which appears to be working correctly. When I click the debug link, the following appears:
    0.04: add row query: select x.del, x.task_name, x.status, x.dependent_upon, x.task_scope, x.task_comments, x.task_lead, x.ck ck from ( select apex_item.checkbox(1,task_id) del, apex_item.text(2,task_name,30,70) TASK_NAME, apex_item.display_and_save(3,ht_tasks_getstatus(task_id)) STATUS, apex_item.select_list_from_lov(4,dependent_upon,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON, apex_item.textarea(5,task_scope,4,40) TASK_SCOPE, apex_item.textarea(6,task_comments,4,40) TASK_COMMENTS, apex_item.select_list_from_lov(7,task_lead,'PEOPLE') TASK_LEAD, apex_item.hidden(8,project_id)|| apex_item.hidden(9,wwv_flow_item.md5(task_name,status,dependent_upon,task_scope,task_comments,task_lead)) ck from HT_TASKS_VIEW where project_id = :P3_PROJECT_ID union all select apex_item.checkbox(1,null) del, apex_item.text(2,null,30,70) TASK_NAME, apex_item.display_and_save(3,null) STATUS, apex_item.select_list_from_lov(4,null,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON, apex_item.textarea(5,null,4,40) TASK_SCOPE, apex_item.textarea(6,null,4,40) TASK_COMMENTS, apex_item.select_list_from_lov(7,null,'PEOPLE') TASK_LEAD, apex_item.hidden(8,to_number(:P3_PROJECT_ID))|| apex_item.hidden(9,null) ck from dual) x
    0.04: determine column headings
    0.04: parse query as: ARIA
    0.04: binding: ":P3_PROJECT_ID"="P3_PROJECT_ID" value="1"
    0.04: print column headings
    0.04: rows loop: 15 row(s)
    report error:
    ORA-06550: line 1, column 13:
    PLS-00103: Encountered the symbol "COLLECT" when expecting one of the following:
    := . ( @ % ;
    So, it looks like the error is happening when it starts the loop to grab the rows. I'm not using a collection, so I'm assuming that for the pagination, Apex is using a collection internally, and somehow, somewhere, that's generating the error?
    I've deleted the region and everything associated with it, buttons, processes, etc. and the rebuilt the region without the other 'stuff', but I still get the error. I'm completely lost now, as I really don't what else to try, other than dropping the page an trying to recreate it. But if that doesn't work, any idea what would?
    Also, to log in and see the code, my workspace is wbfergus, and the id and pwd are both htmldb.
    Thanks.
    Bill Ferguson

    Bill - Try apex_item.select_list_from_query when a query (not a named lov) is the source:  apex_item.select_list_from_query(4,dependent_upon,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON,BTW, nothing do do with collections in this case. The parsing hit a 'bulk collect' probably.
    Scott

  • I am trying to update CU3 on SQL Server 2008R2 SP2 on a cluster passive server by rollipatch upgrade i am getting the below said error

    2014-03-08 13:28:51 SQLEngine: : File versions : ['D:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Binn\SQSRVRES.DLL':2009.2009.4266.0], ['C:\Windows\system32\SQSRVRES.DLL':2009.2009.4266.0].
    2014-03-08 13:28:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-03-08 13:28:51 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
    2014-03-08 13:28:51 Slp: Sco: Attempting to get registry value C:\Windows\system32\SQSRVRES.DLL
    2014-03-08 13:28:51 SQLEngine: : Incrementing value for DLL C:\Windows\system32\SQSRVRES.DLL, current value = 6
    2014-03-08 13:28:51 Slp: Sco: Attempting to get registry value C:\Windows\system32\SQSRVRES.DLL
    2014-03-08 13:28:51 Slp: Sco: Attempting to set value C:\Windows\system32\SQSRVRES.DLL
    2014-03-08 13:28:51 Slp: SetValue: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls, Name = C:\Windows\system32\SQSRVRES.DLL
    2014-03-08 13:28:51 SQLEngine: : Leaving ConfigureSQLEngineResourceType
    2014-03-08 13:28:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-03-08 13:28:51 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\Setup
    2014-03-08 13:28:51 Slp: Sco: Attempting to get registry value PatchLevel
    2014-03-08 13:28:51 SQLEngine: --PerfmonRegistration: Checking whether to patch performance counters for service 'MSSQLSERVER'
    2014-03-08 13:28:51 SQLEngine: --PerfmonRegistration: Getting perfmon DLL name from key at 'System\CurrentControlSet\Services\MSSQLSERVER\Performance'
    2014-03-08 13:28:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-03-08 13:28:51 Slp: Sco: Attempting to open registry subkey System\CurrentControlSet\Services\MSSQLSERVER\Performance
    2014-03-08 13:28:51 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
    2014-03-08 13:28:51 Slp: The registry key System\CurrentControlSet\Services\MSSQLSERVER\Performance is missing.
    2014-03-08 13:28:51 Slp: The configuration failure category of current exception is ConfigurationFailure
    2014-03-08 13:28:51 Slp: Configuration action failed for feature SQL_Engine_Core_Inst during timing ConfigRC and scenario ConfigRC.
    2014-03-08 13:28:51 Slp: Microsoft.SqlServer.Configuration.SqlEngine.MissingRegistryKeyException: The registry key System\CurrentControlSet\Services\MSSQLSERVER\Performance is missing.
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.Globals.GetSqlRegistryKeyHKLM(ServiceContainer context, String key, String machineName, Boolean createIfNotFound)
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.PerfmonRegistration.GetDLLNameFromRegistry()
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.PerfmonRegistration.NeedToPatch()
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.PatchPerfmonCounters(EffectiveProperties properties)
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineSetupPrivate.Patch(ConfigActionTiming timing, Dictionary`2 actionData, PublicConfigurationBase spcb)
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
    2014-03-08 13:28:51 Slp:    at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
    2014-03-08 13:28:51 Slp: Exception: Microsoft.SqlServer.Configuration.SqlEngine.MissingRegistryKeyException.
    2014-03-08 13:28:51 Slp: Source: Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.
    2014-03-08 13:28:51 Slp: Message: The registry key System\CurrentControlSet\Services\MSSQLSERVER\Performance is missing..
    2014-03-08 13:28:52 Slp: Watson Bucket 1 
     Original Parameter Values 
    2014-03-08 13:28:52 Slp: Parameter 0 : SQL2008@RTM@KB2754552 
    2014-03-08 13:28:52 Slp: Parameter 1 : Microsoft.SqlServer.Configuration.SqlEngine.Globals.GetSqlRegistryKeyHKLM 
    2014-03-08 13:28:52 Slp: Parameter 2 : Microsoft.SqlServer.Configuration.SqlEngine.Globals.GetSqlRegistryKeyHKLM 
    2014-03-08 13:28:52 Slp: Parameter 3 : Microsoft.SqlServer.Configuration.SqlEngine.MissingRegistryKeyException@1306@30 
    2014-03-08 13:28:52 Slp: Parameter 4 : Microsoft.SqlServer.Configuration.SqlEngine.MissingRegistryKeyException@1306@30 
    2014-03-08 13:28:52 Slp: Parameter 5 : SqlEngineConfigAction_patch_configrc 
    2014-03-08 13:28:52 Slp: Parameter 6 : PATCH@CONFIGRC@SQL_ENGINE_CORE_INST 
    2014-03-08 13:28:52 Slp: 
     Final Parameter Values 
    2014-03-08 13:28:52 Slp: Parameter 0 : SQL2008@RTM@KB2754552 
    2014-03-08 13:28:52 Slp: Parameter 1 : 0x4E0712AD 
    2014-03-08 13:28:52 Slp: Parameter 2 : 0x4E0712AD 
    2014-03-08 13:28:52 Slp: Parameter 3 : 0x2F2F19BE@1306@30 
    2014-03-08 13:28:52 Slp: Parameter 4 : 0x2F2F19BE@1306@30 
    2014-03-08 13:28:52 Slp: Parameter 5 : SqlEngineConfigAction_patch_configrc 
    2014-03-08 13:28:52 Slp: Parameter 6 : 0x94D05575 
    Sangamesh ms

    Hi,
    Backup system\CurrentControlSet\Services\MSSQLSERVER\ first.
    For loading the performance counter, we need a perf-<instancename>sqlctr.ini file, a sqlctr.h file matching the .ini file, and the
    registry key under System\CurrentControlSet\Services\MSSQLSERVER\Performance.
    According the description, I understand that it is missing the correct perf-<instancename>sqlctr.ini and the
    registry in your environment.
    I suggest you manually add the registry key values under the
    System\CurrentControlSet\Services\MSSQLSERVER\Performance with referring the value of registry on other working machine. Also I copy the perf-<instancename>sqlctr.ini file from other working
    machine as they are both SQL Server 2008 R2.  Then, restart the server.
    You can reload the system performance counter by lodctr /R and lodctr /T:MSSQLSERVER to set the SQL Server performance counter service as trusted.
    Lodctr
    http://technet.microsoft.com/en-us/library/hh875560.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Can someone help decipher the below panic error?

    Interval Since Last Panic Report:  5 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    56112AF8-6418-4920-9611-83ECB5E29C19
    Sun Mar 10 09:42:04 2013
    panic(cpu 0 caller 0x2a8ac2): Kernel trap at 0x00292af7, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x00000010, CR3: 0x37721000, CR4: 0x000006e8
    EAX: 0x0eef62b0, EBX: 0x80000000, ECX: 0x0eef62b0, EDX: 0x00000000
    CR2: 0x00000010, EBP: 0x7ddabcf8, ESI: 0x00000000, EDI: 0x00000000
    EFL: 0x00010202, EIP: 0x00292af7, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x7ddab9f8 : 0x21b449 (0x5ce420 0x7ddaba2c 0x2238a5 0x0)
    0x7ddaba48 : 0x2a8ac2 (0x590478 0x292af7 0xe 0x590642)
    0x7ddabb28 : 0x29e9a8 (0x7ddabb40 0x76 0x7ddabcf8 0x292af7)
    0x7ddabb38 : 0x292af7 (0xe 0x48 0x10 0x10)
    0x7ddabcf8 : 0x2936d6 (0xeef62b8 0x10000000 0x1 0x1042000)
    0x7ddabd68 : 0x260897 (0xeef62b8 0xff8d000 0x1 0x1098d000)
    0x7ddabe98 : 0x260e32 (0x1098d000 0x1 0x0 0x0)
    0x7ddabed8 : 0x281fb3 (0xffdc854 0xff8d000 0x1 0x1098d000)
    0x7ddabf38 : 0x479c06 (0xffdc854 0xff8d000 0x1 0xa00000)
    0x7ddabf78 : 0x4ecbb9 (0xfff57e0 0xeeff048 0xf53b684 0x1)
    0x7ddabfc8 : 0x29f43d (0xeeff044 0x0 0x10 0x0)
    BSD process name corresponding to current thread: mds
    Mac OS version:
    10D575
    Kernel version:
    Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386
    System model name: MacPro4,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 895007347562
    unloaded kexts:
    com.apple.filesystems.msdosfs          1.6.1 (addr 0x7d5d1000, size 0x53248) - last unloaded 373865381269
    loaded kexts:
    com.highpoint-tech.kext.HighPointRR          1.0.0
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.driver.AppleTyMCEDriver          1.0.1d8
    com.apple.driver.AGPM          100.10.21
    com.apple.driver.AudioAUUC          1.4
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AppleUpstreamUserClient          3.3.2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleMikeyDriver          1.8.4fc3
    com.apple.GeForce          6.1.0
    com.apple.driver.Intel82574L          1.0.4b1
    com.apple.driver.AppleIntelNehalemProfile          11
    com.apple.driver.AudioIPCDriver          1.1.2
    com.apple.driver.AppleHDA          1.8.4fc3
    com.apple.driver.AppleUSBDisplays          251
    com.apple.driver.AirPortBrcm43xx          422.91.27
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.1.1d0
    com.apple.driver.AppleLPC          1.4.11
    com.apple.filesystems.autofs          2.1.0
    com.apple.iokit.IOAHCIBlockStorage          1.6.1
    com.apple.iokit.SCSITaskUserClient          2.6.2
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleUSBHub          3.9.6
    com.apple.driver.AppleFWOHCI          4.5.7
    com.apple.driver.AppleUSBEHCI          3.9.6
    com.apple.driver.AppleAHCIPort          2.1.1
    com.apple.driver.AppleUSBUHCI          3.9.6
    com.apple.driver.AppleEFINVRAM          1.3.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleACPIButtons          1.3.2
    com.apple.driver.AppleSMBIOS          1.5
    com.apple.driver.AppleACPIEC          1.3.2
    com.apple.driver.AppleAPIC          1.4
    com.apple.security.sandbox          0
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagementClient          104.3.0
    com.apple.driver.AppleIntelCPUPowerManagement          104.3.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.2 - last loaded 890932740795
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOSurface          74.0
    com.apple.iokit.IOBluetoothSerialManager          2.3.1f4
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.driver.DspFuncLib          1.8.4fc3
    com.apple.iokit.IOAudioFamily          1.7.6fc2
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusController          1.0.8d0
    com.apple.nvidia.nv50hal          6.1.0
    com.apple.NVDAResman          6.1.0
    com.apple.iokit.IONDRVSupport          2.1
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.iokit.IO80211Family          310.6
    com.apple.iokit.IONetworkingFamily          1.9
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleHDAController          1.8.4fc3
    com.apple.iokit.IOGraphicsFamily          2.1
    com.apple.iokit.IOHDAFamily          1.8.4fc3
    com.apple.driver.AppleSMC          3.0.1d2
    com.apple.driver.IOPlatformPluginFamily          4.1.1d0
    com.apple.driver.AppleSMBusPCI          1.0.8d0
    com.apple.driver.XsanFilter          402.1
    com.apple.driver.AppleUSBHIDKeyboard          1.2.0a3
    com.apple.driver.AppleHIDKeyboard          1.2.0a3
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.3.1f4
    com.apple.driver.AppleUSBBluetoothHCIController          2.3.1f4
    com.apple.iokit.IOBluetoothFamily          2.3.1f4
    com.apple.driver.AppleUSBMergeNub          3.9.6
    com.apple.iokit.IOUSBHIDDriver          3.9.6
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.2
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.iokit.IOSCSIParallelFamily          2.0.0
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          3.9.6
    com.apple.iokit.IOAHCISerialATAPI          1.2.3
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.2
    com.apple.iokit.IOAHCIFamily          2.0.3
    com.apple.iokit.IOUSBFamily          3.9.6
    com.apple.driver.AppleEFIRuntime          1.3.0
    com.apple.iokit.IOHIDFamily          1.6.2
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.TMSafetyNet          6
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          283
    com.apple.iokit.IOStorageFamily          1.6
    com.apple.driver.AppleACPIPlatform          1.3.2
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacPro4,1, BootROM MP41.0081.B07, 8 processors, Quad-Core Intel Xeon, 2.26 GHz, 10 GB, SMC 1.39f5
    Graphics: NVIDIA GeForce GT 120, NVIDIA GeForce GT 120, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.1f4, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en2
    PCI Card: scsi, sppci_scsi_bus, Slot-3
    PCI Card: pci-bridge, sppci_pci2pcibridge, Slot-4
    PCI Card: pci-bridge, sppci_pci2pcibridge, Slot-4
    PCI Card: pcibdbd,a10c, sppci_video, Slot-4@5,1,0
    PCI Card: NVIDIA GeForce GT 120, Display, Slot-1
    Serial ATA Device: HL-DT-ST DVD-RW GH41N
    Serial ATA Device: PIONEER BD-RW   BDR-206
    Serial ATA Device: WDC WD6400AAKS-41H2B0, 596.17 GB
    SCSI Device: SCSI Target Device @ 16
    USB Device: Hub, 0x05ac  (Apple Inc.), 0x9122, 0xfd300000
    USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0xfd310000
    USB Device: Kensington Expert Mouse, 0x047d  (Kensington), 0x1020, 0xfd313000
    USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0220, 0xfd312000
    USB Device: Apple Cinema HD Display, 0x05ac  (Apple Inc.), 0x921e, 0xfd320000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8215, 0x5a110000
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: unknown_device, Unknown

    Boot into Safe Mode. If there are no more panics then uninstall your HighPoint RAID software. See if the panics cease. If they do contact HighPoint for a newer driver.
    You can also try removing the Kensington mouse and using the mouse that came with the computer.
    The affected thread was Spotlight indexing.

  • Encounter the 0ra-01921 error when run catlog.sql on 11g windows server

    I am using sys account to run catlog.sql there is an error : ERROR at line 1:
    ORA-01921: role name 'IMP_FULL_DATABASE' conflicts with another user or role name
    when I try to run it with my dba account it cause more error????
    Thank You

    I am using sys account to run catlog.sql there is an
    error : ERROR at line 1:
    ORA-01921: role name 'IMP_FULL_DATABASE' conflicts
    with another user or role name
    when I try to run it with my dba account it cause
    more error????
    Thank Youyou mean catalog.sql ?
    What's the reason you want to regenerate database dictionary?
    when you run catalog.sql and catproc.sql on live database you will get these errors because the objects already exists. You can ignore them. You will get other errors when create public synonym etc..

  • SQL Server Setup failure.SQL Server Setup has encountered the following error: Method not found: 'Boolean Microsoft.SqlServer.Configuration.MsiExtension.MsiExtensionMetadata.get_IsSlipstreamOrPatch()'.. ----------

    Hi Team,
    Earlier i had SQL Server 2008 R2 on my Machine. For one work around i unistall SQL Server 2008 R2 and Trying to install SQL Server 2008 but i am not able to install with below error:
    TITLE: SQL Server Setup failure.
    SQL Server Setup has encountered the following error:
    Method not found: 'Boolean Microsoft.SqlServer.Configuration.MsiExtension.MsiExtensionMetadata.get_IsSlipstreamOrPatch()'..
    Thanks

    Hi Lydia,
    i have followed the above step and i am able to proceed further but while installation i am getting the below error consistently.
    TITLE: Microsoft SQL Server 2008 Setup
    The following error has occurred:
    Locating the SQL Server Browser service component failed with Windows Installer return code '2'. The component ID: '{2E86FD41-C179-456E-8E6A-5157ED427228}'.
    Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0x8510C01B%25400x31BA4472%25401222%254052007
    BUTTONS:
    &Retry
    Cancel
    2: 
    TITLE: Microsoft SQL Server 2008 Setup
    The following error has occurred:
    SQL Server Browser configuration for feature 'SQL_Browser_Redist_SqlBrowser_Cpu32' was cancelled by user after a previous installation failure. The last attempted step: Retrieving full path to the SQL Server Browser service executable using Windows Installer
    API for the SQL Server Browser component with ID '{2E86FD41-C179-456E-8E6A-5157ED427228}'..
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22&EvtType=0x8510C01B%25400x31BA4472%25401222%254052007
    BUTTONS:
    OK
    After ignoring these step..installation getting complete but ..at the end i am not able to connect to server.
    Could you please help me on this.
    Thanks,
    Sumit

  • Oracle DB 11g Release 2 Installation in Solaris OS for SAP - issue: Files not found

    Hello All,
    Having problem during my installation of oracle DB.
    the installer keeps on prompting that files not found and the directories and files permission seems different from expected
    I attached the images of the files the installer is looking for and also the /oracle/<SID>/11ginstall_11202.log
    I also attached the thing i put in ENV command
    Not sure if its the issue in the oracle profile or installer itself or wrong input
    please help

    Hi Frogoso,
    Please have a check on the known issues SAP note for Oracle installation.
    Section G: is related to Solaris
    1431796 - Oracle 11.2.0: Troubleshooting the Software Installation
    You may re-check whether all the Solaris related pre-requisites are met before executin RUNINSTALLER.
    Suggestion here would be to go with latest available Oracle patch 11.2.0.4 as you are installing a new system.
    Hope this helps.
    Regards,
    Deepak Kori

  • Error 1722 during LabVIEW installation on Multipoint Server

    I am installing LabVIEW 2012 on a Multipoint Server and get multiple Error 1722 errors. Has anyone installed LabVIEW on Multipoint Server? Is there a setting that needs to be changed? or a configuration setting that needs to be set?

    Hello Friedmanfr,
    Error 1722 seems to be a Windows error message. I did some digging and it seems like this Microsoft KB could be useful to you: http://support.microsoft.com/kb/829359
    The KB is for Windows Server 2003, but might be relevant to Multipoint as well. If you can provide more details about your issue, I might be able to help you further.
    Do you know at what point in the LabVIEW install, these errors occur?
    What are you installing LabVIEW 2012 from? DVD? Downloader?
    What steps did you take during your install leading up to the point these errors occur?
    With servers, it could be that you have permission or network connection issues. Do you have any information on these configurations?
    Wan L
    Applications Engineer
    National Instruments
    http://www.ni.com/support

  • 1) How to Boot from SAN for T4-1 Server with Solaris 11.1 OS on the disk? 2) How to SMI Label/Format a disk while OS Installation in Solaris 11.1?

    FYI....boot from SAN is required for physical server (T4-1) (not OVM).
    1) How to Boot from SAN for T4-1 Server with Solaris 11.1 OS on the disk?
    The SAN disks allocated are visible in ok prompt. below is the output.
    (0) ok show—disks
    a) /pci@400/pci@2/pci@0/pci@f/pci@0/usb@0, 2/hub@2/hub@3/storage@2/disk
    b) /pci@400/pci@2/pci@0/pci€a/SUNW, ezalxs@0, l/fp@0, 0/disk
    e) /pci@400/pci@2/pci@0/pci@a/SUNW, ealxs@0/fp@0, 0/disk
    d) /pci@400/pci@2/pci@0/pci@8/SUNW, emlxs@0, l/fp@0, 0/disk
    e) /pci@400/pci@2/pci@0/pci@8/SUNW,enlxs@0/fp@0,0/disk
    f) /pci@400/pci@2/pci@0/pci@4/scsi@0/disk
    g) /pci@400/pci@1/pci@0/pci@4/scsi@0/disk
    h) /iscsi—hba/disk
    q) NO SELECTION
    valid choice: a. . .h, q to quit c
    /pci@400/pci@2/pci@0/pci@a/SUNW, ealxs@0/fp@0, 0/disk has been selected.
    Type “Y ( Control—Y ) to insert it in the command line.
    e.g. ok nvalias mydev “Y
    for creating devalias mydev for /pci@400/pci@2/pci@0/pci@a/SUNW,emlxs@0/fp@0,0/disk
    (0) ok set—sfs—boot
    set—sfs—boot ?
    We tried selecting a disk and applying sfs-boot at ok prompt.
    Can you please help me providing detailed pre-requesites/steps/procedure to implement this and to start boot from SAN.
    2) How to SMI Label/Format a disk while OS Installation in Solaris 11.1?
    As we know that ZFS is the default filesystem in Solaris 11.
    We have seen in the Oracle documentation that for rpool below are recommended:
    - A disk that is intended for a ZFS root pool must be created with an SMI label, not an EFI label.
    - Create root pools with slices by using the s* identifier.
    - ZFS applies an EFI label when you create a storage pool with whole disks.
    - In general, you should create a disk slice with the bulk of disk space in slice 0.
    I have seen the solution that using format -e, we change the labelling but all the data will be lost, whats the way to apply a SMI Label/Format on a rpool disks while OS Installation itself.
    Please provide me the steps to SMI Label a disk while installaing Solaris 11.1 OS.

    Oracle recommends below things on rpool: (thats reason wanted to apply SMI Label)
    I have seen in the Oracle documentation that for rpool below are recommended:
    - A disk that is intended for a ZFS root pool must be created with an SMI label, not an EFI label.
    - Create root pools with slices by using the s* identifier.
    - ZFS applies an EFI label when you create a storage pool with whole disks.
    - In general, you should create a disk slice with the bulk of disk space in slice 0.

  • I am trying to install MasterCollection_CS6_LS16. When I click the install file I get this error message: We've encountered the following issues. Installation on case-sensitive volumes is not supported. Please choose a different volume for installation.

    I am trying to install MasterCollection_CS6_LS16. When I double click the install file I get this error message: We've encountered the following issues. Installation on case-sensitive volumes is not supported. Please choose a different volume for installation. What does that mean? How should I proceed?

    Hey iraravitz,
    Could you please let me know what version of OS are working on.
    You might receive this error when you attempt to install on a drive with the HFS+ Case Sensitive file system, which is not supported for installation of Adobe Creative Suite 6.
    So, please try installing on a drive that has been formatted with a supported file system.
    You might refer the KB doc link mentioned below for the same:
    Error "Case-sensitive drives not supported" or similar install error | Mac OS
    Let me know if this helps.
    Regards,
    Anubha

  • Error RCU-6083 during RCU installation prior to OBIEE 11g on Solaris

    Hello,
    I have an application server where I have an Oracle Database EE 11g running on Solaris 10 upgrade 9.
    The server has the following characteristics:
    - SUN V440
    - RAM 16GB
    - 2 processors Ultra Sparc III, 1.5GHz
    - OS: Solaris version 10
    - Disk space: 500GB
    - Oracle Weblogic Server 11g (10.3)
    - Ethernet 1 Gpbs
    I want to install the RCU schemas and OBIEE 11g (11.1.1.5.0) on this server so I verified all the pre-requisites for RCU and OBIEE and are OK.
    I am using the Repository Creation Utility (11.1.1.5.0) for Microsoft Windows (32-bit) to install the RCU because although the database is running on Solaris, the installer is not working through that server so I have a PC connected to the network and through that PC that has windows7 i could run the installer and connect to the db, using the SYSTEM user (because when i select sys as sysdba, although the password is correct, it doesn't connect to the db).
    However, the installer is sending the ERROR: RCU-6083 regarding the pre-requisites for the BIPLATFORM.
    I already use the following command alter system set processes=500 and restarted the db services, however the wizard installer is still sendig that error.
    What can be done to succesfully install the RCU?
    Thanks and regards,
    Rebeca

    Hello User,
    Below my comments in blue:-
    1) Do I need to install any Oracle DB (like to install 10g) prior to running rcu.bat file?
    Yes
    2) If I install Oracle 10g DB, does if create any compatibility issue while installing OBIEE 11g?
    Check below the compatibility matrix
    Oracle Fusion Middleware Supported System Configurations
    Thanks,
    Sasi Nagireddy.

Maybe you are looking for

  • Why is my developer account stuck in pending mode (I've paid for renewal)?

    Our account was set to expire soon so we did our due diligence.  We accepted the new term and agreements and then paid the fee to renew the developer account.  It has been a month now and our account is still pending (a pending that's only supposed t

  • Is it possible to activate lagged mailbox databases automatically

    Dears, I searched every where and couldn't found anyone talking about configuring the lagged mailbox databases for automatic failover, without going through the manuall setps mentioned in the following TechNet link http://technet.microsoft.com/en-us/

  • When my computer starts up it says hard disk error g6-1b87cl

    when my husband was updating my computer he turned it off n now when i turn my computer back on it says hard disk error..... i need help..... ne ways computer is a pavilion g6-1b87cl notebook pc its windows7 intel pentium inside

  • Retrieve ALV documents from archive link

    Dear experts, When retrieve SAP ALV reports printed to archive link using document type D01, class ALF (Internal Format for Stored Print Lists), MIME type is application/x-alf, the layout in the document viewer is changed. The layout does not corresp

  • Iphone 5 - Glitch Right Side of Power Button

    Hi all, I own a white 16GB Ipone 5 model A1429 which i bought from chicago last december (still have insurance). a month ago started this wired problame with my power button that only my left side of the button works while the right side doesn't resp