org.eclipse.orgcore.ru...

Error: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester (Open Source Projects forum at JavaRanch)
File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
A friendly place for programming greenhorns!
Big Moose Saloon
Win a copy of
this week in the
Error: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
Hi everybody..
Can you please help me about my problem. I have searched through the Internet, but could not solve it..
I am trying to use iReport within my NetBeans project. I created my report, and did the database connection.
I can run my report within Netbeans. But when I try to call/run my report from a
file it gives this error :
Servlet.service() for servlet nesre threw exception
java.lang.ClassNotFoundException: mons.digester.Digester
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at org.apache.jsp.nesre_jsp._jspService(nesre_jsp.java:96)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
at presentation.controller.FrontControllerServlet_v1.processRequest(Unknown Source)
at presentation.controller.FrontControllerServlet_v1.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at presentation.controller.LoginFilter_v1.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
01:36:18,109 ERROR [STDERR] org.apache.jasper.JasperException:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
01:36:18,109 ERROR [STDERR]
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:521)
01:36:18,109 ERROR [STDERR]
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:397)
01:36:18,109 ERROR [STDERR]
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336)
01:36:18,109 ERROR [STDERR]
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
01:36:18,109 ERROR [STDERR]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292)
01:36:18,109 ERROR [STDERR]
at presentation.controller.FrontControllerServlet_v1.processRequest(Unknown Source)
01:36:18,109 ERROR [STDERR]
at presentation.controller.FrontControllerServlet_v1.doGet(Unknown Source)
01:36:18,109 ERROR [STDERR]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
01:36:18,109 ERROR [STDERR]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
01:36:18,109 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
01:36:18,125 ERROR [STDERR]
at presentation.controller.LoginFilter_v1.doFilter(Unknown Source)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
01:36:18,125 ERROR [STDERR]
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
01:36:18,125 ERROR [STDERR]
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
01:36:18,125 ERROR [STDERR]
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
01:36:18,125 ERROR [STDERR]
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
01:36:18,125 ERROR [STDERR]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
01:36:18,125 ERROR [STDERR]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
01:36:18,125 ERROR [STDERR]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
01:36:18,125 ERROR [STDERR]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
01:36:18,125 ERROR [STDERR]
at java.lang.Thread.run(Thread.java:619)
01:36:18,125 ERROR [STDERR] Caused by: javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
01:36:18,125 ERROR [STDERR]
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
01:36:18,125 ERROR [STDERR]
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
01:36:18,125 ERROR [STDERR]
at org.apache.jsp.nesre_jsp._jspService(nesre_jsp.java:119)
01:36:18,125 ERROR [STDERR]
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
01:36:18,125 ERROR [STDERR]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
01:36:18,125 ERROR [STDERR]
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
01:36:18,125 ERROR [STDERR]
... 34 more
01:36:18,171 ERROR [STDERR] Caused by: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
01:36:18,171 ERROR [STDERR]
at org.apache.jsp.nesre_jsp._jspService(nesre_jsp.java:96)
01:36:18,171 ERROR [STDERR]
... 37 more
01:36:18,171 ERROR [STDERR] Caused by: java.lang.ClassNotFoundException: mons.digester.Digester
01:36:18,171 ERROR [STDERR]
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
01:36:18,171 ERROR [STDERR]
at java.security.AccessController.doPrivileged(Native Method)
01:36:18,171 ERROR [STDERR]
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
01:36:18,171 ERROR [STDERR]
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
01:36:18,171 ERROR [STDERR]
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
01:36:18,171 ERROR [STDERR]
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
01:36:18,171 ERROR [STDERR]
... 38 more
My jsp file code:
&%@page contentType="text/html" pageEncoding="UTF-8"%&
&%@ page import="integration.*, java.util.*, business.*,java.text.*,java.util.HashMap,java.sql.*"%&
&%@ page import="net.sf.jasperreports.engine.*, net.sf.jasperreports.view.*, java.util.logging.Level"%&
&%@ page import="java.util.logging.Logger, javax.persistence.EntityTransaction.*,net.sf.jasperreports.engine.design.JasperDesign"%&
&%@ page import="net.sf.jasperreports.engine.xml.JRXmlLoader"%&
&!DOCTYPE jasperReport PUBLIC "-//JasperReports//DTD Report Design//EN"
"http://jasperreports.sourceforge.net/dtds/jasperreport.dtd"&
&jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="null" pageWidth="595" pageHeight="842" columnWidth="535" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"&
&meta http-equiv="Content-Type" content="text/ charset=UTF-8"&
&title&JSP Page&/title&
&h1&Hello World!&/h1&
ServletOutputStream servletOutputStream = response.getOutputStream();
Connection con =
JasperReport jasperR
JasperPrint jasperP
JasperDesign jasperD
// get a database connection
Class.forName("oracle.jdbc.driver.OracleDriver");
con = DriverManager.getConnection("jdbc:oracle:thin:@ocean:1521:norcl","uname","pass");
// load JasperDesign from XML and compile it into JasperReport
//jasperDesign = JRXmlLoader.load("C:/testRep/testRep2.jrxml");
jasperDesign = JRXmlLoader.load("D:/WebApplication1/web/reports/newReport.jrxml");
jasperReport = pileReport(jasperDesign);
// fill JasperPrint using fillReport() method
jasperPrint = JasperFillManager.fillReport(jasperReport,null,con);
JasperExportManager.exportReportToPdfFile(jasperPrint,"D:/WebApplication1/web/reports/newReport.pdf");
response.setContentType("application/pdf");
JasperExportManager.exportReportToPdfStream(jasperPrint, servletOutputStream);
servletOutputStream.flush();
servletOutputStream.close();
out.clear();
out = pageContext.pushBody();
Thanks in advance..
Sorry, I forgot to say that,
add my following jar files into libraries.
I right-clicked on the project in netbeans, Said Properties, Libraries--& add jar file..
jasperreports-1.2.7.
jasperreports-1.2.7-javaflow.
commons-beanutils-1.5.
commons-collections-2.1.
commons-logging-1.0.2.
commons-digester-1.7.jar
Are those libraries packaged in your WAR?
Cheers, Martijn - ,
, , , My ,
Thanks for the reply..
I placed all these files in this directory:
D:\WebApplication1\web\WEB-INF\lib
And then I add them one by one In the Project Properties-&Libraries--&Add jar File
I might be wrong, because apparently, the system does not see them..
Can you please tell me where exactly to place them?
You need to unzip/open your produced WAR file and make sure that the jar files are in your WEB-INF/lib directory
I solved my problem. The solution for who is having/will have the same problem, is :
The reason for the problem was:
NetBeans was seeing my jar files, but not . So what I did is
I copied all my commons, iText, poi jar files into C:\jboss-4.2.3.GA\server\default\lib
and then I defined in my
&property name="jasper.jar" value="${server.root}/server/default/lib/jasperreports-3.5.2.jar"/&
&property name="jasper2.jar" value="${server.root}/server/default/lib/commons-collections-3.2.1.jar"/&
&property name="jasper3.jar" value="${server.root}/server/default/lib/commons-beanutils-1.8.0.jar"/&
&property name="jasper4.jar" value="${server.root}/server/default/lib/commons-logging-1.1.jar"/&
&property name="jasper5.jar" value="${server.root}/server/default/lib/commons-digester-1.7.jar"/&
&property name="jasper6.jar" value="${server.root}/server/default/lib/iText-2.1.0.jar"/&
&property name="jasper7.jar" value="${server.root}/server/default/lib/poi-3.2-FINAL-.jar"/&
This solved my problem. But now when I run my report from
the project, it works but shows on my web page strange characters, which are
%PDF-1.4 %???? 3 0 obj &&stream x????? ?w????[??h?N6?@?????oo?Rs?А?????
&?B???%(????_?]?}?P-?Wx7+Y4Qg;? ???D ?b*?L???E\?X?????/?n4?(d???}:
?Y?r?N]??HIa??e???l????F?e?j??64????J?S?es?6? 1/4
???e??2?7????
endstream endobj 1 0 obj&&&/Parent 4 0 R/Contents 3 0 R/Type/Page/Resources&&&/Font&&&&/MediaBox[0 0 595 842]&& endobj 5 0 obj[1 0 R/XYZ 0 854 0]
endobj 2 0 obj&& endobj 4 0 obj&& endobj 6 0 obj&& endobj 7 0 obj&& endobj 8 0 obj&& endobj 9 0 obj&&
endobj xref 0 10
00000 n trailer &]/
Info 9 0 R/Size 10&& startxref 1010 %%EOF
It is getting more excited, I am approaching the solution..
Here's the link:
subject: Error: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
Similar Threads
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter&& && && SIGSEGV error in java compiler when compiling CDT 5.0.0
Show: & ::
&Messages: 1Registered: July 2009
I am trying to run a headless build of the Eclipse CDT 5.0.0 code and am
encountering a SIGSEGV violation when using either the Java SE Runtime
Environment (build 1.6.0_07-b0) with Java HotSpot Server VM (build
10.0-b23, mixed mode) or with Java SE Runtime Environment (build
1.6.0_06-b02) with Java HotSpot Server VM (build 10.0-b22, mixed mode).
This occurs on our RedHat Linux machine.
# An unexpected error has been detected by Java Runtime Environment:
SIGSEGV (0xb) at pc=0x0625665c, pid=9579, tid=
# Java VM: Java HotSpot(TM) Server VM (10.0-b23 mixed mode linux-x86)
# Problematic frame:
[libjvm.so+0x25665c]
# An error report file with more information is saved as:
# /folk/mpauna/surf_build/build/plugins/hs_err_pid9579.log
# If you would like to submit a bug report, please visit:
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
The error occurs on the java command:
jvm_args: -Xms100m -Xmx2000m
java_command:
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.lau ncher_1.0.100.v0.jar
-application org.eclipse.ant.core.antRunner -buildfile
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3 .4.0.v/scripts/build.xml
-data /folk/mpauna/surf_build/workspace -configuration
/folk/mpauna/surf_build/configuration -DjavacDebugInfo=on
-DjavacVerbose=true -Dbuilder=/folk/mpauna/surf_build/configuration
-verbose -debug
Launcher Type: SUN_STANDARD
I have tried various -Xms and -Xmx values, but it keeps crashing.
Does anyone have any suggestions or ideas???
Mark Pauna
# An unexpected error has been detected by Java Runtime Environment:
SIGSEGV (0xb) at pc=0x0625665c, pid=9579, tid=
# Java VM: Java HotSpot(TM) Server VM (10.0-b23 mixed mode linux-x86)
# Problematic frame:
[libjvm.so+0x25665c]
# If you would like to submit a bug report, please visit:
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
---------------
T H R E A D
---------------
Current thread (0x):
JavaThread &CompilerThread0& daemon
[_thread_in_native, id=9589, stack(0x32d4e000,0x32dcf000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR),
si_addr=0x
Registers:
EAX=0x, EBX=0x30a6445c, ECX=0x, EDX=0xffffffff
ESP=0x32dcce70, EBP=0x32dccec8, ESI=0x30a64428, EDI=0x
EIP=0x0625665c, CR2=0x, EFLAGS=0x
Top of Stack: (sp=0x32dcce70)
0x32dcce70:
0x32dcce80:
32dccf90 31b7ddcc dccfd0
0x32dcce90:
066a0bf0 ffffffff 121b30
0x32dccea0:
02 31b7ddc8
0x32dcceb0:
dcd31c 00733
0x32dccec0:
32dccf90 32dcd2b0 32dccff8 06255bb5
0x32dcced0:
32dcd2b0 dcdc00 32dcdc00
0x32dccee0:
000000dc 000000dc 32dccf28 32dcd31c
Instructions: (pc=0x0625665c)
0x0625664c:
5d dc 8b 03 53 8d 5e 34 ff 50 40 89 c7 8b 56 34
0x0625665c:
8b 00 21 c2 89 56 34 8b 47 04 8b 4b 04 21 c1 8b
Stack: [0x32d4e000,0x32dcf000],
sp=0x32dcce70,
free space=507k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
[libjvm.so+0x25665c]
[libjvm.so+0x255bb5]
[libjvm.so+0x2a2acd]
[libjvm.so+0x29f950]
[libjvm.so+0x2471e9]
[libjvm.so+0x2a6e3a]
[libjvm.so+0x2a6846]
[libjvm.so+0x5b61ed]
[libjvm.so+0x4fe289]
[libpthread.so.0+0x5371]
Current CompileTask:
org.eclipse.piler.lookup.ParameterizedMethod Binding. &init& (Lorg/eclipse/jdt/internal/compiler/lookup/ParameterizedType BLorg/eclipse/jdt/internal/compiler/lookup/MethodB)V
(596 bytes)
---------------
P R O C E S S
---------------
Java Threads: ( =& current thread )
0x31b42800 JavaThread &Compiler Processing Task& daemon
[_thread_in_native, id=9633, stack(0x31faf000,0x)]
0x083f1000 JavaThread &Worker-1& [_thread_blocked, id=9601,
stack(0x324afa000)]
0x JavaThread &Java indexing& daemon [_thread_blocked, id=9600,
stack(0xx325ab000)]
0x JavaThread &Worker-0& [_thread_blocked, id=9599,
stack(0x325af000,0x)]
0x32aa3000 JavaThread &Start Level Event Dispatcher& daemon
[_thread_blocked, id=9596, stack(0x327af000,0x)]
0x JavaThread &Framework Event Dispatcher& daemon
[_thread_blocked, id=9595, stack(0xx)]
0x333a9800 JavaThread &State Data Manager& daemon [_thread_blocked,
id=9594, stack(0xx329d5000)]
0x JavaThread &Low Memory Detector& daemon [_thread_blocked,
id=9591, stack(0x32c7c000,0x32ccd000)]
0x JavaThread &CompilerThread1& daemon [_thread_blocked,
id=9590, stack(0x32ccd000,0x32d4e000)]
=&0x JavaThread &CompilerThread0& daemon [_thread_in_native, id=9589,
stack(0x32d4e000,0x32dcf000)]
0x JavaThread &Signal Dispatcher& daemon [_thread_blocked,
id=9588, stack(0x32dcf000,0x32e20000)]
0x JavaThread &Finalizer& daemon [_thread_blocked, id=9587,
stack(0xx)]
0x080ff000 JavaThread &Reference Handler& daemon [_thread_blocked,
id=9586, stack(0xx330c2000)]
0x JavaThread &main& [_thread_in_native, id=9580,
stack(0xb7f8f000,0xb7fe0000)]
Other Threads:
0x080fbc00 VMThread [stack: 0x330c43000] [id=9585]
0x33302c00 WatcherThread [stack: 0x32bfb000,0x32c7c000] [id=9592]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
PSYoungGen
total 190464K, used 66161K [0xaxb4e50000,
0xb4e50000)
eden space 174208K, 28% used [0xaxaa0e65c8,0xb1a40000)
from space 16256K, 99% used [0xb1aaa20000)
space 27520K, 0% used [0xbxbxb4e50000)
total 91072K, used 14886K [0x37e5d740000,
0xa7020000)
object space 91072K, 16% used [0x37ecdd740000)
total 36352K, used 18133K [0x33e5d0000,
0x37e50000)
object space 36352K, 49% used [0x33ed0000)
Dynamic libraries:
51000 r-xp
fd:00 131843
/lib/ld-2.3.4.so
52000 r-xp
fd:00 131843
/lib/ld-2.3.4.so
53000 rwxp
fd:00 131843
/lib/ld-2.3.4.so
7a000 r-xp
fd:00 131868
/lib/tls/libc-2.3.4.so
7b000 r-xp
fd:00 131868
/lib/tls/libc-2.3.4.so
7e000 rwxp
fd:00 131868
/lib/tls/libc-2.3.4.so
80000 rwxp :00 0
84000 r-xp
fd:00 131870
/lib/libdl-2.3.4.so
86000 rwxp
fd:00 131870
/lib/libdl-2.3.4.so
a9000 r-xp
fd:00 131869
/lib/tls/libm-2.3.4.so
003a0 rwxp
fd:00 131869
/lib/tls/libm-2.3.4.so
ac000 r-xp
fd:00 131871
/lib/tls/libpthread-2.3.4.so
004ac000-004ae000 rwxp
fd:00 131871
/lib/tls/libpthread-2.3.4.so
004ae000-004b0000 rwxp 004ae000 00:00 0
53000 r-xp
fd:00 131879
/lib/libnsl-2.3.4.so
55000 rwxp
fd:00 131879
/lib/libnsl-2.3.4.so
57000 rwxp :00 0
00aa000 r-xp
fd:00 131855
/lib/tls/librt-2.3.4.so
00a2a000-00a2c000 rwxp
fd:00 131855
/lib/tls/librt-2.3.4.so
00a2c000-00a36000 rwxp 00a2c000 00:00 0
5d000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/server/libjvm.so
a1000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/server/libjvm.so
066a00 rwxp 066a 0
52000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/bin/ java
53000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/bin/ java
79000 rwxp :00 0
6b000 rwxp :00 0
00000 ---p :00 0
fc000 rwxp :00 0
308fc000- ---p 308fc000 00:00 0
fa000 rwxp :00 0
309fa000-30a00000 ---p 309fa000 00:00 0
30a00000-30afe000 rwxp 30a 0
30afe000-30b00000 ---p 30afe000 00:00 0
30b00 rwxp 30b 0
30bf00 ---p 30bf 0
30d00000-30dfc000 rwxp 30d 0
30dfc000-30e00000 ---p 30dfc000 00:00 0
30e00 rwxp 30e 0
30ef00 ---p 30ef 0
30f00 rwxp 30f 0
f9000 rwxp :00 0
311f0 ---p 311f 0
00000 rwxp :00 0
f9000 rwxp :00 0
313f0 ---p 313f 0
1b000 r-xs 000ca000 00:24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/ext/localedata.jar
1d000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/ext/dnsns.jar
20000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/ext/sunpkcs11.jar
23000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/ext/sunjce_provider.jar
2c000 r-xs 000e
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/plugin.jar
2d000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/management-agent.jar
33000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/jsse.jar
36000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/jce.jar
3e000 r-xs 000a
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/javaws.jar
4c000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/deploy.jar
5a000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/charsets.jar
5e000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.cons ole_3.3.0.v0.jar
61000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.view s.properties.tabbed_3.4.0.I0.jar
64000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.navi gator.resources_3.3.100.I0.jar
7d000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.team.ui _3.4.0.I.jar
85000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.team.co re_3.4.0.I.jar
92000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/pare _3.4.0.I.jar
99000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.navi gator_3.3.100.I0.jar
a3000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ltk.ui. refactoring_3.4.0.v0.jar
316a0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ltk.cor e.refactoring_3.4.0.v0.jar
316aa000-316b4000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.search_ 3.4.0.v0.jar
316b0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.fi lebuffers_3.4.0.v0.jar
316b0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.edit ors_3.4.0.v0.jar
316c0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.work bench.texteditor_3.4.0.v0.jar
316cf000-316d4000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.text_3. 4.0.v0.jar
316d0 r-xs 000d
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.jface.t ext_3.4.0.v0.jar
316e0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.form s_3.3.100.v.jar
316ed000-316f6000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update. ui_3.2.100.v.jar
316f0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox .security.win32.x86_1.0.0.v0.jar
316f0 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox .security_1.0.0.v0.jar
316fb000-316fc000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.ne t.win32.x86_1.0.0.I.jar
316fc000-316fe000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.ne t_1.1.0.I.jar
316fe000-316ff000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update. core.win32_3.2.100.v.jar
316ff000- r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update. core_3.2.200.v.jar
0a000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.update. configurator_3.2.200.v.jar
0d000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.view s_3.3.0.I0.jar
16000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.da tabinding_1.1.0.I0.jar
1b000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.jface.d atabinding_1.2.0.I0a.jar
1c000 r-xs :82 6292408
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.patibility_3.2.0.I0/compatibility.jar
5f000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.work bench_3.4.0.I0.jar
62000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.co mmands_3.4.0.I0.jar
75000 r-xs 000eb000 00:82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.jface_3 .4.0.I0.jar
fd000 rwxp :00 0
318fd000- ---p 318fd000 00:00 0
f1000 rwxp :00 0
319f00 ---p 319f 0
31a00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.osgi.se rvices_3.1.200.v.jar
31a00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox .app_1.1.0.v6.jar
31aa000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.patibility.auth_3.2.100.v.jar
31ac6000-31adc000 r-xs 001ef000 00:82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.swt.win 32.win32.x86_3.4.0.v3448f.jar
31adc000-31add000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.swt_3.4 .0.v3448f.jar
31add000-31ae1000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui_3.4. 0.I0.jar
31ae00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.help_3. 3.100.v.jar
31ae00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.fi lesystem.win32.x86_1.1.0.v0.jar
31ae00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.fi lesystem_1.2.0.v0.jar
31ae9000-31aec000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.ex pressions_3.4.0.v0.jar
31aec000-31aef000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/javax.servlet_2.4.0 .v.jar
31aef000-31af2000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.co ntenttype_3.3.0.v0.jar
31af00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox .preferences_3.2.200.v6.jar
31af00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox .registry_3.4.0.v0.jar
31af9000-31afa000 r-xs :82 7471513
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.patibility.registry_3.2.200.v/runtime_regis try_compatibility.jar
31afa000-31afd000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.jo bs_3.4.0.v.jar
31afd000-31b00000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.equinox .common_3.4.0.v6.jar
31b00000-31bfd000 rwxp 31b 0
31bfd000-31c00000 ---p 31bfd000 00:00 0
31c00 rwxp 31c 0
31cf00 ---p 31cf 0
31d9d000-31dac000 r-xs 000e
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.osgi_3. 4.0.v0.jar
31dac000-31dae000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.ru ntime_3.4.0.v.jar
31dae000-31db0000 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.va riables_3.2.100.v0.jar
31db00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ant.cor e_3.2.0.v.jar
31db00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.re sources.win32.x86_3.4.0.v.jar
31db00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.patibility_3.4.0.v0.jar
31db00 r-xs 000a
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.core.re sources_3.4.0.v0.jar
31dc00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.win3 2_3.2.100.v0.jar
31dc00 r-xs 001ce000 00:82
/folk/mpauna/surf_build/prebuilt/plugins/org.eclipse.ui.ide_ 3.4.0.I0.jar
31de00 r-xs :82
/folk/mpauna/surf_build/prebuilt/plugins/com.ibm.icu_3.8.1.v .jar
31e00 rwxp 31e 0
31ef00 ---p 31ef 0
31f5e000-31f61000 rwxp 31f5e000 00:00 0
31f61000-31faf000 rwxp 31f 0
31faf000-31fb2000 ---p 31faf000 00:00 0
31fb0 rwxp 31fb 0
320f0 ---p 320f 0
f7000 rwxp :00 0
321f0 ---p 321f 0
40000 rwxp :00 0
8e000 rwxp :00 0
90000 r-xs :82 9585607
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/13/1/.cp/lib/remoteAnt.jar
92000 r-xs :82 9585606
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/13/1/.cp/lib/antrunner.jar
94000 r-xs :82 9421062
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/12/1/.cp/lib/antsupportlib.jar
95000 r-xs :82 9454313
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/117/1/.cp/ant_tasks/pde-ant.jar
97000 r-xs :82 5865800
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3 .4.0.v/lib/pdebuild-ant.jar
99000 r-xs :82 9782717
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/114/1/.cp/lib/apitooling-ant.jar
9b000 r-xs :82 9257572
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/93/1/.cp/jdtCompilerAdapter.jar
9c000 r-xs :82 9175598
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/84/1/.cp/ant_tasks/helpbase-ant.jar
9e000 r-xs :82
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/67/1/.cp/ant_tasks/generator-ant.jar
9f000 r-xs :82 9273441
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/59/1/.cp/ant_tasks/director-ant.jar
a0000 r-xs :82 9471750
/folk/mpauna/surf_build/configuration/org.eclipse.osgi/bundl es/27/1/.cp/ant_tasks/resources-ant.jar
322a0 r-xs 00b
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/lib/ tools.jar
322ff000- r-xs :82 6078712
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-weblogic.jar
fd000 rwxp :00 0
323fd000- ---p 323fd000 00:00 0
0f000 rwxp :00 0
5d000 rwxp :00 0
5e000 r-xs :82 6078711
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-trax.jar
5f000 r-xs :82 6078709
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-swing.jar
60000 r-xs :82 6078708
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-stylebook.jar
61000 r-xs :82 6078707
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-starteam.jar
69000 r-xs :82 6078706
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-nodeps.jar
6a000 r-xs :82 6078705
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-netrexx.jar
6b000 r-xs :82 6078704
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-launcher.jar
6d000 r-xs :82 6078703
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-junit.jar
6f000 r-xs :82 6078702
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-jsch.jar
70000 r-xs :82 6078701
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-jmf.jar
72000 r-xs :82 6078681
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-jdepend.jar
73000 r-xs :82 6078673
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-javamail.jar
75000 r-xs :82 6078671
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-jai.jar
77000 r-xs :82 6078670
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-commons-net.jar
79000 r-xs :82 6078669
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-commons-logging.jar
7b000 r-xs :82 6078668
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-apache-resolver.jar
7c000 r-xs :82 6078667
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-apache-regexp.jar
7e000 r-xs :82 6078666
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-apache-oro.jar
7f000 r-xs :82 6078665
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-apache-log4j.jar
81000 r-xs :82 6078664
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-apache-bsf.jar
83000 r-xs :82 6078663
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-apache-bcel.jar
84000 r-xs :82 6078662
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant-antlr.jar
98000 r-xs :82 6078713
/folk/mpauna/surf_eclipse_34/plugins/org.apache.ant_1.7.0.v2 /lib/ant.jar
9d000 r-xs :82 5751504
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.text_3.4.0. v0.jar
a4000 r-xs :82 5751279
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.debug.core_ 3.4.0.v.jar
324a0 r-xs :82 5751415
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jdt.launchi ng_3.4.0.v0.jar
324a0 ---p 324a 0
324ac000-324fa000 rwxp 324ac000 00:00 0
324fa000-324fb000 r-xs :82 5751469
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.swt_3.4.0.v 3448f.jar
324fb000- r-xs 000eb000 00:82 5751425
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jface_3.4.0 .I0.jar
0f000 r-xs :82 5849359
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.ui.patibility_3.2.0.I0/compatibility.jar
52000 r-xs :82 5751561
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.ui.workbenc h_3.4.0.I0.jar
5a000 r-xs :82 5751471
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.team.core_3 .4.0.I.jar
5d000 ---p :00 0
ab000 rwxp :00 0
325ab000-325ac000 r-xs :82 5751397
/folk/mpauna/surf_eclipse_34/plugins/org.pile r.tool_1.0.100.v_874.jar
325ac000-325af000 r-xs :82 5751395
/folk/mpauna/surf_eclipse_34/plugins/org.pile r.apt_1.0.100.v5.jar
325af000-325b2000 ---p 325af000 00:00 0
325b0 rwxp 325b 0
4b000 r-xs :82 5751263
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.patibility_3.4.0.v0.jar
4f000 r-xs :82 5751387
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.help_3.3.10 0.v.jar
53000 r-xs :82 5718665
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3 .4.0.v/pdebuild.jar
55000 r-xs :82 5751275
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.variab les_3.2.100.v0.jar
7c000 r-xs :82 5751148
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.conten ttype_3.3.0.v0.jar
7f000 r-xs :82 5751435
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.osgi.servic es_3.1.200.v.jar
81000 r-xs :82 5751293
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.fra meworkadmin.equinox_1.0.0.v5.jar
83000 r-xs :82 5751295
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.fra meworkadmin_1.0.0.v0.jar
84000 r-xs :82 5751375
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.sim pleconfigurator.manipulator_1.0.0.v6.jar
85000 r-xs :82 5751332
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. garbagecollector_1.0.0.v9.jar
87000 r-xs :82 5751340
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. metadata_1.0.0.v0.jar
8b000 r-xs :82 5751338
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. metadata.repository_1.0.0.v.jar
8d000 r-xs :82 5751324
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. director_1.0.0.v.jar
91000 r-xs :82 5751326
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. engine_1.0.0.v5.jar
92000 r-xs :82 5751328
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. exemplarysetup_1.0.0.v6.jar
95000 r-xs :82 5751318
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. core_1.0.0.v7.jar
96000 r-xs :82 5751323
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. directorywatcher_1.0.0.v0.jar
98000 r-xs :82 5751342
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. reconciler.dropins_1.0.0.v.jar
9b000 r-xs :82 5751271
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.patibility_3.2.0.v.jar
9d000 r-xs :82 5751289
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.app _1.1.0.v6.jar
a0000 r-xs :82 5751258
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.jobs_3 .4.0.v.jar
327a0 r-xs :82 5751356
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.pre ferences_3.2.200.v6.jar
327a0 r-xs :82 5751268
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.patibility.auth_3.2.100.v.jar
327a0 r-xs :82 6014291
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.patibility.registry_3.2.200.v/runtime_registry_ compatibility.jar
327a0 r-xs :82 5751362
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.reg istry_3.4.0.v0.jar
327aa000-327ac000 r-xs :82 5751273
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.runtim e_3.4.0.v.jar
327ac000-327af000 r-xs :82 5751291
/folk/mpauna/surf_eclipse_34/plugins/org. mon_3.4.0.v6.jar
327af000-327b2000 ---p 327af000 00:00 0
327b0 rwxp 327b 0
328ff000- ---p 328ff000 00:00 0
34000 ---p :00 0
82000 rwxp :00 0
84000 r-xs :82 5751377
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.sim pleconfigurator_1.0.0.v.jar
87000 ---p :00 0
d5000 rwxp :00 0
329d0 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libnio.so
329dc000-329dd000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libnio.so
329dd000-329f0000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libnet.so
329f0 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libnet.so
329f00 r-xs 000e 5751439
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.osgi_3.4.0. v0.jar
32a00 rwxp 32a 0
32b0a000-32b26000 r-xs :82 5750964
/folk/mpauna/surf_eclipse_34/plugins/com.ibm.icu_3.8.1.v.jar
32b2d000-32b30000 rwxp 32b2d000 00:00 0
32be000 rwxp 32b 0
32bf3000-32bfa000 r-xs :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/resources.jar
32bfa000-32bfb000 r-xs :82 5751311
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.lau ncher_1.0.100.v0.jar
32bfb000-32bfc000 ---p 32bfb000 00:00 0
32bfc000-32c7c000 rwxp 32bfc000 00:00 0
32c7c000-32c7f000 ---p 32c7c000 00:00 0
32c7f000-32ccd000 rwxp 32c7f000 00:00 0
32ccd000-32cd0000 ---p 32ccd000 00:00 0
32cde000 rwxp 32cd 0
32d4e000-32d51000 ---p 32d4e000 00:00 0
32d51000-32dcf000 rwxp 32d 0
32dcf000-32dd2000 ---p 32dcf000 00:00 0
32dd00 rwxp 32dd 0
32e00 r-xp
fd:02 422611
/usr/lib/locale/locale-archive
23000 ---p :00 0
71000 rwxp :00 0
74000 ---p :00 0
c2000 rwxp :00 0
330c0 ---p 330c 0
330c0 rwxp 330c 0
00000 r-xs 02def000 00:24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/rt.jar
fb000 rwxp :00 0
333fb000- ---p 333fb000 00:00 0
52000 r-xs 000f 5751102
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.ant.ui_3.3. 0.v.jar
63000 r-xs 000f 5751446
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.core_3. 4.0.v0.jar
6a000 r-xs :82 5751443
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.api.too ls_1.0.0.v0.jar
93000 r-xs :82 5751402
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.jdt.core_3. 4.0.v_874.jar
99000 r-xs :82 5751381
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.help.base_3 .3.100.v.jar
9c000 r-xs :82 5751336
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. metadata.generator_1.0.0.v.jar
9e000 r-xs :82 5751320
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.p2. director.app_1.0.0.v.jar
a8000 r-xs 000a 5751266
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.core.resour ces_3.4.0.v0.jar
334a0 r-xs :82 5751097
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.ant.core_3. 2.0.v.jar
334aa000-334ab000 ---p 334aa000 00:00 0
334ab000- rwxp 334ab000 00:00 0
2c000 ---p :00 0
ac000 rwxp :00 0
335ac000-335ad000 ---p 335ac000 00:00 0
335ad000- rwxp 335ad000 00:00 0
2e000 ---p :00 0
c0000 rwxp :00 0
336c0 rwxp 336c 0
336ce000-336fb000 rwxp 336ce000 00:00 0
336fb000-33a47000 rwxp 336fb000 00:00 0
33a00 rwxp 33a 0
33a00 rwxp 33a 0
33a00 rwxp 33a 0
33a94000-33ddf000 rwxp 33a 0
33ddf000-33e4f000 rwxp 33ddf000 00:00 0
33e4f000-361d0000 rwxp 33e4f000 00:00 0
361d00 rwxp 361d 0
37e000 rwxp 37e 0
3d20000 rwxp 3d:00 0
ae50000 rwxp a:00 0
b4e5c000-b4e74000 rwxp b4e5c000 00:00 0
b4e7c000 rwxp b4e 0
b4f1c000-b551c000 rwxp b4f1c000 00:00 0
b551c000-b7f1c000 rwxp b551c000 00:00 0
b7f1c000-b7f2b000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libzip.so
b7f2b000-b7f2d000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libzip.so
b7f2d000-b7f50000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libjava.so
b7f500 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libjava.so
b7f5b000 r-xp
fd:00 131120
/lib/libnss_files-2.3.4.so
b7f5b000-b7f5d000 rwxp
fd:00 131120
/lib/libnss_files-2.3.4.so
b7f5d000-b7f65000 r-xp
fd:00 131125
/lib/libnss_nis-2.3.4.so
b7f600 rwxp
fd:00 131125
/lib/libnss_nis-2.3.4.so
b7f6f000 r-xp
fd:00 131114
/lib/libnss_compat-2.3.4.so
b7f6f000-b7f71000 rwxp
fd:00 131114
/lib/libnss_compat-2.3.4.so
b7f7d000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libverify.so
b7f7d000-b7f7e000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/libverify.so
b7f7e000-b7f86000 rwxs
fd:01 32769
/tmp/hsperfdata_mpauna/9579
b7f8c000 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/native_threads/libhpi.so
b7f8c000-b7f8d000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/native_threads/libhpi.so
b7f8d000-b7f8e000 rwxp b7f8d000 00:00 0
b7f8e000-b7f8f000 r-xp b7f8e000 00:00 0
b7f8f000-b7f92000 ---p b7f8f000 00:00 0
b7f900 rwxp b7f 0
b7fe00 r-xp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/jli/libjli.so
b7fe8000-b7fea000 rwxp :24
/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/ lib/i386/jli/libjli.so
b7fff000-b8000000 rwxp b7fff000 00:00 0
bffcb000-c0000000 rwxp bffcb000 00:00 0
ffffe000-fffff000 ---p :00 0
VM Arguments:
jvm_args: -Xms100m -Xmx2000m
java_command:
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.equinox.lau ncher_1.0.100.v0.jar
-application org.eclipse.ant.core.antRunner -buildfile
/folk/mpauna/surf_eclipse_34/plugins/org.eclipse.pde.build_3 .4.0.v/scripts/build.xml
-data /folk/mpauna/surf_build/workspace -configuration
/folk/mpauna/surf_build/configuration -DjavacDebugInfo=on
-DjavacVerbose=true -Dbuilder=/folk/mpauna/surf_build/configuration
-verbose -debug
Launcher Type: SUN_STANDARD
Environment Variables:
JRE_HOME=/home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/bin
CLASSPATH=/folk/mpauna/surf_build/prebuilt/plugins:
PATH=/folk/mpauna/surf_eclipse_34:/home/mpauna/jvm/jdk-6U7/j dk1.6.0_07/bin:/usr/kerberos/bin:/vobs/rome_tls/common/bin:/ vobs/rome_tls/i686-Linux-2.4.21-4/bin:.:/vobs/rome_tls/i686- Linux-2.4.2-2/bin:/folk/mpauna/i686/cmd:/folk/mpauna/bin:/us r/local/bin:/usr/local/bin:/usr/local/lbin:/a/models/bin:/us r/local/ubin:/usr/5bin:/usr/bin:/bin:/etc:/usr/ucb:/usr/atri a/bin:/atria/scripts:/st/diab/5.2.0.0/LINUX386/bin:/usr/X11R 6/bin:/vobs/rome_dfw/qa/bin:/usr/sbin
LD_LIBRARY_PATH=/net/ordeal/ordeal4/home/mpauna/jvm/jdk-6U7/ jdk1.6.0_07/jre/lib/i386/server:/net/ordeal/ordeal4/home/mpa una/jvm/jdk-6U7/jdk1.6.0_07/jre/lib/i386:/net/ordeal/ordeal4 /home/mpauna/jvm/jdk-6U7/jdk1.6.0_07/jre/../lib/i386:/folk/m pauna/builds/sun4-solaris2-debug/bin:/itaska-home/mpauna/wb/ workbench-2.6/wrsv/4.9/host/x86-linux2/lib:/itaska-home/mpau na/wb/workbench-2.6/foundation/4.0.11/x86-linux2/lib/
SHELL=/bin/csh
DISPLAY=128.224.60.132:0.0
HOSTTYPE=i386-linux
OSTYPE=linux
MACHTYPE=i386
Signal Handlers:
SIGSEGV: [libjvm.so+0x5edc30], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGBUS: [libjvm.so+0x5edc30], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGFPE: [libjvm.so+0x4fc6a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGPIPE: [libjvm.so+0x4fc6a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGXFSZ: [libjvm.so+0x4fc6a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGILL: [libjvm.so+0x4fc6a0], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGUSR1: SIG_DFL, sa_mask[0]=0x, sa_flags=0x
SIGUSR2: [libjvm.so+0x4fe6e0], sa_mask[0]=0x, sa_flags=0x
SIGHUP: [libjvm.so+0x4fe480], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGINT: [libjvm.so+0x4fe480], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGTERM: [libjvm.so+0x4fe480], sa_mask[0]=0x7ffbfeff, sa_flags=0x
SIGQUIT: [libjvm.so+0x4fe480], sa_mask[0]=0x7ffbfeff, sa_flags=0x
---------------
S Y S T E M
---------------
OS:Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
uname:Linux 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT
libc:glibc 2.3.4 NPTL 2.3.4
rlimit: STACK 10240k, CORE 0k, NPROC 73728, NOFILE 1024, AS infinity
load average:1.47 0.94 0.69
CPU:total 4 (1 cores per cpu, 2 threads per core) family 15 model 4
stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
Memory: 4k page, physical 916k free), swap 88412k
vm_info: Java HotSpot(TM) Server VM (10.0-b23) for linux-x86 JRE
(1.6.0_07-b06), built on Jun 10 :15 by &java_re& with gcc
3.2.1-7a (J2SE release)
time: Tue Sep
2 16:22:19 2008
elapsed time: 40 seconds
[ is a reply to ]
Eclipse User
Originally posted by: jamesblackburn+
Mark Pauna wrote:
& I am trying to run a headless build of the Eclipse CDT 5.0.0 code and am
& encountering a SIGSEGV violation when using either the Java SE Runtime
& Environment (build 1.6.0_07-b0) with Java HotSpot Server VM (build
& 10.0-b23, mixed mode) or with Java SE Runtime Environment (build
& 1.6.0_06-b02) with Java HotSpot Server VM (build 10.0-b22, mixed mode).
& This occurs on our RedHat Linux machine.
Try using either Sun JVM 5 or Java 6 beta 10 or later.
Previous Topic:
Next Topic:
Goto Forum:
- Newcomers&&Newcomers&&Proposals- Language IDEs&&AJDT&&COBOL&&C / C++ IDE (CDT)&&Java Development Tools (JDT)&&PHP Development Tools (PDT)&&Objectteams- Modeling&&AMP&&Amalgam&&AMW&&B3&&ATL&&BPEL Designer&&Compare&&Ecore Tools&&EMF&&EMF Client&&EMF Store&&EMF &Technology& (Ecore Tools, EMFatic, etc) &&Epsilon&&eTrice&&Extended Editing Framework (READ ONLY)&&Eclipse Generation Factories (EGF)&&GMF (Graphical Modeling Framework)&&GMT (Generative Modeling Technologies)&&Graphiti&&M2T (model-to-text transformation)&&MDT (Model Development Tools)&&Modeling (top-level project)&&OCL&&Papyrus&&TMF (Xtext)&&UML2&&UML2 Tools&&XSD&&MoDisco&&MOFScript&&Presentation Modeling Framework (PMF)&&Sphinx&&Textual Concrete Syntax (TCS)&&UMLX&&VIATRA2&&Model-to-Model Transformation&&QVT-OML&&QVT-Relations&&EMF Diff/Merge&&EMF Parsley&&EMF-IncQuery- Eclipse Projects&&4DIAC - Framework for Distributed Industrial Automation and Control&&ACTF&&Advanced Scripting Environment (EASE)&&Andmore&&ATF&&Babel&&BIRT&&Blinki&&BPMN 2.0 Modeler&&Buckminster&&Buckminster dev&&Buildship&&C-Sharp&&Californium (Cf) CoAP Framework&&Che&&ChemClipse&&Cloud Application Management Framework&&Code Recommenders&&Code Recommenders Incubator&&Commercial&&Common Build Infrastructure&&Concierge&&Dali&&Damos&&Dash&&Dirigible&&DSDP&&DSDP - Device Debugging&&DSDP - Mobile Tools for Java (MTJ)&&DSDP - Real-Time Software Components (RTSC)&&DSDP - Target Management&&DSDP - Tools for Mobile Linux (TML)&&DTP&&Dynamic Languages Toolkit (DLTK)&&e(fx)clipse&&EATOP&&eBAM&&eBPM&&Eclipse 4&&Eclipse Bundle Recipes&&Eclipse Communications Framework (ECF)&&Eclipse Platform&&Eclipse Process Manager (Stardust)&&Eclipse RT (runtime)&&Eclipse SCADA&&Eclipse SmartHome&&Eclipse Technology Project&&Eclipse Titan&&Eclipse UML Generators&&Eclipse UML Profiles Repository&&Eclipse Web Tools Platform Project (WTP)&&Eclipse Website&&EclipseLink&&eGerrit&&EGit&&EGL Development Tools&&EPF&&EPP&&Equinox&&eRCP&&Flux&&Fundamental Modeling Concepts&&GEF&&GEF3D&&Gemini&&GEMS&&Gendoc&&Gyrex&&Handly&&Higgins&&Hudson&&Java Workflow Tooling&&Java WorkFlow Tooling (JWT)&&JavaServer Faces&&JFace&&Jubula&&Koneki&&Krikkit&&Kura&&Libra&&Linux Tools&&Linux Tools Project&&Lua Development Tools&&Lyo&&Mangrove&&Marketplace Client Project&&Maven Integration for Web Tools Platform&&Mbeddr&&MDM WEB&&Memory Analyzer&&Mihini&&Model Focusing Tools&&Mosquitto&&MST&&Mylyn&&Mylyn Builds&&Mylyn Intent&&Mylyn Versions&&NatTable&&Nebula&&Ogee&&OM2M&&OMCW&&Oomph&&openK platform&&Orbit&&Orion&&OSEE&&P2&&Paho&&Paho Incubator&&Papyrus for Real Time&&Platform - User Assistance (UA)&&Plugin Development Environment (PDE)&&Ponte&&RCP Testing Tool&&Remote Application Platform (RAP)&&Remus Information Management&&Requirements Modeling Framework &&Rich Client Platform (RCP)&&Riena&&RISE V2G&&Runtime Analysis Tools&&Runtime Packaging&&Runtimes&&Sapphire&&scout&&SeMantic Information Logistics Architecture (SMILA)&&Sequoyah&&Service Component Architecture (SCA) Tools&&Service Oriented Architecture&&Service Oriented Architecture&&Service Oriented Architecture Tools Platform (STP)&&Silverlight Development Toolkit (SLDT)&&Simultaneous release&&Sirius&&Sisu&&Skalli&&Spatiotemporal Epidemiological Modeler (STEM)&&Standard Widget Toolkit (SWT)&&Subversive&&SWTBot&&Target Communication Framework&&Target Management&&Technology Project and PMC&&Test and Performance Tools Platform (TPTP)&&The Eclipse Integrated Computational Environment&&Thym&&Tigerstripe&&Trace Compass&&Turkish Users&&UOMo&&Vert.x&&Vex&&Virgo&&Voicetools&&Vorto&&Wakaama&&Wazaabi&&Web Tools Project (WTP)&&Webtools incubator&&WindowBuilder&&Winery&&Woolsey&&WTP - PAVE&&XML Schema Definition (XSD)&&Xtend&&XWT- General (non-technical)&&Polish users&&Eclipse Foundation&&Jobs and employment&&Test- Eclipse Working Groups&&Automotive IWG&&Science WG- Proposals&&Potomac&&secRT&&OSGi Enterprise Tools&&Eclipse Advanced Scripting Environment (EASE)&&DAWNSci- Archived&&Chinese users&&Board committer reps &&Pulsar&&Albireo&&Apricot&&Service Oriented Architecture&&IDE4EDU&&AM3&&openArchitectureWare&&BPMN Modeler&&Apogee&&Corona&&Hibachi&&Glimmer&&Maynstall&&DSDP - Native Application Builder (NAB)&&ORMF&&Spaces&&ScalaModules&&Visual Editor (VE)&&P2 dev&&Cloud Deployment Toolkit&&Memory Analyzer (MAT)&&COSMOS&&Esl&&OFMP&&Faceted Project Framework&&IAM (Eclipse Integration for Apache Maven)&&M2M (model-to-model transformation)&&OHF&&Tycho&&Sketch&&IMP&&g-Eclipse&&Eclipse Examples&&Swordfish&&Maven Integration (M2E)
Powered by . Page generated in 0.02242 seconds

我要回帖

更多关于 eclipse.org 的文章

 

随机推荐