IBM E02HRLL-G Administration Guide - Page 188

Correcting the shortcut ports for WebSphere Application Server, Avoiding duplicate document delivery

Page 188 highlights

!ENTRY org.eclipse.osgi 2006-08-24 09:04:14.597 !MESSAGE Error reading configuration: /home/dwhare/WebSphere61/profiles/Dmgr01/configuration/org.eclipse.osgi/.manager/ .fileTableLock (Permission denied) !STACK 0 java.io.FileNotFoundException: /home/dwhare/WebSphere61/profiles/Dmgr01/configuration/org.eclipse.osgi/.manager/ .fileTableLock (Permission denied) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.(FileOutputStream.java:203) at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock (Locker_JavaNio.java:34) at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361) at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658) at ... To resolve this problem: 1. Stop all remaining WebSphere Application Server processes that are running. 2. Change the file permissions for the WebSphere install back to the non-root user. 3. Run /profiles//bin/osgiCfgInit.sh. Note: For Windows, execute the osgiCfgInit.bat command. Start the server. The osgiCfgInit command updates the contents of subdirectories in /configuration/. This directory is used for caching data in the jars in /plugins/. When the data in the jars is updated (for example, when a service pack is installed), the caching data must be updated. The updating of the cache is supposed to occur the first time a command is issued in a profile after a service pack is installed. (for example, the startServer.sh command). However, if there is an exception, like one of the above, then the cache is not updated is must be updated manually. Correcting the shortcut ports for WebSphere Application Server About this task If the ports used for the shortcut in a Windows systems are not correct when using the Start Menu entries to launch the WebSphere Application Server ND admin console, you must change the ports. To change the ports: 1. Go to Start Menu > Programs > IBM WebSphere > Application Server Network Deployment V6.1 > Profiles > bcgprofile > Administrative console. 2. Right click and select properties to change the values for the ports. Avoiding duplicate document delivery when there is more than one router There is a possibility that a duplicate document can be delivered to a gateway when processing high volumes of documents (for example, more than one hundred thousand documents in a 24 hour period) in a UNIX environment. The duplication occurs when there is more than one router instance involved and the common file system is mounted under any UNIX environment. To avoid 182 IBM WebSphere Partner Gateway Enterprise and Advanced Editions: Administration 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

!ENTRY org.eclipse.osgi 2006-08-24 09:04:14.597
!MESSAGE Error reading configuration:
/home/dwhare/WebSphere61/profiles/Dmgr01/configuration/org.eclipse.osgi/.manager/
.fileTableLock
(Permission denied)
!STACK 0
java.io.FileNotFoundException:
/home/dwhare/WebSphere61/profiles/Dmgr01/configuration/org.eclipse.osgi/.manager/
.fileTableLock
(Permission denied)
at java.io.FileOutputStream.openAppend(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:203)
at org.eclipse.core.runtime.internal.adaptor.Locker_JavaNio.lock
(Locker_JavaNio.java:34)
at org.eclipse.core.runtime.adaptor.FileManager.lock(FileManager.java:361)
at org.eclipse.core.runtime.adaptor.FileManager.open(FileManager.java:658)
at ...
To resolve this problem:
1.
Stop all remaining WebSphere Application Server processes that are running.
2.
Change the file permissions for the WebSphere install back to the non-root user.
3.
Run
<
WAS_HOME
>/profiles/<profile>/bin/osgiCfgInit.sh
.
Note:
For Windows, execute the osgiCfgInit.bat command.
Start the server.
The
osgiCfgInit
command updates the contents of subdirectories in
<
WAS_HOME
>/configuration/
. This directory is used for caching data in the jars in
<
WAS_HOME
>/plugins/
.
When the data in the jars is updated (for example, when a service pack is
installed), the caching data must be updated. The updating of the cache is
supposed to occur the first time a command is issued in a profile after a service
pack is installed. (for example, the
startServer.sh
command). However, if there is
an exception, like one of the above, then the cache is not updated is must be
updated manually.
Correcting the shortcut ports for WebSphere Application Server
About this task
If the ports used for the shortcut in a Windows systems are not correct when using
the Start Menu entries to launch the WebSphere Application Server ND admin
console, you must change the ports. To change the ports:
1.
Go to
Start Menu
>
Programs
>
IBM WebSphere
>
Application Server
Network Deployment V6.1
>
Profiles
>
bcgprofile
>
Administrative console
.
2.
Right click and select properties to change the values for the ports.
Avoiding duplicate document delivery when there is more than one
router
There is a possibility that a duplicate document can be delivered to a gateway
when processing high volumes of documents (for example, more than one hundred
thousand documents in a 24 hour period) in a UNIX environment.
The duplication occurs when there is more than one router instance involved and
the common file system is mounted under any UNIX environment. To avoid
182
IBM WebSphere Partner Gateway Enterprise and Advanced Editions: Administration Guide