Custom Query (424 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 424)

Ticket Owner Reporter Resolution Summary
#240 nobody dmn fixed ant update error (Windows mesg on Linux?)
Description

BUILD FAILED

/home/daven/research/greenstone3/build.xml:1298: Execute failed: java.io.IOException: Cannot run program "C:/Program Files/Microsoft Visual Studio/VC98/Bin/VCVARS32.BAT": java.io.IOException: error=2, No such file or directory

#242 nobody oranfry wontfix ant start starts multiple tomcat instances on gentoo
Description

With Greenstone3.03, after a fresh install, on gentoo (kanuka machine), running 'ant start' or 'gs3-server.sh' results in many (42) tomcat instances being started

$ ps aux | grep tomcat
oranfry   9407  0.0  0.0   4572   672 pts/2    R+   11:57   0:00 grep tomcat

$ ant start
Buildfile: build.xml

init:
     [echo] tomcat.port:8083, gli.present:true gs2build.present=true gsdl2.installed.path = ${gsdl2.installed.path}

start-tomcat:

start:

BUILD SUCCESSFUL
Total time: 5 seconds

$ ps aux | grep tomcat
oranfry   9218  1.2  4.5 587532 40868 pts/3    S+...
oranfry   9220  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9222  0.2  4.5 587532 40868 pts/3    S+...
oranfry   9223  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9224  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9225  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9226  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9227  0.2  4.5 587532 40868 pts/3    S+...
oranfry   9228  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9230  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9231  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9232  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9233  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9234  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9235  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9236  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9237  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9238  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9239  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9240  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9241  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9242  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9243  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9244  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9245  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9246  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9247  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9248  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9249  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9250  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9251  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9252  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9253  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9254  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9255  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9256  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9257  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9258  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9259  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9260  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9261  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9262  0.0  4.5 587532 40868 pts/3    S+...
oranfry   9270  0.6  1.6  27996 15328 pts/2    S ...

#245 ak19 dmn worksforme java crash, index out of bounds
Description

I got this crash, admittedly when puka wasn't behaving, but it looks like some arraylist accessing might be occurring without full index checking:

java.lang.IndexOutOfBoundsException: Index: 0, Size: 0

java.util.ArrayList.RangeCheck(ArrayList.java:547) java.util.ArrayList.get(ArrayList.java:322) org.greenstone.gsdl3.service.AbstractGS2FieldSearch.createParameter(AbstractGS2FieldSearch.java:362) org.greenstone.gsdl3.service.AbstractGS2FieldSearch.getServiceDescription(AbstractGS2FieldSearch.java:276) org.greenstone.gsdl3.service.ServiceRack.processDescribe(ServiceRack.java:290) org.greenstone.gsdl3.service.ServiceRack.process(ServiceRack.java:200) org.greenstone.gsdl3.collection.ServiceCluster.process(ServiceCluster.java:430) org.greenstone.gsdl3.core.MessageRouter.process(MessageRouter.java:318) org.greenstone.gsdl3.action.PageAction.sendMultipleRequests(PageAction.java:224) org.greenstone.gsdl3.action.PageAction.aboutPage(PageAction.java:164) org.greenstone.gsdl3.action.PageAction.process(PageAction.java:39) org.greenstone.gsdl3.core.Receptionist.process(Receptionist.java:197) org.greenstone.gsdl3.LibraryServlet.doGet(LibraryServlet.java:499) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.