Advertisement
Guest User

solman_setup error

a guest
Jun 4th, 2010
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.90 KB | None | 0 0
  1. Hi Paul,
  2. This is wat i got in ST22
  3. {quote} Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
  4. Exception CX_SY_REF_IS_INITIAL
  5. Date and Time 04.06.2010 07:49:51
  6.  
  7.  
  8.  
  9. Short text
  10. Access via 'NULL' object reference not possible.
  11.  
  12.  
  13.  
  14. What happened?
  15. Error in the ABAP Application Program
  16.  
  17. The current ABAP program "CL_WDR_CONTEXT_NODE_MAP=======CP" had to be
  18. terminated because it has
  19. come across a statement that unfortunately cannot be executed.
  20.  
  21.  
  22.  
  23. What can you do?
  24. Note down which actions and inputs caused the error.
  25.  
  26.  
  27. To process the problem further, contact you SAP system
  28. administrator.
  29.  
  30. Using Transaction ST22 for ABAP Dump Analysis, you can look
  31. at and manage termination messages, and you can also
  32. keep them for a long time.
  33.  
  34.  
  35.  
  36. Error analysis
  37. An exception occurred that is explained in detail below.
  38. The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
  39. caught in
  40. procedure "IF_WD_CONTEXT_NODE~IS_ALIVE" "(METHOD)", nor was it propagated by
  41. RAISING clause.
  42. Since the caller of the procedure could not have anticipated that the
  43. exception would occur, the current program is terminated.
  44. The reason for the exception is:
  45. You attempted to use a 'NULL' object reference (points to 'nothing')
  46. access a component (variable: "ME->MAPPEE").
  47. An object reference must point to an object (an instance of a class)
  48. before it can be used to access components. Either the reference was never set or it was set to 'NULL' using the
  49. CLEAR statement. {quote}
  50.  
  51. And this is wat is got in SM21
  52. {quote}Details Page 2 Line 16 System Log: Local Analysis of eas01sd1 1
  53.  
  54. Time Type Nr Clt User TCode Grp N Text
  55.  
  56. 16:34:24 DIA 001 010 SOLMAN_ADMIN AB 0 Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred
  57.  
  58.  
  59.  
  60. Run-time error "OBJECTS_OBJREF_NOT_ASSIGNED" occurred
  61.  
  62. Details
  63. Recording at local and central time........................ 03.06.2010 16:34:24
  64.  
  65. Task...... Process User...... Terminal Session TCode Program Cl Problem cl Package
  66.  
  67. 14568 Dialog work process No. 001 SOLMAN_ADMIN 10.39.15 1 SAPMHTTP T Transaction Problem SABP
  68.  
  69.  
  70.  
  71. Further details for this message type
  72.  
  73. Module nam Line Error text
  74.  
  75. abmethod 4722 ab_jclom
  76.  
  77.  
  78.  
  79.  
  80. Documentation for system log message AB 0 :
  81.  
  82. The specified runtime error has occurred in the system.
  83.  
  84.  
  85.  
  86. Parameter
  87.  
  88. 1 .... OBJECTS_OBJREF_NOT_ASSIGNED
  89.  
  90.  
  91.  
  92. Technical details
  93.  
  94. File Offset RecFm System log type Grp N variable message data
  95.  
  96. 2 164880 l Error (Module, Row) AB 0 ab_jclom abmethod4722{quote}
  97.  
  98. This is wat i found in ST11
  99. {quote} ABAP Program CL_WDR_CONTEXT_NODE_MAP=======CP .
  100. Source CL_WDR_CONTEXT_NODE_MAP=======CM01T Line 3.
  101. Error Code OBJECTS_OBJREF_NOT_ASSIGNED.
  102. Module $Id: //bas/701_REL/src/krn/runt/abmethod.c#4 $ SAP.
  103. Function ab_jclom Line 4722.
  104. ** RABAX: level LEV_RX_STDERR completed.
  105. ** RABAX: level LEV_RX_RFC_ERROR entered.
  106. ** RABAX: level LEV_RX_RFC_ERROR completed.
  107. ** RABAX: level LEV_RX_RFC_CLOSE entered.
  108. ** RABAX: level LEV_RX_RFC_CLOSE completed.
  109. ** RABAX: level LEV_RX_IMC_ERROR entered.
  110. ** RABAX: level LEV_RX_IMC_ERROR completed.
  111. ** RABAX: level LEV_RX_DATASET_CLOSE entered.
  112. ** RABAX: level LEV_RX_DATASET_CLOSE completed.
  113. ** RABAX: level LEV_RX_ERROR_SAVE entered.
  114. ** RABAX: level LEV_RX_ERROR_SAVE completed.
  115. ** RABAX: level LEV_RX_ERROR_TPDA entered.
  116. ** RABAX: level LEV_RX_ERROR_TPDA completed.
  117. ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
  118. ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
  119. ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
  120. ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
  121. ** RABAX: level LEV_RX_END entered.
  122. ** RABAX: level LEV_RX_END completed.
  123. {quote}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement