ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Unable to find local integration node listed in IIB

Post new topic  Reply to topic
 Unable to find local integration node listed in IIB « View previous topic :: View next topic » 
Author Message
gappodi
PostPosted: Wed Sep 06, 2017 10:02 pm    Post subject: Unable to find local integration node listed in IIB Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

I installed MQ 7.5 and 9.0.0.1 toolkit using 'root' user on my linux desktop. I created a local integration node 'IB9NODE' associated with queue manager 'IB9QMGR' using mqsi commands.

When I open up IIB toolkit using a standard desktop user for e.g. 'msharma', it does not display the newly created node under Intgeration Nodes. When I try to refresh it I get the following error in a pop-up window.

The list of local broker names could not be read
Check that,
1. The integration node is running.
2. The TCP/IP port of the queue manager is active if it is remote.


Please provide some help here.

Just to mention, my /etc/group file looks as following..
mqbrkrs:x:503:root,mqm,msharma
mqm:x:504:root,msharma
Back to top
View user's profile Send private message
gappodi
PostPosted: Thu Sep 07, 2017 4:18 am    Post subject: Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

Anyone please provide here. I am not able to figure out what am I missing here.

Thanks..
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Sep 07, 2017 4:25 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Start with logs.

On linux look in the user logs, and in the eclipse .log file in your eclipse install.

Also make sure you log out and log back in to ensure that the group membership is in effect.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
gappodi
PostPosted: Thu Sep 07, 2017 4:46 am    Post subject: Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

@mqjeff..

I checked user logs under '/var/log/messages' file and could not find anything relevant.

Also, I am running IIB toolkit by running '/opt/ibm/IntegrationToolkit90_2/launcher -product com.ibm.etools.msgbroker.tooling.ide' command. I do not see any .log file under '/opt/ibm/IntegrationToolkit90_2' folder where there is an executable 'eclipse'.

I restarted my desktop and re logged in (in order to ascertain that group changes should take effect).

Still of no help
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Sep 07, 2017 5:13 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Sorry, the .log file is in <workspace>/.metatdata
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
gappodi
PostPosted: Thu Sep 07, 2017 10:06 pm    Post subject: Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

I see following errors in the .log file.

!MESSAGE Exception thrown when resolving package descriptor for package "org.eclipse.emf.ecore.plugin.RegistryReader$EPackageDescriptor@1c50cbee": java.lang.ClassNotFoundException: com.ibm.etools.mapping.msgmap.MsgmapPackage
!SESSION 2017-09-08 11:17:24.843 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=JRE 1.7.0 IBM J9 2.6 Linux x86-32 20120809_118929 (JIT enabled, AOT enabled)
J9VM - R26_Java726_SR2_20120809_0948_B118929
JIT - r11.b01_20120808_24925
GC - R26_Java726_SR2_20120809_0948_B118929
J9CL - 20120809_118929
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product com.ibm.etools.msgbroker.tooling.ide
Command-line arguments: -os linux -ws gtk -arch x86 -product com.ibm.etools.msgbroker.tooling.ide

!ENTRY org.eclipse.ui 4 4 2017-09-08 11:17:30.561
!MESSAGE Invalid preference page path: Websphere Application Server

!ENTRY org.eclipse.wst.common.project.facet.core 4 0 2017-09-08 11:17:31.459
!MESSAGE Project facet jst.jsf has not been defined. It is used in plugin com.ibm.etools.javaee.cdi.core.

!ENTRY com.ibm.team.repository 2 900 2017-09-08 11:17:42.002
!MESSAGE Exception thrown when resolving package descriptor for package "org.eclipse.emf.ecore.plugin.RegistryReader$EPackageDescriptor@311cd0cb": java.lang.ClassNotFoundException: com.ibm.etools.esql.lang.esqlexpression.SyntaxtreePackage

!ENTRY com.ibm.team.repository 2 900 2017-09-08 11:17:42.309
!MESSAGE Exception thrown when resolving package descriptor for package "org.eclipse.emf.ecore.plugin.RegistryReader$EPackageDescriptor@c441cd29": java.lang.ClassNotFoundException: com.ibm.etools.mapping.msgmap.MsgmapPackage


What does this mean here ?

Thanks in advance
Maneesh Sharma
Back to top
View user's profile Send private message
mqjeff
PostPosted: Fri Sep 08, 2017 2:59 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

... not really anything for the problem you're trying to fix.

Try renaming the .log file, and then start Toolkit up again.

You should get a new .log file. Read through it looking for anything that talks about 'broker'.

Also, are you launching toolkit from a desktop icon of some sort? or from a command line?

This might make a difference, but might not.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
Android 23
PostPosted: Sun Sep 10, 2017 8:31 am    Post subject: Reply with quote

Apprentice

Joined: 27 Mar 2017
Posts: 38

Check whether the remote queue manager is running or not.
Please go through Error logs in Linux .
Event logs in windows.

Please check whether Integration Node is created correctly or not.
Else check whether there is any problem with the installation in IIB.

In mqm group, check if it contains
Quote:
MUSR_MQADMIN


Please Confirm it. And reply it

Thanks & Regards

Android23
Back to top
View user's profile Send private message
gappodi
PostPosted: Sun Sep 10, 2017 8:34 pm    Post subject: Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

Quote:
Check whether the remote queue manager is running or not.

It is a local queue manager setup on my desktop and is up and running.

Quote:
Please go through Error logs in Linux .

Couldn't find anything in the logs under '/var/log/messages' file

Quote:
Please check whether Integration Node is created correctly or not.

I am able to start and stop in the integration node from commandline.

Quote:
Else check whether there is any problem with the installation in IIB.

Installation logs are also clean.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Sep 11, 2017 3:32 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

You would need to look in /var/mqm/errors and /var/mqm/<qmgrname>/errors

you can also, from a command line, add -c (or maybe --clean) and -i (or maybe --initialize) to the command to launch the toolkit.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
gappodi
PostPosted: Mon Sep 11, 2017 4:44 am    Post subject: Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

@mqjeff.. My doubt here is that I am performing the ENTIRE IIB installaiton using 'root' user and trying to open toolkit using a standard desktop user i.e. 'msharma'.

Can it have any user related issues that is causing it NOT to display Integration servers under the Integration Nodes view ?

Please help ...

Regards,
Maneesh Sharma
Back to top
View user's profile Send private message
gappodi
PostPosted: Mon Sep 11, 2017 5:10 am    Post subject: Reply with quote

Voyager

Joined: 05 Sep 2014
Posts: 76

There is absolutely nothing in /var/mqm/errors and /var/mqm/<qmgrname>/errors that talks about any error.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Sep 11, 2017 6:18 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

gappodi wrote:
@mqjeff..Can it have any user related issues that is causing it NOT to display Integration servers under the Integration Nodes view ?


Yes.

What? I have no idea...
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Unable to find local integration node listed in IIB
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.