<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><span id="result_box" class="" lang="en"><span class="">It has been considered the use of Java Service Wrapper[1]? it depends on native binaries but almost all platforms are supported. <br></span></span></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br>[1] <a href="http://wrapper.tanukisoftware.com">http://wrapper.tanukisoftware.com</a><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><br>Jorge Solórzano<br><a href="http://www.jorsol.com" target="_blank">http://www.jorsol.com</a></div></div>
<br><div class="gmail_quote">On Fri, Jun 12, 2015 at 8:27 AM, Brian Stansberry <span dir="ltr">&lt;<a href="mailto:brian.stansberry@redhat.com" target="_blank">brian.stansberry@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How does EAP 5 deal with this? IIRC disabling console logging is not<br>
something new in EAP 6.<br>
<span class=""><br>
On 6/11/15 6:29 PM, Chao Wang wrote:<br>
&gt; Thanks for your reply. Please see in-line below<br>
&gt;<br>
&gt; On 06/11/2015 12:44 AM, Brian Stansberry wrote:<br>
&gt;&gt; A couple thoughts:<br>
&gt;&gt;<br>
&gt;&gt; 1) Looking at wildfly-init-redhat.sh at least, I don&#39;t see how that<br>
&gt;&gt; check is actually testing for successful startup. It looks like it&#39;s<br>
&gt;&gt; just trying to delay start() returning for a while, max 30 secs.<br>
&gt;&gt;<br>
&gt;&gt; So, what purpose is this fulfilling?<br>
&gt; My bad about issue background. It&#39;s actually an case in EAP 6 (not yet<br>
&gt; in wildfly). EAP 6.x script has launched state like:<br>
&gt; <a href="https://github.com/jbossas/jboss-eap/blob/6.4.x/build/src/main/resources/bin/init.d/jboss-as-standalone.sh#L110" rel="noreferrer" target="_blank">https://github.com/jbossas/jboss-eap/blob/6.4.x/build/src/main/resources/bin/init.d/jboss-as-standalone.sh#L110</a><br>
&gt; (not in wildfly&#39;s script). Also, console log handler has been removed<br>
&gt; only in EAP full-ha mode long time ago due to performance<br>
&gt; concern.(wildfly keeps it for the moment). This leads to issue in<br>
</span>&gt; bz1224170 &lt;<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1224170" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1224170</a>&gt;.<br>
<div class=""><div class="h5">&gt; That&#39;s why I try to seek an better option than current behavior from<br>
&gt; wildfly.<br>
&gt;&gt;<br>
&gt;&gt; 2) How does other software solve this problem? If it&#39;s solving a valid<br>
&gt;&gt; problem, it seems like there would be a typical solution.<br>
&gt; I have checked some other application servers, most of them let users<br>
&gt; themselves to write a script to run as service for their OS. Geronimo<br>
&gt; does provide a script, Although I did damage to its configuration file<br>
&gt; to make a fatal error, terminal output still displays &quot;Server started&quot;.<br>
&gt; In fact, process does not event exist and detail error can be seen in<br>
&gt; log file.<br>
&gt;&gt; On 6/9/15 8:59 AM, Chao Wang wrote:<br>
&gt;&gt;&gt; Hi all,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The Wildfly start-up as service scripts wildfly-init-redhat.sh and<br>
&gt;&gt;&gt; wildfly-init-debian.sh currently depend on a grep action of key message<br>
&gt;&gt;&gt; &#39;WFLYSRV0025:&#39; in console log to determinate whether service start is<br>
&gt;&gt;&gt; successful. The log message indication is accurate, however, it&#39;s not<br>
&gt;&gt;&gt; that robust since user can always remove console handler from logging<br>
&gt;&gt;&gt; subsystem. I have opened a WFCORE enhancement jira<br>
&gt;&gt;&gt; <a href="https://issues.jboss.org/browse/WFCORE-747" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/WFCORE-747</a>  for it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; For the moment, I have tried three options, they&#39;re all not that perfect<br>
&gt;&gt;&gt; to implement<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 1. Stay with exact log message, users need to define their jboss log<br>
&gt;&gt;&gt; directory such as $JBOSS_HOME/standalone/log/server.log for standalone<br>
&gt;&gt;&gt; and $JBOSS_HOME/domain/log/host-controller.log for domain instead of<br>
&gt;&gt;&gt; searching in console log. This is more like another workaround since it<br>
&gt;&gt;&gt; is also volatile once we update log message in future release.(EAP has<br>
&gt;&gt;&gt; &#39;JBAS015874:&#39;)<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2. Use service pid, this is not precise because a long start-up can<br>
&gt;&gt;&gt; crash in the last second. It needs to wait a suitable seconds before<br>
&gt;&gt;&gt; checking pid existence. and still it can not avoid fake success in rare<br>
&gt;&gt;&gt; case just before timeout.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 3. Use read-attribute server-state through CLI connection as I did in<br>
&gt;&gt;&gt; Pull Request on Jira. This is declined as it is possible that<br>
&gt;&gt;&gt; authentication is required before connection. In such case, any  non<br>
&gt;&gt;&gt; encrypted password is not advised in configuration files.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Therefore, I would like to listen for your opinions for them. Any other<br>
&gt;&gt;&gt; suggestion is certainly welcomed in mail or on jira.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best regards,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Chao<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; [1] <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1224170" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1224170</a><br>
&gt;<br>
&gt; --<br>
&gt; Chao Wang<br>
&gt; Software Engineer<br>
&gt; JBoss by Red Hat<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; wildfly-dev mailing list<br>
&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;<br>
<br>
<br>
</div></div><span class=""><font color="#888888">--<br>
Brian Stansberry<br>
Senior Principal Software Engineer<br>
JBoss by Red Hat<br>
</font></span><div class=""><div class="h5">_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</div></div></blockquote></div><br></div></div>