Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] GlassFish master branch build + "asadmin start-domain" not completing...
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Tue, 23 Jun 2020 18:08:17 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=D+Hssj2Bro/tmQqQ1nuLpBrP2XFkI9NSf6hHmVLEEbI=; b=Y3kW6rLVrCoiiqiLBwKTPgRRYFNTzMuI1yBNyAIfgmpSIGY4pnEsmdo+STamy1Pt8CgHahhc9e2vIyGLoF7kY7KQMz14hAXFGpENjODkzdUOBg0jIB9spiskTXFj28Xikd7910u1eClgdXWEMKy2nyySkHncZD2A4NFulyeXpe2gO7HwkjImpfhaOteGJdwBC1yUdk0t1qwT+CrZ8JWynUGjK3eCEzdNjGwUXjMMo74alDCEaBa0ycXwBcsdwm5imOWwNQYLhTkqlHALW92cySl9g63onl+p2JjVa8bf/J9/y1LdEPjUkgsYbWiSN4zXyJSQiOmsXv+TSfzcykMfyA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QfMdSYWwIZWGzg4m8sVgnBjYFy6Pp/D15JtKm2l1b5U8spPtIV/6aoIV9HnorT5qA3p6cXWf5fkF4WYBcMdaBI5fRTnN6YgwurlrLPVZCWrUyPc8GOrHvwccEV99F0hxtPzmK74EIrE3SRO2ZVQ3zkYo7vh0thmcL4BRbxMJTl8VO6K+nTjHT08q2xGbWppOUbJI+HmThrJBJbyOp/TlVT7CHZmxottzTf0tLdm3d+/sDFmRwnONrZm9rTOpDmuKkZnFwXoIKSaPm9zMYB6yFfRrCpCmsyrDgWGpJuwvXJIMZyjPuTzhW9P2cMV95yksCmwbrmrs+hnMgSD4V4Iy5g==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWSYeAh6PsIdvus0CJQI6UXAYWAqjmfr42
  • Thread-topic: [glassfish-dev] GlassFish master branch build + "asadmin start-domain" not completing...

Nope although I usually run asadmin start-domain --verbose --debug to keep it foregrounded

Sent from Outlook Mobile


From: glassfish-dev-bounces@xxxxxxxxxxx <glassfish-dev-bounces@xxxxxxxxxxx> on behalf of Scott Marlow <smarlow@xxxxxxxxxx>
Sent: Tuesday, June 23, 2020 6:54:57 PM
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [glassfish-dev] GlassFish master branch build + "asadmin start-domain" not completing...
 
Hi,

Any idea why "asadmin start-domain" might not complete on my local Linux machine?  

I set AS_DEBUG=true and the console fills up with the following message:

"Check for pid file: jakartaee-tck/glassfish6/glassfish/domains/domain1/config/pid
"

The server.log [1] ends with "[2020-06-23T13:41:48.777-0400] [glassfish 6.0] [INFO] [NCLS-CORE-00092] [javax.enterprise.system.core] [tid: _ThreadID=39 _ThreadName=Thread-12] [timeMillis: 1592934108777] [levelValue: 800] [[ 
 Server shutdown initiated]]" but the "asadmin start-domain" is still looking for the process id file.

Any suggestions for what I should check or a doc link that might help?

Thanks,
Scott 


Back to the top