You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Grant Birchmeier (JIRA)" <ji...@apache.org> on 2010/07/12 23:35:51 UTC

[jira] Created: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

"Starting ActiveMQ" doc page is not accurate for latest Unix release
--------------------------------------------------------------------

                 Key: AMQ-2824
                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
             Project: ActiveMQ
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 5.3.2
         Environment: Unix
            Reporter: Grant Birchmeier


See this page:
http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ

The "On Unix" section directs you to do:
$ cd [activemq_install_dir]
$ bin/activemq

This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
$ cd [activemq_install_dir]
$ java -jar run.jar start  (perhaps as superuser)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

Posted by "Grant Birchmeier (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Birchmeier closed AMQ-2824.
---------------------------------

    Resolution: Working as Designed

Submitter mistake.  Not a bug.

> "Starting ActiveMQ" doc page is not accurate for latest Unix release
> --------------------------------------------------------------------
>
>                 Key: AMQ-2824
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.3.2
>         Environment: Unix
>            Reporter: Grant Birchmeier
>            Assignee: Dejan Bosanac
>
> See this page:
> http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
> The "On Unix" section directs you to do:
> $ cd [activemq_install_dir]
> $ bin/activemq
> This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
> $ cd [activemq_install_dir]
> $ java -jar run.jar start  (perhaps as superuser)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

Posted by "Dejan Bosanac (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac reassigned AMQ-2824:
----------------------------------

    Assignee: Dejan Bosanac

> "Starting ActiveMQ" doc page is not accurate for latest Unix release
> --------------------------------------------------------------------
>
>                 Key: AMQ-2824
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.3.2
>         Environment: Unix
>            Reporter: Grant Birchmeier
>            Assignee: Dejan Bosanac
>
> See this page:
> http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
> The "On Unix" section directs you to do:
> $ cd [activemq_install_dir]
> $ bin/activemq
> This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
> $ cd [activemq_install_dir]
> $ java -jar run.jar start  (perhaps as superuser)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

Posted by "Grant Birchmeier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60628#action_60628 ] 

Grant Birchmeier commented on AMQ-2824:
---------------------------------------

The shell script bin/activemq that you cite is not in the latest binary distribution.  Should it be?  Maybe this is not a doc bug, but is actually a bug in the distro creation.

I downloaded the latest apache-activemq-5.3.2-bin.zip yesterday.  As you can see below, it's just not there.

1047 /opt$ unzip -l apache-activemq-5.3.2-bin.zip | /bin/grep bin
Archive:  apache-activemq-5.3.2-bin.zip
        0  04-26-10 15:24   apache-activemq-5.3.2/bin/
    14788  04-26-10 15:13   apache-activemq-5.3.2/bin/run.jar
     3832  04-26-10 15:24   apache-activemq-5.3.2/bin/activemq-admin.bat
     3776  04-26-10 15:24   apache-activemq-5.3.2/bin/activemq.bat
        0  04-26-10 15:24   apache-activemq-5.3.2/bin/win32/
     1558  04-26-10 15:24   apache-activemq-5.3.2/bin/win32/activemq.bat
     1712  04-26-10 15:24   apache-activemq-5.3.2/bin/win32/InstallService.bat
     1550  04-26-10 15:24   apache-activemq-5.3.2/bin/win32/UninstallService.bat
     5893  04-26-10 15:24   apache-activemq-5.3.2/bin/win32/wrapper.conf
    81920  04-26-10 14:56   apache-activemq-5.3.2/bin/win32/wrapper.dll
   204800  04-26-10 14:56   apache-activemq-5.3.2/bin/win32/wrapper.exe
    83820  04-26-10 14:57   apache-activemq-5.3.2/bin/wrapper.jar


> "Starting ActiveMQ" doc page is not accurate for latest Unix release
> --------------------------------------------------------------------
>
>                 Key: AMQ-2824
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.3.2
>         Environment: Unix
>            Reporter: Grant Birchmeier
>            Assignee: Dejan Bosanac
>
> See this page:
> http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
> The "On Unix" section directs you to do:
> $ cd [activemq_install_dir]
> $ bin/activemq
> This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
> $ cd [activemq_install_dir]
> $ java -jar run.jar start  (perhaps as superuser)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

Posted by "Dejan Bosanac (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60625#action_60625 ] 

Dejan Bosanac commented on AMQ-2824:
------------------------------------

bin/activemq should work fine on 5.3.x.

However, in the latest trunk (and upcoming 5.4.0 release) we have a new shell script which should be documented

> "Starting ActiveMQ" doc page is not accurate for latest Unix release
> --------------------------------------------------------------------
>
>                 Key: AMQ-2824
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.3.2
>         Environment: Unix
>            Reporter: Grant Birchmeier
>            Assignee: Dejan Bosanac
>
> See this page:
> http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
> The "On Unix" section directs you to do:
> $ cd [activemq_install_dir]
> $ bin/activemq
> This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
> $ cd [activemq_install_dir]
> $ java -jar run.jar start  (perhaps as superuser)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

Posted by "Dejan Bosanac (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60629#action_60629 ] 

Dejan Bosanac commented on AMQ-2824:
------------------------------------

You downloaded windows distribution. Try downloading .tar.gz

> "Starting ActiveMQ" doc page is not accurate for latest Unix release
> --------------------------------------------------------------------
>
>                 Key: AMQ-2824
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.3.2
>         Environment: Unix
>            Reporter: Grant Birchmeier
>            Assignee: Dejan Bosanac
>
> See this page:
> http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
> The "On Unix" section directs you to do:
> $ cd [activemq_install_dir]
> $ bin/activemq
> This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
> $ cd [activemq_install_dir]
> $ java -jar run.jar start  (perhaps as superuser)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (AMQ-2824) "Starting ActiveMQ" doc page is not accurate for latest Unix release

Posted by "Grant Birchmeier (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-2824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60631#action_60631 ] 

Grant Birchmeier commented on AMQ-2824:
---------------------------------------

Oh, son of a biscuit.  Can't believe I made that mistake.  I'll close this issue.

> "Starting ActiveMQ" doc page is not accurate for latest Unix release
> --------------------------------------------------------------------
>
>                 Key: AMQ-2824
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2824
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.3.2
>         Environment: Unix
>            Reporter: Grant Birchmeier
>            Assignee: Dejan Bosanac
>
> See this page:
> http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ
> The "On Unix" section directs you to do:
> $ cd [activemq_install_dir]
> $ bin/activemq
> This was correct in 5.2.0, but not in 5.3.0.  As best as I can tell, the Unix instructions should now be:
> $ cd [activemq_install_dir]
> $ java -jar run.jar start  (perhaps as superuser)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.