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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Having issue the Windchill ("Unable to invoke remote method")

ptc-6419831
1-Newbie

Having issue the Windchill ("Unable to invoke remote method")

We are having issue running any page, which require Java. Though the page is appearing, some functionalities in the page are not working and the page throws error after a while. Following is the error we're getting. Any help ?


wt.util.WTRemoteException: Unable to invoke remote method; nested exception is:

wt.util.WTRemoteException: Unable to locate method server; nested exception is:

wt.util.WTRemoteException: Unable to locate method server; nested exception is:

wt.util.WTRemoteException: Unable to get server; nested exception is:

wt.util.WTRemoteException: Unable to locate server manager; nested exception is:

java.rmi.ConnectException: Connection refused to host: adtwtipwvsds01.tawazun.ae; nested exception is:

java.net.ConnectException: Connection timed out: connect

Nested exception is: wt.util.WTRemoteException: Unable to invoke remote method

Nested exception is: wt.util.WTRemoteException: Unable to locate method server

Nested exception is: wt.util.WTRemoteException: Unable to locate method server

Nested exception is: wt.util.WTRemoteException: Unable to get server

Nested exception is: wt.util.WTRemoteException: Unable to locate server manager

Nested exception is: java.rmi.ConnectException: Connection refused to host: adtwtipwvsds01.tawazun.ae; nested exception is:

java.net.ConnectException: Connection timed out: connect

All client machines are having Java x86 1.7 Update 60.

Thank you

1 REPLY 1

The error message is showing that your connection to the host adtwtipwvsds01.tawazun.ae is being refused. I assume thats the hostname of your Windchill server. Are your clients able to make direct RMI connections to your Windchill server, or is there a firewall blocking the RMI ports? If the RMI ports are being blocked, then you'll need to tunnel the RMI traffic over HTTP instead. You can find instructions for RMI tunneling here:

https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS66009

Top Tags