| Author | 
		  Message
		 | 
		
		  | raks | 
		  
		    
			  
				 Posted: Tue Dec 07, 2010 4:51 pm    Post subject: CVS error | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 07 Dec 2010 Posts: 11
  
  | 
		  
		    
			  
				Hi
 
 
Recently we have upgraded Message broker from V7.0.0 to V7.0.0.1 and now we are facing the issue with CVS. I have checkout the code from the CVS and using Ant script created the bar file. After creating the bar file if i restart the toolkit i will get CVS error like "Could not write the metadata and all the projects in the toolkit are not visible.
 
 
Any sugggestions ???? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Wed Dec 08, 2010 12:38 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				Have you tried restarting the toolkit with the "- clean" option?   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | raks | 
		  
		    
			  
				 Posted: Wed Dec 08, 2010 2:02 am    Post subject: CVS error | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 07 Dec 2010 Posts: 11
  
  | 
		  
		    
			  
				| Yes i restarted the toolkit with -clean option but still the same problem.... | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Wed Dec 08, 2010 2:31 pm    Post subject: Re: CVS error | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				
   
	| raks wrote: | 
   
  
	| Yes i restarted the toolkit with -clean option but still the same problem.... | 
   
 
 
Is your toolkit up to date with the latest corresponding ifix to the broker?
 
 
In doubt try and check the project out again...   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | raks | 
		  
		    
			  
				 Posted: Wed Dec 08, 2010 5:04 pm    Post subject: CVS error | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 07 Dec 2010 Posts: 11
  
  | 
		  
		    
			  
				Yes.. The fix pack is up to date.... I tried in different machine same error am getting.  
 
 
Error Message :
 
!MESSAGE Could not write metadata for '/MFP_TEST'.
 
!STACK 0
 
java.io.FileNotFoundException: C:\Documents and Settings\Administrator\IBM\wmbt70\TEST\.metadata\.plugins\org.eclipse.core.resources\.projects\MFP_TEST\.markers (The system cannot find the path specified.)
 
	at org.eclipse.core.internal.localstore.SafeFileOutputStream.<init>(Unknown Source)
 
	at org.eclipse.core.internal.resources.SaveManager.visitAndSave(Unknown Source)
 
	at org.eclipse.core.internal.resources.SaveManager.visitAndSave(Unknown Source)
 
	at org.eclipse.core.internal.resources.SaveManager.save(Unknown Source)
 
	at org.eclipse.core.internal.resources.Workspace.save(Unknown Source)
 
	at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$3.run(Unknown Source)
 
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Unknown Source)
 
 
If i rollback Message broker version 7.0.0.1 to 7.0.0 then everything working fine...
 
 
Pls  suggest me on this issue. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mqjeff | 
		  
		    
			  
				 Posted: Wed Dec 08, 2010 5:39 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Grand Master
 
 Joined: 25 Jun 2008 Posts: 17447
  
  | 
		  
		    
			  
				Try changing the workspace location to something other than the default location.
 
 
like, perhaps, "C:\workspace\" | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | raks | 
		  
		    
			  
				 Posted: Wed Dec 08, 2010 6:32 pm    Post subject: CVS error | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 07 Dec 2010 Posts: 11
  
  | 
		  
		    
			  
				| In tried in new workspace also...same error i am getting... | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | raks | 
		  
		    
			  
				 Posted: Thu Dec 09, 2010 8:12 pm    Post subject: WMB 7.0.0.1 FIXPACK ISSUES | 
				     | 
			   
			 
		   | 
		
		
		   Novice
 
 Joined: 07 Dec 2010 Posts: 11
  
  | 
		  
		    
			  
				Hi,
 
 
Finally found out the route cause for this issue.
 
 
Below mentioned steps to recreate the issue and difference between the 7.0.0 and 7.0.0.1
 
 
1) I have created one test message flow with input and output queue.
 
using the mqsicreatebar command i have created the bar file. After creating the bar file if we check in the Metadata path (workspace\wmbt70\TESTING\.metadata\.plugins\org.eclipse.core.resources\.projects) folder Message flow project is deleted from this path.
 
 
2) If i restart or close the toolkit i am getting below erro message
 
 
!MESSAGE Could not write metadata for '/MF_TEST'.
 
!STACK 0
 
java.io.FileNotFoundException: workspace\IBM\wmbt70\TESTING\.metadata\.plugins\org.eclipse.core.resources\.projects\MF_TEST\.markers (The system cannot find the path specified.)
 
 
 
3) Tested same scenario in WMB v7.0.0, Mqsicreatebar command does not delete the files from the org.eclipse.core.resources folder.
 
 
4) I have also verified the size of the mqsicreatebar.exe file in both 7.0.0.1 and 7.0.0 toolkit. Both are in different size
 
 
IN 7.0.0 Size = 39KB
 
In 7.0.0.1 Size = 54 KB
 
 
 
5) same error can reproducible in both LINUX and WINDOWS OS.
 
 
 
Pls suggest this is the problem with new fix-pack 7.0.0.1????? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | SANTYP | 
		  
		    
			  
				 Posted: Thu Dec 09, 2010 11:48 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Centurion
 
 Joined: 27 Mar 2007 Posts: 142
  
  | 
		  
		    
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | WGerstma | 
		  
		    
			  
				 Posted: Fri Feb 10, 2012 4:31 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Acolyte
 
 Joined: 18 Jul 2011 Posts: 55
  
  | 
		  
		    
			  
				Hi,
 
 
I am facing the same problem with 7.0.0.1
 
 
Does anybody know about the status of this PMR, is there an iFix available or a recommendation which Fixpack I should use?
 
 
For my customer, there are limitations to the upgrade/patching of environments. I could also apply Fixpack 7.0.0.3, but have no idea how to figure out if this problem is fixed in this version.
 
 
Can anybody help? | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | lancelotlinc | 
		  
		    
			  
				 Posted: Fri Feb 10, 2012 5:55 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA 
  | 
		  
		    
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | WGerstma | 
		  
		    
			  
				 Posted: Sat Feb 11, 2012 5:51 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   Acolyte
 
 Joined: 18 Jul 2011 Posts: 55
  
  | 
		  
		    
			  
				| Just to answer myself: The problem is fixed with 7.0.0.3 | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |