rpc port error

Hi,

I don't know if this is a buildServerPlugin problem. But I get this when I start IDEA 5380

Any pointers/help to get around this would be appreciated ?

Regards,
--Venkat.



Attachment(s):
idea-rpc.gif
0
8 comments
Avatar
Permanently deleted user

Hello Venkat,

VS> I don't know if this is a buildServerPlugin problem. But I get this
VS> when I start IDEA 5380
VS>
VS> Any pointers/help to get around this would be appreciated ?

No, this is not a build server plugin problem. Please follow the advice given
in the message box you have posted: in idea.properties file, add a property
with name "rpc.port" and a different port number value.

--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"


0

I did that already. The default port was 63342. I changed it to 63343 in idea.properties still the same error.
This is what I have in my idea.properties.

rpc.port=63343

Is it a different system property that needs to be set?

I checked in the tcpview that 63343 is infact opened by the IDEA's Java process.

Thanks,
--Venkat.

0

Attacing the idea.log. Changed the port to 63350 still the same error.



Attachment(s):
idea.log
0

Hi Dmitry,

I removed the buildServerPlugin and I don't get that error anymore.

Regards,
--Venkat.

0
Avatar
Permanently deleted user

I get the exact same symptoms, and have had to back out the new build server plugin.

--Dave Griffith

0
Avatar
Permanently deleted user

Works for me. Maybe you are hitting ports that are taken. Have you run
an application that will list the used ports? Something like ECView?

Venkat Sonnathi wrote:

Attacing the idea.log. Changed the port to 63350 still the same error.

0

I did check with tcpview (sysinternals.com) and verified that the port is opened by IDEA's Java process.

Do you have buildServerPlugin installed? If so I have couple of questions:

1) Did you install idea5830.zip?

2) Did you download Teamserver with tomcat bundled zip?

Regards,
--Venkat.

0

Please sign in to leave a comment.