1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 <2016> 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Archiver Appliance stuck in "Initail sampling" state |
From: | "Shankar, Murali" <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Tue, 21 Jun 2016 18:39:28 +0000 |
>> I also changed the “appliance.xml” file to match the quickstart demo version
The quickstart.sh and single_machine_install.sh are fundamentally two different deployment models. The "quickstart.sh" runs all
the WAR files in a single Tomcat instance; thus all the ports in your appliance.xml will be 17665.
The "single_machine_install.sh" uses four separate tomcat instances; one each for each of the components. Your "sampleStartup.sh" will start up four different tomcat's; each of which listen on different ports. This is probably the reason why you are getting this exception java.io.IOException: Invalid status calling http://localhost:17665/engine/bpl/getVersion. Got 404Not Found
I would first try to reuse you original appliances.xml. Make sure the four component start up correctly without exceptions first.
If you need more help, ping feel free to ping me offline.
Regards, Murali
|