[Bug 104] New: Error in native_interface.c when trying to start Tomcat
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=104
Summary: Error in native_interface.c when trying to start Tomcat
Product: SableVM
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
As Sable is the officially supported JVM in the Linux distribution I am using
(Ubuntu Hoary), I tried running Tomcat with it.
- Tomcat 5.5.7
- Tomcat JRE 1.4 compatibility installed
- Add jmx.jar which is in Tomcat's bin folder to the classpath
This Tomcat installation runs on Kaffe (1.1.5-dev).
remm@ubuntu:~/jakarta-tomcat-5.5.7$ java -version
SableVM version 1.1.8
- compile date and time: 2005-01-01 19:42:24 UTC
- gcc version: 3.3.5 (Debian 1:3.3.5-5)
- 'real life brokenness' features enabled
- signal based exception detection
- copying garbage collection
- bidirectional object layout
- inline-threaded interpreter
remm@ubuntu:~/jakarta-tomcat-5.5.7$ ./bin/catalina.sh run
Using CATALINA_BASE: /home/remm/jakarta-tomcat-5.5.7
Using CATALINA_HOME: /home/remm/jakarta-tomcat-5.5.7
Using CATALINA_TMPDIR: /home/remm/jakarta-tomcat-5.5.7/temp
Using JRE_HOME: /usr/lib/sablevm
Created MBeanServer with ID: [UID: 8533320,1109370703378,-32768]:ubuntu:1
WARNING: could not properly read security provider files:
file:///usr/lib/security/SableVM.security
file:///usr/lib/security/classpath.security
Falling back to standard GNU security provider
sablevm: INTERNAL ERROR (source file "native_interface.c", line 24367): todo
Aborted
This line corresponds to FromReflectedMethod, which is also unimplemented in the
current Sable 1.1.9 release.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.