IBM E027SLL-H Troubleshooting Guide - Page 264

Running OS Cognos Reports with Tivoli Common Reporting 2.1.1 on, bit AIX 6.1 results in error DPR-

Page 264 highlights

-rw-r--r-- 1 root root 67980 Snap.20120123.013937.11219.0003.trc -rw-rw-r-- 1 root root 368926 javacore.20120123.013937.11219.0002.txt -rw-rw-r-- 1 root root 163909461 heapdump.20120123.013937.11219.0001.phd Example of an out of memory error in a Linux environment while running the trcmd command to list reports: root@TIP-TCR-Server:/root/rahuls/10-feb-12-logs]/opt/IBM/tivoli/ tipv2Components/TCRComponent/bin/trcmd.sh -username tipadmin -password tippass -list -reports JVMDUMP006I Processing dump event "systhrow", detai l "java/lang/OutOfMemoryError" - please wait. JVMDUMP032I JVM requested Heap dump using '/root/rahuls/10-feb-12-logs/ heapdump.20120213.203152.17478.0001.phd' in response to an event JVMDUMP010I Heap dump written to /root/rahuls/10-feb-12-logs/heapdump. 20120213.203152.17478.0001.phd JVMDUMP032I JVM requested Java dump using '/root/rahuls/10-feb-12-logs/ javacore.20120213.203152.17478.0002.txt' in response to an event JVMDUMP010I Java dump written to /root/rahuls/10-feb-12-logs/javacore. 20120213.203152.17478.0002.txt JVMDUMP032I JVM requested Snap dump using '/root/rahuls/10-feb-12-logs/Snap. 20120213.203152.17478.0003.trc' in response to an event JVMDUMP010I Snap dump written to /root/rahuls/10-feb-12-logs/Snap.20120213. 203152.17478.0003.trc JVMDUMP013I Processed dump event "systhrow", detail "java/lang/OutOfMemoryError". CTGTRQ010E Processing has ended because of an unexpected error. Cause The Java runtime environment requires more than 512 MB maximum memory for the processing Tivoli Common Reporting trcmd commands. Solution Delete any core files that were created. Increase JVM heap size for the trcmd commands: In the trcmd script file (trcmd.sh on Linux or UNIX), modify the JAVA_ARGS variable by adding following options -Xms64m -Xmx768m, or -Xms64m -Xmx1024m if the problem persists. Example of JAVA_ARGS after setting the maximum heap size: JAVA_ARGS="-Dtcr.command.libs=${COG_LIB}:${TCR_LIB}:${BIRT_LIB} -Xms64m -Xmx768m -Djava.util.logging.config.file=${TCR_CONF}/ reporting.logging.properties -Dlog4j.configuration=file:// ${TCR_CONF}/log4j.properties.xml -Dcom.ibm.tivoli.reporting.installdir=${TCR_HOME} -Duser.home=${TCR_HOME} -Dcom.ibm.tivoli.reporting.scenario=embedded" Running OS Cognos Reports with Tivoli Common Reporting 2.1.1 on 64-bit AIX 6.1 results in error DPR-ERR-2056 When running OS Cognos Reports against a DB2 Tivoli Data Warehouse, you might encounter error message DPR-ERR-2056, as depicted in the following example: The Report Server is not responding. Handler trace back: [the_dispatcher] com.cognos.pogo.handlers. performance.PerformanceIndicationHandler [the_dispatcher] com.cognos.pogo.handlers.logic.ChainHandler [service_lookup] com.cognos.pogo.handlers.engine.ServiceLookupHandler [load_balancer] com.cognos.pogo.handlers.logic.ChainHandler [lb_forwarder] com.cognos.p2plb.clerver.LoadBalanceHandler [reportservicechain] com.cognos.pogo.handlers.logic.ChainHandler [ifElseBirthandler] com.ibm.cognos.birtservice.logic.IfElseBirtHandler 246 IBM Tivoli Monitoring: Troubleshooting 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
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310

-rw-r--r-- 1 root root
67980 Snap.20120123.013937.11219.0003.trc
-rw-rw-r-- 1 root root
368926 javacore.20120123.013937.11219.0002.txt
-rw-rw-r-- 1 root root 163909461 heapdump.20120123.013937.11219.0001.phd
Example of an out of memory error in a Linux environment while running
the
trcmd
command to list reports:
root@TIP-TCR-Server:/root/rahuls/10-feb-12-logs]/opt/IBM/tivoli/
tipv2Components/TCRComponent/bin/trcmd.sh -username tipadmin -password
tippass
-list -reports
JVMDUMP006I Processing dump event "systhrow", detai
l "java/lang/OutOfMemoryError"
- please wait.
JVMDUMP032I JVM requested Heap dump using ’/root/rahuls/10-feb-12-logs/
heapdump.20120213.203152.17478.0001.phd’ in response to an event
JVMDUMP010I Heap dump written to /root/rahuls/10-feb-12-logs/heapdump.
20120213.203152.17478.0001.phd
JVMDUMP032I JVM requested Java dump using ’/root/rahuls/10-feb-12-logs/
javacore.20120213.203152.17478.0002.txt’ in response to an event
JVMDUMP010I Java dump written to /root/rahuls/10-feb-12-logs/javacore.
20120213.203152.17478.0002.txt
JVMDUMP032I JVM requested Snap dump using ’/root/rahuls/10-feb-12-logs/Snap.
20120213.203152.17478.0003.trc’ in response to an event
JVMDUMP010I Snap dump written to /root/rahuls/10-feb-12-logs/Snap.20120213.
203152.17478.0003.trc
JVMDUMP013I Processed dump event "systhrow", detail
"java/lang/OutOfMemoryError".
CTGTRQ010E Processing has ended because of an unexpected error.
Cause
The Java runtime environment requires more than 512 MB maximum
memory for the processing Tivoli Common Reporting
trcmd
commands.
Solution
Delete any core files that were created.
Increase JVM heap size for the
trcmd
commands: In the
trcmd
script file
(
trcmd.sh
on Linux or UNIX), modify the
JAVA_ARGS
variable by adding
following options
-Xms64m -Xmx768m
, or -
Xms64m -Xmx1024m
if the problem
persists. Example of
JAVA_ARGS
after setting the maximum heap size:
JAVA_ARGS="-Dtcr.command.libs=${COG_LIB}:${TCR_LIB}:${BIRT_LIB}
-Xms64m -Xmx768m -Djava.util.logging.config.file=${TCR_CONF}/
reporting.logging.properties -Dlog4j.configuration=file://
${TCR_CONF}/log4j.properties.xml
-Dcom.ibm.tivoli.reporting.installdir=${TCR_HOME}
-Duser.home=${TCR_HOME}
-Dcom.ibm.tivoli.reporting.scenario=embedded"
Running OS Cognos Reports with Tivoli Common Reporting 2.1.1 on
64-bit AIX 6.1 results in error DPR-ERR-2056
When running OS Cognos Reports against a DB2 Tivoli Data Warehouse, you
might encounter error message DPR-ERR-2056, as depicted in the following
example:
The Report Server is not responding.
Handler trace back: [the_dispatcher] com.cognos.pogo.handlers.
performance.PerformanceIndicationHandler
[the_dispatcher] com.cognos.pogo.handlers.logic.ChainHandler
[service_lookup] com.cognos.pogo.handlers.engine.ServiceLookupHandler
[load_balancer] com.cognos.pogo.handlers.logic.ChainHandler
[lb_forwarder] com.cognos.p2plb.clerver.LoadBalanceHandler
[reportservicechain] com.cognos.pogo.handlers.logic.ChainHandler
[ifElseBirthandler] com.ibm.cognos.birtservice.logic.IfElseBirtHandler
246
IBM Tivoli Monitoring: Troubleshooting Guide