The iMQ 2.0 restart command isn't doing what I want.

I have installed the imq 2.0 on solaris 8 on a single host. jmq broker
is installed by following the admin guide. When I tried to use jmqcmd
shutdown bkr. It is shutdown without any problem. Then I use
jmqcmd restart bkr to restart the jmqcmd It comes up with the
following error:
Error while connecting to the broker.
[C4003]: Error occurred on connection creation. - caught
javax.jms.JMSException
Please verify that there is a broker running on the specified host and
port or use the '-b' option to specify the correct broker host and port.
Restarting the broker failed.
Eventhough I tried on different port no on the same localhost by
typing "jmqcmd restart bkr -b localhost:1111", it is still the same
problem.
When I tried to run jmqadmin, and connect to the specified broker, it
prompts with an error box as below:
Error encountered while connecting to the broker: "MyBroker":
Broker Host: 'localhost'
Primary Port: '7676'
[C4003]: Error occurred on connection creation, - caught
javax.jms.JMSException
Please verify that there is a broker running on the specified host and
port.
It seems that the port 7676 is still engaged by the broker for some
reasons. ie. the shutdown does not free up the port.
Would somebody have any idea on what went wrong?

The 'restart' option in both jmqcmd and jmqadmin is to
first shutdown and then restart a running broker.
It is not for starting a broker that has already been shutdown.
See p.130 of the admin guide.

Similar Messages

  • Want to make 3d sphere, 3d revolve isn't doing what I want

    So I've got illustrator CC and I'm trying to map a pattern of a golf ball on to a sphere but it isn't doing what I'd like - it's distorting my circles the wrong way. I found a blog post about using a custom plugin, but the plugin looks like it's outdated. Wondering if there is a way to get the desired effect in CC that I'm missing? Here's the post I'm talking about, and I want to make a golf ball similar to the one in the picture. Thanks for any suggestions!
    http://vectorboom.com/load/tutorials/effects/how_to_allocate_flat_objects_on_a_sphere_surf ace_in_adobe_illustrator/3-1-0-431

    Nope.
    Per the terms of service you agreed to-all sales are final.

  • Could not complete the video frames to layers command because photoshop does not support video in th

    When I attempt to import a video I get the message "could not complete the video frames to layers command because photoshop does not support video in this version of windows"  I am running on windows 8.1 pro (32 bit), shouldn't this be compatible???????????

    Unfortunatly, the 32 bit versions of windows doesn't support video in photoshop cc.
    see this post:
    http://forums.adobe.com/message/5802978#5802978

  • While using a drop-down menu i.e. File, edit, image, or even when saving as and choosing the file type; the list appears and I am able to highlight what i want but cannot click on anything.

    While using a drop-down menu i.e. File, edit, image, or even when saving as and choosing the file type; the list appears and I am able to highlight what i want but cannot click on anything. This is becoming incredibly frustrating. It happens at random time and a restart of the computer is all that helps, then with out any notice it starts to do this again.  Mac Book Pro i7 2.2 16 GB 1333 Ram, (2) 450GB SSD both internal to machine. At this point I am losing file because I am unable to save in the file type I need. Does anyone out there know how to solve this issue?
    Thanks
    phil

    I haven't been unify photoshop much in the past month, but I did try your suggestion and it seemed to work for a while. Today when i went to save a document the same thing happened: click on file>save at this point I can not click on save even though it is highlighted. Tryed to use command s that brings up the save dialogue box, but when I try to change file type I again cannot select it from the drop down menu.

  • Iam using I phone 4s I want connect the wi fi. But once I entered the wifi password , it's showing dhcp boot static what I want to do

    Iam using I phone 4s I want connect the wi fi. But once I entered the wifi password , it's showing dhcp boot static what I want to do

    If your Wi-Fi router's DHCP is working, on iPhone select DHCP that's it.

  • I have just installed CS6 Master collection but indesign isn't working, when opening I get the message "Cannot load Assignment UI.InDesign because it requires Username. Please install the Username plugin and restart InDesign." not sure what to do next?

    I have successfully installed the CS6 master collection and all the programs seem to be working apart from InDesign. When opening it I get the message "Cannot load Assignment UI.InDesign because it requires Username. Please install the Username plugin and restart InDesign.". I have no idea what to do next?

    Many people use a font manager to organize a large collection of fonts, and sometimes these cause problems in ID. You might not realize that the font manager has installed a plugin in ID, but I think you would know if you added any other program extensions to help you work.
    Can you show us a new crash report since the 8.0.2 update?
    What happens if you start the Mac with the Shift key held down to prevent extensions from loading? What happens if you go to the System settings and create a new user, then restart the Mac and log in with the new user?

  • The left half of my screen isn't working, what is wrong?

    The left half of my screen is not working, what's wrong?

    Have you performed a reset? Tap and hold the Home button and the On/Off button for approximately 10-15 seconds, until the Apple logo appears. Release both buttons and await restart.

  • Source Formatting isn't doing what I expect

    I either don't understand how it works, or it isn't working
    as it should.
    When I apply Source Formatting to badly formatted code, I was
    expecting it
    to format the td tags like this:
    text
    <td>
    tag contents
    </td>
    text
    In the tag library editor it says:
    Line Breaks: Before, Inside, After
    Contents: Formatted and Indented
    Case: Lower Case
    After applying source formatting all my td tags get formatted
    like this:
    text
    <td> tag contents</td>
    text
    Or if there are many lines of code between the td's they get
    formatted like
    this:
    text
    <td> tag contents 1
    tag contents2
    tag contents3 </td>
    text
    What am I doing wrong?
    Thanks,
    Kirk

    Randy,
    OK, I see that setting. I wondered why it wouldn't behave. I
    guess it was
    doing what it is supposed to do.
    I guess I have seen odd behavior sometimes in IE rendering
    complex table
    based layouts and have had to go in and remove that space
    because it
    rendered the space in the source code the same way it would
    have rendered a
    <br>.
    I guess it is better to leave the setting to "No Break" but
    dang, that sure
    makes the source code look ugly. I like structured nested
    code, it makes it
    so much easier to troubleshoot.
    Now I don't know what to do.
    A friend of mine used to code crazily commented, extremely
    structured html
    code. (former VAX programmer) He had a program that would
    strip out every
    extra space, and all the comments before he uploaded it. He
    kept two
    versions, almost like a programmer keeps source code and
    delivered code.
    That would be a solution around my problem, but I am too lazy
    to maintain
    source and delivered code.
    Thanks,
    Kirk
    "Randy Edmunds" <[email protected]> wrote in
    message
    news:elhsfc$5r0$[email protected]..
    > Hi Kirk,
    >
    > Go to:
    >
    > Edit > Preferences > Code Format
    >
    > and you'll see a setting called "No break after TD"
    which is on by
    > default. Before you turn this off, please read on.
    >
    > The reason for that setting is because there is a
    browser rendering bug
    > where some browsers (e.g. IE) will render the break in
    the source code as
    > a break in the page. This change was not simply done in
    the Tag Libraries
    > settings to give due warning about this bug.
    >
    > Hope this helps,
    > Randy
    >

  • Could not complete the Video Frames to Layers command because Ps does not support video on this mac

    im trying to make a gif but it does not allow me to import the video frames this pops up when i do click it.

    Unfortunatly, the 32 bit versions of windows doesn't support video in photoshop cc.
    see this post:
    http://forums.adobe.com/message/5802978#5802978

  • I am trying to load and run a game called asheron's call and keep getting blocked from doing what i want to do. what can i do to fix it so mi can get to play the game

    i get game downloaded and icon on desktop the company has to send an e-mail so i can connect to a link for the game and it keeps getting blocked might be the firewall or cookies block not sure how ever i can't play the game and getting very mad how can this be fixed

    I get an error message saying that this app can't run on my pc and that I need to find a version that will work through my administrator.
    That suggests that the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Mail Just Isn't Doing What it Should

    I've been having problems with Mail for the past few months, and I've become so fed up I needed to post here to see if anyone has any suggestions on how to make things better.
    My original problem was that mail would keep downloading messages I had deleted from the server, especially spam messages, such that I would have to delete the same spam message 6-7 times per day to keep my mailbox free of spam. My trash folder would like rather ridiculous with many duplicate copies of the same message. I would've thought that mail would download a message from the server only once, and especially if I had deleted it it wouldn't download it again. Anyways, it didn't do this and I was quite disappointed.
    This was all while I was trying to "train" the mail program to recognize the spam from real messages, and even though some real messages were still getting tagged as spam, I needed to take it out of training so I wouldn't have the issue of deleting spam so often. So, I recently took the mail program out of training mode and set it to move spam to the junk folder (because of my real messages still being tagged as spam). As soon as I did this the scads of spam suddenly became no longer the yellow spam color that I've known to despise, but instead look black like regular messages. Because of this they are not moved into the junk folder. However when I click on them mail still thinks they are junk because I get the button to click to say that it is (Not Junk)
    Now as of this morning, Mail seems to have forgotten all of its training and is no longer setting /anything/ to junk. I am just so frustrated with this program. Usually Apple's programs are so amazing. Am I doing something terribly wrong?

    Jeffrey,
    Welcome to the Discussions. I am sorry you have waited so long to post about these issues.
    For the problem of repeated downloads, this is likely the result of some corruption in the files named MesssageUidsAlreadyDownded (there can be two), which is found in every POP account folder, along with many other files, including those storing Rules info, and Junk Rules info. This corruption can sometimes, but not often, result from strangely formated HTML messages, and problem does not happen with every mail server.
    First question that might relate to the other problem you mention is how much free disk space is on your hard drive, or if partitioned, on the boot partition?
    Second question is, was the Mail folder converted from one used by Panther's Mail program? If so, Are you using a POP account? If so, I want you to read the article at the link below, and then get back to me with some observations:
    http://docs.info.apple.com/article.html?artnum=301315
    This issue of leftover files applies not only to mailbox you have previously created (which are in the Mailboxes folder the article mentioned) but can also apply to those mailboxes in account folders created prior to the upgrade to Tiger.
    Also, some issues could arise from a truly Overstuffed mailbox, so when you report to me the names of files seen in your INBOX.mbox folder of your principal account (if more than one), also report the size of each file or folder. Do not, however, try to list the files that are within the folder named Messages, that is found in each and every mailbox. I doubt this is applicable.
    The path to the Mail folder is Home/Library/Mail -- within the Mail folder are one or more account folders and the Mailboxes folder.
    More info, please.
    Ernie

  • There are many sites in my tabs that I do not want. Using your directions, I treid to find the "pin" icon, but do not see it. What I want to know is , how do I

    When I log on and Firefox opens, there are two rows of tabs. The first row are indeed sites I go to regularly, like my ban, Amazon, etc. The second row contain sites I may have visited once. How do I get rid of these?

    Is one the Bookmarks Toolbar and the other the Tab Bar or is that in the browsing area (web page) and a page like the about:newtab page?
    See this article about the New Tab page (about:newtab):
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites
    You can use one of these to set which toolbars to show.
    *"3-bar" Firefox menu button > Customize > Show/Hide Toolbars
    *View > Toolbars
    *Right-click empty toolbar area
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    *Use a compressed image type like PNG or JPG to save the screenshot
    *Make sure that you do not exceed the maximum size of 1 MB

  • How do I tell if some kind of malware has been installed on my computer? My daughter answered the phone and they had her go to a site for ammyy admin.  I don't think she was successful at doing what they wanted but how do I make sure?

    I don't know how to tell if the phone scam that was pulled on my daughter was successful or not? They had her go to a site for Ammyy Admin. My husband who was home at the time and not at all computer literate thinks that it wasn't successful but how do I tell for sure?
    Thanks!!

    It's not very likely that any harm came of this. It sounds as though they were trying to get your daughter to enter some personal information into the website. If she did not do this then don't lose any sleep over it.
    If she did, just change whatever passwords that might have been associated with the personal information she provided.
    If your computer starts exhibiting some heretofore strange behaviour, pay attention to it so that you might describe what it is. As I say this is unlikely to happen.

  • My Mac Keyboard Won't Work Properly Like Some Keys Will Do Other Functions Like B Would Turn the Sound Up And Some Won't Work Atall It was Fine Then I left the Room And Came Back And It Starting Doing What I Said it was Doing? Please Help!

    The Keyboard on my IMac Dosn't Seem To be Working Properly Most of Them Are Doing The Wrong Functions And Some Are Completly Dead Only A Few Work Please Help!

    DanielH123,
    I'd recommend doing a SMC reset. I'd also HIGHLY recommend completing your profile. Without a completed profile it makes it difficult to help you out.
    To reset the SMC:
    Shut down the computer. 
    Unplug the computer's power cord and all  peripherals.
    Wait fifteen seconds. 
    Attach the computer's power cord. 
    Wait five seconds, then press the power button to turn on the computer.

  • Reversing the Make Current Values Default command

    Hi,
    I was working with a labview program this evening and had been using the 'Reinitialize all to default' command under the operate menu to clear all of the waveforms on my screen.  However, I accidentally chose the 'Make current values default' command and cannot erase what shows up in the waveforms.  I am sure there is a simple fix to my problem but I couldn't figure it out.  I tried rewiring parts of my block diagram do exclude the waveform graphs with the hope that the waveforms would go away but realized that the graphs weren't wired so nothing was going to change.  Any help would be appreciated.
    Thank You,
    bsteinma
    Solved!
    Go to Solution.

    There are a few simpler ways than closing and reopening the VI.
    If you realized the mistake right (or soon) after you did it, a ctrl+z will undo the operation and you have your old defaults back.
    If you are past that stage, a simple "menu...file...revert" will revert the VI to the last saved version. No need to exit and reload.
    If you accidentally saved it with the new defaults, "right-click the graph...data operations...clear graph", make default, save VI again.
    Good luck!
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for