The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

com.mchange error leading to jira slowness

Sijo kurien
September 6, 2020

We have been encountering jira slowness in one of our client installation,

 We have a custom plugin added in jira.

We found the below exceptions in the catalina.out,

/cxps/atlassian/jira/logs]grep -i exception catalina.out
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier '/mchange-log.properties' could not be found. Skipping.", exception -> java.io.FileNotFoundException: Resource not found at path '/mchange-log.properties'.]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier '/c3p0.properties' could not be found. Skipping.", exception -> java.io.FileNotFoundException: Resource not found at path '/c3p0.properties'.]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier '/mchange-commons.properties' could not be found. Skipping.", exception -> java.io.FileNotFoundException: Resource not found at path '/mchange-commons.properties'.]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier '/mchange-log.properties' could not be found. Skipping.", exception -> java.io.FileNotFoundException: Resource not found at path '/mchange-log.properties'.]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "The configuration file for resource identifier '/c3p0.properties' could not be found. Skipping.", exception -> java.io.FileNotFoundException: Resource not found at path '/c3p0.properties'.]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "Missing or empty HOCON configuration for resource path 'reference'.", exception -> null]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "Missing or empty HOCON configuration for resource path 'application'.", exception -> null]
com.mchange.v2.cfg.DelayedLogItem [ level -> FINE, text -> "Missing or empty HOCON configuration for resource path 'c3p0'.", exception -> null]

 

Can anyone please help us why this is occuring? Any lead would be helpful. Thank you.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Sijo kurien
September 7, 2020

Sorry this is not an answer, but can someone help us here. We are analyzing a jira slowness issue and we need to ensure this logging doesnt lead us to anything or otherwise.