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 » Core dump on create broker in sun solaris WMB 6.1

Post new topic  Reply to topic
 Core dump on create broker in sun solaris WMB 6.1 « View previous topic :: View next topic » 
Author Message
woodoo2k
PostPosted: Thu Oct 02, 2008 12:01 pm    Post subject: Core dump on create broker in sun solaris WMB 6.1 Reply with quote

Apprentice

Joined: 07 Feb 2005
Posts: 28
Location: USA

Hi All!
I am facing a problem with WMB v6.1 on Sun Solaris Sparc (Generic_117350-47 sun4us sparc FJSV,GPUZC-M).
I am using Oracle 10g as the broder DB.
MQ version is 6.0.2.2

After installation of the product, mqsilist runs fine without problem.
But when I try to create broker using mqsicreatebroker command, the broker is not created successfully as the command ends in segmentation fault core dump error.

I am providing the mqsiprofile that I am using to set the command environment.

Code:

#!/usr/bin/ksh

MQSI_FILEPATH=/scratch/mqsi61/opt
export MQSI_FILEPATH

MQSI_WORKPATH=/scratch/mqsi61/var
export MQSI_WORKPATH

MQSI_JREPATH=${MQSI_FILEPATH}/jre15
export MQSI_JREPATH

MQSI_VERSION=6.1.0.2
MQSI_VERSION_V=6
MQSI_VERSION_R=1
MQSI_VERSION_M=0
MQSI_VERSION_F=2
export MQSI_VERSION MQSI_VERSION_V MQSI_VERSION_R MQSI_VERSION_M MQSI_VERSION_F

MQSI_FAD=4
export MQSI_FAD

MQSI_REGISTRY=${MQSI_WORKPATH}
PATH=${MQSI_FILEPATH}/bin:${PATH}

MQSI_LILPATH64=${MQSI_FILEPATH}/lil:${MQSI_FILEPATH}/jplugin${MQSI_LILPATH64:+":"${MQSI_LILPATH64}}
MQSI_LILPATH32=${MQSI_FILEPATH}/lil32:${MQSI_FILEPATH}/jplugin${MQSI_LILPATH32:+":"${MQSI_LILPATH32}}
MQSI_SECURITY_PROVIDER_PATH64=${MQSI_FILEPATH}/SecurityProviders${MQSI_SECURITY_PROVIDER_PATH64:+":"${MQSI_SECURITY_PROVIDER_PATH64}}
MQSI_SECURITY_PROVIDER_PATH32=${MQSI_FILEPATH}/SecurityProviders32${MQSI_SECURITY_PROVIDER_PATH32:+":"${MQSI_SECURITY_PROVIDER_PATH32}}

MQSI_EXMLTCONFIGPATH=${MQSI_FILEPATH}/exmltConfig

LD_LIBRARY_PATH=${ORACLE_HOME}/lib:/opt/mqm/lib64:${MQSI_FILEPATH}/ODBC64/V5.3/lib:${MQSI_FILEPATH}/xml4c/lib64:${MQSI_FILEPATH}/xlxpc/lib64:${MQSI_FILEPATH}/
lib:${MQSI_FILEPATH}/bin:${LD_LIBRARY_PATH}

MQSI_LIBPATH32=/opt/mqm/lib:${MQSI_FILEPATH}/ODBC32/V5.3/lib:${MQSI_FILEPATH}/xml4c/lib:${MQSI_FILEPATH}/xlxpc/lib${MQSI_LIBPATH32:+":"${MQSI_LIBPATH32}}

NLSPATH=${MQSI_FILEPATH}/messages/%L/%N:${MQSI_FILEPATH}/messages/En_US/%N:${NLSPATH}
MQSI_JARPATH=${MQSI_FILEPATH}/classes:${MQSI_FILEPATH}/messages${MQSI_JARPATH:+":"${MQSI_JARPATH}}
MQSI_CATALINA_HOME=${MQSI_FILEPATH}/catalina

DISTHUB_PATH=${MQSI_FILEPATH}

MQSI_DEVELOPMENT=${MQSI_REGISTRY}/registry

CLASSPATH=${MQSI_FILEPATH}/classes/derby.jar:${MQSI_FILEPATH}/classes/ConfigManagerProxy.jar:${MQSI_FILEPATH}/classes/configutil.jar:/opt/mqm/java/lib/com.ibm
.mq.jar:/opt/mqm/java/lib/connector.jar:${MQSI_FILEPATH}/messages:${MQSI_WORKPATH}/common/wsrr:${CLASSPATH}
LD_LIBRARY_PATH=/opt/mqm/java/lib64:${LD_LIBRARY_PATH}
MQSI_LIBPATH32=/opt/mqm/java/lib:${MQSI_LIBPATH32}
export MQSI_REGISTRY PATH MQSI_LILPATH64 MQSI_EXMLTCONFIGPATH LD_LIBRARY_PATH NLSPATH MQSI_JARPATH MQSI_CATALINA_HOME DISTHUB_PATH MQSI_DEVELOPMENT CLASSPATH
MQSI_SECURITY_PROVIDER_PATH64 MQSI_SECURITY_PROVIDER_PATH32
# unset some V6.0 environment variables (must be done before calling user profiles)
MQSI_LIBPATH64=
MQSI_LILPATH=
export MQSI_LIBPATH64 MQSI_LILPATH

for SCRIPT in ${MQSI_WORKPATH}/common/profiles/*.sh; do
    if [ -r "${SCRIPT}" ]; then
        . ${SCRIPT}
    fi
done

PATH=${MQSI_JREPATH}/bin/sparcv9:${PATH}
LD_LIBRARY_PATH=${MQSI_JREPATH}/lib/sparcv9/server:${MQSI_JREPATH}/lib/sparcv9:${LD_LIBRARY_PATH}
#MQSI_LIBPATH32=${MQSI_JREPATH}/lib/sparc/server:${MQSI_JREPATH}/lib/sparc:${MQSI_LIBPATH32}
export PATH LD_LIBRARY_PATH

echo
echo MQSI $MQSI_VERSION
echo $MQSI_FILEPATH


I am not sure where it is going wrong.
May be the mqsiprofile is not set correctly.

Any pointers will be helpful.

Thanks a ton in advance!
Back to top
View user's profile Send private message Yahoo Messenger
PieterV
PostPosted: Fri Oct 03, 2008 3:08 am    Post subject: Reply with quote

Disciple

Joined: 04 Jan 2006
Posts: 164
Location: Belgium

Did you apply the neccessary kernel parameters for the broker (and for mq)?

They should be the following: (sorry for the layout, I cant find an online document so I copy/pasted this from one of my own)


Parameters MQ Message Broker
shmsys:shminfo_shmmax 4294967295 4294967295
semsys:seminfo_semmni 1024 1024
semsys:seminfo_semaem 16384 16384
semsys:seminfo_semvmx 32767 32767
semsys:seminfo_semmns 16384 16384
semsys:seminfo_semmsl 100 125
semsys:seminfo_semopm 100 100
semsys:seminfo_semmnu 16384 2048
semsys:seminfo_semume 256 256
shmsys:shminfo_shmseg 1024 1024
semsys:seminfo_semmap 1026 1026
rlim_fd_cur 10000
rlim_fd_max 10000
shmsys:shminfo_shmmin 8 8
shmsys:shminfo_shmmni 1024 1024
semsys:seminfo_semmap 1026 1026
msgsys:msginfo_msgmap 1026
unlimit -d unlimited unlimited
unlimit -s unlimited unlimited
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 » Core dump on create broker in sun solaris WMB 6.1
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.