Look Up Error

Hi All,
Can anyone tell me as to how I can guess by seeing the mapping itself (that uses a lookup) that it will suffer from the following runtime error:
"A table can be outer joined with at most one other table".
After developing a long enough mapping I discover it suffers from the above error in runtime. Then the obviuos workaround is to replace the look ups with functions or joiners.
If I can guess the above error beforehand, it enables me to structure my mapping logic to avoid this rather than to do it and then keep on changing the structure of it.
I have tried to produce the above error in some simple mappings by using some lookups but it does not occur.
How is it that I can expect such errors to occur. What I feel is OWB deploys code whose structure is very much different from the way it looks in the mapping editor.
Any hints/suggestions are welcome.
Regards
-AP

Hello,
Functions are definitely is not best choice as far as using them involve SQL – PLSQL context switching which is very expensive. This will influence overall mapping performance, especially on large data volumes. So to perform lookups joins are the most straight forward and best working approach.
Views (inline or presented by an database object) are nice way of “splitting” mapping. But, currently OWB does not provide the INLINE VIEW operator. Actually this is the thing that I need most in OWB. Currently I use ORDER BY operator to facilitate this functionality. On other hand, if used properly, ORDER operator would not lead to heavy performance degradation – at the end we need ALL records to be inserted into the target. Anyway, this is a price for using the tool consistently - to accept it's approach.
Sergey

Similar Messages

  • Oracle.DataAccess.Client.OracleException - How do I look up error numbers?

    We are getting an intermittent error that doesn't help much and I would like to read up on the error to figure out what to do to fix it. Do any of you know how or where to look up error numbers for this? The error we are getting is: Oracle.DataAccess.Client.OracleException Data provider internal error(-3000)
    I have searched www.Oracle.com and done a Google search and the only hit I get is a similar error (error(-3001) for them) that has to do with connection pooling. They didn't get a solution to their post. There are no reference links that come back on my searches.
    So, can you help?

    Hi,
    -3000 means something bad happened internally in the provider. It's a catchall "you should never get here" error. As such, it's usually something the ODP team needs to fix, as opposed to something you can fix in your code.
    My best suggestion is to make sure you're using the latest and greatest provider and see if it still occurs. If it still occurs on current versions, you'll probably want to open up a SR with support, enable tracing to generate a "mini dump" when the behavior occurs, and have the dump analyzed.
    Cheers,
    Greg

  • Look-up error after Upgrade

    Hi,
    The R/3 system  in our project was upgraded from 4.6 c to ECC 6. After the upgrade we are facing issues with the lmapping look -up.
    We have used RFC channel to  do look up and and java codes which calls the RFC and dose parsing.
    Right now after upgrade , there is no error in the channel ...but the XI is not able to do retrive value from the new system.
    for the values it says , it does not exsist in the look-up table, although that is not true, the values are there in the system.
    can you advice what went wrong and what steps should i take .
    Thanks.

    Did you checked that RFC is working fine in R/3 itself and try to post the same request and check
    other options can be debugging by setting external break point
    If above wont works check the roles if any required for executing RFC remotely
    Rajesh

  • DB Look up error: Column/global variable not found-Error in EDO-ExecSearch

    Hi all..
    In my application I am usind database look up with DB2 database..
    As soon as I click on Database Look up button,it throws an error that [[IBM] [System i access ODBC driver] [DB2 for i5/OS]SQL0206 - column or global variable not found. [Error in in EDO-ExecSearch]].
    Please anyone tell me where the problem is????
    Thanks in advance.

    I never realized this myself, but you can have more than one alias in your hosts file.  I found that some programs look for <code>localhost</code> and others look for whatever your server name is.  To satisfy both of those situations, just put your server's name after <code>localhost</code> so you'll have something like this:
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 home.matrix.dk localhost matrix

  • Had to restart information store service. Caused by throttling?? Event ID 1010 from ManagedAvailability, any where else to look for error logs?

    For some reason we had to restart the information store service. So far I came up with these logs from the
    ManagedAvailability event logs. If there some where else to check for additional information?  It looks like the throttling allowed a failover?!
    DatabaseFailover-00cb58bd-0115-4478-b4aa-fe60dce2757a-DatabasePercentRPCRequestsDatabaseFailover: Throttling allowed the operation to execute
    Starting recovery action (Action=DatabaseFailover, Resource=00cb58bd-0115-4478-b4aa-fe60dce2757a, Requester=DatabasePercentRPCRequestsDatabaseFailover, ThrottlingMode=None)
    Recovery action failed. (Action=DatabaseFailover, Resource=00cb58bd-0115-4478-b4aa-fe60dce2757a, Requester=DatabasePercentRPCRequestsDatabaseFailover, Error=Microsoft.Exchange.Cluster.Replay.AmDbMoveOperationNotSupportedStandaloneException: An Active Manager
    operation failed. Error: The database action failed. Error: This operation is not supported on standalone mailbox servers.
       at Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbOperation.Wait(TimeSpan timeout)
       at Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.MoveDatabase(Guid mdbGuid, MountFlags mountFlags, UnmountFlags dismountFlags, DatabaseMountDialOverride mountDialOverride, AmServerName fromServer, AmServerName targetServer,
    Boolean tryOtherHealthyServers, AmBcsSkipFlags skipValidationChecks, AmDbActionCode actionCode, String moveComment, AmDatabaseMoveResult& databaseMoveResult)
       at Microsoft.Exchange.Cluster.ActiveManagerServer.AmRpcServer.<>c__DisplayClassc.<MoveDatabaseEx>b__b()
       at Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.RunRpcServerOperation(String databaseName, RpcServerOperation rpcOperation)
       --- End of stack trace on server (XMNWDEX001.Xamin.com) ---
       at Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.ClientRethrowIfFailed(String databaseName, String serverName, RpcErrorExceptionInfo errorInfo)
       at Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.RunDatabaseRpcWithReferral(AmRpcOperationHint rpcOperationHint, IADDatabase database, String targetServer, InternalRpcOperation rpcOperation)
       at Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.MoveDatabaseEx(IADDatabase database, Int32 flags, Int32 dismountFlags, Int32 mountDialOverride, String fromServer, String targetServer, Boolean tryOtherHealthyServers, Int32
    skipValidationChecks, AmDbActionCode actionCode, String moveComment, String& lastServerContacted, AmDatabaseMoveResult& moveResult)
       at Microsoft.Exchange.HA.ManagedAvailability.ManagedAvailabilityHelper.PerformDatabaseFailover(String componentName, String comment, Database database)
       at Microsoft.Exchange.Monitoring.ActiveMonitoring.Responders.DatabaseFailoverResponder.InitiateDatabaseFailover(String databaseGuidString)
       at Microsoft.Exchange.Monitoring.ActiveMonitoring.Common.ThrottledRecoveryAction.Execute(Boolean throwOnException, TimeSpan timeout, Action`1 action)
       at Microsoft.Office.Datacenter.ActiveMonitoring.ResponderWorkItem.InvokeResponder(CancellationToken cancellationToken)
       at Microsoft.Office.Datacenter.ActiveMonitoring.ResponderWorkItem.CheckCorrelationAndInvokeResponder(MonitorResult lastMonitorResult, CancellationToken cancellationToken)
       at Microsoft.Office.Datacenter.ActiveMonitoring.ResponderWorkItem.<>c__DisplayClassb.<>c__DisplayClassf.<DoManagedAvailabilityWork>b__9(ResponderResult lastResponderResult)

    Hi,
    Based on this event log, I find the error “Error=Microsoft.Exchange.Cluster.Replay.AmDbMoveOperationNotSupportedStandaloneException” and error “Error: This operation is not supported on standalone mailbox servers.”
    This error seems that there is unsupported configuration in your Exchange deployment.
    I will be very glad to help if you explain your Exchange server deployment for more details.
    Thanks.

  • Looking up Error code

    I received this message -- "ORA-12545: Connect failed because target host or object does not exist" when opening connection with database, I wonder if there's a place I can look up the error and get more info about it? Thanks!

    That is a TNS failure. Your client cannot locate the server machine. It depends how you locate databases, but you may want to check TNSNAMES.ORA. If the machine is named try using it's IP address.

  • How to look for errors in OWB

    Hi,
    I am new to Oracle Warehouse builder and I am following the tutorials available on technet.oracle.com
    I have followed the tutorials to create a process flow. All the tables have been deployed. When I run the process from the Control Center Manager it fails with errors. I would like to find the exact error which caused the process failed. However the log only shows the following -
    LOAD_EXPENSE_WH
    Description : Runtime User : OWB_OWNER Started : 2007-10-04 16:25:00.0
    Status
    Log
    Job Summary
    Updated : 2007-10-04 16:28:45.0 Job Final Status : Completed with errors Job Processed Count : 1 Job Error Count : 0 Job Warning Count : 0
    Can someone please tell me where I can find a more detailed log file ?
    Thanks
    Manav

    Hi
    You can check the public execution audit views.
    http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/api_2runviews.htm#i707034
    someone who has already been there
    http://henzen.blogspot.com/2007/01/oracle-warehouse-builder-runtime-view.html
    Cheers
    Ian

  • Error while Creating a PO using BAPI_PO_CREATE1

    Hi Friends,
         The following issue that I have observed and as explained below is one of the weirdest scenarios that I have seen while working with SAP. Hence, kindly help me with possible errors from my end. I am working on ECC 6.0.
    Requirement: To automatically create a PO.
    Option used: I have used a BAPI: u2018BAPI_PO_CREATE1u2019
    Scenario: When I execute the BAPI u2018BAPI_PO_CREATE1u2019 directly in sequence with u2018BAPI_TRANSACTION_COMMITu2019, the PO gets created successfully. The data entered as input is:
    POHEADER-COMP_CODE
    POHEADER-DOC_TYPE
    POHEADER-PMNTTRMS
    POITEM-PO_ITEM
    POITEM-QUANTITY
    POITEM-TAX_CODE
    POITEM-TAXJURCODE
    POITEM-RFQ_NO
    POITEM-RFQ_ITEM
    POITEM-PREQ_NO
    POITEM-PREQ_ITEM
    POITEM-PREQ_NAME
    POSCHEDULE-PO_ITEM
    POSCHEDULE-SCHED_LINE
    POSCHEDULE-QUANTITY
    POSCHEDULE-PREQ_NO
    POSCHEDULE-PREQ_ITEM
    Problem: I need to pass data to the BAPI through code, so I called the BAPI u2018BAPI_PO_CREATE1u2019 and u2018BAPI_TRANSACTION_COMMITu2019 in a test function module as well as report. I passed the same data as mentioned above i.e. while creating the PO by passing data to the BAPI directly.
    But the BAPI returns an error BAPI header data still faulty, enter plant, Pur. Org., Pur. Grp., etc.
    I tried by passing all the available data for the header and then for the items, but finally, I still get an error that the item is from a different order account and just cannot create a PO.
    The Test FM code is as shown below:
      DATA : PYMNT_TERMS    TYPE YOAF_SEC_MASTER-TER_PYMNT.
      DATA : ITEM_NO(4) .
      DATA : CURRENCY TYPE LFM1-WAERS.
      DATA : POHEAD         TYPE BAPIMEPOHEADER.
      DATA : POHEADX        TYPE BAPIMEPOHEADERX.
      DATA : EXP_HEAD       TYPE BAPIMEPOHEADER.
      DATA : POITEM         TYPE TABLE OF BAPIMEPOITEM WITH HEADER LINE.
      DATA : POITEMX        TYPE TABLE OF BAPIMEPOITEMX WITH HEADER LINE.
      DATA : POSCHED        TYPE TABLE OF BAPIMEPOSCHEDULE WITH HEADER LINE.
      DATA : POSCHEDX       TYPE TABLE OF BAPIMEPOSCHEDULX WITH HEADER LINE.
      DATA : EX_PO_NUMBER   TYPE BAPIMEPOHEADER-PO_NUMBER.
      CONSTANTS : C_X VALUE 'X'.
      POHEAD-COMP_CODE  = 'P110'.
      POHEAD-DOC_TYPE   = DOC_TYPE.
      POHEAD-PMNTTRMS   = 'P10'.
      POHEADX-COMP_CODE  = C_X.
      POHEADX-DOC_TYPE   = C_X.
      POHEADX-PMNTTRMS   = C_X.
      POITEM-PO_ITEM    = '00001'.
      POITEM-QUANTITY   = '1.000'.
      POITEM-TAX_CODE   = 'D2'.
      POITEM-TAXJURCODE = 'MH01'.
      POITEM-RFQ_NO     = '2300009491'.
      POITEM-RFQ_ITEM   = '00001'.
      POITEM-PREQ_NO    = '200003583'.
      POITEM-PREQ_ITEM   = '00001'.
      POITEM-PREQ_NAME  = 'SACHIN'.
      APPEND POITEM.
      POITEMX-PO_ITEM    = '00001'.
      POITEMX-PO_ITEMX   = C_X.
      POITEMX-QUANTITY   = C_X .
      POITEMX-TAX_CODE   = C_X .
      POITEMX-TAXJURCODE = C_X .
      POITEM-RFQ_NO      = C_X.
      POITEM-RFQ_ITEM    = C_X.
      POITEM-PREQ_NO     = C_X.
      POITEM-PREQ_ITEM   = C_X.
      POITEMX-PREQ_NAME  = C_X.
      APPEND POITEMX.
      POSCHED-PO_ITEM        = '00001'.
      POSCHED-SCHED_LINE     = '0001'.
      POSCHED-QUANTITY       = '1.000'.
      POSCHED-PREQ_NO        = '1200003583'.
      POSCHED-PREQ_ITEM      = '00001'.
      APPEND POSCHED.
      POSCHEDX-PO_ITEM        = '1'.
      POSCHEDX-SCHED_LINE     = '0001'.
      POSCHEDX-PO_ITEMX       = C_X.
      POSCHEDX-SCHED_LINEX    = C_X.
      POSCHEDX-QUANTITY       = C_X.
      POSCHEDX-PREQ_NO        = C_X.
      POSCHEDX-PREQ_ITEM      = C_X.
      APPEND POSCHEDX.
      CALL FUNCTION 'BAPI_PO_CREATE1'
          EXPORTING
            POHEADER                     = POHEAD
            POHEADERX                    = POHEADX
          IMPORTING
            EXPPURCHASEORDER             = EX_PO_NUMBER
            EXPHEADER                    = EXP_HEAD
               EXPPOEXPIMPHEADER             =
          TABLES
            RETURN                       = RETURN_ERROR
            POITEM                       = POITEM
            POITEMX                      = POITEMX
               POADDRDELIVERY               =
            POSCHEDULE                   = POSCHED
            POSCHEDULEX                  = POSCHEDX
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          WAIT   = 'X'
        IMPORTING
          RETURN = RETURN_ERROR.

    Hi,
    As mentioned that this error was one of the wierdest SAP issues I have faced, it was due to the silliest copy paste errors on my behalf. I completely overlooked the POITEMX naming.
    For 4 values of RFQ_NO, RFQ_ITEM, PREQ_NO, PREQ_ITEM, I didnt have the 'X' for POITEMX and kept on looking for errors for days.
    BAPI_PO_CREATE1 works with min. possible inputs successfully.
    Thanks to all!

  • Error during upgarding sneak preview  SP16 to SP18

    I have installed sneak preview SP16 which I am trying to upgrade to SP18.
    I get an error duing the step Deploy via J2EE/SDM.
    The SDM,server0 and dispatcher are all green in the MMC and the SDM is working in "integrated mode".
    The callSdmViaSapinst.log indicates the following:-
    May 15, 2007 12:33:03... Info: Start logging to console
    May 15, 2007 12:33:03... Info:
    May 15, 2007 12:33:03... Info: ============================================
    May 15, 2007 12:33:03... Info: =   Starting to execute command 'deploy'   =
    May 15, 2007 12:33:03... Info: ============================================
    May 15, 2007 12:33:03... Info: Starting SDM - Software Deployment Manager...
    May 15, 2007 12:33:04... Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000
    May 15, 2007 12:33:05... Info: SDM operation mode successfully set to: Integrated
    May 15, 2007 12:33:06... Info: Initializing Network Manager (50017)
    May 15, 2007 12:33:06... Info: Checking if another SDM is running on port 50018
    May 15, 2007 12:33:06... Error: Could not start SDM - another Server may be running already.
    May 15, 2007 12:33:06... Error: Another SDM is running already for this SDM_HOME directory. Exiting. Throwable: com.sap.sdm.client_server.launch.SDMRunningException Throwable message: Another SDM instance is running on this host
    May 15, 2007 12:33:06... Error: Processing error. Return code: 4
    Now, I tried by switching the SDM to "Standalone" mode and during this, the server0 and dispatcher were running while the SDM remains stopped. The CallSdmViaSapinst.log shows:-
    May 15, 2007 11:06:42... Info: Start logging to console
    May 15, 2007 11:06:42... Info:
    May 15, 2007 11:06:42... Info: ============================================
    May 15, 2007 11:06:42... Info: =   Starting to execute command 'deploy'   =
    May 15, 2007 11:06:42... Info: ============================================
    May 15, 2007 11:06:42... Info: Starting SDM - Software Deployment Manager...
    May 15, 2007 11:06:43... Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.4018.00.0000.20060706111659.0000
    May 15, 2007 11:06:44... Info: SDM operation mode successfully set to: Standalone
    May 15, 2007 11:06:44... Info: Initializing Network Manager (50017)
    May 15, 2007 11:06:45... Info: Checking if another SDM is running on port 50018
    May 15, 2007 11:06:45... Info: -
    Starting deployment -
    May 15, 2007 11:06:45... Info: Error handling strategy: OnErrorStop
    May 15, 2007 11:06:45... Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    May 15, 2007 11:06:45... Info: Update strategy: UpdateLowerVersions
    May 15, 2007 11:06:45... Info: Starting deployment prerequisites:
    May 15, 2007 11:06:46... Info: Loading selected archives...
    May 15, 2007 11:06:46... Info: Loading archive 'D:\SAPNetWeaver04_SP16Preview\Patch SP18\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS18_0.SCA'
    May 15, 2007 11:06:54... Info: Selected archives successfully loaded.
    May 15, 2007 11:06:55... Info: Actions per selected component:
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111713.0000'/'1' updates currently deployed development component 'com.sap.security.core.admin'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060131164117.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.ibtranslationclient'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'1' will not update currently deployed development component 'com.sap.rprof.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/wslib'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'1' updates currently deployed development component 'tc/wd/wslib'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165422.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172955.0000'/'1' updates currently deployed development component 'tc/workflowmodeler'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606172955.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'1' updates currently deployed development component 'tc/wd/pdfsvrchal'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165638.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' updates currently deployed development component 'com.sap.lcr.saprfc'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201164038.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.util.rb'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'1' will not update currently deployed development component 'com.sapportals.supportplatform.dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818153022.0000'/'1' updates currently deployed development component 'com.sap.util.monitor.grmg'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818153022.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.customizing.ccms'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'1' updates currently deployed development component 'tc/supportplatform/engine'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123152.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' updates currently deployed development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201162907.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119145451.0000'/'1' updates currently deployed development component 'tc/SL/utility/wsear'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119145451.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'1' updates currently deployed development component 'tc/bcb/api'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606172625.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' updates currently deployed development component 'com.sap.lcr.namealloc'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201164038.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' updates currently deployed development component 'com.sap.lcr'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201164038.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'1' updates currently deployed development component 'com.sap.rprof.remoteProfile'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818153616.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101332.0000'/'1' updates currently deployed development component 'com.sapmarkets.mesyncjco'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123403.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'1' will not update currently deployed development component 'tc/TechSrv/xml_das_connector_init'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'1' will not update currently deployed development component 'tc/uddi/dbschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'1' updates currently deployed development component 'tc/sec/wssec/app'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119122320.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'1' will not update currently deployed development component 'tc/TechSrv/XML_DAS_Connector_Schema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'1' updates currently deployed development component 'tc/wd/tools'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165638.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'1' updates currently deployed development component 'com.sap.util.monitor.jarm.j2ee'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027104030.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'1' updates currently deployed development component 'tc/wd/dispwda'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165422.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'1' updates currently deployed development component 'com.sapportals.htmlb'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050121164722.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606172625.0000'/'1' updates currently deployed development component 'tc/bcb/ici'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606172625.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'2' will not update currently deployed development component 'synclog'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'tc/monitoring/systeminfo'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.util.misc'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' will not update currently deployed development component 'tc/sld/data'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027101045.0000'/'1' updates currently deployed development component 'tc/TechSrv/XML_DAS_Connector'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027101045.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.proxy.framework'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111519.0000'/'1' updates currently deployed development component 'com.sapportals.supportplatform'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123152.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.16.0.20060221071338''/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.docs.examples'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.class.download'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.class.download'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: No action: Selected development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'1' will not update currently deployed development component 'com.sap.lcr.jddschema'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111625.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.util.monitor.jarm.ccms'/'sap.com'/'SAP AG'/'6.4018.00.0000.20051027104030.0000'/'1' updates currently deployed development component 'com.sap.util.monitor.jarm.ccms'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027104030.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/sec/vsi/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'1' updates currently deployed development component 'tc/sec/vsi/app'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119122320.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/uddi'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164207.0000'/'1' updates currently deployed development component 'tc/uddi'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606164207.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.pmi.adm'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818152118.0000'/'1' updates currently deployed development component 'com.sap.pmi.adm'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818152118.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.jdo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112029.0000'/'1' updates currently deployed development component 'com.sap.jdo'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123827.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/SL/CMS/Util'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101532.0000'/'1' updates currently deployed development component 'tc/SL/CMS/Util'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123504.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.mobile.clientinfo'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050331133205.0000'/'1' updates currently deployed development component 'com.sap.mobile.clientinfo'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050331133205.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/conn/connectorframework'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413100235.0000'/'1' updates currently deployed development component 'tc/conn/connectorframework'/'sap.com'/'SAP AG'/'6.4016.00.0000.20051027101144.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/SL/CMS/IDEClient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101532.0000'/'1' updates currently deployed development component 'tc/SL/CMS/IDEClient'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123504.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.ip.me.insttool'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050818150135.0000'/'1' updates currently deployed development component 'com.sap.ip.me.insttool'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818150135.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.ibtransportclient'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.ibtransportclient'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.ip.me.webconsole'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111540.0000'/'1' updates currently deployed development component 'com.sap.ip.me.webconsole'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123418.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/pdfobject'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060726153907.0000'/'1' updates currently deployed development component 'tc/wd/pdfobject'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165422.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050606164103.0000'/'1' updates currently deployed development component 'com.sap.lcrabapapi'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050606164103.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/sec/app'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706111002.0000'/'1' updates currently deployed development component 'tc/sec/app'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119122320.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sapportals.htmlb.ear'/'sap.com'/'SAP AG'/'6.4018.00.0000.20050121164722.0000'/'1' updates currently deployed development component 'com.sapportals.htmlb.ear'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050121164722.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.aii.util.xml'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413102101.0000'/'1' updates currently deployed development component 'com.sap.aii.util.xml'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060130172658.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060119123705.0000'/'1' updates currently deployed development component 'tc/TechSrv/XML_DAS'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060119123705.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/wd/corecomp'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112627.0000'/'1' updates currently deployed development component 'tc/wd/corecomp'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060126165638.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'tc/eCATTPing'/'sap.com'/'SAP AG'/'6.4018.00.0000.20041104140331.0000'/'1' updates currently deployed development component 'tc/eCATTPing'/'sap.com'/'SAP AG'/'6.4016.00.0000.20041104140331.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.rprof.dbprofiles'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060413101559.0000'/'1' updates currently deployed development component 'com.sap.rprof.dbprofiles'/'sap.com'/'SAP AG'/'6.4016.00.0000.20050818153616.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.services.webservices.tool'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.services.webservices.tool'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:55... Info: Update: Selected development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060814115206.0000'/'1' updates currently deployed development component 'com.sap.engine.heartbeat'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060220135356.0000'/'0'.
    May 15, 2007 11:06:56... Info: Ending deployment prerequisites. All items are correct.
    May 15, 2007 11:06:57... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:06:58... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:06:58... Error: Received exception when saving current Engine state: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect
    May 15, 2007 11:06:58... Info: Starting: Update: Selected development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' updates currently deployed development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4016.00.0000.20060201162907.0000'/'0'.
    May 15, 2007 11:06:58... Info: SDA to be deployed: C:\usr\sap\J2E\JC00\SDM\root\origin\sap.com\SQLTrace\SAP AG\1\6.4018.00.0000.20060706112013.0000\SQLTrace.ear
    May 15, 2007 11:06:58... Info: Software type of SDA: J2EE
    May 15, 2007 11:06:58... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    May 15, 2007 11:06:59... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:06:59... Info: No information about the J2EE engine cluster is available.
    The online deployment process is continuing.
    May 15, 2007 11:07:01... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    May 15, 2007 11:07:01... Error: Aborted: development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1', grouped by software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1':
    CPO data could not be get.
    com.sap.sdm.apiint.serverext.servertype.deployment.DeploymentActionException: Error: Caught the following error or exception: "com.sap.sdm.apiint.serverext.servertype.deployment.DeploymentActionException"
    Additional error message is:
    Caught exception from deploy service of SAP J2EE Engine. Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [hsehgal-2] with user name: [admin]
                        Check your login information.
                        Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:455)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfigInternal(EngineJ2EE620OnlineDeployerImpl.java:924)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfiguration(EngineJ2EE620OnlineDeployerImpl.java:117)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getOldDeploymentConfiguration(EngineJ2EE620OnlineProcessor.java:87)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.createCpo(EngineJ2EE620OnlineProcessor.java:75)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getCpo(EngineJ2EE620OnlineProcessor.java:47)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performDeployment(EngineJ2EE620OnlineDeployerImpl.java:179)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)
         at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:53)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:33)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:340)
         ... 40 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.checkLoginCredentials.DMEXC)
    Additional error message is:
    com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [hsehgal-2] with user name: [admin]
                        Check your login information.
                        Exception is:
    com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:455)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)
         at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)
         at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfigInternal(EngineJ2EE620OnlineDeployerImpl.java:924)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.getOldDeploymentConfiguration(EngineJ2EE620OnlineDeployerImpl.java:117)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getOldDeploymentConfiguration(EngineJ2EE620OnlineProcessor.java:87)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.createCpo(EngineJ2EE620OnlineProcessor.java:75)
         at com.sap.sdm.serverext.servertype.inqmy.EngineJ2EE620OnlineProcessor.getCpo(EngineJ2EE620OnlineProcessor.java:47)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performDeployment(EngineJ2EE620OnlineDeployerImpl.java:179)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)
         at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    hsehgal-2:50004 Reason: Cannot open connection on host: 20.198.103.127 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:53)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:33)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:340)
         ... 40 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performAction(DeploymentActionTypes).NO_CPO)
    May 15, 2007 11:07:01... Info: Starting to save the repository
    May 15, 2007 11:07:02... Info: Finished saving the repository
    May 15, 2007 11:07:02... Info: Starting: Update: Selected software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1' updates currently deployed software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.16.0.20060221071338''/'0'.
    May 15, 2007 11:07:02... Error: Aborted: software component 'SAP_JTECHS'/'sap.com'/'SAP AG'/'1000.6.40.18.0.20060816080857''/'1':
    Failed deployment of SDAs:
    development component 'SQLTrace'/'sap.com'/'SAP AG'/'6.4018.00.0000.20060706112013.0000'/'1' : aborted
    Please, look at error logs above for more information!
    May 15, 2007 11:07:02... Info: Starting to save the repository
    May 15, 2007 11:07:03... Info: Finished saving the repository
    May 15, 2007 11:07:04... Error: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect Throwable: java.net.ConnectException Throwable message: Connection refused: connect
    May 15, 2007 11:07:04... Error: Received exception when restoring Engine state: Could not create JStartupClusterController connected to MessageServer[Host:hsehgal-2, Port:3601]  : Connection refused: connect
    May 15, 2007 11:07:04... Error: -
    At least one of the Deployments failed -
    May 15, 2007 11:07:07... Info: Summarizing the deployment results:
    May 15, 2007 11:07:07... Error: Aborted: D:\SAPNetWeaver04_SP16Preview\Patch SP18\J2EE-RUNT-CD\J2EE-ENG\ONLINE\SAPJTECHS18_0.SCA
    May 15, 2007 11:07:07... Error: Processing error. Return code: 4
    Please advise the way ahead.

    Hi ,
    Did you able to solve te issue....kindly let me know.

  • Error in Applying Java support packages through JSPM

    Hi All,
    While Applying support packages, Package CAF 7.00 SP 13 is through an error
    help required.
                       For detailed information see the log file of the Deploy Service.
    07/12/05 21:55:26 -  ***********************************************************
    Dec 5, 2007 9:55:26 PM   Info: End of log messages of the target system.
    Dec 5, 2007 9:55:26 PM   Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Dec 5, 2007 9:55:26 PM   Error: Aborted: development component 'caf/UI/ptn/common'/'sap.com'/'MAIN_APL70VAL_C'/'1497914'/'0', grouped by software component 'CAF'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.13.0.20070809092315''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/cafUIptn~common..
    Reason: Clusterwide exception: Failed to deploy application sap.com/cafUIptn~common. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/cafUIptn~common. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Dec 5, 2007 9:55:26 PM   Info: Starting to save the repository
    Dec 5, 2007 9:55:28 PM   Info: Finished saving the repository
    Dec 5, 2007 9:55:28 PM   Info: Starting: Update: Selected software component 'CAF'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.13.0.20070809092315''/'0' updates currently deployed software component 'CAF'/'sap.com'/'MAIN_APL70P06_C'/'1000.7.00.6.0.20060221161956''/'0'.
    Dec 5, 2007 9:55:28 PM   Error: Aborted: software component 'CAF'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.13.0.20070809092315''/'0':
    Failed deployment of SDAs:
    development component 'caf/UI/ptn/common'/'sap.com'/'MAIN_APL70VAL_C'/'1497914'/'0' : aborted
    Please, look at error logs above for more information!
    Dec 5, 2007 9:55:28 PM   Info: Starting to save the repository
    Dec 5, 2007 9:55:30 PM   Info: Finished saving the repository
    Dec 5, 2007 9:55:30 PM   Info: Starting: Update: Selected software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.13.0.20070906104634''/'0' updates currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70P06_C'/'1000.7.00.6.1.20060302145618''/'0'.
    Dec 5, 2007 9:55:30 PM   Error: Aborted: software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70VAL_C'/'1000.7.00.13.0.20070906104634''/'0':
    No further description found.
    Dec 5, 2007 9:55:30 PM   Info: Starting to save the repository
    Dec 5, 2007 9:55:32 PM   Info: Finished saving the repository
    Dec 5, 2007 9:55:32 PM   Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Dec 5, 2007 9:55:32 PM   Error: -
    At least one of the Deployments failed -
    Regards,
    Prashant.

    Hello Prashant.
    Check this supporting SAP note 1010640. It will solve your problem.
    This is typical problem when you upgrade from < SP8 to higher version.
    You need to Undeploy the CAF components from the system using SDM first and then reply the patches from JSPM.
    It should go with out errors.
    Let us know if this worked.
    *Reward points for helpful answer.
    Regards,
    Prashant P.

  • Error in deploying java sp

    Hello SDNers,
    I'm trying to upgrade the SPS to 14.
    I got into error in the last one "sap.com/CAF". All the other components are in SP16.
    The error which i am getting is ,
    For detailed information see the log file of the Deploy Service.
    09/01/13 10:51:33 -  ***********************************************************
    Jan 13, 2009 10:51:33... Info: End of log messages of the target system.
    Jan 13, 2009 10:51:33... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Jan 13, 2009 10:51:33... Error: Aborted: development component 'caf/UI/ptn/common'/'sap.com'/'MAIN_APL70P16_C'/'1785496'/'1', grouped by software component 'CAF'/'sap.com'/'MAIN_APL70P16_C'/'1000.7.00.16.2.20081020063121''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/cafUIptn~common..
    Reason: Clusterwide exception: Failed to deploy application sap.com/cafUIptn~common. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/cafUIptn~common. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Jan 13, 2009 10:51:33... Info: Starting to save the repository
    Jan 13, 2009 10:51:33... Info: Finished saving the repository
    Jan 13, 2009 10:51:33... Info: Starting: Update: Selected software component 'CAF'/'sap.com'/'MAIN_APL70P16_C'/'1000.7.00.16.2.20081020063121''/'1' updates currently deployed software component 'CAF'/'sap.com'/'MAIN_APL70P06_C'/'1000.7.00.6.0.20060221161956''/'0'.
    Jan 13, 2009 10:51:33... Error: Aborted: software component 'CAF'/'sap.com'/'MAIN_APL70P16_C'/'1000.7.00.16.2.20081020063121''/'1':
    Failed deployment of SDAs:
    development component 'caf/UI/ptn/common'/'sap.com'/'MAIN_APL70P16_C'/'1785496'/'1' : aborted
    Please, look at error logs above for more information!
    Jan 13, 2009 10:51:33... Info: Starting to save the repository
    Jan 13, 2009 10:51:34... Info: Finished saving the repository
    Jan 13, 2009 10:51:34... Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Jan 13, 2009 10:51:34... Error: -
    At least one of the Deployments failed -
    But since this is the last component how can there be any more dependencies??
    Please guide me on how to proceed.
    Thanks,
    Abhilash

    Hi,
    Please go through the below link.
    /message/3228853#3228853 [original link is broken]
    --Kishore

  • Java stack installation error

    hi experts,
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'PRTDatabaseMigrationController'/'sap.com'/'SAP AG'/'7.0100.20081117062041.0000'/'0' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'tc/eu/jwf/wd/tport'/'sap.com'/'MAIN_NW701P03_C'/'2857529'/'0' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'com.sap.netweaver.bc.uwl.uwladmin'/'sap.com'/'SAP AG'/'7.0100.20081208074141.0000'/'0' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'tc/kmc/bc.uwl.ui/wd_pp'/'sap.com'/'SAP AG'/'7.0103.20081208074141.0000'/'0' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'com.sap.portal.nav.ws.NavigationWSEar'/'sap.com'/'SAP AG'/'7.0103.20081208074141.0000'/'3' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'caf/eu/gp/ui/gpconf'/'sap.com'/'MAIN_NW701P03_C'/'2857562'/'0' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'caf/eu/gp/croom/content'/'sap.com'/'MAIN_NW701P03_C'/'2857536'/'0' will be deployed.
    Jan 21, 2021 1:14:55 PM  Info: Initial deployment: Selected development component 'com.sap.prt.ws.container'/'sap.com'/'SAP AG'/'7.0100.20081117062041.0000'/'0' will be deployed.
    Jan 21, 2021 1:14:56 PM  Info: Ending deployment prerequisites. All items are correct.
    Jan 21, 2021 1:14:57 PM  Info: Saved current Engine state.
    Jan 21, 2021 1:14:57 PM  Info: Starting: Initial deployment: Selected development component 'com.sapportals.urdesigndata'/'sap.com'/'SAP AG'/'7.0103.20081117062041.0000'/'3' will be deployed.
    Jan 21, 2021 1:14:57 PM  Info: ***** Begin of File-System Deployment com.sapportals.urdesigndata *****
    Jan 21, 2021 1:14:57 PM  Info: Deploy Action is DEPLOY
    Jan 21, 2021 1:14:57 PM  Error: Fileset "com.sapportals.designservices_FS" does not contain any files!
    Jan 21, 2021 1:14:57 PM  Error: ==> SDA cannot be deployed!
    Jan 21, 2021 1:14:57 PM  Error: Aborted: development component 'com.sapportals.urdesigndata'/'sap.com'/'SAP AG'/'7.0103.20081117062041.0000'/'3', grouped by software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.01.3.0.20090108071100''/'3':
    No Filesets for Deployment found
    Jan 21, 2021 1:14:57 PM  Info: Starting to save the repository
    Jan 21, 2021 1:14:57 PM  Info: Finished saving the repository
    Jan 21, 2021 1:14:57 PM  Info: Starting: Initial deployment: Selected software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.01.3.0.20090108071100''/'3' will be deployed.
    Jan 21, 2021 1:14:57 PM  Error: Aborted: software component 'EP-PSERV'/'sap.com'/'SAP AG'/'1000.7.01.3.0.20090108071100''/'3':
    Failed deployment of SDAs:
    development component 'com.sapportals.urdesigndata'/'sap.com'/'SAP AG'/'7.0103.20081117062041.0000'/'3' : aborted
    Please, look at error logs above for more information!
    Jan 21, 2021 1:14:57 PM  Info: Starting to save the repository
    Jan 21, 2021 1:14:58 PM  Info: Finished saving the repository
    Jan 21, 2021 1:14:58 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Jan 21, 2021 1:14:58 PM  Error: -
    At least one of the Deployments failed -
    Jan 21, 2021 1:15:00 PM  Info: Summarizing the deployment results:
    Jan 21, 2021 1:15:00 PM  Error: Admitted: E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC03_0.SCA
    Jan 21, 2021 1:15:00 PM  Error: Admitted: E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC203_0.SCA
    Jan 21, 2021 1:15:00 PM  Error: Aborted: E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPPSERV03_0.SCA
    Jan 21, 2021 1:15:00 PM  Error: Admitted: E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPWDC03_0.SCA
    Jan 21, 2021 1:15:00 PM  Error: Admitted: E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\UWLJWF03_0.SCA
    Jan 21, 2021 1:15:00 PM  Error: Admitted: E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\SAPEU03_0.SCA
    Jan 21, 2021 1:15:00 PM  Error: Processing error. Return code: 4
    java log
    Info:
    Info: ============================================
    Info: =   Starting to execute command 'deploy'   =
    Info: ============================================
    Info: Starting SDM - Software Deployment Manager...
    Starting SDM - Software Deployment Manager...
    Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0103.20081105085605.0000
    tc/SL/SDM/SDM/sap.com/SAP AG/7.0103.20081105085605.0000
    Info: SDM operation mode successfully set to: Standalone
    Initializing Network Manager (50317)
    Info: Initializing Network Manager (50317)
    Checking if another SDM is running on port 50318
    Info: Checking if another SDM is running on port 50318
    Info: -
    Starting deployment -
    Info: Error handling strategy: OnErrorStop
    Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Info: Update strategy: UpdateLowerVersions
    Info: Starting deployment prerequisites:
    Info: Loading selected archives...
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC03_0.SCA'
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC203_0.SCA'
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPPSERV03_0.SCA'
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPWDC03_0.SCA'
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\UWLJWF03_0.SCA'
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\SAPEU03_0.SCA'
    Error: Exception occured during extractSingleFile: invalid entry CRC (expected 0x6e0e516b but got 0xd0b33b44)
    Caught Exception: java.lang.NullPointerException
    java.lang.NullPointerException
         at com.sap.sdm.app.sequential.deployment.impl.DeployItemList.findByComponentBase(DeployItemList.java:31)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.loadSelectedArchives(DeployerImpl.java:291)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploymentPrerequisite(DeployerImpl.java:490)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:91)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:68)
         at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)
         at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)
         at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)
         at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)
         at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)
         at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)
         at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)
         at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)
         at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)
         at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)
         at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)
         at com.sap.sdm.control.command.Command.exec(Command.java:42)
         at SDM.main(SDM.java:21)
    Severe (internal) error. Return code: 16

    Hi Hassan,
    Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC03_0.SCA' Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPBC203_0.SCA' Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPPSERV03_0.SCA' Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\EPWDC03_0.SCA' Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\UWLJWF03_0.SCA' Info: Loading archive 'E:\NW_Java Components\51037093\DATA_UNITS\JAVA_J2EE_OSINDEP_UT\SAPEU03_0.SCA' Error: Exception occured during extractSingleFile: invalid entry CRC (expected 0x6e0e516b but got 0xd0b33b44) Caught Exception: java.lang.NullPointerException java.lang.NullPointerException at com.sap.sdm.app.sequential.deployment.impl.DeployItemList.findByComponentBase(DeployItemList.java:31) at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.loadSelectedArchives(DeployerImpl.java:291) at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploymentPrerequisite(DeployerImpl.java:490) at
    You DVD number 51037093 seems to be corrupt. Could you stop the installation. Re-copy the DVD correctly.
    Restart your installation with "new installation" option.
    Hope this is useful.
    Regards,
    Deepak Kori

  • Ram related kernel panics on a MBP (ram used to work, hardware errors-)

    hello all
    i have a 2.2GHZ intel core duo 2007 MBP, which once ran Tiger and is now running 10.6.3
    I had the NVDIA graphic card break down associated with such models, and it was replaced thanks to the extended care plan, here in Paris, so the logicboard is new- I also got a (technician installed) new HDD, and snowleopard
    I originally had the 2 1Gig ram, but 1st got an extra 2Gb of danelec ram, and finally another 2GB- it ran fine for a couple year or so-
    then, a few months back I recently started getting kernel panics, on tiger- I fist thought they were HDD related, got a new drive installed by a technician, switched to snow leopard-
    yet they continue, and they're apparently RAM related, yet what is odd is that they can be reproduced with any RAM combination involving 2 sticks- the original apple 1Gb + any of the two GB ram sticks, the 2GB ram sticks together in any slot-- it's all the same, the screen goes grey and i'm told to shut down the computer
    with one ram stick it works, this avoids the issue- but not always
    i've moved the ram around, checked the slots, reset the PRAM,yet the issue is still there.
    now i know that I should be using paired ram, and will do so in the next coming months when I can afford it- yet what has happened to make the make the MBP seemingly refuse two sticks of RAM when it didn't before ? are the two sticks dead ? or is there an issue with the slot ?
    I'd also need to know that this is not a logicboard issue if it's possible- the logic board was changed due to the NVDIA bug, so it's a year old or so-
    I'm running it on the 2GB danelec as I type, no issue, the samsung ram works as well, and so does the 1GB apple ram, in any slot, yet two slots of ram causes the kernel panic crash- the area near the ram slot also seems to get very hot-
    I ran the hardware test yesterday, booting from the tiger dvd, which was difficult (possible drive issue)
    finally managed to boot into hardware test mode (must be a superdrive issue)
    running an extended test with the 4GB of ram in there
    first pass found an error :
    4MEM/9/40 000 000 : bc13950
    running the extended testing
    extended testing (1h39 min)
    no errors found
    ran another quick test
    error
    4MEM/9/40 000 000 : 6b506C4
    another quick test :
    no trouble found
    another : no trouble found
    and a last pass : no trouble found
    but i did have two errors...
    looking the errors up online didn't give anything so far, any clue as to what might be wrong here ? the RAM used to work fine (i've been using these two sticks for over two years), the kernel panics started happening on tiger- got a new HD drive a month ago, installed snow leopard, - used disk warrior and disk utilities, reset the PRAM and did the other tests and it continues- wether i'm running the computer from the internal drive or an external firewire drive-
    running the hardware test, i also got two error messages, but on some passes only
    if i look into the RAM status through about this mac, it says it's ok - what's odd is that the hardware test found errors, but not systematically----- I'd really like to know what the error message mean, can anyone help ?
    i'm getting more and more kernel panics, unfortunately i live in France, so things are slightly less simple than they would be in other places customer servicewise- ie it might not be as simple as showing up at the new apple stores with this 2007 machine--
    I need a stable machine to work on and really can't afford repairs at the moment
    i'm really stuck with this, my finances got sucked into the last HDD upgrade (got it done by an official apple retailer, ICLG here in Paris, cost me 300 euros), and I thought things would be stable for a while since the logic board was changed (free of charge, which was a great relief) less than a year ago due to the nvdia bug- and now here I am with this--
    anyway, here's the last kernel panic report i got, thanks in advance for your help
    ben
    Interval Since Last Panic Report: -28202 sec
    Panics Since Last Report: 6
    Anonymous UUID: FD865E22-C8DD-4791-889D-B5E5B374745E
    Tue May 25 18:53:11 2010
    panic(cpu 1 caller 0x55507c): "!pageList phys_addr"@/SourceCache/xnu/xnu-1504.3.12/iokit/Kernel/IOMemoryDescriptor.cpp:1 412
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x36413718 : 0x21b449 (0x5ce420 0x3641374c 0x2238a5 0x0)
    0x36413768 : 0x55507c (0x5d7af8 0x320 0x36a20b4 0x320)
    0x364137e8 : 0x54c208 (0x5f03300 0x3 0x560a200 0x80)
    0x364138c8 : 0x54c733 (0x560fd80 0x80 0x54c81c 0x54c94c)
    0x364138f8 : 0x129e3ba (0x560fd80 0x36413960 0x36413948 0x36413968)
    0x36413988 : 0x12a7d67 (0x560a300 0x5f03300 0x0 0x1000)
    0x364139d8 : 0x12a8edb (0x560a900 0x560a300 0x602d100 0x0)
    0x36413ab8 : 0x1281448 (0x560a900 0x602d100 0x36413b28 0x36413b24)
    0x36413b58 : 0x12a8c63 (0x560a900 0x5e59700 0x2 0x0)
    0x36413bb8 : 0x12a9716 (0x560a900 0x560a300 0x36413be8 0xed5570)
    0x36413c28 : 0x1298939 (0x560a900 0x36413c5c 0x0 0x54c94c)
    0x36413c88 : 0x1296569 (0x560dc00 0xffc1 0x36413da8 0x36413cb8)
    0x36413cc8 : 0xedc2cf (0x560dc00 0xffc1 0x36413da8 0x36413d08)
    0x36413d28 : 0xebec0e (0x560ca40 0xffc1 0x36413da8 0x36413d68)
    0x36413d88 : 0xebedb8 (0x54a2000 0xffc1 0x16 0x305c420c)
    0x36413e48 : 0xf0d9f0 (0x54a2000 0x305c420c 0x6 0x3)
    0x36413ea8 : 0xf02da0 (0x553cf40 0x1 0x5466c58 0x0)
    0x36413f08 : 0x5478e3 (0x54af000 0x553a700 0x1 0x5413300)
    0x36413f58 : 0x546914 (0x553a700 0x603969c 0x36413f88 0x227155)
    0x36413f88 : 0x546d6e (0x5413cc0 0x6039680 0x36413fc8 0xffffffff)
    0x36413fc8 : 0x29e6cc (0x5413cc0 0x0 0x10 0x5a05904)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.iokit.IOFireWireSerialBusProtocolTransport(2.0.1)@0x12a6000->0x12aafff
    dependency: com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000
    dependency: com.apple.iokit.IOSCSIArchitectureModelFamily(2.6.2)@0x127b000
    dependency: com.apple.iokit.IOFireWireSBP2(4.0.6)@0x1295000
    com.apple.iokit.IOFireWireSBP2(4.0.6)@0x1295000->0x12a5fff
    dependency: com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000
    com.apple.iokit.IOSCSIArchitectureModelFamily(2.6.2)@0x127b000->0x1294fff
    com.apple.driver.AppleFWOHCI(4.5.7)@0xefa000->0xf1ffff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x92d000
    dependency: com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000
    com.apple.iokit.IOFireWireFamily(4.2.6)@0xeb7000->0xef9fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10D578
    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: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 38155557254
    unloaded kexts:
    (none)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.7.2 - last loaded 34201995231
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleHDA 1.8.4fc3
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AirPort.Atheros 422.19.10
    com.apple.driver.AppleGraphicsControl 2.8.56
    com.apple.driver.AppleBacklight 170.0.16
    com.apple.driver.AppleLPC 1.4.11
    com.apple.GeForce 6.1.0
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.kext.AppleSMCLMU 1.5.0d1
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelYonahProfile 14
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.driver.AppleIntelNehalemProfile 11
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.1.1d0
    com.apple.driver.AppleUSBTrackpad 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303
    com.apple.driver.CSRHIDTransitionDriver 2.3.1f4
    com.apple.driver.initioFWBridge 2.5.3
    com.apple.driver.StorageLynx 2.5.3
    com.apple.driver.Oxford_Semi 2.5.3
    com.apple.driver.LSIFW500 2.5.3
    com.apple.driver.IOFireWireSerialBusProtocolSansPhysicalUnit 2.5.3
    com.apple.iokit.SCSITaskUserClient 2.6.2
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.1
    com.apple.driver.AppleUSBHub 3.9.6
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AppleAHCIPort 2.1.1
    com.apple.driver.AppleFWOHCI 4.5.7
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBEHCI 3.9.6
    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.driver.AppleIntelCPUPowerManagementClient 104.3.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 104.3.0
    com.apple.driver.AppleHDAPlatformDriver 1.8.4fc3
    com.apple.driver.AppleHDAHardwareConfigDriver 1.8.4fc3
    com.apple.driver.DspFuncLib 1.8.4fc3
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.iokit.IO80211Family 310.6
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.nvidia.nv50hal 6.1.0
    com.apple.NVDAResman 6.1.0
    com.apple.iokit.IONDRVSupport 2.1
    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.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    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.CSRUSBBluetoothHCIController 2.3.1f4
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.1f4
    com.apple.iokit.IOBluetoothFamily 2.3.1f4
    com.apple.iokit.IOUSBHIDDriver 3.9.6
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.2
    com.apple.driver.AppleUSBMergeNub 3.9.6
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOFireWireSerialBusProtocolTransport 2.0.1
    com.apple.iokit.IOFireWireSBP2 4.0.6
    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.driver.XsanFilter 402.1
    com.apple.driver.AppleFileSystemDriver 2.0
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.2
    com.apple.iokit.IOUSBUserClient 3.9.6
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOAHCIFamily 2.0.3
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOATAFamily 2.5.1
    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.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    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: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 2 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: SAMSUNG HM250HI, 232,89 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    FireWire Device: OXFORD IDE Device 1, Macpower, Up to 400 Mb/sec
    FireWire Device: OEM ATA Device 00, OEM, Up to 800 Mb/sec

    crashes are continuing - can anyone help out ?
    thanks
    ben
    Interval Since Last Panic Report: 1184223 sec
    Panics Since Last Report: 15
    Anonymous UUID: FD865E22-C8DD-4791-889D-B5E5B374745E
    Fri May 28 21:24:56 2010
    panic(cpu 0 caller 0x2a8ac2): Kernel trap at 0x0027a72b, type 14=page fault, registers:
    CR0: 0x8001003b, CR2: 0x00000004, CR3: 0x00100000, CR4: 0x000006e0
    EAX: 0x00000000, EBX: 0x0000007e, ECX: 0x091f0000, EDX: 0x00000000
    CR2: 0x00000004, EBP: 0x56f43378, ESI: 0x048077c4, EDI: 0x00000000
    EFL: 0x00010297, EIP: 0x0027a72b, CS: 0x00000008, DS: 0x0d8c0010
    Error code: 0x00000002
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x56f43178 : 0x21b449 (0x5ce420 0x56f431ac 0x2238a5 0x0)
    0x56f431c8 : 0x2a8ac2 (0x590478 0x27a72b 0xe 0x590642)
    0x56f432a8 : 0x29e9a8 (0x56f432c0 0x20b35a20 0x56f43378 0x27a72b)
    0x56f432b8 : 0x27a72b (0xe 0x48 0x56f40010 0x10)
    0x56f43378 : 0x26c7dc (0x48077c4 0x0 0x6a300dc 0x6a300dc)
    0x56f433c8 : 0x26cfd8 (0xd8c6f38 0x0 0x56f43458 0x2339ff)
    0x56f433f8 : 0x26d256 (0x47ee6000 0x0 0x0 0x0)
    0x56f43418 : 0x26de86 (0xd8c6f40 0x11000 0x0 0x25bdc1)
    0x56f43458 : 0x260c3b (0xd8c6f38 0x30f383c 0x0 0x11000)
    0x56f43588 : 0x260e32 (0x47ef7000 0x0 0x1 0x0)
    0x56f435c8 : 0x259bfe (0x2ba8d74 0x47ee6000 0x0 0x47ef7000)
    0x56f43608 : 0x220273 (0x2ba8d74 0x47ee6000 0x10005 0x53c5)
    0x56f43628 : 0x22042a (0x47ee6000 0x10005 0x995720 0x10000)
    0x56f43648 : 0x9931fa (0x47ee6000 0x10005 0x8115380 0x47ee6004)
    0x56f43728 : 0x994941 (0x20000 0x0 0x10000 0x1)
    0x56f437b8 : 0x994fb2 (0x9858304 0x20000 0x0 0x10000)
    0x56f43c28 : 0x3105ea (0x87c268c 0x8077b00 0x7f1ec24 0x20000)
    0x56f43c88 : 0x3121dd (0x20000 0x0 0x10000 0x0)
    0x56f43d58 : 0x423e1a (0x56f43dfc 0x56f43dbc 0x87747e0 0x2f797261)
    0x56f43dd8 : 0x2fafad (0x56f43dfc 0x3 0x56f43e28 0x57c50e)
    0x56f43e28 : 0x2efffc (0x87c268c 0x56f43ec4 0x0 0x56f43f54)
    0x56f43e78 : 0x49444a (0x86b6b20 0x56f43ec4 0x1 0x56f43f54)
    0x56f43f18 : 0x494a8d (0x56f43f54 0x86b6b20 0xb0183f64 0x0)
    0x56f43f78 : 0x4ec84e (0x87cf2a0 0x88fbd90 0x88fbdd4 0x0)
    0x56f43fc8 : 0x29eef8 (0x893ee20 0x0 0x10 0x0)
    Kernel Extensions in backtrace (with dependencies):
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib(1.0.0d1)@0x991000->0x99 6fff
    BSD process name corresponding to current thread: firefox-bin
    Mac OS version:
    10D578
    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: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 2721283483111
    unloaded kexts:
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.2 (addr 0x56c88000, size 0x98304) - last unloaded 1855762560735
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.3d0 - last loaded 1269444306258
    com.apple.driver.AppleHDA 1.8.4fc3
    com.apple.driver.AudioAUUC 1.4
    com.apple.driver.AirPort.Atheros 422.19.10
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleUpstreamUserClient 3.3.2
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.GeForce 6.1.0
    com.apple.kext.AppleSMCLMU 1.5.0d1
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.ACPISMCPlatformPlugin 4.1.1d0
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.AppleLPC 1.4.11
    com.apple.driver.AppleBacklight 170.0.16
    com.apple.driver.AppleUSBTrackpad 1.8.1b1
    com.apple.driver.AppleUSBTCKeyEventDriver 1.8.1b1
    com.apple.driver.AppleUSBTCKeyboard 1.8.1b1
    com.apple.driver.AppleIRController 303
    com.apple.iokit.SCSITaskUserClient 2.6.2
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleFWOHCI 4.5.7
    com.apple.iokit.IOAHCIBlockStorage 1.6.1
    com.apple.driver.AppleAHCIPort 2.1.1
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.driver.AppleUSBHub 3.9.6
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleUSBEHCI 3.9.6
    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.driver.AppleIntelCPUPowerManagementClient 104.3.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 104.3.0
    com.apple.driver.DspFuncLib 1.8.4fc3
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.iokit.IO80211Family 310.6
    com.apple.driver.AppleHDAController 1.8.4fc3
    com.apple.iokit.IOHDAFamily 1.8.4fc3
    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.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOAudioFamily 1.7.6fc2
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.IOPlatformPluginFamily 4.1.1d0
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.nvidia.nv50hal 6.1.0
    com.apple.NVDAResman 6.1.0
    com.apple.iokit.AppleProfileFamily 41
    com.apple.iokit.IONDRVSupport 2.1
    com.apple.iokit.IOGraphicsFamily 2.1
    com.apple.driver.CSRUSBBluetoothHCIController 2.3.1f4
    com.apple.driver.AppleUSBBluetoothHCIController 2.3.1f4
    com.apple.iokit.IOBluetoothFamily 2.3.1f4
    com.apple.iokit.IOUSBHIDDriver 3.9.6
    com.apple.driver.AppleUSBMergeNub 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.driver.XsanFilter 402.1
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.2
    com.apple.iokit.IOAHCIFamily 2.0.3
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IOUSBUserClient 3.9.6
    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.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    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: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.2 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.0.19.10
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: SAMSUNG HM250HI, 232,89 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021b, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000

  • Missing method body or declare abstract error

    Hi!
    I have been working on this simple Java 1.3.1 program for three days now and cannot figure out what I am doing wrong. If anyone has done the "Building an Application" tutorial in the New to Java Programming Center, you might recognize the code. I am trying to set up a frame with panels first using the BorderLayout and then the FlowLayout within each section of the BorderLayout. It will have textfields and checkboxes. I am working on the code to retrieve the user input from the text boxes and also to determine which checkbox the user has checked. Here is my code: (ignore my irrelivent comments!)
    import java.awt.*;
    import javax.swing.*;
    import java.io.*;
    import java.awt.event.*;
    import java.awt.Color.*;
    import java.awt.Image.*;
    //Header Comment for a Routine/Method
    //This method gathers the input text supplied by the user from five text fields on the Current
    //Purchase tab of the tabbed pane of the MPGLog.java program. The way it gathers the text
    //depends on the current processing state, which it retrieves on its own. It saves the text to
    //a text file called textinput.txt.
    public class CollectTextInput extends JPanel implements ActionListener
    { // Begin class
         //Declare all the objects needed first.
         // These are the text fields
         private JTextField currentMileage;
         private JTextField numofGallonsBought;
         private JTextField dateofPurchase;
         private JTextField pricePerGallon;
         private JTextField gasBrand;
         // Declaring the Labels to go with each TextField
         private JLabel lblcurrentMileage;
         private JLabel lblnumofGallonsBought;
         private JLabel lbldateofPurchase;
         private JLabel lblpricePerGallon;
         private JLabel lblgasBrand;
         // Declaring the Checkboxes for the types of gas bought
         private JCheckBox chbxReg;
         private JCheckBox chbxSuper;
         private JCheckBox chbxUltra;
         private JCheckBox chbxOther;
         private JCheckBox chbxHigher;
         private JCheckBox chbxLower;
         // Declaring the Buttons and images needed
         private JButton enter;
         private JButton edit;
         //private JButton report; //Will be used later
         private JLabel bluecar;          //Used with the ImageIcon to create CRV image
         private JPanel carimage;     //Used in buildImagePanel method
         private JPanel datum;          //Used in buildDatumPanel method
         private JPanel gasgrade;     //Used in buildGasTypePanel method.
         //Declaring the Panels that need to be built and added
         //to the border layout of this panel.
         //private JPanel panlimages;
         //private JPanel panltextinputs;
         //private JPanel panlchkBoxes;
         // Class to handle functionality of checkboxes
         ItemListener handler = new CheckBoxHandler();
         // This is where you add the constructor for the class - I THINK!!
         public CollectTextInput()
         { // Opens collectTextInput constructor
              // Must set layout for collectTextInput here
              // Choosing a BorderLayout because we simply want to
              // add panels to the North, Center and South borders, which, by
              // default, will fill the layout with the three panels
              // we are creating
              setLayout(new BorderLayout());
              //Initialize the objects in the constructor of the class.
              //Initialize the textfields
              currentMileage = new JTextField();
              numofGallonsBought = new JTextField();
              dateofPurchase = new JTextField();
              pricePerGallon = new JTextField();
              gasBrand = new JTextField();
              // Initialize the labels that go with each TextField
              lblcurrentMileage = new JLabel("Enter the mileage at the time of gas purchase: ");
              lblnumofGallonsBought = new JLabel("Enter the number of gallons of gas bought: ");
              lbldateofPurchase = new JLabel("Enter the date of the purchase: ");
              lblpricePerGallon = new JLabel("Enter the price per gallon you paid for the gas: ");
              lblgasBrand = new JLabel("Enter the brand name of the gas: ");
              //Initialize the labels for the checkboxes.
              chbxReg = new JCheckBox("Regular ", true);
              chbxSuper = new JCheckBox("Super ");
              chbxUltra = new JCheckBox("Ultra ");
              chbxOther = new JCheckBox("Other: (Choose one from below) ");
              chbxHigher = new JCheckBox("Higher than Ultra ");
              chbxLower = new JCheckBox("Lower than Ultra ");
              //Initialize the buttons that go on the panel.
              enter = new JButton("Save Data");
              edit = new JButton("Edit Data");
              //Initialize the image that oges on the panel.
              bluecar = new JLabel("2002 Honda CR-V", new ImageIcon("CRVBlue.jpg"),JLabel.CENTER);
              // Now bring it all together by calling the other methods
              // that build the other panels and menu.
              buildImagePanel();
              buildDatumPanel();
              buildGasTypePanel();
              // Once the methods above build the panels, this call to add
              //  them will add the panels to the main panel's border
              // layout manager.
              add(datum, BorderLayout.NORTH);
              add(carimage, BorderLayout.EAST);
              add(gasgrade, BorderLayout.CENTER);
         } // Ends the constructor.
            // This method creates a panel called images that holds the car image.
         public void buildImagePanel();
         { // Opens buildImagePanel.
              // First, create the Panel
              carimage = new JPanel();
              //Second, set the color and layout.
              carimage.setBackground(Color.white);
              carimage.setLayout(new FlowLayout());
              // Third, add the image to the panel.
              carimage.add(bluecar);
         }// Closes buildImagePanel
         //This method creates a panel called datum that holds the text input.
         public void buildDatumPanel();
         { //Opens buildDatumPanel
              // First, create the Panel.
              datum = new JPanel();
              //Second, set the background color and layout.
              datum.setBackground(Color.white);
              datum.setLayout(new GridLayout(2, 4, 20, 20));
              //Third, add the textfields and text labels to the panel.
              datum.add(lblcurrentMileage);
              datum.add(currentMileage);
              datum.add(lblnumofGallonsBought);
              datum.add(numofGallonsBought);
              datum.add(lbldateofPurchase);
              datum.add(dateofPurchase);
              datum.add(lblpricePerGallon);
              datum.add(pricePerGallon);
              datum.add(lblgasBrand);
              datum.add(gasBrand);
              //Optionally - Fourth -set a border around the panel, including
              // a title.
              datum.setBorder(BorderFactory.createTitledBorder("Per Purchase Information"));
              //Fifth - Add listeners to each text field to be able to
              //  know when data is input into them.
              currentMileage.addActionListener(this);
              numofGallonsBought.addActionListener(this);
              dateofPurchase.addActionListener(this);
              pricePerGallon.addActionListener(this);
              gasBrand.addActionListener(this);
         }// Closes buildDatumPanel
         // This method builds a panel called gasTypePanel that holds the checkboxes.
         public void buildGasTypePanel()
         { // Opens buildGasTypePanel method
              // First, create the panel.
              gasgrade = new JPanel();
              // Second, set its background color and its layout.
              gasgrade.setBackground(Color.white);
              gasgrade.setLayout(new GridLayout(5, 1, 10, 20));
              // Third, add all the checkboxes to the panel.
              gasgrade.add(chbxReg);
              gasgrade.add(chbxSuper);
              gasgrade.add(chbxUltra);
              gasgrade.add(chbxOther);
              gasgrade.add(chbxHigher);
              gasgrade.add(chbxLower);
              //Optionally, - Fourth - set a border around the panel, including
              // a title.
              gasgrade.setBorder(BorderFactory.createTitledBorder("Gas Type Information"));
              // Fifth - CheckBoxes require a CheckBox Handler.
              // This is a method created separately
              // outside of the method where the checkboxes are added to
              // the panel or where the checkboxes are even created.
              // This method (CheckBox Handler) implements and ItemListener
              // and is a self-contained method all on its own. See
              // the CheckBox Handler methods following the
              // actionPerformed method which follows.-SLM
         } // Closes the buildGasTypePanel method
    // Create the functionality to capture and react to an event
    //   for the checkboxes when they are checked by the user and
    //   the text fields to know when text is entered. Also to react to the
    //   Enter button being pushed and the edit button being pushed.
    public void actionPerformed(ActionEvent evt)
    { // Opens actionPerformed method.
         if((evt.getSource() == currentMileage) || (evt.getSource() == enter))
              { // Opens if statement.
                // Retrieves the text from the currentMileage text field
                //  and assigns it to the variable currentMileageText of
                //  type String.
                String currentMileageText = currentMileage.getText();
                lblcurrentMileage.setText("Current Mileage is:    " + currentMileageText);
                // After printing text to JLabel, hide the text field.
                currentMileage.setVisible(false);
           } // Ends if statement.
          if((evt.getSource() == numofGallonsBought) || (evt.getSource() == enter))
              { // Opens if statement.
                // Retrieves the text from the numofGallonsBought text field
                //  and assigns it to the variable numofGallonsBoughtText of
                //  type String.
                String numofGallonsBoughtText = numofGallonsBought.getText();
                lblnumofGallonsBought.setText("The number of gallons of gas bought is:    " + numofGallonsBoughtText);
                // After printing text to JLabel, hide the text field.
                numofGallonsBought.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == dateofPurchase) || (evt.getSource() == enter))
                     { // Opens if statement.
                       // Retrieves the text from the dateofPurchase text field
                       //  and assigns it to the variable dateofPurchaseText of
                       //  type String.
                       String dateofPurchaseText = dateofPurchase.getText();
                       lbldateofPurchase.setText("The date of this purchase is:    " + dateofPurchaseText);
                       // After printing text to JLabel, hide the text field.
                       dateofPurchase.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == pricePerGallon) || (evt.getSource() == enter))
                            { // Opens if statement.
                              // Retrieves the text from the pricePerGallon text field
                              //  and assigns it to the variable pricePerGallonText of
                              //  type String.
                              String pricePerGallonText = pricePerGallon.getText();
                              lblpricePerGallon.setText("The price per gallon of gas for this purchase is:    " + pricePerGallonText);
                              // After printing text to JLabel, hide the text field.
                              pricePerGallon.setVisible(false);
           } // Ends if statement.
           if((evt.getSource() == gasBrand) || (evt.getSource() == enter))
                       { // Opens if statement.
                         // Retrieves the text from the gasBrand text field
                         //  and assigns it to the variable gasBrandText of
                         //  type String.
                         String gasBrandText = gasBrand.getText();
                         lblgasBrand.setText("The Brand of gas for this purchase is:    " + gasBrandText);
                         // After printing text to JLabel, hide the text field.
                         gasBrand.setVisible(false);
           } // Ends if statement.
           // This provides control statements for the Edit button. If the
           //  Edit button is clicked, then the text fields are visible again.
           if(evt.getSource() == edit)
           { // Opens if statement.
             // If the edit button is pressed, the following are set to
             //  visible.
                currentMileage.setVisible(true);
                numofGallonsBought.setVisible(true);
                dateofPurchase.setVisible(true);
                pricePerGallon.setVisible(true);
                gasBrand.setVisible(true);
         }// Closes if statement.
    } // Closes actionPerformed method.
         private class CheckBoxHandler implements ItemListener
         { // Opens inner class
              public void itemStateChanged (ItemEvent e)
              {// Opens the itemStateChanged method.
                   JCheckBox source = (JCheckBox) e.getSource();
                        if(e.getStateChange() == ItemEvent.SELECTED)
                             source.setForeground(Color.blue);
                        else
                             source.setForeground(Color.black);
                        }// Closes the itemStateChanged method
                   }// Closes the CheckBoxHandler class.
    } //Ends the public class collectTextInput classThe error I keep receiving is as follows:
    C:\jdk131\CollectTextInput.java:128: missing method body, or declare abstract
         public void buildImagePanel();
    ^
    C:\jdk131\CollectTextInput.java:142: missing method body, or declare abstract
         public void buildDatumPanel();
    ^
    2 errors
    I have looked this error up in three different places but the solutions do not apply to what I am trying to accomplish.
    Any help would be greatly appreciated!! Thanks!
    Susan

    C:\jdk131\CollectTextInput.java:128: missing methodbody, or declare ?abstract
    public void buildImagePanel();^
    C:\jdk131\CollectTextInput.java:142: missing methodbody, or declare abstract
    public void buildDatumPanel();Just remove the semicolons.
    Geesh! If I had a hammer I would be hitting myself over the head with it right now!!! What an obviously DUMB newbie mistake!!!
    Thanks so much for not making me feel stupid! :-)
    Susan

  • Can't install ITunes-Error 2324-Admin log in

    When I tried opening ITunes tonight, it asked me to download the new version. When I tried to download, it wouldn't allow me to do it. I uninstalled ITunes and when I tried to re-install, I got an error stating that it had encountered an unexpected error installing this package, error code 2324. I looked up error code 2324 on the computer and Microsoft instructed me to run the Fix It program. After running this program, I was able to run the ITunes install to a certain point, getting further than I had so far tonight. Then I got an error box that said, "The installer has insufficient privileges to access this directory: C:\Program Files\iTunes. The installation cannot continue. Log in as administrator or contact your system administrator."
    What do I have to log into as the administrator? My computer? I am the only user/admin on my computer and the only person who even uses my computer.
    I need to fix this....all of my music is on my IPod and without iTunes, I can't access it or purchase new music, which was all I was trying to do tonight.
    Thanks!

    Error 1305 is usualy something to do with the CD drive or the media.
    Are you trying to install from the CD?
    You can download iTunes here -> http://www.apple.com/support/downloads/itunes605.html
    Error 1603 is usually a disk space problem. See here -> http://consumer.installshield.com/kb.asp?id=Q111019
    How much free space is on your C: drive?
    Start -> My computer.

Maybe you are looking for

  • Sound does not turn off when switching between AppTabs, ie Pnadora to other radio stations

    I have several radio stations (Pandora, NPR, etc) as Apps Tabs, but the sound does not turn off from one when switching to another.

  • Export 1000 tables in oracle 10g

    Hi, My requirement is i am having 1000 tables in my database. Now i want to export 990 tables out of it. Can anyone of you give me the exact command for exporting 990 tables. Appreciate your help Regards

  • Session State Protection Error

    Hello All, I have recently made some manual changes in my data tables for my application. When I went to test my changes I received a new error I have never seen. Session state protection violation: This may be caused by manual alteration of protecte

  • Help needed getting an internet connection.

    Hi, I am new to Mac. I run a wireless internet connection using my P.Cs with AOL. I would like to connect my MAC to the internet also. Can it be done (Aol dont seem to support mac). What hardware do i need to insatall etc. Any help would be much appr

  • Wireless Issues after 10.4.7 update

    Hi all, My wireless connection was solid since the day I bought my Macbook Pro. I had profiles connecting to my wireless router at home and my work wireless points at work. When I recently updated my system to 10.4.7, I have had some issues with my w