You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by "Ricardo (JIRA)" <ji...@apache.org> on 2012/08/31 01:15:07 UTC

[jira] [Created] (APLO-256) how to create a broker from the shell with long paths

Ricardo created APLO-256:
----------------------------

             Summary: how to create a broker from the shell with long paths
                 Key: APLO-256
                 URL: https://issues.apache.org/jira/browse/APLO-256
             Project: ActiveMQ Apollo
          Issue Type: Question
          Components: apollo-cli
    Affects Versions: 1.4
         Environment: Windows 7 x64
            Reporter: Ricardo
            Priority: Trivial


The shell stop working when I type long path names. If there's any alternative to create the broker state.
My environment is for PHP.
Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Christian Posta (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452112#comment-13452112 ] 

Christian Posta commented on APLO-256:
--------------------------------------

So I've been able to recreate something similar: if the DOS window isn't wide enough it appears to "stall" This may or may not be waht you're seeing Ricardo. But once changing the width of the DOS window, everything works fine. In other words, if the width of the DOS window isn't the problem, I cannot recreate this either.
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Christian Posta (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452510#comment-13452510 ] 

Christian Posta commented on APLO-256:
--------------------------------------

Ricardo

Thanks for the verification.
The issue you see is related to the Karaf shell as described here:

https://issues.apache.org/jira/browse/KARAF-479

We would be able to include after it's fixed in Karaf.
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Ricardo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449492#comment-13449492 ] 

Ricardo commented on APLO-256:
------------------------------


OK - I have looked before on that part of the documentation and was with linux look -  I didn't understood that was similar on Windows command line.
Nevertheless, I think you should check on the freeze of the shell.
Thanks
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446987#comment-13446987 ] 

Hiram Chirino commented on APLO-256:
------------------------------------

I just tried it on windows 7 with 'create --host=localhost --with-ssl=false C:\\AppServ\\apache-apollo\\mybroker' and it worked.
 

The way the getting start guide documents it at:
http://activemq.apache.org/apollo/documentation/getting-started.html

Does not involve starting creating an apollo instance via shell, and also does not suffer the escaping issues  

For example, running the following works just fine for me:

C:\>C:\AppServ\apache-apollo\bin\apollo create --host=localhost --with-ssl=false C:\AppServ\apache-apollo\brokers\mybroker

                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446971#comment-13446971 ] 

Hiram Chirino commented on APLO-256:
------------------------------------

Tyr with:

apollo> create --host=localhost --with-ssl=false C:\\AppServ\\apache-apollo\\broker

I think the problem is that the shell requires the backslash to be escaped.
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465759#comment-13465759 ] 

Hiram Chirino commented on APLO-256:
------------------------------------

Seems we are waiting for the karaf 3.0.0 release before we can pick this up.
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>             Fix For: 1.6
>
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Ricardo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446981#comment-13446981 ] 

Ricardo commented on APLO-256:
------------------------------

I'm not explaining well.
When I'm TYPING the full command the apollo freezes. This is prior to any kind of notation problem.
By the way, the notation should be defined on documentation - every windows user should know by the start how to setup it.
Thanks
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Ricardo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452463#comment-13452463 ] 

Ricardo commented on APLO-256:
------------------------------

Correct - its the same with me. It should be corrected.
Running the commands directly from DOS cmd line solves my problem.
Thanks
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Ricardo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445964#comment-13445964 ] 

Ricardo commented on APLO-256:
------------------------------

hi there.

I have Apollo on: C:\AppServ\apache-apollo\bin\apollo.cmd

I run the script and go to Apollo shell and try to type:
apollo> create --host=localhost --with-ssl=false  C:\AppServ\apache-apollo\brokers\mybroker

but when reaching the end of the window (while typing) the shell blocks and I need to force shutdown of the shell.

thanks
Ricardo 
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446972#comment-13446972 ] 

Hiram Chirino commented on APLO-256:
------------------------------------

Or your need to single quote the path as:

apollo> create --host=localhost --with-ssl=false 'C:\AppServ\apache-apollo\broker'
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (APLO-256) how to create a broker from the shell with long paths

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13445817#comment-13445817 ] 

Hiram Chirino commented on APLO-256:
------------------------------------

Hi Ricardo,

Could you provide details about the paths you've installed Apollo to and the command that your trying to execute that fails?
                
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Priority: Trivial
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (APLO-256) how to create a broker from the shell with long paths

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/APLO-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiram Chirino updated APLO-256:
-------------------------------

    Fix Version/s: 1.6
         Assignee: Hiram Chirino
    
> how to create a broker from the shell with long paths
> -----------------------------------------------------
>
>                 Key: APLO-256
>                 URL: https://issues.apache.org/jira/browse/APLO-256
>             Project: ActiveMQ Apollo
>          Issue Type: Question
>          Components: apollo-cli
>    Affects Versions: 1.4
>         Environment: Windows 7 x64
>            Reporter: Ricardo
>            Assignee: Hiram Chirino
>            Priority: Trivial
>             Fix For: 1.6
>
>
> The shell stop working when I type long path names. If there's any alternative to create the broker state.
> My environment is for PHP.
> Thanks 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira