openwayback icon indicating copy to clipboard operation
openwayback copied to clipboard

The OpenWayback Development

Results 101 openwayback issues
Sort by recently updated
recently updated
newest added

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...

Hi, Im trying to archive twitter pages and replay it with openwayback. Is it true that OWB dont display the dynamic content? Im getting this error ![Screenshot from 2021-06-24 13-36-56](https://user-images.githubusercontent.com/31829812/123396958-cd89ba00-d599-11eb-96fa-e0f2f902ef9f.png)

Bumps httpclient from 4.5.6 to 4.5.13. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.httpcomponents:httpclient&package-manager=maven&previous-version=4.5.6&new-version=4.5.13)](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 it yourself. You can also trigger a...

dependency upgrade

After deploying on Tomcat 10 I received the following error when trying to start: `java.lang.NoClassDefFoundError: javax/servlet/Filter at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at org.apache.catalina.loader.WebappClassLoaderBase.findClassInternal(WebappClassLoaderBase.java:2470) at org.apache.catalina.loader.WebappClassLoaderBase.findClass(WebappClassLoaderBase.java:866) at...

we are testing openwayback using a .warc file generated by heritrix. we run openwayback on centos7+tomcat7. OWB seems capable of indexing urls the .warc file. however, when we click the...

Would be interested to know why maven dependencies haven't been cached on Travis. Thank you.

Even if the value is included by the remote index, this is essentially free as the number of results is readily available at this point. This has been observed to...

As per #276, this is an attempt to switch to ThreadLocal RandomAccessFiles that are reused rather than constantly recreated and destroyed. Needs some performance testing from someone with a lot...

enhancement

We've been seeing a `NoClassDefFoundError` raised when we have an exception on opening a CDX file. I suspect the CDX file error is related to https://github.com/iipc/openwayback/issues/276 (this instance has 75...

After reboot Open Wayback crashes with the following error org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter [RequestFilter] org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'localbdbresourceindex' defined in URL [file:/local/apache-tomcat-9.0.30/webapps/ROOT/WEB-INF/BDBCollection.xml]: Cannot create inner...