Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
DOWNLOADLATESTPKGS Fails with "[email protected]#[email protected]#10#@!--#@!"

When running the nightly job "DOWNLOADLATESTPKGS", during the "Download Advisories" step, the job fails with the error "[email protected]#[email protected]#10#@!--#@!". The only output I see in the log file log/gcagent.log is:
2022-04-03 12:35:53,236 [115622:70092482:JobWriter-GCThread-52277-115622 (Job Receiver Output Notification)] WARN - unable to drain response stream
java.io.EOFException: Premature EOF encountered
at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:363)
at HTTPClient.RespInputStream.read(RespInputStream.java:151)
at HTTPClient.RespInputStream.read(RespInputStream.java:112)
at HTTPClient.Response.readResponseHeaders(Response.java:1170)
at HTTPClient.Response.getHeaders(Response.java:893)
at HTTPClient.Response.getStatusCode(Response.java:341)
at HTTPClient.RetryModule.responsePhase1Handler(RetryModule.java:94)
at HTTPClient.HTTPResponse.handleResponseImpl(HTTPResponse.java:888)
at HTTPClient.HTTPResponse.access$000(HTTPResponse.java:64)
at HTTPClient.HTTPResponse$2.run(HTTPResponse.java:855)
at HTTPClient.HTTPResponse$2.run(HTTPResponse.java:853)
at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:1083)
at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:853)
at HTTPClient.HTTPResponse.getStatusCode(HTTPResponse.java:246)
at oracle.sysman.gcagent.comm.http.ClientConnection$Response.getStatusCode(ClientConnection.java:168)
at oracle.sysman.gcagent.comm.agent.http.JobReceiverProtocolClient.speakProtocol(JobReceiverProtocolClient.java:791)
at oracle.sysman.gcagent.jobs.JobReceiverNotification.attemptNotification(JobReceiverNotification.java:317)
at oracle.sysman.gcagent.jobs.JobReceiverNotification.call(JobReceiverNotification.java:233)
at oracle.sysman.gcagent.jobs.JobReceiverNotification.call(JobReceiverNotification.java:62)
at oracle.sysman.gcagent.task.TaskFutureImpl$WrappedTask.accountedCall(TaskFutureImpl.java:600)
at oracle.sysman.gcagent.task.TaskFutureImpl$WrappedTask.call(TaskFutureImpl.java:644)
Any ideas? I'm at a lose where to look.
Answers
-
Looks like a network issue: java.io.EOFException: Premature EOF encountered.
Can you schedule this job at an other time?
Regards,
Eric