owenthereal / codefaces

a web-based source control client
3 stars 2 forks source link

[1.1.1/production] check all the logs file in production and create tickets for the exceptions #98

Open owenthereal opened 13 years ago

owenthereal commented 13 years ago
kklo commented 13 years ago

Luna: INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.20/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.20/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib

kklo commented 13 years ago

Sep 23, 2010 6:44:55 PM org.apache.tomcat.util.threads.ThreadPool$ControlRunnable run SEVERE: Caught exception (java.lang.OutOfMemoryError: Java heap space) executing org.apache.jk.common.ChannelSocket$SocketConnection@3de002a2, terminating thread

kklo commented 13 years ago

Exception in thread "Thread-1742" java.lang.Error: Interrupted attempt to aquire write lock at org.tmatesoft.svn.core.io.SVNRepository.lock(SVNRepository.java:2830) at org.tmatesoft.svn.core.io.SVNRepository.lock(SVNRepository.java:2809) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:994) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.info(DAVRepository.java:722) at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:1285) at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:1216) at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:346) at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:321) at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:316) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getList(AbstractJhlClientAdapter.java:340) at org.codefaces.core.svn.internal.clientadaptor.SVNClientAdaptor.getDirectoryEntries(Unknown Source) at org.codefaces.core.svn.internal.operations.SVNFetchChildrenOperationHandler.execute(Unknown Source) at org.codefaces.core.svn.internal.operations.SVNFetchChildrenOperationHandler.execute(Unknown Source) at org.codefaces.core.operations.SCMOperationDispatcher.execute(Unknown Source) at org.codefaces.core.operations.SCMOperation.execute(Unknown Source) at org.codefaces.core.services.SCMService.fetchChildren(Unknown Source) at org.codefaces.core.models.RepoFolderInfo.fetchChildren(Unknown Source) at org.codefaces.core.models.RepoFolderInfo.getChildren(Unknown Source) at org.codefaces.core.models.RepoResource.getChildren(Unknown Source) at org.codefaces.ui.internal.commons.RepoResourceContentProviderManager$RepoResourceLoadingRunnable$1.run(Unknown Source) at org.eclipse.rwt.internal.lifecycle.FakeContextUtil.runNonUIThreadWithFakeContext(FakeContextUtil.java:60) at org.eclipse.rwt.lifecycle.UICallBack.runNonUIThreadWithFakeContext(UICallBack.java:48) at org.codefaces.ui.internal.commons.RepoResourceContentProviderManager$RepoResourceLoadingRunnable.loadResource(Unknown Source) at org.codefaces.ui.internal.commons.RepoResourceContentProviderManager$RepoResourceLoadingRunnable.run(Unknown Source) at java.lang.Thread.run(Thread.java:619)

kklo commented 13 years ago

Exception in thread "TP-Processor21" java.lang.OutOfMemoryError: Java heap space Exception in thread "TP-Processor4" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOfRange(Arrays.java:3209) at java.lang.String.(String.java:215) at java.lang.Integer.toUnsignedString(Integer.java:245) at java.lang.Integer.toHexString(Integer.java:174) at java.lang.Object.toString(Object.java:219) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:699) at java.lang.Thread.run(Thread.java:619)

owenthereal commented 13 years ago

please create a single ticket for each exception. Should include exceptions in ALL logs.