IBM BS029ML Self Help Guide - Page 134

Application server startup, WMM startup

Page 134 highlights

to the JVM runtime log files to show the correlations of the events by matching their timestamps. Application server startup The first thing to look for is whether there are any exceptions. Not all exceptions are critical to the portal server. Some of them are due to the nature of multithreads of the application server, and can be ignored. As long as the key services of WebSphere Application Server and WebSphere Portal are started, the system should normally be fine. To find the set of the WebSphere Application Server and WebSphere Portal key services, refer to the Information Centers of these two products. The security configuration would be loaded early as shown in the log, and the following two lines show that it is successfully loaded: [8/2/07 11:52:24:734 EDT] 0000000a distSecurityC I started successfully [8/2/07 11:52:24:750 EDT] 0000000a distSecurityC I true SECJ0243I: Security service SECJ0210I: Security enabled WMM startup wmmApp is the WMM Enterprise Java Been (EJB) installed on the Application Server. Its successful startup is the first step for Portal security to function. If it fails to start, Portal security will not work. The typical sequence of the startup in SystemOut.log should look like the following: [4/30/07 16:15:54:429 PDT] 0000000a ApplicationMg A application: wmmApp [4/30/07 16:15:55:728 PDT] 0000000a EJBContainerI I start EJB jar: wmm.ejb.jar [4/30/07 16:15:55:763 PDT] 0000000a EJBContainerI I wmm.ejb.jar [4/30/07 16:15:55:931 PDT] 0000000a EJBContainerI I start EJB jar: wmm.internal.ejb.jar [4/30/07 16:15:55:953 PDT] 0000000a EJBContainerI I wmm.internal.ejb.jar [4/30/07 16:15:55:995 PDT] 0000000a ApplicationMg A started: wmmApp WSVR0200I: Starting WSVR0207I: Preparing to WSVR0037I: Starting EJB jar: WSVR0207I: Preparing to WSVR0037I: Starting EJB jar: WSVR0221I: Application Sometimes even though wmmApp is shown as started, WMM could still fail as follows: [8/14/07 15:11:29:188 EDT] 0000000a WSMM Message E com.ibm.ws.wmm.MemberRepositoryManager init Initialization failed due to invalid property "supportedMemberTypes". [8/14/07 15:11:29:203 EDT] 0000000a WSMM Message E com.ibm.ws.wmm.objectimpl.MemberServiceBeanBase ejbCreate() com.ibm.websphere.wmm.exception.InitializationException: Initialization failed due to invalid property "supportedMemberTypes". [8/14/07 15:11:29:234 EDT] 0000000a ExceptionUtil E CNTR0019E: EJB threw an unexpected (non-declared) exception during invocation of method "getConfigurationData". In this case, a typo in wmm.xml was the cause of the error. The failure of wmmApp would definitely cause PumaService in WebSphere Portal to fail, resulting in the failure of the portal server itself. 120 IBM WebSphere Portal V6 Self Help Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242

120
IBM WebSphere Portal V6 Self Help Guide
to the JVM runtime log files to show the correlations of the events by matching their
timestamps.
Application server startup
The first thing to look for is whether there are any exceptions. Not all exceptions are critical to
the portal server. Some of them are due to the nature of multithreads of the application
server, and can be ignored. As long as the key services of WebSphere Application Server
and WebSphere Portal are started, the system should normally be fine. To find the set of the
WebSphere Application Server and WebSphere Portal key services, refer to the Information
Centers of these two products.
The security configuration would be loaded early as shown in the log, and the following two
lines show that it is successfully loaded:
[8/2/07 11:52:24:734 EDT] 0000000a distSecurityC I
SECJ0243I: Security service
started successfully
[8/2/07 11:52:24:750 EDT] 0000000a distSecurityC I
SECJ0210I: Security enabled
true
WMM startup
wmmApp
is the WMM Enterprise Java Been (EJB) installed on the Application Server. Its
successful startup is the first step for Portal security to function. If it fails to start, Portal
security will not work. The typical sequence of the startup in SystemOut.log should look like
the following:
[4/30/07 16:15:54:429 PDT] 0000000a ApplicationMg A
WSVR0200I: Starting
application: wmmApp
[4/30/07 16:15:55:728 PDT] 0000000a EJBContainerI I
WSVR0207I: Preparing to
start EJB jar: wmm.ejb.jar
[4/30/07 16:15:55:763 PDT] 0000000a EJBContainerI I
WSVR0037I: Starting EJB jar:
wmm.ejb.jar
[4/30/07 16:15:55:931 PDT] 0000000a EJBContainerI I
WSVR0207I: Preparing to
start EJB jar: wmm.internal.ejb.jar
[4/30/07 16:15:55:953 PDT] 0000000a EJBContainerI I
WSVR0037I: Starting EJB jar:
wmm.internal.ejb.jar
[4/30/07 16:15:55:995 PDT] 0000000a ApplicationMg A
WSVR0221I: Application
started: wmmApp
Sometimes even though wmmApp is shown as started, WMM could still fail as follows:
[8/14/07 15:11:29:188 EDT] 0000000a WSMM Message
E
com.ibm.ws.wmm.MemberRepositoryManager init Initialization failed due to invalid
property "supportedMemberTypes".
[8/14/07 15:11:29:203 EDT] 0000000a WSMM Message
E
com.ibm.ws.wmm.objectimpl.MemberServiceBeanBase ejbCreate()
com.ibm.websphere.wmm.exception.InitializationException: Initialization failed due
to invalid property "supportedMemberTypes".
[8/14/07 15:11:29:234 EDT] 0000000a ExceptionUtil E
CNTR0019E: EJB threw an
unexpected (non-declared) exception during invocation of method
"getConfigurationData".
In this case, a typo in wmm.xml was the cause of the error. The failure of wmmApp would
definitely cause PumaService in WebSphere Portal to fail, resulting in the failure of the portal
server itself.