[Yanel-dev] [Bug 6870] New: "You have successfully started Yanel" even when Tomcat failed to start

bugzilla at wyona.com bugzilla at wyona.com
Fri Dec 12 16:06:41 CET 2008


http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id=6870

           Summary: "You have successfully started Yanel" even when Tomcat
                    failed to start
           Product: Yanel
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal (C)
          Priority: P2
         Component: General
        AssignedTo: michael.wechner at wyona.org
        ReportedBy: guillaume.deflache at wyona.com
         QAContact: yanel-development at wyona.com


In $CATALINA_HOME try:
`sh -c 'bin/startup.sh; echo $?; bin/startup.sh; echo $?; true; echo $?; false;
echo $?;`

Starting Tomcat two times in a row should never return a 0 process exit code
like `true` does and `false` does not, but it indeed does. So it seems we have
no way to detect that anyway without changing the Tomcat scripts (bleh!).

This is very confusing and happens routinely when the port is already in use:
maybe we could change the default ports to less common ones to reduce the
chances of conflicts?


-- 
Configure bugmail: http://bugzilla.wyona.com/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the Yanel-development mailing list