cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Translate the entire conversation x

Eclipse IDE on Windchill with multiple methodservers

Dobi
17-Peridot

Eclipse IDE on Windchill with multiple methodservers

I am using Windchill PDMLink Release 13.0 and Datecode with CPS 13.0.2.1

In our dev environment we installed Eclipse per documentation in the customization guide. This reduced the number of MethodServers from 3 to just 1. How do we restore the other 2 method servers with eclipse still running?

Here are the errors that I faced
No error message. Before eclipse setup, we had 3 method servers. Post eclipse setup with the required additions in the wt.properties file we have just 1 and can't find a way to restore the other 2.
ACCEPTED SOLUTION

Accepted Solutions
MTH
10-Marble
10-Marble
(To:Dobi)

Hi  Dobi,

The behaviour of IDE( not specific to eclipse) seems to be relevant in the sens that if you want to debug, the debugger should catch all the user interactions on a given port. So i you have multiple method servers, a debugger won't be able to catch the interactions on the 2 method servers for which it's not listening on their ports. More generally, since the debugger is not meant to be run on production server, you can manage by running only one method server is in case you need the debug(i'm not aware of configuring multiple debuggers on different ports for different method servers).

View solution in original post

4 REPLIES 4
Fadel
22-Sapphire III
(To:Dobi)

I'm not aware of such scenario , but to set number of method servers see https://www.ptc.com/en/support/article/CS66035 

Fede

Hi Dobi,

You can also refer HC page:

WCInstall_SetUpNumbers

BTW, do you need to run MethodServer and bgms ?

Charles.

MTH
10-Marble
10-Marble
(To:Dobi)

Hi  Dobi,

The behaviour of IDE( not specific to eclipse) seems to be relevant in the sens that if you want to debug, the debugger should catch all the user interactions on a given port. So i you have multiple method servers, a debugger won't be able to catch the interactions on the 2 method servers for which it's not listening on their ports. More generally, since the debugger is not meant to be run on production server, you can manage by running only one method server is in case you need the debug(i'm not aware of configuring multiple debuggers on different ports for different method servers).

Dobi
17-Peridot
(To:MTH)

This actually makes sense... so if I am running an IDE of any sort on my dev environment, it makes sense that there's only 1 method server. 

Announcements

Top Tags