[jboss-jira] [JBoss JIRA] (WFCORE-659) standalone.sh fails to start server with debug argument on solaris 10 and HP-UX hosts

Tomas Hofman (JIRA) issues at jboss.org
Thu Apr 23 04:32:33 EDT 2015


Tomas Hofman created WFCORE-659:
-----------------------------------

             Summary: standalone.sh fails to start server with debug argument on solaris 10 and HP-UX hosts
                 Key: WFCORE-659
                 URL: https://issues.jboss.org/browse/WFCORE-659
             Project: WildFly Core
          Issue Type: Bug
    Affects Versions: 1.0.0.CR1
         Environment: HP-UX, Solaris
            Reporter: Tomas Hofman
            Assignee: Tomas Hofman


Copy of https://bugzilla.redhat.com/show_bug.cgi?id=1064763

Description of problem:
 I am unable to start standalone server with --debug [PORT] argument on Solaris 10 hosts. 

SunOS 5.10 Generic_142910-17 i86pc i386 i86pc
[user at host bin]$ ./standalone.sh --debug
./standalone.sh: cannot shift
[user at host bin]$ ./standalone.sh --debug 8787
./standalone.sh: bad substitution

SunOS 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T1000
[user at host bin]$ ./standalone.sh --debug
./standalone.sh: cannot shift
[user at host bin]$ ./standalone.sh --debug 8787
./standalone.sh: bad substitution

Version-Release number of selected component (if applicable):
 EAP 6.3.0.DR0

How reproducible:
 Always

Steps to Reproduce:
 1. Navigate to $JBOSS_HOME/bin and run: ./standalone.sh --debug [PORT]

Actual results:
 Server fails to start

Expected results:
 Server will start with debugger attached to $PORT (8787 if no $PORT)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jboss-jira mailing list