Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Issues in running jetty with intellij

Only other thing I have seen in eclipse is a container being started twice.  But doubt that would be your issue.

On 28/07/2015 9:16 am, "Abhishek Gupta" <abhi.bansal21@xxxxxxxxx> wrote:

Still nothing. Unable to understand how it is even possible.


On Tue, Jul 28, 2015, 1:09 AM "" <lord.buddha@xxxxxxxxx> wrote:
Try those commands without the "t" option.  

Perhaps its just the udp port that is blocked.




On 27 July 2015 at 23:57, Abhishek Gupta <abhi.bansal21@xxxxxxxxx> wrote:

That’s a good catch for lsof, but still nothing:

$ sudo lsof -w -n -i tcp:1099
$ netstat -tanp tcp|grep 1099 |grep LISTEN
$ netstat -tan|grep 1099 |grep LISTEN

Just to tell you the things I checked.

  1. Intellij plugin: Somewhere on the net I found that there are be some intellij plugins which may use port 1099 (like FindBugs plugin). But in reality if there is any plugin using 1099 it should show up in the lsof/netstat. Still keeping my faith in Digital God, I tried removing all the intellij plugins and also with a fresh intellij install. Still nothing.
  2. I checked all the config files to match them with working version.

Let me try running jetty directly from command line. This may help in converging the possibility space.

On Mon, Jul 27, 2015 at 9:26 AM Abhishek Gupta abhi.bansal21@xxxxxxxxx wrote:

Hi guys,

I am getting a issue in running jetty in intellij. Intellij is complaining that someone is already using the port 1099.

The complete information about the issue is here http://stackoverflow.com/questions/31494815/which-process-is-using-1099jmx-port.

I have been trying to solve this for over a week but no success. Even intellij guys are unable to solve this (though they haven't tried enough). 

Can someone help?


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Back to the top