From 7b749790d949bc284638dad874f120fc69ea4275 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 19 Apr 2016 14:34:31 +0300 Subject: [PATCH] Update notes for 2016-04-18 Signed-off-by: Alan Orth --- content/2016-04.md | 30 ++++++++++++++++++++++++++++++ public/2016-04/index.html | 33 +++++++++++++++++++++++++++++++++ public/index.xml | 33 +++++++++++++++++++++++++++++++++ public/tags/notes/index.xml | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 129 insertions(+) diff --git a/content/2016-04.md b/content/2016-04.md index 05c0c321f..2acd86658 100644 --- a/content/2016-04.md +++ b/content/2016-04.md @@ -196,3 +196,33 @@ UPDATE metadatavalue SET metadata_field_id=217 WHERE metadata_field_id=108 UPDATE 46075 $ JAVA_OPTS="-Xms512m -Xmx512m -Dfile.encoding=UTF-8" ~/dspace/bin/dspace index-discovery -bf ``` + +- CGSpace was down but I'm not sure why, this was in `catalina.out`: + +``` +Apr 18, 2016 7:32:26 PM com.sun.jersey.spi.container.ContainerResponse logException +SEVERE: Mapped exception to response: 500 (Internal Server Error) +javax.ws.rs.WebApplicationException + at org.dspace.rest.Resource.processFinally(Resource.java:163) + at org.dspace.rest.HandleResource.getObject(HandleResource.java:81) + at sun.reflect.GeneratedMethodAccessor198.invoke(Unknown Source) + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(Method.java:606) + at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) + at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) + at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) + at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) + at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) + at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) + at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511) + at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391) + at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381) + at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) +... +``` + +- Everything else in the system looked normal (50GB disk space available, nothing weird in dmesg, etc) +- After restarting Tomcat a few more of these errors were logged but the application was up diff --git a/public/2016-04/index.html b/public/2016-04/index.html index 9dad0cb37..f24748690 100644 --- a/public/2016-04/index.html +++ b/public/2016-04/index.html @@ -303,6 +303,39 @@ UPDATE 46075 $ JAVA_OPTS="-Xms512m -Xmx512m -Dfile.encoding=UTF-8" ~/dspace/bin/dspace index-discovery -bf + + +
Apr 18, 2016 7:32:26 PM com.sun.jersey.spi.container.ContainerResponse logException
+SEVERE: Mapped exception to response: 500 (Internal Server Error)
+javax.ws.rs.WebApplicationException
+        at org.dspace.rest.Resource.processFinally(Resource.java:163)
+        at org.dspace.rest.HandleResource.getObject(HandleResource.java:81)
+        at sun.reflect.GeneratedMethodAccessor198.invoke(Unknown Source)
+        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
+        at java.lang.reflect.Method.invoke(Method.java:606)
+        at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
+        at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
+        at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
+        at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
+        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
+        at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
+        at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
+        at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
+        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
+        at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
+        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
+        at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
+        at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
+...
+
+ + +