[jboss-jira] [JBoss JIRA] (AS7-2268) Domain member does startup instances

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Thu Jan 12 13:54:27 EST 2012


    [ https://issues.jboss.org/browse/AS7-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655623#comment-12655623 ] 

Tomaz Cerar commented on AS7-2268:
----------------------------------

The only thing you can do is enable all the logging there is.
here is the logging config that you should apply to both machines and to all profiles

{code:xml}
<subsystem xmlns="urn:jboss:domain:logging:1.1">
                <console-handler name="CONSOLE">
                    <formatter>
                        <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
                    </formatter>
                </console-handler>
                <periodic-rotating-file-handler name="FILE">
                    <formatter>
                        <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
                    </formatter>
                    <file relative-to="jboss.server.log.dir" path="server.log"/>
                    <suffix value=".yyyy-MM-dd"/>
                </periodic-rotating-file-handler>
                <logger category="com.arjuna">
                    <level name="WARN"/>
                </logger>
                <logger category="org.apache.tomcat.util.modeler">
                    <level name="WARN"/>
                </logger>
                <logger category="org.jboss">
                    <level name="ALL"/>
                </logger>               
                <root-logger>
                    <level name="ALL"/>
                    <handlers>
                        <handler name="CONSOLE"/>
                        <handler name="FILE"/>
                    </handlers>
                </root-logger>
            </subsystem>
{code}

and attach log from both servers.
                
> Domain member does startup instances
> ------------------------------------
>
>                 Key: AS7-2268
>                 URL: https://issues.jboss.org/browse/AS7-2268
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.0.2.Final
>         Environment: SuSE Linux Domain Admin; Windows XP Domain Member; JBoss Web 7.0.2 on both sides
>            Reporter: Andreas Tauber
>            Assignee: Tomaz Cerar
>             Fix For: 7.1.0.Final
>
>         Attachments: windows-linux-config.zip
>
>
> After creating domain setup, resolved with ticket AS7-1431 individual instances defined with attribute autostart in host.xml of the domain member to not startup automatically when starting the domain.sh of this cluster member.
> Ok, at the moment the Admin Console is able to see my Windows XP Domain Member with three defined instances (they dont honor autostart). So I try to use Console to start those instances. Nothing really happens. AdminConsole shows green light, pressing another button goes back to red. ok, green, then red, the instances on xp domain member are not started.
> Starting server-four(xp) from my AdminConsole on domain controller(linux) brings one message on console:
> [Host Controller] 21:56:04,984 WARN  [org.jboss.as.host.controller] (pool-4-thread-4) Existing server [Server:server-four] with state: STARTING 
> But simply nothing happens.
> Looking forward to do full cluster deployment on "my" JBoss AS7.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list