Skip to main content
1-Visitor
June 27, 2015
Question

I am cloning a 10.2 M020 Server.But when I am done all the configuration and trying to start the windchill.I am getting following message in server manager and it gets stuck. Method server does not get launched.

  • June 27, 2015
  • 8 replies
  • 7910 views

I am cloning a 10.2 M020 Server.But when I am done all the configuration and trying to start the windchill.I am getting following message in server manager and it gets stuck. Method server does not get launched.

2015-06-27 12:02:21,039 INFO  [main] wt.server.manager.startup - ServerManager bound in registry.

2015-06-27 12:02:21,046 INFO  [main] wt.manager.CacheMasterNegotiator - Cache master stub name: CacheMaster

2015-06-27 12:02:21,046 INFO  [main] wt.manager.CacheMasterNegotiator - Using low-locking algorithm

8 replies

gdhote1-VisitorAuthor
1-Visitor
June 28, 2015

can anybody please provide the information?

June 29, 2015

Hi

Please remove the cashes and restart the windchill. it should work.

regards,

vijay

1-Visitor
August 21, 2015
  1. Go to Start > Run

  2. Type Drivers

  3. Go to etc folder

  4. Open hosts file in a text editor like notepad

  5. Verify IP address and host name are correct

  6. Add or Update server alias or name in Hosts file

Note: In case IP address changes frequently then need to update manually every time by contacting respective IT departments of customer


you can view CS125275


1-Visitor
April 18, 2016

The sever can not started.

But there is no error in log file.

The only information is like title.

why?

1-Visitor
May 9, 2016

I had the same problem: Maps an existing user in a database to a Microsoft® SQL Server™ login.

I have resolved this issue (i.e., MS-SQL 15023)

Please, check the following link for your reference: https://technet.microsoft.com/en-us/library/aa259633(v=sql.80).aspx

------------------------------------------------------------------------------------------------------

USE wcadmin

GO

EXEC sp_change_users_login 'UPDATE_ONE', wcadmin, wcadmin

GO

--------------------------------------------------------------------------------------------------------

1-Visitor
September 26, 2016

Ran into this problem this morning.  It turned out to be a DB connection issue I found per Shreyas Atre comment.  I attempted to connect to my Oracle DB using SQLPlus and I got...

     ORA-28000: the account is locked

I unlocked the user by performing the following steps...

     sqlplus / as sysdba

     alter user yourUserName identified by yourPassword account unlock;

Hope this helps someone.

Now I need to figure out how/why the DB user account got locked.

1-Visitor
December 5, 2016

The question is relevant?

1-Visitor
April 24, 2019
Got the same problem. My version is 11.1. Yesterday it can start without any problem. But today cannot start windchill service and get stuck. It's weird that I did nothing more but opening my pc! Have tried to clean cache but no progress. Does anyone know how to fix this? Thanks
13-Aquamarine
July 21, 2020

Today I got the same issue and finally I fixed it.

It was caused by the DB user password expiration - go to the SQLPLUS and try to connect with "oracle" (or another which you have created during installation) and log in. It will ask you to change password.

 

Then just start Windchill again.