-
1. Re: JBAS014143 Error in JBOSS
Bipin RajalingamS Jul 14, 2017 4:30 AM (in response to Jeremy Jensen)Do you have smart search configured ?
-
2. Re: JBAS014143 Error in JBOSS
Jeremy Jensen Jul 14, 2017 8:45 AM (in response to Bipin RajalingamS)No, we don't have smart search configured. Another clue was the appearance of "JVM GarbageCollector "java.lang.OutOfMemoryError: GC overhead limit exceeded". The case described here:
I've been able to make progress on this issue - I've modified the JAVA_OPT variable to increase the "-Xmx" parameter. From what I've read, I think that this parameter sets the maximum available for the application server. I've been able to run match jobs without the CPU utilization spiking after running jobs.
What made this a little more complicated is that we are running MDM as a service. We had to out that we need to update the "service.bat" definition to update the JAVA_OPT variable.
Are there any best practices or guidelines for configuring the number of cores/amount of RAM?
-
3. Re: JBAS014143 Error in JBOSS
chaitra hegde Aug 8, 2019 10:41 PM (in response to Jeremy Jensen)Hi,
After restarting the JBOSS, were you able to deploy siperian_mrm ear file?
-
4. Re: JBAS014143 Error in JBOSS
MOUNIKA CHENAREDDY Aug 12, 2019 1:51 AM (in response to Jeremy Jensen)The issue occurs when the configuration of the EJB timer setting exceeds the limit.These are warning messages which you can ignore .For more info refer the KB#469753.
Else add the below tag in all the data-sources in standalone-full.xml and restart the server by clearing the cache.
<Validation>
<check-validation-connection-sql>select 1 from dual</check-validation-connection-sql>
</Validation>
-
5. Re: JBAS014143 Error in JBOSS
Shriharsha Manjunath Aug 13, 2019 12:01 PM (in response to Jeremy Jensen)Mark the match job as complete.
File writing operation also consumes CPU so refer the KB #469753 to avoid the warning messages. Even after rectifying that if we are still facing the issue then collect the thread dumps with the logs to analyze the issue further.
-
6. Re: JBAS014143 Error in JBOSS
Piyush Paras Aug 19, 2019 5:51 AM (in response to Jeremy Jensen)Can you please refer to KB : 121642 on Configuring the appropriate number of cores/CPUs.
-
7. Re: JBAS014143 Error in JBOSS
Anshul Jain Aug 30, 2019 1:19 PM (in response to Jeremy Jensen)Please raise case with our Support team. There are various factors which can impact this and we need to review the environment completely to recommend on the JVM setting and reason for slow startup.