nerdexam
Oracle

1Z0-133 · Question #55

The startup of a Weblogic Server instance fails with the error message: java.net.BindExcepttion: Address already in use Which two methods help identify what is currently listening at the port and…

The correct answer is B. The UNIX 1sof command can report in formation on the process that is listening at a particular IP C. netstat, which is available on Windows and Linux/UNIX, can report on the process bound to this. See the full explanation below for the reasoning.

Question

The startup of a Weblogic Server instance fails with the error message:

java.net.BindExcepttion: Address already in use Which two methods help identify what is currently listening at the port and the Ip this server is configured to be bound to?

Options

  • AThe pmap command lists all processes running with their associated port member.
  • BThe UNIX 1sof command can report in formation on the process that is listening at a particular IP
  • Cnetstat, which is available on Windows and Linux/UNIX, can report on the process bound to this
  • DPstat will report detailed runtime statistics on any process currently listening at this IP and port.
  • EThe Linux port watching tool port info can raise an alertany time a process attempts. succeeds, or

How the community answered

(34 responses)
  • A
    12% (4)
  • B
    82% (28)
  • D
    3% (1)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-133 Practice