SIGSEV from Lucene upgrades in OODT....

2017-11-16 Thread Chris Mattmann
Hey Tom,

 

I’ve noticed while testing in Apache DRAT that the Lucene upgrades you did
for the file manager regularly on the drat-vm Ubuntu box cause SIGSEV failures
like the following:

 

WARNING: No Metadata specified for product [TestMetReader.java] for required 
field [DataVersion]: Attempting to continue processing metadata

#

# A fatal error has been detected by the Java Runtime Environment:

#

#  SIGSEGV (0xb) at pc=0x7f5afcc030f7, pid=30823, tid=0x7f5ab9d4f700

#

# JRE version: Java(TM) SE Runtime Environment (8.0_151-b12) (build 
1.8.0_151-b12)

# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.151-b12 mixed mode linux-amd64 
compressed oops)

# Problematic frame:

# J 1360 C2 org.apache.lucene.store.ByteBufferIndexInput.readByte()B (126 
bytes) @ 0x7f5afcc030f7 [0x7f5afcc030a0+0x57]

#

# Failed to write core dump. Core dumps have been disabled. To enable core 
dumping, try "ulimit -c unlimited" before starting Java again

#

# An error report file with more information is saved as:

# /home/mattmann/drat/deploy/filemgr/bin/hs_err_pid30823.log

Nov 16, 2017 11:25:40 PM org.apache.oodt.cas.filemgr.catalog.LuceneCatalog toDoc

WARNING: No Metadata specified for product [TestMetReader.java] for required 
field [DataVersion]: Attempting to continue processing metadata

Nov 16, 2017 11:25:40 PM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager 
runExtractors

INFO: Running Met Extractor: 
[org.apache.oodt.cas.filemgr.metadata.extractors.CoreMetExtractor] for product 
type: [GenericFile]

Nov 16, 2017 11:25:40 PM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager 
runExtractors

INFO: Running Met Extractor: 
[org.apache.oodt.cas.filemgr.metadata.extractors.examples.MimeTypeExtractor] 
for product type: [GenericFile]

Nov 16, 2017 11:25:40 PM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager 
runExtractors

INFO: Runn

 

 

Steps to reproduce:

 

1.   Clone and install Apache DRAT 1.0-SNAPSHOT from apache/drat:

2.   Run DRAT on Apache OODT github https://github.com/apache/oodt.git or 
any repo with thousands of files using Proteus 

3.   Watch an error like the above appear consistently about half-way 
through crawling…

 

There are some links online and this open LUCENE issue:

 

https://issues.apache.org/jira/browse/LUCENE-6943 

 

Tom can you help investigate?

 

Cheers,

Chris

 

 



[GitHub] chrismattmann opened a new issue #109: Fresh install doesn't create the tomcat/temp directory

2017-11-16 Thread GitBox
chrismattmann opened a new issue #109: Fresh install doesn't create the 
tomcat/temp directory
URL: https://github.com/apache/drat/issues/109
 
 
   Fresh install on Ubuntu does not create the tomcat/temp directory and 
Proteus won't work on start b/c of this:
   
   ```
   INFO: Cloning Git / SVN project: [oodt] remote repo: 
[https://github.com/apache/oodt.git] into /home/mattmann/drat/deploy/tomcat/temp
   java.io.IOException: /home/mattmann/drat/deploy/tomcat/temp doesn't exist.
at 
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:163)
at 
org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:153)
at 
drat.proteus.DratStartForm.parseAsVersionControlledRepo(DratStartForm.java:207)
at drat.proteus.DratStartForm.handleSubmit(DratStartForm.java:127)
at drat.proteus.DratStartForm.onSubmit(DratStartForm.java:88)
at 
org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1313)
at org.apache.wicket.markup.html.form.Form.process(Form.java:976)
at 
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:797)
at 
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:708)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:258)
at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:216)
at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:241)
at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)
at 
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
at 
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
at 
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)
at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)
at 
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)
at 
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261)
at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)
at 
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:284)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
at 
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] chrismattmann commented on issue #104: DRAT Proteus build failure on Ubuntu 16.04

2017-11-16 Thread GitBox
chrismattmann commented on issue #104: DRAT Proteus build failure on Ubuntu 
16.04
URL: https://github.com/apache/drat/issues/104#issuecomment-345041116
 
 
   ping @ThejanW did it build?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services