installation of progress rollbase private cloud

Posted by shilpi.agarwal3373 on 17-Dec-2015 05:08

Hi all,

I have followed the following steps in rollbase private cloud 4.0.3.2 installation

1. download and unzip files rollbase, webapps, and lib into the respectives dir below are mentioed.

2. create a directory on c:\progressx86\rollbase_new\rollbase, c:\progressx86\rollbase_new\\lib, c:\progressx86\rollbase_new\webapps
3. copies files of lib and webapps on the respective direcories of tomcat lib and webapps.

3. set environment variable for JRE_HOME, CATALINA_HOME and ROLLBASE_HOME

4. configure openedge database from rollbase\sql\create_oedb.bat from proenv and edit database.xml

5. edit shared.proerties file.

6. start database startdb.bat

7. start tomcat server startup.bat

Server has been started and Even i am receiving the Welcome mail from progress Rollbase but after that I am facing the error in server


INFO: Server startup in 39871 ms
===> Error in thread http-apr-8080-exec-7 at 12/17/2015 04:32 PM: Router error:
===> Error in thread StatsCollector at 12/17/2015 04:32 PM: [a56]
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of Master Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of Production Server 1
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of REST Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of Router Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of SOAP Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of Search Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of Storage Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Error checking status
of Workflow Server
===> Error in thread StatusChecker at 12/17/2015 04:34 PM: Login URL is not acce
ssible

And then i am not able to proceed further.

Please give me the solution to this problem.

All Replies

Posted by Srinivas Panyala on 17-Dec-2015 05:16

Seems you did not edit components.xml file. Make sure that you modify $HTTP_PORT$ to tomcat port. Could you please share components.xml file? you can find it @c:\progressx86\rollbase_new\rollbase\config.

Thanks

Srinivas

Posted by shilpi.agarwal3373 on 17-Dec-2015 05:41

Should I use 8080 in HTTP_PORT and localhost in HOST_NAME? Please suggest.

components.xml file

<Components>

<Component name="MASTER" type="MASTER">

<DisplayName>Master Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/master/</ExternalRoot>

<Props>

<ResourcesCheck>2</ResourcesCheck>

<ExpirationDays>30</ExpirationDays>

</Props>

</Component>

<Component name="PROD1" type="PROD">

<DisplayName>Production Server 1</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/prod1/</ExternalRoot>

<Props>

<Power>1.0</Power>

</Props>

</Component>

<Component name="REST" type="REST">

<DisplayName>REST Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/rest/</ExternalRoot>

</Component>

<!--<Component name="RSS" type="RSS">-->

<!--<DisplayName>RSS Server</DisplayName>-->

<!--<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>-->

<!--<ExternalRoot>http://{!#HOST_NAME}/rss/</ExternalRoot>-->

<!--<Props>-->

<!--<MinRequestIntervalMins>60</MinRequestIntervalMins>-->

<!--</Props>-->

<!--</Component>-->

<Component name="ROUTER" type="ROUTER">

<DisplayName>Router Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/router/</ExternalRoot>

<Props>

<StatusCheckInterval>10</StatusCheckInterval>

<CustWeight>3</CustWeight>

<CleckLoginURL>true</CleckLoginURL>

</Props>

</Component>

<Component name="SEARCH" type="SEARCH">

<DisplayName>Search Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/search/</ExternalRoot>

<Props>

<CloseAfterMin>60</CloseAfterMin>

<MaxSearchResults>200</MaxSearchResults>

<LockTimeoutSec>30</LockTimeoutSec>

<RAMBufferMB>64</RAMBufferMB>

</Props>

</Component>

<Component name="STORAGE" type="STORAGE">

<DisplayName>Storage Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/storage/</ExternalRoot>

<Props>

<LogFormat>[%d] %m%n</LogFormat>

<MaxBackupIndex>3</MaxBackupIndex>

<CloseAfterMin>30</CloseAfterMin>

<LogFileSize>300KB</LogFileSize>

<MaxSystemBackups>5</MaxSystemBackups>

</Props>

</Component>

<Component name="WORKFLOW" type="WORKFLOW">

<DisplayName>Workflow Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/workflow/</ExternalRoot>

<Props>

<EventCheckMins>1</EventCheckMins>

</Props>

</Component>

<Component name="WEBAPI" type="WEBAPI">

<DisplayName>SOAP Server</DisplayName>

<InternalRoot>localhost:$HTTP_PORT$/.../InternalRoot>

<ExternalRoot>http://{!#HOST_NAME}/webapi/</ExternalRoot>

</Component>

</Components>

Posted by Srinivas Panyala on 17-Dec-2015 05:52

Please replace $HTTP_PORT$ with 8080 and restart the server.

Thanks

Srinivas

Posted by Karthikeyan Bhaskaran on 17-Dec-2015 05:53

Yes. Change it to 8080. That's the port your Tomcat seems to be running on.

Also check the shared.properties file (same config directory), and update there as well.

Posted by shilpi.agarwal3373 on 18-Dec-2015 05:31

Thanks a lot

This thread is closed