Re: [sword-devel] module statistics

2008-08-19 Thread Greg Hellings
Troy A. Griffitts <[EMAIL PROTECTED]> wrote: >> Hey guys. We have a few needs which need addressing: >> >> Log files got a new naming convention recently. Instead of: >> >> >> .1 >> .2 >> ... >> >> It has become

Re: [sword-devel] module statistics

2008-08-19 Thread DM Smith
DM Smith wrote: > :) > (That's to say, I volunteer.) > Troy A. Griffitts wrote: > >> Hey guys. We have a few needs which need addressing: >> >> Log files got a new naming convention recently. Instead of: >> >> >> .1 >> ff

Re: [sword-devel] module statistics

2008-08-19 Thread DM Smith
:) Troy A. Griffitts wrote: > Hey guys. We have a few needs which need addressing: > > Log files got a new naming convention recently. Instead of: > > > .1 > .2 > ... > > It has become > > > -20080819 > -20080818 > ... &g

Re: [sword-devel] module statistics

2008-08-19 Thread Greg Hellings
Troy, On Tue, Aug 19, 2008 at 4:04 PM, Troy A. Griffitts <[EMAIL PROTECTED]> wrote: > Hey guys. We have a few needs which need addressing: > > Log files got a new naming convention recently. Instead of: > > > .1 > .2 > ... > > It has become >

[sword-devel] module statistics

2008-08-19 Thread Troy A. Griffitts
Hey guys. We have a few needs which need addressing: Log files got a new naming convention recently. Instead of: .1 .2 ... It has become -20080819 -20080818 ... Hence our perl scripts that generate module statistics are not working, seen on the left panel here

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Troy A. Griffitts
Dear Peter, Were you successful in running the java testclient script in the bindings/corba/java directory (edit for paths)? It may be that the java wrappers can't talk with the c++ engine. It it does not work, then you might need to play around with your orbitrc file. See the swordweb page

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Peter von Kaehne
Specifically, reading the exception report which appears to focus oin some security related stuff (see also www.injil.org.uk/swordweb) whether I need to transfer the info you keep in /usr/local/tomcat/conf/ regarding users? Peter Original-Nachricht > Datum: Tue, 19 Aug 2008 18

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Peter von Kaehne
This is obviously a progress. Of sorts. I am now wondering if WEB-INF/web.xml needs some change or indeed do I need to add other info? Peter Original-Nachricht > Datum: Tue, 19 Aug 2008 18:28:18 +0200 > Von: "Peter von Kaehne" <[EMAIL PROTECTED]> > An: SWORD Developers\' Collab

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Peter von Kaehne
Ok, I have a new installation done this time outside of ROOT, but a separate webapp swordweb, with the swrodweb/src classes residing in a directory src next to it and the sword/bindings clsses copied into swordweb/WEB-INF/classes. Now I am back to my original Nullpointer exception. All classes

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Peter von Kaehne
> I don't think it's a class problem. It would have given you a 'class > not found' error. That is exactly what I am getting right now. Maybe I destroyed someting more, I do not know. I feel at the moment utterly frustrated by my lack of knowledge. I do not know what i am doing wrong. I have

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Troy A. Griffitts
Peter, I don't think it's a class problem. It would have given you a 'class not found' error. I think it's working for you! You should be able to go set the properties in swordweb/webapp/WEB-INF/swordweb.properties and things should be fine. If you still have problems, let me know.

Re: [sword-devel] Corba-bindings of sword

2008-08-19 Thread Peter von Kaehne
Further to below I looked at the page init.jsp and got error messages which clarified what happens. basically the two class directories utils and sword are not found. They are present , but not seen. I looked first for all seemingly or potentially relevant files (including obviously the source