Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6901115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:37:58+00:00 2026-05-27T07:37:58+00:00

I am getting exception on console which is: java.lang.Exception: Port 8083 already in use.

  • 0

I am getting exception on console which is:

java.lang.Exception: Port 8083 already in use.

How to resolve this exception? If I will get which service is using 8083 port then I can stop that service and in this way I can get over this problem.

Thanks for your help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:37:59+00:00Added an answer on May 27, 2026 at 7:37 am

    java.lang.Exception: Port 8083 already in use.

    The error means that another application already has that port bound so that you can’t use it. Typically it means that a server is running (or is exiting) but still has the specific port open. Often this error is given when you are trying to shutdown one server and bring up the new version but the first server isn’t total down when the new one is started. You need to find the server in question and you may have to kill it using kill -9 or something.

    A good tool to find out which application has the port open is lsof. This should work under most Unixes (Linux) and MacOSX at least.

    lsof -i :8083
    

    lsof is for LiSting the Open Files on a system but the -i option is for internet addresses:

    -i [i]   This option selects the listing of files any of whose Internet
             address matches the address specified in i.
            [46][protocol][@hostname|hostaddr][:service|port]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing a multithreaded program in which i am getting exception java.lang.IllegalThreadStateException .
I am getting this exception while accessing the jax-ws web service from my client.
I am getting Following Exception while configuring the Connection Pool in Tomcat This is
i'm getting exception on Transformer transformer = tFactory.newTransformer(StreamXSL); but the error below is not
I'm getting an Exception while trying to insert a row in oracle table. I'm
I'm getting an exception from Cruise Control about not being able to connect to
Here I am getting the Exception when I am setting the recordsetting in AvAudioRecord.
In one of our application im getting an exception that i can not seem
in my application I am getting an exception: MyApp(38431,0xa004ffa0) malloc: *** error for object
Why do I keep on getting an exception-illegal operation on ResultSet? Here is the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.