| Author | 
		  Message
		 | 
		
		  | smdavies99 | 
		  
		    
			  
				 Posted: Mon Apr 17, 2006 11:52 am    Post subject: WBI 6.0 on Linux Installation & Configuration woes | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land. 
  | 
		  
		    
			  
				I'm tryig to get the V6.0.0.1 broker running on an RHEL 4 system. I have numerous problems that seem to be stopping me from getting it all working.
 
 
1) - The execution group starts (logged in /var/log/messages) 
 
    - The bar file deployed in sitting on the Broker.ExecutionGroup.Queue
 
    - The DataFlow engine fails to attach itself to the above queue thus the 
 
      deployment times out.
 
 
2) - mqsicreatebroker works fine
 
     - mqsicreateconfigmgr hangs. When you hit Ctrl/C it reports that the JVM was not fully initialised.
 
 
3) I tried to remove the product by deleting the "rpm" entries but these are just dummies.
 
   - I deleted the /opt/ibm/mqsi & /var/mqsi directories 
 
   - When I run the installer for V6.0.0.0 again it says that that there is a higher version installed.
 
   - naturally, the installation guide fails to mention how to uninstall the products.
 
   - I Really, really do not want to trash the system and install it again
 
 
Has any other MQSeries.net user managed to get it working on RHEL 4?
 
Any pointers greatfully received.
 
 
Steve _________________ WMQ User since 1999
 
MQSI/WBI/WMB/'Thingy' User since 2002
 
Linux user since 1995
 
 
 
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | wschutz | 
		  
		    
			  
				 Posted: Mon Apr 17, 2006 4:08 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired) 
  | 
		  
		    
			  
				Steve..where are you now in this?  Have you been able to re-install and apply service? _________________ -wayne | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | smdavies99 | 
		  
		    
			  
				 Posted: Mon Apr 17, 2006 9:41 pm    Post subject: Re-installation | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land. 
  | 
		  
		    
			  
				Wayne,
 
 So far I have not been able to re-install the WBI software. I am taking a fresh look at it now.
 
Steve _________________ WMQ User since 1999
 
MQSI/WBI/WMB/'Thingy' User since 2002
 
Linux user since 1995
 
 
 
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | smdavies99 | 
		  
		    
			  
				 Posted: Mon Apr 17, 2006 10:13 pm    Post subject: re install done | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land. 
  | 
		  
		    
			  
				Wayne,
 
 Taking a fresh look at on a new day I have re-installed the WBI runtime and patched it to 6.0.0.1.
 
I missed the _uninstall directory....   
 
 
The mqsicreateconfigmgr command still hangs though
 
When I try to kill it with CTRL/C it says
 
JVMDG218: JVM is not fully initialised...
 
 
$ which java
 
/opt/ibm/mqsi/6.0/jre/bin/java
 
 
So I'm trying to use the jvm supplied with wbi which seems to work fine for mqsicreatebroker, mqsideletebroker & mqsideleteconfigmgr etc.
 
I wonder it the problem lies in trying to initialise cloudscape?
 
 
Steve _________________ WMQ User since 1999
 
MQSI/WBI/WMB/'Thingy' User since 2002
 
Linux user since 1995
 
 
 
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | wschutz | 
		  
		    
			  
				 Posted: Tue Apr 18, 2006 2:30 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Knight
 
 Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired) 
  | 
		  
		    
			  
				I've seen two things related to the error (JVMDG218), one having to do with the classath ending in a "/" and the other having to do with shortage of memory.  Does either apply? _________________ -wayne | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | smdavies99 | 
		  
		    
			  
				 Posted: Tue Apr 18, 2006 2:40 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Jedi Council
 
 Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land. 
  | 
		  
		    
			  
				Wayne,
 
 The System has 2Gb of Ram and there is 70% of it free so thats not the issue.
 
The users .bash_profile calls the mqsiprofile script to define the wbi environment. That script OOTB.
 
The classpath looks ok and I can run other java apps such as db2cc. The db2 defs are after the wbi ones in the classpath.
 
 
steve _________________ WMQ User since 1999
 
MQSI/WBI/WMB/'Thingy' User since 2002
 
Linux user since 1995
 
 
 
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |