SimpleAnnotationServer icon indicating copy to clipboard operation
SimpleAnnotationServer copied to clipboard

A simple IIIF and Mirador compatible Annotation Server

Results 27 SimpleAnnotationServer issues
Sort by recently updated
recently updated
newest added

2021-11-09T21:19:03.142+00:00 java.lang.ClassCastException: class java.lang.String cannot be cast to class java.util.Map (java.lang.String and java.util.Map are in module java.base of loader 'bootstrap') -- at uk.org.llgc.annotation.store.servlets.ManifestUpload.doPost(ManifestUpload.java:106) at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at...

sas.gdmrdigital.com 09-Nov-2021 07:52:55.150 SEVERE [http-nio-8080-exec-10] com.sun.faces.application.view.FaceletViewHandlingStrategy.handleRenderException Error Rendering View[/stats/manifest.xhtml] -- javax.el.ELException: /stats/manifest.xhtml @27,123 model="#{statsService.getManifestAnnoCount(param['manifest'])}": java.lang.NullPointerException at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:114) at javax.faces.component.ComponentStateHelper.eval(ComponentStateHelper.java:194) at org.primefaces.component.chart.ChartBase.getModel(ChartBase.java:76) at org.primefaces.component.chart.Chart.getModel(Chart.java:38) at org.primefaces.component.chart.renderer.BarRenderer.encodeData(BarRenderer.java:43) at org.primefaces.component.chart.renderer.BasePlotRenderer.render(BasePlotRenderer.java:38) at org.primefaces.component.chart.ChartRenderer.encodeScript(ChartRenderer.java:104) at...

Documentation on deploying SAS to the cloud. https://github.com/glenrobson/SimpleAnnotationServer/blob/aws_docs/doc/AWS.md

SLU

SAS supports too many options which makes development and maintenance more difficult. The original reason to support Sesame was to give a Web front end to access the annotations as...

Document AWS deployment of SAS with Elastic Search as a backend. AWS components: ## Deploy / CI * Fork SAS repository * Setup Code Pipeline * Source - github forked...

SLU

Hi Glen, Playing around with this, it seems to require an xywh region for the annotation. We have transcriptions which haven't been tied to any region of the page, can...

Wouldn't it be better to use a store like Solr as an extra store, rather than as a primary store? Solr is good for search, not for backend storage. Maybe...

``` javax.servlet.ServletException: Unable to find unambiguous method: class uk.org.llgc.annotation.store.controllers.StoreService.listAnnoPages(null) javax.faces.webapp.FacesServlet.service(FacesServlet.java:671) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) uk.org.llgc.annotation.store.filters.CorsFilter.doFilter(CorsFilter.java:32) uk.org.llgc.annotation.store.filters.OAuthFilter.doFilter(OAuthFilter.java:70) Root Cause javax.el.MethodNotFoundException: Unable to find unambiguous method: class uk.org.llgc.annotation.store.controllers.StoreService.listAnnoPages(null) javax.el.Util.findWrapper(Util.java:367) javax.el.Util.findMethod(Util.java:217) javax.el.BeanELResolver.invoke(BeanELResolver.java:140) javax.el.CompositeELResolver.invoke(CompositeELResolver.java:79) org.apache.el.parser.AstValue.getValue(AstValue.java:158) org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189) com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)...

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.1 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.2.1&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies