Showing posts with label start. Show all posts
Showing posts with label start. Show all posts

Sunday, December 19, 2010

Re: View server start issue

Permlink Replies: 1 - Pages: 1 - Last Post: Dec 17, 2010 10:48 AM Last Post By: ChrisMoir Threads: [ Previous | Next ]
Posts: 15
Registered: May 06, 2008 03:16:51 AM View server start issue
Posted: Oct 26, 2010 02:49:43 AM I have a view which has been restored from the back up. Now i registered and made the tag for it. But it is not able to start the view server process.
The error i get is "cleartool: Error: Unable to find view_server (uuid: path: ) in albd_server on host ". I tried checking docs for the error but could not find any useful stuffs.
Any idea why this happens. Do i need to do something different other than just registering and retagging when restoring from backup?

Any help will be appreciated.

Thanks.


Posts: 47
Registered: Aug 16, 2010 10:26:56 AM Re: View server start issue
Posted: Dec 17, 2010 10:48:36 AM   in response to: UCMRookie in response to: UCMRookie's post Hi,

Please compare the view storage (.view.stg) to another known healthy CCRC view to ensure no parts are missing, and also check the view log on the CM server. When I just had this same issue, the view log was saying:

2010-12-17T10:10:16-05:00 view_server(29598): Error: Unable to open /var/adm/rational/clearcase/ccweb///.view.stg/.hostname: No such file or directory
2010-12-17T10:10:16-05:00 view_server(29598): Error: Unable to open file "/var/adm/rational/clearcase/ccweb///.view.stg/.view": No such file or directory.
2010-12-17T10:10:16-05:00 view_server(29598): Error: /var/adm/rational/clearcase/ccweb///.view.stg isn't a view: No such file or directory

When we looked at the directory of this view, we saw:

drwxrwxr-x 4 usrname group 4096 Dec 17 2010 .
drwxrwxr-x 4 usrname group 4096 Aug 2 09:48 ..
drwxrwxr-x 2 usrname group 4096 Dec 14 12:23 db
drwxrwxr-x 2 usrname group 8192 Dec 14 12:23 .s

Obviously, a lot missing...don't know why this happened though.

-Chris Moir
Inventa Technologies (at Aetna Insurance)

Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.MoreLess 
Point your RSS reader here for a feed of the latest messages in all forums

View the original article here

Thursday, November 18, 2010

Subject: Atria Location Broker need to start at client side - by: cheeteng

Hi,

My company has just installed clearcase server 7.1.1 at a machine and clearcase client 7.1.1 on several client machines.

The client machines are supposed to be installed wtih clearcase explorers only. The clearcase explorer will access the source codes stored on the clearcase server machine using snapshot view.

During installation, I choose the option to install Client components only. THe components include 1) Dynamic Views and 2)Local Views and VOB. So the question now is, should our client machine recommended to install the component Local Views and VOB??

After installing at CLIENT MACHINE, we notice that there is a service called Atria Location Broker. Do we have to start this service at client machine in order to update view or whatever?

I ask this question, cos some of the client machines have problem updating the views. keep getting some error
Unable to copy "\remotemachineVobStorage0BatchPrograms_src.vbsccdft527d1c2eca207c4412875b80427504bf54" to "D:ccsnapshotmy_CR_StreamBatchPrograms_srcepp-j2ee-clientappClientModulegggovtttvrlappbatchrtxnotifyexceptionTest123.txt.loading": Invalid argument.
Unable to load "Test123.txt".
Unable to load "exception".
....................


View the original article here

Wednesday, November 17, 2010

Subject: Atria Location Broker need to start at client side - by: cheeteng

Hi,

My company has just installed clearcase server 7.1.1 at a machine and clearcase client 7.1.1 on several client machines.

The client machines are supposed to be installed wtih clearcase explorers only. The clearcase explorer will access the source codes stored on the clearcase server machine using snapshot view.

During installation, I choose the option to install Client components only. THe components include 1) Dynamic Views and 2)Local Views and VOB. So the question now is, should our client machine recommended to install the component Local Views and VOB??

After installing at CLIENT MACHINE, we notice that there is a service called Atria Location Broker. Do we have to start this service at client machine in order to update view or whatever?

I ask this question, cos some of the client machines have problem updating the views. keep getting some error
Unable to copy "\remotemachineVobStorage0BatchPrograms_src.vbsccdft527d1c2eca207c4412875b80427504bf54" to "D:ccsnapshotmy_CR_StreamBatchPrograms_srcepp-j2ee-clientappClientModulegggovtttvrlappbatchrtxnotifyexceptionTest123.txt.loading": Invalid argument.
Unable to load "Test123.txt".
Unable to load "exception".
....................


View the original article here

Saturday, November 13, 2010

Re: Timed out trying to start vob_server for vob in Windows Server 2008

Permlink Replies: 1 - Pages: 1 - Last Post: Nov 10, 2010 12:55 AM Last Post By: Dilip.J.Mansukh... Threads: [ Previous | Next ]
Posts: 2
Registered: Mar 14, 2008 02:52:23 PM Timed out trying to start vob_server for vob in Windows Server 2008
Posted: Nov 09, 2010 09:34:11 PM ClearCase shows an error message (shown below) while trying to run cleartool 'describe' command from the client

cleartool: Error: Timed out trying to start vob_server for vob ccadmin01:D:\Clea
rCase_Storage\VOBs\Sistemas\web\w_totalplay_vob.vbs
cleartool: Error: See albd or vob error logs on host ccadmin01

When I execute the command from the client, the vob_server appears started up on windows task manager on the server but after a couple of minutes shows the error message on the client. I've turned off windows firewall, checked up ports, changed vob_server.exe, vobrpc_server, albd_server properties to run as an administrator but it didn't work. The server Operative System is Windows Server 2008 R2 and ClearCase 7.1.2.

Can anybody help me please?

Thanks


Posts: 111
Registered: Jul 23, 2006 01:27:50 PM Re: Timed out trying to start vob_server for vob in Windows Server 2008
Posted: Nov 10, 2010 12:55:26 AM   in response to: BancoAzteca in response to: BancoAzteca's post Hi,

Please run this utility which will help to give more details why the abld is behaving like this
once run share the find

http://www-01.ibm.com/support/docview.wss?rs=0&uid=swg21131335

Thanks
Dilip

Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.MoreLess 
Point your RSS reader here for a feed of the latest messages in all forums

View the original article here

Timed out trying to start vob_server for vob in Windows Server 2008

Permlink Replies: 1 - Pages: 1 - Last Post: Nov 10, 2010 12:55 AM Last Post By: Dilip.J.Mansukh... Threads: [ Previous | Next ]
Posts: 2
Registered: Mar 14, 2008 02:52:23 PM Timed out trying to start vob_server for vob in Windows Server 2008
Posted: Nov 09, 2010 09:34:11 PM ClearCase shows an error message (shown below) while trying to run cleartool 'describe' command from the client

cleartool: Error: Timed out trying to start vob_server for vob ccadmin01:D:\Clea
rCase_Storage\VOBs\Sistemas\web\w_totalplay_vob.vbs
cleartool: Error: See albd or vob error logs on host ccadmin01

When I execute the command from the client, the vob_server appears started up on windows task manager on the server but after a couple of minutes shows the error message on the client. I've turned off windows firewall, checked up ports, changed vob_server.exe, vobrpc_server, albd_server properties to run as an administrator but it didn't work. The server Operative System is Windows Server 2008 R2 and ClearCase 7.1.2.

Can anybody help me please?

Thanks


Posts: 111
Registered: Jul 23, 2006 01:27:50 PM Re: Timed out trying to start vob_server for vob in Windows Server 2008
Posted: Nov 10, 2010 12:55:26 AM   in response to: BancoAzteca in response to: BancoAzteca's post Hi,

Please run this utility which will help to give more details why the abld is behaving like this
once run share the find

http://www-01.ibm.com/support/docview.wss?rs=0&uid=swg21131335

Thanks
Dilip

Help

Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular type of content or application that you're viewing.

My tags shows your tags for this particular type of content or application that you're viewing.

Use the search field to find all types of content in My developerWorks with that tag. Use the slider bar to see more or fewer tags. Popular tags shows the top tags for this particular type of content or application that you're viewing. My tags shows your tags for this particular type of content or application that you're viewing.MoreLess 
Point your RSS reader here for a feed of the latest messages in all forums

View the original article here