[ https://issues.apache.org/jira/browse/QPID-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marnie McCormack reassigned QPID-961: ------------------------------------- Assignee: Rob Godfrey (was: Marnie McCormack) Assigned to Rob for review of fix pls? Thanks > qpid.stopall script no longer runs correctly under Solaris > ---------------------------------------------------------- > > Key: QPID-961 > URL: https://issues.apache.org/jira/browse/QPID-961 > Project: Qpid > Issue Type: Bug > Components: Java Broker > Affects Versions: M2.1 > Reporter: Martin Ritchie > Assignee: Rob Godfrey > Fix For: M4 > > Attachments: qpid-run.patch, qpid_scripts.patch > > Original Estimate: 2h > Remaining Estimate: 2h > > Summary: > The problem we have is this command line: > pids=`ps -ef |grep $USER | grep $PROGRAM | grep -v grep | awk '{print $2}'` > Which now as a result in adding XX values to our startup script shows: > ritchiem 10188 7608 0 14:44:40 pts/34 0:08 java -server > -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError -Xmx1024m > Which doesn't exactly allow us to identify it as Qpid. > We should if possible move the -DQPID_HOME option to be at the start or there > may be a better set of options to ps for Solaris. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.