Gary S. Thompson | 3 Oct 17:41
Picon
Gravatar

save problems, errors and exceptions

I am having a problem. Each time I post an edit to a page I get

-- 

    HTTP ERROR: 403 Forbidden

RequestURI=/error.jsp

/Powered by Jetty:// <http://jetty.mortbay.org>

/

However the page still saves. In the server log I get

java.lang.ArrayIndexOutOfBoundsException: 10 >= 9
at java.util.Vector.elementAt(Vector.java:432)
at org.apache.lucene.index.FieldInfos.fieldInfo(Unknown Source)
at org.apache.lucene.index.FieldsReader.doc(Unknown Source)
at org.apache.lucene.index.SegmentReader.document(Unknown Source)
at org.apache.lucene.index.SegmentMerger.mergeFields(Unknown Source)
at org.apache.lucene.index.SegmentMerger.merge(Unknown Source)
at org.apache.lucene.index.IndexWriter.mergeSegments(Unknown Source)
at org.apache.lucene.index.IndexWriter.optimize(Unknown Source)
at org.snipsnap.snip.SnipIndexer.index(SnipIndexer.java:144)
at org.snipsnap.snip.SnipIndexer.reIndex(SnipIndexer.java:115)
at org.snipsnap.snip.SnipSpaceImpl.systemStore(SnipSpaceImpl.java:327)
at org.snipsnap.snip.SnipSpaceImpl.store(SnipSpaceImpl.java:307)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
(Continue reading)

Ryan Barrett | 6 Oct 11:55
Picon

snipsnap2svn.xslt - convert SnipSnap XML exports to Subversion dumpfiles

hi all. i've just posted snipsnap2svn.xslt, an XSLT script that converts
snipsnap XML database exports into subversion dumpfiles, with change history,
so they can be imported into a subversion repository.

http://snarfed.org/space/snipsnap2svn

you can use this to examine your snips' change history in subversion (or one
of the many nifty compatible tools), experiment with alternative snipsnap
storage backends, or migrate from snipsnap to another CMS.

feedback is welcome!

-Ryan

--
http://snarfed.org/
Sam Deane | 6 Oct 17:20
Favicon
Gravatar

rss/email change notification for all snips

Hi folks,

I've been using Confluence a lot recently, but have just changed jobs 
and now am in an environment where we don't have a budget for a 
Confluence license.

Since I run SnipSnap at home (and really like it), I thought I'd try to 
set it up here. However, one thing that I really miss from Confluence is 
the option to have email notification and/or an RSS feed for all changes 
in a space.

It seems (unless I'm missing something), that the SnipSnap RSS feed is 
only for blog posts. Is that correct? If so, are there any third-party 
solutions out there?

Cheers,

- Sam -

-------------------------------------------------------------
This mail was scanned by BitDefender
For more informations please visit http://www.bitdefender.com

-------------------------------------------------------------
Dave Levy | 27 Oct 16:54

Backing up a .war version from the command line.

I have installed snipsnap 1.02b uttoexeter .war running under tomcat 
V4.13 on a Cobalt Qube Linux 2.2.16C37_III. I have redirection working 
on my apache 1.3 web server.

I am looking to use the utilities to automate the backup of the database 
which is mounted on files.

My first problem is that snipsnap-utils.jar is missing. I have 
downloaded snipsnap-utils.jar from the non .war version of 1.02b. When I 
try to run it I get the following errors. I have copied the other apache 
.jars to the tomcat lib directory from the 1.02b lib directory.

SnipSnap AdminClient ($Revision: 1731 $)
Copyright (c) 2000-2005 Fraunhofer Gesellschaft
Fraunhofer Institute for Computer Architecture and Software Technology
All Rights Reserved. See License Agreement for terms and conditions of use.
Responsible Authors: Stephan J. Schmidt, Matthias L. Jugel.
Contacting Remote Server ...
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/commons/codec/EncoderException
    at 
org.apache.xmlrpc.DefaultXmlRpcTransport.setBasicAuthentication(Unknown 
Source)
    at 
org.snipsnap.server.AdminXmlRpcClient.<init>(AdminXmlRpcClient.java:52)
    at 
org.snipsnap.server.AdminXmlRpcClient.<init>(AdminXmlRpcClient.java:45)
    at org.snipsnap.server.AdminClient.execute(AdminClient.java:146)
    at org.snipsnap.server.AdminClient.main(AdminClient.java:59)

(Continue reading)


Gmane