On Wed, 2 Jul 2008, Darren Govoni wrote:

Hey guys,
  I have a working pylucene script that I run standalone. When
I try to use pylucene from within CherryPy (python HTTP gateway),
it throws this segv

Did you call attachCurrentThread() ?
See JCC's or PyLucene's README for more information.

Andi..


#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb7977434, pid=7903, tid=2989480848
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b22 mixed mode, sharing
linux-x86)
# Problematic frame:
# C  [_lucene.so+0x266434]  _ZN6JCCEnv12setClassPathEPKc+0x24
#
# An error report file with more information is saved as:
# /home/darren/projects/neutrino/parse/clean.1/hs_err_pid7903.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

Anyone seen this before? I tried passing a jvm arg into initVM, but
it says JVM is already started:

   initVM(CLASSPATH,vmargs='-Xint')
ValueError: JVM is already running, options are ineffective

Any tips?

thank you very much.
Darren

_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to