----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------


Hi,

        I know this might be slightly off the run of things but it is
directly affecting my Jserv use.  I seem to be having a problem with
my jdk1.2.2 - if I take for example the Hello.class file supplied with
JServ and type 'java Hello' instead of getting the expected error
about the main method I get:

SIGSEGV   11*  segmentation violation
    si_signo [11]: SIGSEGV   11*  segmentation violation
    si_errno [0]: Error 0
    si_code [1]: SEGV_MAPERR [addr: 0x0]


Full thread dump:
Monitor Cache Dump:
Registered Monitor Dump:
    Name and type hash table lock: <unowned>
    String intern lock: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class loading lock: <unowned>
    Java stack lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Has finalization queue lock: <unowned>
    Finalize me queue lock: <unowned>
    Monitor registry: <unowned (mutex held)>
Abort

The same happens when I try to compile using 'javac' - same
error messages on any src files I have.  These same files
compile fine on my local Windows machine with a jdk1.2.1 so
they should work.

As a result - and I'm thinking presumably linked I'm getting the
following errors for some servlets:  mod_jserv.log

[10/12/1999 09:58:07:470] (EMERGENCY) ajp11: cannot scan servlet headers
[10/12/1999 09:58:07:471] (ERROR) an error returned handling request via
protocol "ajpv11"

error_log
[Fri Dec 10 10:00:01 1999] [error] [client 136.206.37.29] Premature end of
script headers: /home/DataConnect


These servlets should work (they did at one point before) but I keep getting
these
errors.  The error does not occur for the Hello.class example (which works)
but will happen for
other classes (in the same zone) which have external imports such as oracle
classes
etc.  These same classes worked earlier this week and the only changes that
I know were
made had to do with chmods and chowns (possibly recursive) but for the life
of me I can't
locate any discrepancies.  If anyone has any ideas please let me know - I'm
in a bad
way here...

David Molloy

PS: Using Apache1.3.6, mod_ssl and Jserv1.0 on Solaris 7 with the correct
patches.



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to