Skip to content

Commit dd9c3e6

Browse files
committed
Merge branch 'docs-bug37443991' into 'main'
Documenting Bug 37443991 as a known limitation See merge request weblogic-cloud/weblogic-deploy-tooling!1763
2 parents 8b95b44 + b2b673e commit dd9c3e6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

documentation/4.0/content/userguide/limitations/limitations.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,32 @@ to supply "remote" values for these paths.
111111
**ACTION**: While we fully intend to resolve this issue in an upcoming release, the workaround for now is to use the
112112
`weblogic.Deployer` tool to redeploy the application pointing at the new source files, as described in the
113113
[WebLogic Server documentation](https://docs.oracle.com/en/middleware/fusion-middleware/weblogic-server/12.2.1.4/depgd/redeploy.html#GUID-2C0A6D50-3D20-4167-8091-4A5546DEFD6C).
114+
115+
### Online Update Domain running on JDK 8
116+
117+
**ISSUE**: WDT Update Domain may fail if trying to update the values of `RemoteAnonymousRmiiiopEnabled` and
118+
`RemoteAnonymousRmit3Enabled` in the same Update Domain call.
119+
120+
```
121+
####<Jan 6, 2025 12:38:06 PM> <SEVERE> <update> <main> <WLSDPLY-09015> <updateDomain deployment failed: activate() failed: weblogic.rjvm.PeerGoneException: ; nested exception is:
122+
java.io.EOFException>
123+
124+
Issue Log for updateDomain version 4.3.0 running WebLogic version 12.2.1.4.0.240704 in online mode against server using WebLogic version 12.2.1.4.0.240704:
125+
126+
WARNING Messages:
127+
128+
1. WLSDPLY-09012: While handling an error, failed to stop the current edit session and disconnect: undo() failed: None
129+
130+
SEVERE Messages:
131+
132+
1. WLSDPLY-09015: updateDomain deployment failed: activate() failed: weblogic.rjvm.PeerGoneException: ; nested exception is:
133+
java.io.EOFException
134+
135+
Total: SEVERE : 1 WARNING : 1
136+
137+
updateDomain.sh failed (exit code = 2)
138+
```
139+
140+
**ACTION**: This is caused by WebLogic Server Bug 37443991. To resolve this issue, please file an SR with Oracle Support
141+
and ask for a patch for Bug 37443991. The only known workarounds are to either split these two updates into separate
142+
online Update Domain calls or use offline Update Domain.

0 commit comments

Comments
 (0)