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 » MQSI 2.1 - Problems running compiled Plug-in Nodes on HP-UX

Post new topic  Reply to topic
 MQSI 2.1 - Problems running compiled Plug-in Nodes on HP-UX « View previous topic :: View next topic » 
Author Message
Paul D
PostPosted: Wed Mar 06, 2002 10:51 am    Post subject: Reply with quote

Master

Joined: 16 May 2001
Posts: 200
Location: Green Bay Packer Country

Has anyone experienced problems running plug-in nodes they compiled and linked on HP-UX? I'm trying to get the MQGet node to work on HP-UX. I've got them to compile and run, but they won't load. If I run a..

ldd -d <Node lil file>

command, I get the following missing symbols

symbol not found: _SYSTEM_ID (/usr/lib/libc.2)
symbol not found: _end (/usr/lib/libc.2)
symbol not found: _SYSTEM_ID (/usr/lib/libCsup_v2.2)
symbol not found: __dld_loc (/usr/lib/libdld.2)

I'm using this command because the broker isn't recognizing the node. I get the following error...

Mar 6 09:02:57 poof WMQIv210[8401]: (POOFB.default)[11]BIP4041E: Execution group 'default' received an invalid configuration messag
e. See the following messages for details of the error. : POOFB.778051e7-eb00-0000-0080-95174fff1d82: /build/S210_P/src/DataFlowEngi
ne/ImbConfigurationNode.cpp: 334: ImbConfigurationNode::evaluate: ComIbmConfigurationNode: ConfigurationNode
Mar 6 09:02:57 poof WMQIv210[8401]: (POOFB.default)[11]BIP2241E: Configuration message requests creation of message flow node type
'MQGetNode' in message flow 'TrustPremiumTransaction'; broker cannot create nodes of this type. : POOFB.778051e7-eb00-0000-0080-9517
4fff1d82: /build/S210_P/src/DataFlowEngine/ImbDataFlowManager.cpp: 453: ImbDataFlowManager::createNode: MessageFlow: 2c87d581-eb00-0
000-0080-95174fff1d82

I believe the "symbol not found" error is showing that it can't file these *.sl's that it needs to load. My makefile looks like this:

DEFINES = -D_HPUX +z
CC = cc
MQSIROOT = /opt/mqsi
MQSISAMPLE = /home/dix2193/MQSIV2Exit/MQGetNode/source
MQSIINCLUDE = -I$(MQSIROOT)/include -I$(MQSIROOT)/include/plugin -I$(MQSISAMPLE)
SMTPDIR = $(MQSISAMPLE)

all: MQGET.lil

MQGet.o: MQGet.c
$(CC) -I. -I$(MQSIROOT)/include -I$(MQSIROOT)/include/plugin -c MQGet.c $(DEFINES)

NodeUtils.o: NodeUtils.c NodeUtils.h
$(CC) -I. -I$(MQSIROOT)/include -I$(MQSIROOT)/include/plugin -c NodeUtils.c $(DEFINES)

MQGET.lil: MQGet.o NodeUtils.o
ld -b -o MQGET.lil -L $(MQSIROOT)/lib -l imbdfplg MQGet.o NodeUtils.o

And produces the following output from the make...

poof:(/home/dix2193/MQSIV2Exit/MQGetNode/source) 262: make
cc -I. -I/opt/mqsi/include -I/opt/mqsi/include/plugin -c MQGet.c -D_HPUX +z
cc: warning 487: Possibly incorrect message catalog.
cc -I. -I/opt/mqsi/include -I/opt/mqsi/include/plugin -c NodeUtils.c -D_HPUX +z
cc: warning 487: Possibly incorrect message catalog.
ld -b -o MQGET.lil -L /opt/mqsi/lib -l imbdfplg MQGet.o NodeUtils.o
ld: (Warning) At least one PA 2.0 object file (MQGet.o) was detected. The linked output may not run on a PA 1.x system.
poof:(/home/dix2193/MQSIV2Exit/MQGetNode/source) 263:

I've got the message file in the following directory named:

/usr/lib/nls/msg/C/MQSIV2_MQGET

Any ideas/experiences would be helpful.

Thanks in advance....

Paul
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » MQSI 2.1 - Problems running compiled Plug-in Nodes on HP-UX
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.