Skip to content

Compatibility with Oracle CPU Oct 2024 #1587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
veijov opened this issue Oct 17, 2024 · 3 comments
Closed

Compatibility with Oracle CPU Oct 2024 #1587

veijov opened this issue Oct 17, 2024 · 3 comments

Comments

@veijov
Copy link

veijov commented Oct 17, 2024

Weblogic logs contains exceptions while deploying

  • Error on connection: 'weblogic.rjvm.t3.MuxableSocketT3$T3MsgAbbrevJVMConnection@541b0a8a' java.io.EOFException
  • java.rmi.ConnectException: PeerGone thrown while in non-connected state
  • java.rmi.ConnectException: Attempt to sendMsg using a closed connection
    Despite the errors, the deployment is successful.
@ddsharpe
Copy link
Member

Sorry, but I do not understand what you are doing. Please describe the environment, and the workflow that you are trying to do.

@veijov
Copy link
Author

veijov commented Nov 1, 2024

We are deploying our applications using the following command: java weblogic.Deployer -deploy -adminurl t3 -adminurl t3://localhost:7001...
During deployment several errors are logged in the WLS log, the causes of which I have listed above. Before the CPU, there were no such errors.

@ddsharpe
Copy link
Member

ddsharpe commented Nov 1, 2024

WebLogic Deploy Tooling and weblogic.Deployer are not the same tool. weblogic.Deployer is part of the Oracle WebLogic distribution. If there is an issue with the October CPU or that tool, you need to file an SR with Oracle Support.

WebLogic Deploy Tooling (this project) is an open source set of tools that is installed separately from the Oracle Home and contains shell commands like createDomain, discoverDomain, etc. See https://github.com/oracle/weblogic-deploy-tooling/tree/main/installer/src/main/bin

@ddsharpe ddsharpe closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants