J2EE 1.4 installation in Debian Linux

I'm logged in as a normal user (i.e not root) and I'm trying
to install J2ee 1.4 bundle as follows
$./j2eesdk-1_4-dr-linux-eval
and what I get is
Connecting to X11 server 'localhost:0.0'.
Error: Cannot connect to X11 server 'localhost:0.0'.
Check that the DISPLAY environment variable is correctly set or try
rerunning this application with the following usage:
'j2eesdk-1_4-dr-linux-eval' -console
I have tryed with DISPLAY=:0.0 also but it doesn't help.
Enviroment Debian 3.0 and Gnome desktop. I'm running
installation in normal xterm window.
I also tryed console mode
Error: Cannot find the required Motif binaries.
Check that the LD_LIBRARY_PATH environment variable includes the
directories that contain the Motif binaries
What can I do?
thanks, kari

Workaround described in this thread should do the trick:
http://forum.java.sun.com/thread.jsp?forum=136&thread=468069

Similar Messages

  • Instructions for installation on Debian LINUX ?

    Hello,
              I am looking for a link with comprehensive installation instructions of the Adobe Flash Media Development server (version 3.51) on Debian (ETCH) LINUX. I downloaded it to test if it would run (it worked on Windows XP). I received no errors when I installed it on Debian and started the server and the administration console as root. However, I am unable to access the server from a browser (Mozilla, IE etc).  FYI I disabled the native Apache server on Debian since I was using the Apache 2.2 server what comes with this product.
    I understand that previous version of the Flash Media server had problems installing on Debian.
    Any help, documentation or links would be gratefully accepted.
    Thank you.
    Tony

    Worked it out:
    apt-get purge anon-proxy
    (this program seems to be the problem??)
    Then did, do not know if necessary:
    export HTTP_PROXY=
    export http_proxy=
    (To loose these environment variables if they are present, I assume.)
    wget -O - http://backports.org/debian/archive.key | apt-key add -
    (This is the step that would not work before.  It worked alright now.)
    apt-get install --reinstall --purge flashplugin-nonfree
    (Simply installs the adobe flash player into iceape, presumably.)
    Look - this is sinister:  Why do the install instructions bear no relation to any sort of reality?  Are the microsoft dirt up to something?

  • Jrockit 1.4.2_11 Installation crashes when installing on Debian linux

    I get this stack dump when attempting to install JRockit VM 1.4.2_11 on a Linux box. Is this a problem because the OS is a Debian linux?
    Thanks
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0x4c
    Version : BEA JRockit(R) R26.4.0-63-63688-1.4.2_11-20060626-2259-linux-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : mmHeap->data = 0x8100000, mmHeap->top = 0xc100000
    CPU : Intel Pentium 4 SSE SSE2 NetBurst EM64T
    Number CPUs : 2
    Tot Phys Mem : 3570380800 (3404 MB)
    OS version : 3.1
    Linux version 2.4.27-2-686-smp ([email protected]) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 SMP Wed Aug 17 10:05:21 UTC 2005 (i686)
    Thread System: Old LinuxThreads
    State : JVM is starting up
    Command Line : -Djava.io.tmpdir=/tmp -Xmx256m com.bea.plateng.wizard.WizardController -mode=gui
    java.home : /tmp/fileYbyAtz/jre142_11/jre
    j.class.path : .:installer.jar:customtasks.jar:pdev-i18n.jar:bids.jar:3rdparty.jar:xbean-2.0.0.jar:jsr173_api.jar:wlw-plaf.jar:comdev.jar:wizard.jar
    j.lib.path : /tmp/fileYbyAtz/jre142_11/jre/lib/i386/jrockit:/tmp/fileYbyAtz/jre142_11/jre/lib/i386:/tmp/fileYbyAtz/jre142_11/jre/../lib/i386
    JAVA_HOME : /usr/local/jdk
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /tmp/fileYbyAtz/jre142_11/jre/lib/i386/jrockit:/tmp/fileYbyAtz/jre142_11/jre/lib/i386:/tmp/fileYbyAtz/jre142_11/jre/../lib/i386
    LD_ASSUME_KERNEL: <not set>
    JAVA_HOME : /usr/local/jdk
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /tmp/fileYbyAtz/jre142_11/jre/lib/i386/jrockit:/tmp/fileYbyAtz/jre142_11/jre/lib/i386:/tmp/fileYbyAtz/jre142_11/jre/../lib/i386
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xbedff3c4 / OS context: (nil)):

    Sarge has a 2.4 kernel, which is running LinuxThreads rather than NPTL.
    Newer JRockits don't work on LinuxThreads.
    Your options are to upgrade to a 2.6 kernel, or to use an older JRockit.
    JRockit 1.4.2_08 == 81sp5 == R24.5.0 should work on that system.
    Regards //Johan
    Ramdas Hegde skrev:
    I get this stack dump when attempting to install JRockit VM 1.4.2_11 on a Linux box. Is this a problem because the OS is a Debian linux?
    Thanks
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=2 si_addr=0x4c
    Version : BEA JRockit(R) R26.4.0-63-63688-1.4.2_11-20060626-2259-linux-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : mmHeap->data = 0x8100000, mmHeap->top = 0xc100000
    CPU : Intel Pentium 4 SSE SSE2 NetBurst EM64T
    Number CPUs : 2
    Tot Phys Mem : 3570380800 (3404 MB)
    OS version : 3.1
    Linux version 2.4.27-2-686-smp ([email protected]) (gcc version 3.3.5 (Debian 1:3.3.5-13)) #1 SMP Wed Aug 17 10:05:21 UTC 2005 (i686)
    Thread System: Old LinuxThreads
    State : JVM is starting up
    Command Line : -Djava.io.tmpdir=/tmp -Xmx256m com.bea.plateng.wizard.WizardController -mode=gui
    java.home : /tmp/fileYbyAtz/jre142_11/jre
    j.class.path : .:installer.jar:customtasks.jar:pdev-i18n.jar:bids.jar:3rdparty.jar:xbean-2.0.0.jar:jsr173_api.jar:wlw-plaf.jar:comdev.jar:wizard.jar
    j.lib.path : /tmp/fileYbyAtz/jre142_11/jre/lib/i386/jrockit:/tmp/fileYbyAtz/jre142_11/jre/lib/i386:/tmp/fileYbyAtz/jre142_11/jre/../lib/i386
    JAVA_HOME : /usr/local/jdk
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /tmp/fileYbyAtz/jre142_11/jre/lib/i386/jrockit:/tmp/fileYbyAtz/jre142_11/jre/lib/i386:/tmp/fileYbyAtz/jre142_11/jre/../lib/i386
    LD_ASSUME_KERNEL: <not set>
    JAVA_HOME : /usr/local/jdk
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /tmp/fileYbyAtz/jre142_11/jre/lib/i386/jrockit:/tmp/fileYbyAtz/jre142_11/jre/lib/i386:/tmp/fileYbyAtz/jre142_11/jre/../lib/i386
    LD_ASSUME_KERNEL: <not set>
    C Heap : Good; no memory allocations have failed
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    Registers (from ThreadContext: 0xbedff3c4 / OS context: (nil)):

  • Superuser without privileges installing Sun One Studio in Debian Linux

    i am trying to install Sun One Studio in my Debian Linux and when i launch the setup application it tells me that i must log in as superuser to install. Well, the thing is that i launch the installer as root, but the program doesn't seem to think the same :)
    Surprisingly, the log file doesn'l show any related error; it only shows a warning about some widgets... so this seems to be a simple bug in the installer.
    Here's the log:
    file type: 5
    file id: 0
    length: 1009
    offset: 624320
    file name: Verify.jar
    file type: 0
    file id: 1
    length: 145
    offset: 625329
    file name: instructions.txt
    file type: 2
    file id: 2
    length: 728
    offset: 625474
    file name: launch.txt
    file type: 1
    file id: 3
    length: 347
    offset: 626202
    file name: path.jvm
    file type: 1
    file id: 4
    length: 542
    offset: 626549
    file name: sunjdk14.jvm
    file type: 1
    file id: 5
    length: 584
    offset: 627091
    file name: sunjre14.jvm
    file type: 1
    file id: 6
    length: 485
    offset: 627675
    file name: sunjdk131.jvm
    file type: 1
    file id: 7
    length: 461
    offset: 628160
    file name: sunjre131.jvm
    file type: 1
    file id: 8
    length: 423
    offset: 628621
    file name: blackdownjdk131.jvm
    file type: 1
    file id: 9
    length: 418
    offset: 629044
    file name: blackdownjre131.jvm
    file type: 1
    file id: 10
    length: 548
    offset: 629462
    file name: sunjdk13.jvm
    file type: 1
    file id: 11
    length: 432
    offset: 630010
    file name: blackdownjdk13.jvm
    file type: 1
    file id: 12
    length: 433
    offset: 630442
    file name: blackdownjre13.jvm
    file type: 1
    file id: 13
    length: 461
    offset: 630875
    file name: ibmjdk13.jvm
    file type: 1
    file id: 14
    length: 468
    offset: 631336
    file name: ibmjre13.jvm
    file type: 1
    file id: 15
    length: 449
    offset: 631804
    file name: sunjre13.jvm
    file type: 6
    file id: 16
    length: 210451841
    offset: 632253
    file name: s1s5u1se-linux-en.jar
    Finding a JVM
    Initiating JVM search based on hints...
    Searching for Sun Microsystems Java Development Kit (JDK) 1.4.X for Linux in PATH variable using platform hints
    Searching for Sun Microsystems Java Development Kit (JDK) 1.4.X for Linux in PATH variable using path hints
    Searching for Sun Microsystems Java Development Kit (JDK) 1.4.X for Linux in PATH variable using platform specific JVM Path hints
    Checking JVM at /mnt/local/j2sdk1.4.2_04/ which was resolved from the platform JVM path /mnt/local/j2sdk1.4.2_04/bin
    Verifying JVM at /mnt/local/j2sdk1.4.2_04/bin/java
    for JVM: Sun Microsystems Java Development Kit (JDK) 1.4.X for Linux in PATH variable
    Executing launch script command: "/mnt/local/j2sdk1.4.2_04/bin/java" -cp "/tmp/isjbAAjZc/Verify.jar" "Verify" java.vendor java.version in working directory /mnt/local/lalala/.
    Output from the launch script execution
    StdOut:
    1739021872
    Sun Microsystems Inc.
    1.4.2_04
    ErrOut:
    Found matching JVM at /mnt/local/j2sdk1.4.2_04/
    Matching JVM home is /mnt/local/j2sdk1.4.2_04/
    Matching JVM file is /tmp/isjwSPfK2
    Executing launch script command: "/mnt/local/j2sdk1.4.2_04//bin/java" -cp "/tmp/isjxGApzS/s1s5u1se-linux-en.jar" -Dtemp.dir="/tmp" -Dis.jvm.home="/mnt/local/j2sdk1.4.2_04/" -Dis.jvm.temp="0" -Dis.media.home="/tmp/isjxGApzS/s1s5u1se-linux-en.jar" -Dis.launcher.file="/mnt/local/lalala/./s1s5u1se-linux-en.bin" -Dis.jvm.file="/tmp/isjwSPfK2" -Dis.external.home="/mnt/local/lalala/." run in working directory /mnt/local/lalala/.
    Output from the launch script execution
    StdOut:
    ErrOut:
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.
    Warning:
    Name: scrollbar
    Class: XmScrollBar
    The scrollbar page increment is less than 1.
    Any idea? thanks for reading!

    The error you report is not causing the problem.
    Try : http://swforum.sun.com/jive/thread.jspa?forumID=128&threadID=29443
    -Alexis

  • How to get work JavaFX WebViewBrowser sample in debian linux wheezy?

    How to get work JavaFX WebViewBrowser sample in debian linux wheezy
    You may also check latest version of this problem here... 
    The Starting point I have
    Debian wheezy
    java version "1.7.0_40"
    Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
    Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode)
    GTK version: 2.24
    NetBeans 7.3.1
    Certified configuration acording to JavaFX Supported Configurations
    is
    Ubuntu 10.4 +
      gtk2 2.18+
    GTK is OK. do I require ubuntu?
    first try: by  downloading Java SE Downloads - javafx sample
    Let's try it
    zolta@zolta:~/dolgaim/IT/NetBeansProjects/javafx/javafx-samples-2.2.40$ java -jar SwingInterop.jar
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGILL (0x4) at pc=0x9b6b4c22, pid=21172, tid=2658700144
    # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
    # Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode linux-x86 )
    # Problematic frame:
    # C  0x9b6b4c22
    # Core dump written. Default location: /home/zolta/dolgaim/IT/NetBeansProjects/javafx/javafx-samples-2.2.40/core or core.21172
    # An error report file with more information is saved as:
    # /tmp/hs_err_pid21172.log
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Terminated
    Let's see what core dump says
    to be continued...

    Gusar wrote:
    We need *a lot* more info than that. Could be something very simple, like the interface being up before starting wifi-menu (netctl doesn't like the interface being up, it'll only start correctly if the interface is down).
    Or it could be something more. In which case, you'll need to start wpa_supplicant manually with debugging enabled:
    wpa_supplicant -i wlp18s0b1 -c <(wpa_passphrase MYSSID passphrase) -d
    Once this says you're connected, open another terminal and start dhcpcd. Or, if wpa_supplicant doesn't manage to connect, post the *entire* output.
    Edit: Ok, you posted more info as I was writing my post. Will look through that, maybe it contains something useful. If not, follow the instructions above.
    Edit2: Nope, nothing about wireless in there, except that the driver loaded.
    It worked!!
    I was looking into the logs and found an authentication failure...my password is very long so I made some mistakes while typing it.
    So this is the solution all the way:
    SOLUTION:
    - No need to install or load any external drivers (all I used was already in the base installation)
    - DISABLE THE HIDDEN NETWORK OPTION IN THE ROUTER (thanks for the heads-up @Gusar)
    - run "# wifi-menu"
         or
           "# wpa_supplicant -i [interface] -c <(wpa_passphrase MYSSID passphrase) -d"
    - run "# dhcpcd [interface]"
    - Good to go!!
    I'm sorry for the trouble guys, and like I imagined, it was really easy and now I see my newbiness hahaha ;D
    Thanks.

  • Mac OS X and Debian Linux LAN implementation write-up

    Mac OS X and Debian Linux LAN implementation write-up
    I have put up a zeroconf (zero configuration a.k.a. Bonjour and Rendezvous) LAN involving Macs and Linux boxes and have written up my notes with a view towards helping others that may want to do the same. It includes a netatalk + howl-tools Linux installation for file sharing with Macs, and CUPS printer sharing.
    I would greatly appreciate any comments/suggestions/corrections concerning the the write-up, along with any additional material deemed applicable to further help others. The resulting piece will be offered free without commercial content in the same manner that the backup piece (in my sig) is.
    The temporary text version is available at:
    http://homepage.mac.com/lee_cullens/LANsetup.zip
    Thank you,
    Lee C
    "Life is judged with all the blindness of life itself." -- George Santayana
    (see Backup::Restore article
    http://homepage.mac.com/lee_cullens/Bx3.html )
    (see Artworks sampling
    http://homepage.mac.com/lee_cullens/Artworks.pdf )

    Mac OS X and Debian Linux LAN implementation write-up
    I have put up a zeroconf (zero configuration a.k.a. Bonjour and Rendezvous) LAN involving Macs and Linux boxes and have written up my notes with a view towards helping others that may want to do the same. It includes a netatalk + howl-tools Linux installation for file sharing with Macs, and CUPS printer sharing.
    I would greatly appreciate any comments/suggestions/corrections concerning the the write-up, along with any additional material deemed applicable to further help others. The resulting piece will be offered free without commercial content in the same manner that the backup piece (in my sig) is.
    The temporary text version is available at:
    http://homepage.mac.com/lee_cullens/LANsetup.zip
    Thank you,
    Lee C
    "Life is judged with all the blindness of life itself." -- George Santayana
    (see Backup::Restore article
    http://homepage.mac.com/lee_cullens/Bx3.html )
    (see Artworks sampling
    http://homepage.mac.com/lee_cullens/Artworks.pdf )

  • Flash Player for Debian Linux v7.6?

    I have Flash Player running on Firefox when I boot in Windows XP.  Flash Player will not even show the icon in step 5 of the help page when I boot in Debian Linux v7.6, even though the page shows that I have the correct version of Flash Player (v11.2.202.356) installed.  It is always activated when I start Firefox.  Some quirk of Linux also installs Shockwave Flash v10.1 r999.  Could this be screwing up Flash Player?  Do I have to switch to Ubuntu or Red Hat to use Flash Player?

    From Adobe Lans web site above:
    Adobe Labs is currently featuring prerelease versions of the Flash Player 9 Update software. This update includes enhancements and bug fixes for Windows, Macintosh, and Linux versions of Flash Player 9. Please see the release notes for more information regarding this prerelease technology. The prerelease program for Flash Player 9 for Solaris is closed at this time, and Solaris versions of Flash Player 9 will be available shortly from Adobe.com.

  • J2ee Adapter engine installation error

    Hi All,
    I am installing XI with NW07. I had an ERP2005 server here with ABAP only. I installed Java Add In to it with usage type PI.
    Now I tried to install J2ee adapter engine. It showed if i want to run a new installation or continue the old one.
    I tried to install installation of J2ee adapter engine from a new directory.
    It is stuck in between. I choose it as a MCOD to existing DB.
    I can see a new instance for this in MMC and it is up and running.
    But the old java instance is not running. None of the Proceses of Old Java instance (dispatcher, server0 and SDM) are not running. Did I do something wrong?
    My JVM_BOOTSTRAP.OUT says this:-
    Exception occurred:
    com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/dispatcher/ID4065200" does not exist.
    at com.sap.engine.core.configuration.impl.ConfigurationDataCacheAllImpl.getSubConfiguration(ConfigurationDataCacheAllImpl.java:107)
    at com.sap.engine.core.configuration.impl.ReadAccessConfiguration.getSubConfiguration(ReadAccessConfiguration.java:715)
    at com.sap.engine.bootstrap.Synchronizer.getConfiguration(Synchronizer.java:426)
    at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:72)
    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Exception occurred:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    == Caused by: ==----
    com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID4065200) in the database! Check database consistency or local Bootstrap properties!
    at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:75)
    at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
    at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
    at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Bootstrap module> Problem occurred while performing synchronization.
    My dev_jcontrol.b00 shows:-
    JControlStartJLaunch: program = C:\usr\sap\IDE\DVEBMGS00\exe\jlaunch.exe
    -> arg00 = C:\usr\sap\IDE\DVEBMGS00\exe\jlaunch.exe
    -> arg01 = pf=C:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sapides
    -> arg02 = -DSAPINFO=IDE_00_bootstrap
    -> arg03 = -nodeId=-1
    -> arg04 = -file=C:\usr\sap\IDE\DVEBMGS00\j2ee\cluster\instance.properties
    -> arg05 = -syncSem=JSTARTUP_WAIT_ON_5284
    -> arg06 = -nodeName=bootstrap
    -> arg07 = -jvmOutFile=C:\usr\sap\IDE\DVEBMGS00\work\jvm_bootstrap.out
    -> arg08 = -stdOutFile=C:\usr\sap\IDE\DVEBMGS00\work\std_bootstrap.out
    -> arg09 = -locOutFile=C:\usr\sap\IDE\DVEBMGS00\work\dev_bootstrap
    -> arg10 = -mode=BOOTSTRAP
    -> arg11 = pf=C:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sapides
    -> arg12 = -DSAPSTART=1
    -> arg13 = -DCONNECT_PORT=4740
    -> arg14 = -DSAPSYSTEM=00
    -> arg15 = -DSAPSYSTEMNAME=IDE
    -> arg16 = -DSAPMYNAME=sapides_IDE_00
    -> arg17 = -DSAPPROFILE=C:\usr\sap\IDE\SYS\profile\IDE_DVEBMGS00_sapides
    -> arg18 = -DFRFC_FALLBACK=ON
    -> arg19 = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;F:\oracle\IDE\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_06\bin;C:\j2sdk1.4.2_06\lib;C:\usr\sap\IDE\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;C:\usr\sap\IDE\DVEBMGS00\j2ee\os_libs;F:\oracle\IDE\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_06\bin;C:\j2sdk1.4.2_06\lib;C:\usr\sap\IDE\SYS\exe\uc\NTI386
    Thr 4232 Tue Sep 16 17:48:04 2008
    Thr 4232 *** ERROR => invalid return code of process bootstrap (exitcode = 66) http://jstartxx.c 1642
    Thr 4232 JControlExecuteBootstrap: error executing bootstrap node bootstrap (rc = 66)
    Thr 4232 JControlCloseProgram: started (exitcode = 66)
    Thr 4232 JControlCloseProgram: good bye... (exitcode = 66)
    My DEV_BOOTSTRAP.B00 shows:-
    Thr 5984 Tue Sep 16 17:48:02 2008
    Thr 5984 JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    Thr 5608 Tue Sep 16 17:48:04 2008
    Thr 5608 JLaunchIExitJava: exit hook is called (rc = 66)
    Thr 5608 **********************************************************************
    u2022     
    o     
         ERROR => The Java VM terminated with a non-zero exit code.
         Please see SAP Note 943602 , section 'J2EE Engine exit codes'
         for additional information and trouble shooting.
    Thr 5608 JLaunchCloseProgram: good bye (exitcode = 66)
    I ran the prerequisite checks before starting the installation.
    It shows everything ok except it told me to have a environmental variable as CPIC_MAX_CONV with the value 200 at least. And I did that.
    All the other checks were ok.
    All are on SAME OS and same machine.
    I have J2EE Adapter Engine installation guide, but there is nothing for this in that
    In Instance properties file for the old instance it is showing the instance ID which it is not able to find.
    In the configtool of both the instances, the instance ID is same under cluster_data and this is of the newer instance
    How did the instance ID and data got replaced in the configtool of old instance. I mean the new instance has its new directory or folder.
    What Could be the problem?
    Did I do anything wrong here?
    Kindly help

    Hi,
    Check out the SNote 997510, " Note 997510 - Troubleshooting
    J2EE Engine 6.40/7.0 Bootstrap Issues ".
    I hope it will help you to drill more in to the problem
    Rgds
    Radhakrishna D S

  • Installed Debian Linux over my entire hdd. how to reinstall os x?

    I installed Debian linux for ppc over my entire system using a usb drive. OS x is gone. How do I get it back? My internal optical drive doesn't work. I put the Tiger install cd that came with the computer into my second computer macbook in target mode. The linux system could read the disc, but I can't figure out how to boot from it. Any ideas? This will likely take some Linux know-how. The linux guys at the forum weren't any help. I think they were a little bitter that I wanted to switch back.

    Fixed it. I just removed the internal hard drive disk and restored my Superduper disk image back onto my drive.

  • Java Server crash in Debian Linux

    Debian Linux
    Pentium 4 2.8
    1024 Ram
    java version "1.5.0_09"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
    Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode)
    The Java Server crash after from Begin or after 1-2 hours
    im user to java server no develope and no have gnosis
    please help me. what is problem? :(
    any solution to fix?
    try to reinstall operator system but same problem
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb777edb2, pid=26766, tid=2384333744
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b03 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0xa2db2]
    # An error report file with more information is saved as hs_err_pid26766.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    hs log file
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGILL (0x4) at pc=0xb770650a, pid=27377, tid=2384006064
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b03 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x7750a]
    --------------- T H R E A D ---------------
    Current thread (0x080c7fe0): JavaThread "CompilerThread0" daemon [_thread_in_native, id=27382]
    siginfo:si_signo=4, si_errno=0, si_code=2, si_addr=0xb770650a
    Registers:
    EAX=0xb7a1bac8, EBX=0xb7a16aec, ECX=0x080ce380, EDX=0x00000028
    ESP=0x8e18fa50, EBP=0x8e18fb08, ESI=0x08137530, EDI=0x00000027
    EIP=0xb770650a, CR2=0x00000000, EFLAGS=0x00010206
    Top of Stack: (sp=0x8e18fa50)
    0x8e18fa50: 080e165c 080e152c 8e18fa98 08137250
    0x8e18fa60: 8e18fbe0 080e1530 080ce5a0 08136f90
    0x8e18fa70: 08137430 00007ff4 8e18fa98 08137210
    0x8e18fa80: 08137210 0000004b 8e18fae8 b794ab6a
    0x8e18fa90: b7a16aec 08137488 8e18fac8 b77563fd
    0x8e18faa0: 00000004 8e18fab0 00000000 b76ba7ba
    0x8e18fab0: b7a16aec 080ce6b4 8e18fae8 b7a16aec
    0x8e18fac0: 08137488 8e18fbd0 8e18fb08 b7756836
    Instructions: (pc=0xb770650a)
    0xb77064fa: 04 8b 10 42 89 10 8b 83 24 0a 00 00 10 01 08 ff
    0xb770650a: ff ff ff c7 ff ff 00 00 00 00 c7 46 00 83 00 00
    Stack: [0x8e111000,0x8e191000), sp=0x8e18fa50, free space=506k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x7750a]
    V [libjvm.so+0x79c09]
    V [libjvm.so+0x79f4c]
    V [libjvm.so+0x83f49]
    V [libjvm.so+0x84944]
    V [libjvm.so+0x852c2]
    V [libjvm.so+0x6be52]
    V [libjvm.so+0x6c559]
    V [libjvm.so+0x6cc01]
    V [libjvm.so+0x6d0a7]
    V [libjvm.so+0x6dc0b]
    V [libjvm.so+0x109a6e]
    V [libjvm.so+0x1093f3]
    V [libjvm.so+0x2f9da6]
    V [libjvm.so+0x2f43d3]
    V [libjvm.so+0x28bbe8]
    C [libpthread.so.0+0x5ced]
    Current CompileTask:
    HotSpot Client Compiler: 72 b java.util.AbstractCollection.toArray([Ljava/lang/Object;)[Ljava/lang/Object; (75 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x080c9540 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=27383]
    =>0x080c7fe0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=27382]
    0x080c7100 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=27381]
    0x080bcbc8 JavaThread "Finalizer" daemon [_thread_blocked, id=27380]
    0x080bbf48 JavaThread "Reference Handler" daemon [_thread_blocked, id=27379]
    0x0805c9c8 JavaThread "main" [_thread_in_vm, id=27377]
    Other Threads:
    0x080b9298 VMThread [id=27378]
    0x080ca9e0 WatcherThread [id=27384]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 240K [0x8e5c0000, 0x8e660000, 0x90d20000)
    eden space 512K, 44% used [0x8e5c0000, 0x8e5f8970, 0x8e640000)
    from space 64K, 21% used [0x8e650000, 0x8e6537a0, 0x8e660000)
    to space 64K, 0% used [0x8e640000, 0x8e640000, 0x8e650000)
    tenured generation total 1408K, used 431K [0x90d20000, 0x90e80000, 0xae5c0000)
    the space 1408K, 30% used [0x90d20000, 0x90d8bd70, 0x90d8be00, 0x90e80000)
    compacting perm gen total 8192K, used 3677K [0xae5c0000, 0xaedc0000, 0xb25c0000)
    the space 8192K, 44% used [0xae5c0000, 0xae957450, 0xae957600, 0xaedc0000)
    No shared spaces configured.
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 03:02 6521931 /usr/lib/j2se1.4-sun/jre/bin/java
    08057000-08059000 rwxp 0000e000 03:02 6521931 /usr/lib/j2se1.4-sun/jre/bin/java
    08059000-08253000 rwxp 08059000 00:00 0 [heap]
    8d9b7000-8d9c8000 r-xp 00000000 03:02 6537244 /usr/lib/j2se1.4-sun/jre/lib/i386/libnet.so
    8d9c8000-8d9c9000 rwxp 00011000 03:02 6537244 /usr/lib/j2se1.4-sun/jre/lib/i386/libnet.so
    8d9c9000-8dc22000 r-xs 00000000 03:02 7766468 /root/lineage2server160/gameserver/l2j-gameserver.jar
    8dc22000-8dc89000 r-xs 00000000 03:02 7766471 /root/lineage2server160/gameserver/mysql-connector-java-3.1.10-bin.jar
    8dc89000-8dd01000 r-xs 00000000 03:02 7766462 /root/lineage2server160/gameserver/c3p0-0.9.0.4.jar
    8dd01000-8de28000 r-xs 00000000 03:02 7766467 /root/lineage2server160/gameserver/jython.jar
    8de28000-8de6d000 r-xs 00000000 03:02 7766461 /root/lineage2server160/gameserver/bsh-2.0.jar
    8de6d000-8deb4000 r-xs 00000000 03:02 7766466 /root/lineage2server160/gameserver/javolution.jar
    8deb4000-8dedf000 r-xs 00000000 03:02 7766460 /root/lineage2server160/gameserver/bsf.jar
    8dedf000-8deee000 r-xs 00000000 03:02 7766465 /root/lineage2server160/gameserver/ibmaio.jar
    8deee000-8df19000 r-xs 00000000 03:02 6522080 /usr/lib/j2se1.4-sun/jre/lib/ext/sunpkcs11.jar
    8df19000-8df40000 r-xs 00000000 03:02 6521992 /usr/lib/j2se1.4-sun/jre/lib/ext/sunjce_provider.jar
    8df40000-8e004000 r-xs 00000000 03:02 6521991 /usr/lib/j2se1.4-sun/jre/lib/ext/localedata.jar
    8e004000-8e011000 r-xs 00000000 03:02 6521990 /usr/lib/j2se1.4-sun/jre/lib/ext/ldapsec.jar
    8e011000-8e012000 ---p 8e011000 00:00 0
    8e012000-8e091000 rwxp 8e012000 00:00 0
    8e091000-8e094000 ---p 8e091000 00:00 0
    8e094000-8e111000 rwxp 8e094000 00:00 0
    8e111000-8e114000 ---p 8e111000 00:00 0
    8e114000-8e191000 rwxp 8e114000 00:00 0
    8e191000-8e194000 ---p 8e191000 00:00 0
    8e194000-8e211000 rwxp 8e194000 00:00 0
    8e211000-8e214000 ---p 8e211000 00:00 0
    8e214000-8e291000 rwxp 8e214000 00:00 0
    8e291000-8e294000 ---p 8e291000 00:00 0
    8e294000-8e311000 rwxp 8e294000 00:00 0
    8e311000-8e312000 ---p 8e311000 00:00 0
    8e312000-8e396000 rwxp 8e312000 00:00 0
    8e396000-8e3b2000 rwxp 8e396000 00:00 0
    8e3b2000-8e3b3000 rwxp 8e3b2000 00:00 0
    8e3b3000-8e49f000 rwxp 8e3b3000 00:00 0
    8e49f000-8e4a0000 rwxp 8e49f000 00:00 0
    8e4a0000-8e4b2000 rwxp 8e4a0000 00:00 0
    8e4b2000-8e4b4000 rwxp 8e4b2000 00:00 0
    8e4b4000-8e59f000 rwxp 8e4b4000 00:00 0
    8e59f000-8e5a3000 rwxp 8e59f000 00:00 0
    8e5a3000-8e5bf000 rwxp 8e5a3000 00:00 0
    8e5bf000-8e660000 rwxp 8e5bf000 00:00 0
    8e660000-90d20000 rwxp 8e660000 00:00 0
    90d20000-90e80000 rwxp 90d20000 00:00 0
    90e80000-ae5c0000 rwxp 90e80000 00:00 0
    ae5c0000-aedc0000 rwxp ae5c0000 00:00 0
    aedc0000-b25c0000 rwxp aedc0000 00:00 0
    b25c0000-b25c6000 r-xp 00000000 03:02 6537245 /usr/lib/j2se1.4-sun/jre/lib/i386/libnio.so
    b25c6000-b25c7000 rwxp 00005000 03:02 6537245 /usr/lib/j2se1.4-sun/jre/lib/i386/libnio.so
    b25c7000-b25ca000 rwxp b25c7000 00:00 0
    b25ca000-b2647000 rwxp b25ca000 00:00 0
    b2647000-b26ef000 rwxp b2647000 00:00 0
    b26ef000-b4647000 rwxp b26ef000 00:00 0
    b4647000-b4eb7000 r-xs 00000000 03:02 6521980 /usr/lib/j2se1.4-sun/jre/lib/charsets.jar
    b4eb7000-b4ecc000 r-xs 00000000 03:02 6522045 /usr/lib/j2se1.4-sun/jre/lib/jce.jar
    b4ecc000-b4f51000 r-xs 00000000 03:02 6522046 /usr/lib/j2se1.4-sun/jre/lib/jsse.jar
    b4f51000-b4f67000 r-xs 00000000 03:02 6522054 /usr/lib/j2se1.4-sun/jre/lib/sunrsasign.jar
    b4f67000-b4fd0000 rwxp b4f67000 00:00 0
    b4fd0000-b75e6000 r-xs 00000000 03:02 6522053 /usr/lib/j2se1.4-sun/jre/lib/rt.jar
    b75e6000-b75f5000 r-xp 00000000 03:02 6537248 /usr/lib/j2se1.4-sun/jre/lib/i386/libzip.so
    b75f5000-b75f7000 rwxp 0000e000 03:02 6537248 /usr/lib/j2se1.4-sun/jre/lib/i386/libzip.so
    b75f7000-b7618000 r-xp 00000000 03:02 6537233 /usr/lib/j2se1.4-sun/jre/lib/i386/libjava.so
    b7618000-b761a000 rwxp 00020000 03:02 6537233 /usr/lib/j2se1.4-sun/jre/lib/i386/libjava.so
    b761a000-b7625000 r-xp 00000000 03:02 6537247 /usr/lib/j2se1.4-sun/jre/lib/i386/libverify.so
    b7625000-b7626000 rwxp 0000b000 03:02 6537247 /usr/lib/j2se1.4-sun/jre/lib/i386/libverify.so
    b7626000-b7630000 r-xp 00000000 03:02 6980699 /lib/tls/libnss_files-2.3.6.so
    b7630000-b7632000 rwxp 00009000 03:02 6980699 /lib/tls/libnss_files-2.3.6.so
    b7632000-b763a000 r-xp 00000000 03:02 6980703 /lib/tls/libnss_nis-2.3.6.so
    b763a000-b763c000 rwxp 00008000 03:02 6980703 /lib/tls/libnss_nis-2.3.6.so
    b763c000-b7643000 r-xp 00000000 03:02 6980695 /lib/tls/libnss_compat-2.3.6.so
    b7643000-b7645000 rwxp 00006000 03:02 6980695 /lib/tls/libnss_compat-2.3.6.so
    b7645000-b7657000 r-xp 00000000 03:02 6980693 /lib/tls/libnsl-2.3.6.so
    b7657000-b7659000 rwxp 00012000 03:02 6980693 /lib/tls/libnsl-2.3.6.so
    b7659000-b765b000 rwxp b7659000 00:00 0
    b7661000-b7669000 rwxs 00000000 03:02 8552508 /tmp/hsperfdata_root/27377
    b7669000-b768d000 r-xp 00000000 03:02 6980690 /lib/tls/libm-2.3.6.so
    b768d000-b768f000 rwxp 00023000 03:02 6980690 /lib/tls/libm-2.3.6.so
    b768f000-b79fb000 r-xp 00000000 03:02 6537222 /usr/lib/j2se1.4-sun/jre/lib/i386/client/libjvm.so
    b79fb000-b7a1a000 rwxp 0036b000 03:02 6537222 /usr/lib/j2se1.4-sun/jre/lib/i386/client/libjvm.so
    b7a1a000-b7e31000 rwxp b7a1a000 00:00 0
    b7e31000-b7f5f000 r-xp 00000000 03:02 6980682 /lib/tls/libc-2.3.6.so
    b7f5f000-b7f64000 r-xp 0012e000 03:02 6980682 /lib/tls/libc-2.3.6.so
    b7f64000-b7f67000 rwxp 00133000 03:02 6980682 /lib/tls/libc-2.3.6.so
    b7f67000-b7f69000 rwxp b7f67000 00:00 0
    b7f69000-b7f6b000 r-xp 00000000 03:02 6980688 /lib/tls/libdl-2.3.6.so
    b7f6b000-b7f6d000 rwxp 00001000 03:02 6980688 /lib/tls/libdl-2.3.6.so
    b7f6d000-b7f6e000 rwxp b7f6d000 00:00 0
    b7f6e000-b7f7c000 r-xp 00000000 03:02 6980708 /lib/tls/libpthread-2.3.6.so
    b7f7c000-b7f7e000 rwxp 0000d000 03:02 6980708 /lib/tls/libpthread-2.3.6.so
    b7f7e000-b7f80000 rwxp b7f7e000 00:00 0
    b7f83000-b7f85000 r-xs 00000000 03:02 6521989 /usr/lib/j2se1.4-sun/jre/lib/ext/dnsns.jar
    b7f85000-b7f8b000 r-xp 00000000 03:02 6537250 /usr/lib/j2se1.4-sun/jre/lib/i386/native_threads/libhpi.so
    b7f8b000-b7f8c000 rwxp 00006000 03:02 6537250 /usr/lib/j2se1.4-sun/jre/lib/i386/native_threads/libhpi.so
    b7f8c000-b7f8d000 rwxp b7f8c000 00:00 0
    b7f8d000-b7f8e000 r-xp b7f8d000 00:00 0
    b7f8e000-b7f90000 rwxp b7f8e000 00:00 0
    b7f90000-b7fa5000 r-xp 00000000 03:02 6964464 /lib/ld-2.3.6.so
    b7fa5000-b7fa7000 rwxp 00015000 03:02 6964464 /lib/ld-2.3.6.so
    bf6c3000-bf6c6000 ---p bf6c3000 00:00 0
    bf6c6000-bf8c3000 rwxp bf6c6000 00:00 0 [stack]
    ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
    VM Arguments:
    jvm_args: -Xmx512m
    java_command: net.sf.l2j.gameserver.GameServer
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games
    LD_LIBRARY_PATH=/usr/lib/j2se1.4-sun/jre/lib/i386/client:/usr/lib/j2se1.4-sun/jre/lib/i386:/usr/lib/j2se1.4-sun/jre/../lib/i386
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x325bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x325bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x28c460], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:testing/unstable
    uname:Linux 2.6.17 #4 SMP PREEMPT Wed May 10 13:53:45 CEST 2006 i686
    libc:glibc 2.3.6 NPTL 2.3.6
    rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
    load average:0.00 0.11 0.08
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1003220k(219224k free), swap 2096440k(2096360k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_09-b03) for linux-x86, built on Oct 12 2006 10:54:08 by java_re with gcc 3.2.1-7a (J2SE release)
    Message was edited by:
    PantelisKap

    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xb279fb2c, pid=16446, tid=3084670656
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b03 mixed mode, sharing)
    # Problematic frame:
    # J net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(Lorg/w3c/dom/Node;)V
    --------------- T H R E A D ---------------
    Current thread (0x0805c9c8): JavaThread "main" [_thread_in_Java, id=16446]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x004f964e
    Registers:
    EAX=0x6cae9ef8, EBX=0x00000000, ECX=0xfffffffc, EDX=0x8cdbc580
    ESP=0xbf871400, EBP=0xbf871498, ESI=0x0036574e, EDI=0x00000000
    EIP=0xb279fb2c, CR2=0x004f964e, EFLAGS=0x00010207
    Top of Stack: (sp=0xbf871400)
    0xbf871400: 00000000 8cdbc568 6cae9cf8 ffffffff
    0xbf871410: 708cb1d8 b76df649 8ca83a58 00000002
    0xbf871420: 00000000 00000023 bf871478 b26b3084
    0xbf871430: 00000023 b278513f 6cae61b0 708cfb00
    0xbf871440: 708ca048 bf871458 6cae9da8 b27936fa
    0xbf871450: 00000073 00000023 00000023 00000d41
    0xbf871460: ffffffff 8cdbc568 6cae9cf8 ffffffff
    0xbf871470: 00000000 708cb1d8 bf871498 00000001
    Instructions: (pc=0xb279fb2c)
    0xb279fb1c: 4f 0f 85 f1 ff ff ff 8b 75 b0 89 46 10 c1 ee 09
    0xb279fb2c: c6 86 00 3f 0e b2 00 8b 75 0c 8b 76 10 89 75 b0
    Stack: [0xbf675000,0xbf875000), sp=0xbf871400, free space=2033k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J net.sf.l2j.gameserver.skills.DocumentSkill.parseSkill(Lorg/w3c/dom/Node;)V
    J net.sf.l2j.gameserver.skills.DocumentSkill.parseDocument(Lorg/w3c/dom/Document;)V
    j net.sf.l2j.gameserver.skills.DocumentBase.parse()Lorg/w3c/dom/Document;+66
    j net.sf.l2j.gameserver.skills.SkillsEngine.loadSkills(Ljava/io/File;)Ljava/util/List;+44
    j net.sf.l2j.gameserver.skills.SkillsEngine.loadAllSkills(Ljava/util/Map;)V+35
    j net.sf.l2j.gameserver.SkillTable.<init>()V+27
    j net.sf.l2j.gameserver.SkillTable.getInstance()Lnet/sf/l2j/gameserver/SkillTable;+10
    j net.sf.l2j.gameserver.skills.DocumentBase.attachSkill(Lorg/w3c/dom/Node;Ljava/lang/Object;Lnet/sf/l2j/gameserver/skills/Condition;)V+86
    J net.sf.l2j.gameserver.skills.DocumentBase.parseTemplate(Lorg/w3c/dom/Node;Ljava/lang/Object;)V
    J net.sf.l2j.gameserver.skills.DocumentItem.parseItem(Lorg/w3c/dom/Node;)V
    J net.sf.l2j.gameserver.skills.DocumentItem.parseDocument(Lorg/w3c/dom/Document;)V
    j net.sf.l2j.gameserver.skills.DocumentBase.parse()Lorg/w3c/dom/Document;+66
    j net.sf.l2j.gameserver.skills.SkillsEngine.loadData(Ljava/util/Map;Ljava/util/List;)Ljava/util/List;+52
    j net.sf.l2j.gameserver.skills.SkillsEngine.loadWeapons(Ljava/util/Map;)Ljava/util/List;+14
    J net.sf.l2j.gameserver.ItemTable.<init>()V
    v ~OSRAdapter
    j net.sf.l2j.gameserver.ItemTable.getInstance()Lnet/sf/l2j/gameserver/ItemTable;+10
    j net.sf.l2j.gameserver.GameServer.<init>()V+213
    j net.sf.l2j.gameserver.GameServer.main([Ljava/lang/String;)V+70
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17a75c]
    V [libjvm.so+0x28afd8]
    V [libjvm.so+0x17a58f]
    V [libjvm.so+0x1a4e32]
    V [libjvm.so+0x196042]
    C [java+0x1873]
    C [libc.so.6+0x14ea8] __libc_start_main+0xc8
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x083d9568 JavaThread "GerenalSTPool-3" [_thread_blocked, id=16463]
    0x083d99b0 JavaThread "GerenalSTPool-2" [_thread_blocked, id=16462]
    0x083a6738 JavaThread "GameTimeController" daemon [_thread_blocked, id=16461]
    0x082574d0 JavaThread "GerenalSTPool-1" [_thread_blocked, id=16460]
    0x08235a18 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=16458]
    0x0822c690 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=16457]
    0x0822bd18 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=16456]
    0x0822b570 JavaThread "Timer-0" daemon [_thread_blocked, id=16454]
    0x080a53f0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=16452]
    0x080a3e90 JavaThread "CompilerThread0" daemon [_thread_blocked, id=16451]
    0x080a2db0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16450]
    0x0809cb30 JavaThread "Finalizer" daemon [_thread_blocked, id=16449]
    0x0809be40 JavaThread "Reference Handler" daemon [_thread_blocked, id=16448]
    =>0x0805c9c8 JavaThread "main" [_thread_in_Java, id=16446]
    Other Threads:
    0x080992e0 VMThread [id=16447]
    0x080a6890 WatcherThread [id=16453]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 3072K, used 840K [0x6ca20000, 0x6cd70000, 0x6f180000)
    eden space 2752K, 30% used [0x6ca20000, 0x6caf23b0, 0x6ccd0000)
    from space 320K, 0% used [0x6cd20000, 0x6cd20000, 0x6cd70000)
    to space 320K, 0% used [0x6ccd0000, 0x6ccd0000, 0x6cd20000)
    tenured generation total 40172K, used 31252K [0x6f180000, 0x718bb000, 0x8ca20000)
    the space 40172K, 77% used [0x6f180000, 0x710051d8, 0x71005200, 0x718bb000)
    compacting perm gen total 8192K, used 4319K [0x8ca20000, 0x8d220000, 0x90a20000)
    the space 8192K, 52% used [0x8ca20000, 0x8ce57d68, 0x8ce57e00, 0x8d220000)
    ro space 8192K, 68% used [0x90a20000, 0x90f9ed48, 0x90f9ee00, 0x91220000)
    rw space 12288K, 48% used [0x91220000, 0x917e9e68, 0x917ea000, 0x91e20000)
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 03:02 6996556 /usr/lib/j2sdk1.5-sun/bin/java
    08057000-08059000 rwxp 0000e000 03:02 6996556 /usr/lib/j2sdk1.5-sun/bin/java
    08059000-084e8000 rwxp 08059000 00:00 0 [heap]
    6ca20000-6cd70000 rwxp 6ca20000 00:00 0
    6cd70000-6f180000 rwxp 6cd70000 00:00 0
    6f180000-718bb000 rwxp 6f180000 00:00 0
    718bb000-8ca20000 rwxp 718bb000 00:00 0
    8ca20000-8d220000 rwxp 8ca20000 00:00 0
    8d220000-90a20000 rwxp 8d220000 00:00 0
    90a20000-90f9f000 r-xs 00001000 03:02 6980776 /usr/lib/j2sdk1.5-sun/jre/lib/i386/client/classes.jsa
    90f9f000-91220000 rwxp 90f9f000 00:00 0
    91220000-917ea000 rwxp 00580000 03:02 6980776 /usr/lib/j2sdk1.5-sun/jre/lib/i386/client/classes.jsa
    917ea000-91e20000 rwxp 917ea000 00:00 0
    91e20000-91ef0000 rwxp 00b4a000 03:02 6980776 /usr/lib/j2sdk1.5-sun/jre/lib/i386/client/classes.jsa
    91ef0000-92220000 rwxp 91ef0000 00:00 0
    92220000-92224000 r-xs 00c1a000 03:02 6980776 /usr/lib/j2sdk1.5-sun/jre/lib/i386/client/classes.jsa
    92224000-92620000 rwxp 92224000 00:00 0
    b1560000-b1563000 ---p b1560000 00:00 0
    b1563000-b15e0000 rwxp b1563000 00:00 0
    b15e0000-b15e3000 ---p b15e0000 00:00 0
    b15e3000-b1660000 rwxp b15e3000 00:00 0
    b1660000-b1663000 ---p b1660000 00:00 0
    b1663000-b16e0000 rwxp b1663000 00:00 0
    b16e0000-b16e3000 ---p b16e0000 00:00 0
    b16e3000-b1760000 rwxp b16e3000 00:00 0
    b1760000-b1763000 ---p b1760000 00:00 0
    b1763000-b17e0000 rwxp b1763000 00:00 0
    b17e0000-b17e3000 ---p b17e0000 00:00 0
    b17e3000-b1860000 rwxp b17e3000 00:00 0
    b1860000-b1863000 ---p b1860000 00:00 0
    b1863000-b18e0000 rwxp b1863000 00:00 0
    b18e0000-b18e3000 ---p b18e0000 00:00 0
    b18e3000-b1960000 rwxp b18e3000 00:00 0
    b1960000-b1966000 r-xp 00000000 03:02 6980787 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libnio.so
    b1966000-b1967000 rwxp 00005000 03:02 6980787 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libnio.so
    b1967000-b1978000 r-xp 00000000 03:02 6980786 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libnet.so
    b1978000-b1979000 rwxp 00011000 03:02 6980786 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libnet.so
    b1979000-b1bd2000 r-xs 00000000 03:02 7766468 /root/lineage2server160/gameserver/l2j-gameserver.jar
    b1bd2000-b1c39000 r-xs 00000000 03:02 7766471 /root/lineage2server160/gameserver/mysql-connector-java-3.1.10-bin.jar
    b1c39000-b1cb1000 r-xs 00000000 03:02 7766462 /root/lineage2server160/gameserver/c3p0-0.9.0.4.jar
    b1cb1000-b1dd8000 r-xs 00000000 03:02 7766467 /root/lineage2server160/gameserver/jython.jar
    b1dd8000-b1e1d000 r-xs 00000000 03:02 7766461 /root/lineage2server160/gameserver/bsh-2.0.jar
    b1e1d000-b1e64000 r-xs 00000000 03:02 7766466 /root/lineage2server160/gameserver/javolution.jar
    b1e64000-b1e8f000 r-xs 00000000 03:02 7766460 /root/lineage2server160/gameserver/bsf.jar
    b1e8f000-b1e9e000 r-xs 00000000 03:02 7766465 /root/lineage2server160/gameserver/ibmaio.jar
    b1e9e000-b1f62000 r-xs 00000000 03:02 6995979 /usr/lib/j2sdk1.5-sun/jre/lib/ext/localedata.jar
    b1f62000-b1f8d000 r-xs 00000000 03:02 6995977 /usr/lib/j2sdk1.5-sun/jre/lib/ext/sunpkcs11.jar
    b1f8d000-b1fb4000 r-xs 00000000 03:02 6995976 /usr/lib/j2sdk1.5-sun/jre/lib/ext/sunjce_provider.jar
    b1fb4000-b1fb5000 ---p b1fb4000 00:00 0
    b1fb5000-b2034000 rwxp b1fb5000 00:00 0
    b2034000-b2037000 ---p b2034000 00:00 0
    b2037000-b20b4000 rwxp b2037000 00:00 0
    b20b4000-b20b7000 ---p b20b4000 00:00 0
    b20b7000-b2134000 rwxp b20b7000 00:00 0
    b2134000-b2137000 ---p b2134000 00:00 0
    b2137000-b21b4000 rwxp b2137000 00:00 0
    b21b4000-b21b7000 ---p b21b4000 00:00 0
    b21b7000-b2234000 rwxp b21b7000 00:00 0
    b2234000-b2237000 ---p b2234000 00:00 0
    b2237000-b22b4000 rwxp b2237000 00:00 0
    b22b4000-b22b5000 ---p b22b4000 00:00 0
    b22b5000-b2340000 rwxp b22b5000 00:00 0
    b2340000-b235c000 rwxp b2340000 00:00 0
    b235c000-b2370000 rwxp b235c000 00:00 0
    b2370000-b2449000 rwxp b2370000 00:00 0
    b2449000-b244b000 rwxp b2449000 00:00 0
    b244b000-b245c000 rwxp b244b000 00:00 0
    b245c000-b2471000 rwxp b245c000 00:00 0
    b2471000-b2549000 rwxp b2471000 00:00 0
    b2549000-b254d000 rwxp b2549000 00:00 0
    b254d000-b2569000 rwxp b254d000 00:00 0
    b2569000-b257c000 rwxp b2569000 00:00 0
    b257c000-b25f4000 rwxp b257c000 00:00 0
    b25f4000-b27ec000 rwxp b25f4000 00:00 0
    b27ec000-b45f4000 rwxp b27ec000 00:00 0
    b45f4000-b4e64000 r-xs 00000000 03:02 6980848 /usr/lib/j2sdk1.5-sun/jre/lib/charsets.jar
    b4e64000-b4e79000 r-xs 00000000 03:02 6980813 /usr/lib/j2sdk1.5-sun/jre/lib/jce.jar
    b4e79000-b4efe000 r-xs 00000000 03:02 6980846 /usr/lib/j2sdk1.5-sun/jre/lib/jsse.jar
    b4efe000-b4f67000 rwxp b4efe000 00:00 0
    b4f67000-b757d000 r-xs 00000000 03:02 6980850 /usr/lib/j2sdk1.5-sun/jre/lib/rt.jar
    b757d000-b758c000 r-xp 00000000 03:02 6980783 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libzip.so
    b758c000-b758e000 rwxp 0000e000 03:02 6980783 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libzip.so
    b758e000-b75af000 r-xp 00000000 03:02 6980781 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libjava.so
    b75af000-b75b1000 rwxp 00020000 03:02 6980781 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libjava.so
    b75b1000-b75bc000 r-xp 00000000 03:02 6980780 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libverify.so
    b75bc000-b75bd000 rwxp 0000b000 03:02 6980780 /usr/lib/j2sdk1.5-sun/jre/lib/i386/libverify.so
    b75bd000-b75c6000 r-xp 00000000 03:02 6980876 /lib/tls/libnss_files-2.3.6.so
    b75c6000-b75c8000 rwxp 00008000 03:02 6980876 /lib/tls/libnss_files-2.3.6.so
    b75c8000-b75d0000 r-xp 00000000 03:02 6980878 /lib/tls/libnss_nis-2.3.6.so
    b75d0000-b75d2000 rwxp 00007000 03:02 6980878 /lib/tls/libnss_nis-2.3.6.so
    b75d2000-b75d9000 r-xp 00000000 03:02 6980874 /lib/tls/libnss_compat-2.3.6.so
    b75d9000-b75db000 rwxp 00006000 03:02 6980874 /lib/tls/libnss_compat-2.3.6.so
    b75db000-b75ed000 r-xp 00000000 03:02 6980873 /lib/tls/libnsl-2.3.6.so
    b75ed000-b75ef000 rwxp 00011000 03:02 6980873 /lib/tls/libnsl-2.3.6.so
    b75ef000-b75f1000 rwxp b75ef000 00:00 0
    b75f5000-b75f7000 r-xs 00000000 03:02 6995978 /usr/lib/j2sdk1.5-sun/jre/lib/ext/dnsns.jar
    b75f7000-b75ff000 rwxs 00000000 03:02 8552461 /tmp/hsperfdata_root/16446
    b75ff000-b7622000 r-xp 00000000 03:02 6980871 /lib/tls/libm-2.3.6.so
    b7622000-b7624000 rwxp 00022000 03:02 6980871 /lib/tls/libm-2.3.6.so
    b7624000-b7990000 r-xp 00000000 03:02 6980774 /usr/lib/j2sdk1.5-sun/jre/lib/i386/client/libjvm.so
    b7990000-b79af000 rwxp 0036b000 03:02 6980774 /usr/lib/j2sdk1.5-sun/jre/lib/i386/client/libjvm.so
    b79af000-b7dc6000 rwxp b79af000 00:00 0
    b7dc6000-b7eee000 r-xp 00000000 03:02 6980867 /lib/tls/libc-2.3.6.so
    b7eee000-b7ef3000 r-xp 00127000 03:02 6980867 /lib/tls/libc-2.3.6.so
    b7ef3000-b7ef5000 rwxp 0012c000 03:02 6980867 /lib/tls/libc-2.3.6.so
    b7ef5000-b7ef8000 rwxp b7ef5000 00:00 0
    b7ef8000-b7efa000 r-xp 00000000 03:02 6980870 /lib/tls/libdl-2.3.6.so
    b7efa000-b7efc000 rwxp 00001000 03:02 6980870 /lib/tls/libdl-2.3.6.so
    b7efc000-b7efd000 rwxp b7efc000 00:00 0
    b7efd000-b7f0b000 r-xp 00000000 03:02 6980864 /lib/tls/libpthread-2.3.6.so
    b7f0b000-b7f0d000 rwxp 0000d000 03:02 6980864 /lib/tls/libpthread-2.3.6.so
    b7f0d000-b7f14000 rwxp b7f0d000 00:00 0
    b7f14000-b7f1a000 r-xp 00000000 03:02 6980769 /usr/lib/j2sdk1.5-sun/jre/lib/i386/native_threads/libhpi.so
    b7f1a000-b7f1b000 rwxp 00006000 03:02 6980769 /usr/lib/j2sdk1.5-sun/jre/lib/i386/native_threads/libhpi.so
    b7f1b000-b7f1c000 rwxp b7f1b000 00:00 0
    b7f1c000-b7f1d000 r-xp b7f1c000 00:00 0
    b7f1d000-b7f1f000 rwxp b7f1d000 00:00 0
    b7f1f000-b7f34000 r-xp 00000000 03:02 6964594 /lib/ld-2.3.6.so
    b7f34000-b7f36000 rwxp 00014000 03:02 6964594 /lib/ld-2.3.6.so
    bf675000-bf678000 ---p bf675000 00:00 0
    bf678000-bf875000 rwxp bf678000 00:00 0 [stack]
    ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
    VM Arguments:
    jvm_args: -Xmx512m
    java_command: net.sf.l2j.gameserver.GameServer
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games
    LD_LIBRARY_PATH=/usr/lib/j2sdk1.5-sun/jre/lib/i386/client:/usr/lib/j2sdk1.5-sun/jre/lib/i386:/usr/lib/j2sdk1.5-sun/jre/../lib/i386
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x325bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x325bd0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x28a010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x28c460], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x28be90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:4.0
    uname:Linux 2.6.17 #4 SMP PREEMPT Wed May 10 13:53:45 CEST 2006 i686
    libc:glibc 2.3.6 NPTL 2.3.6
    rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
    load average:1.31 0.62 0.38
    CPU:total 1 (cores per cpu 1, threads per core 1) family 15 model 2 stepping 9, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1003220k(251136k free), swap 2096440k(2096396k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_09-b03) for linux-x86, built on Oct 12 2006 10:54:08 by java_re with gcc 3.2.1-7a (J2SE release)

  • JVM crash on Debian Linux

    Hi
    I am running some simple web applications in Tomcat on a Debian Linux machine and my JVM is crashing frequently. The server load is very low.
    Mostly it is the java.net.Inet4AddressImpl.getHostByAddr(Native Method) that causes the crash but i have also seen java.lang.Thread.start(Native Method) crash. The library /lib/tls/libc.so.6 is always involved.
    Configuration:
    J2SE v 1.4.2_07-b05 SDK
    GNU/Linux 2.6.11.2 Debian Sarge
    Tomcat 5.0.30
    I would be very thankful if someone could help me out with this!
    Here is the error log:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xB7F25604
    Function=memchr+0x104
    Library=/lib/tls/libc.so.6
    Current Java thread:
    at java.net.Inet4AddressImpl.getHostByAddr(Native Method)
    at java.net.InetAddress$1.getHostByAddr(InetAddress.java:774)
    at java.net.InetAddress.getHostFromNameService(InetAddress.java:464)
    at java.net.InetAddress.getHostName(InetAddress.java:407)
    at java.net.InetAddress.getHostName(InetAddress.java:379)
    at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1011)
    at org.apache.coyote.Request.action(Request.java:367)
    at org.apache.coyote.tomcat5.CoyoteRequest.getRemoteHost(CoyoteRequest.java:1226)
    at org.apache.coyote.tomcat5.CoyoteRequestFacade.getRemoteHost(CoyoteRequestFacade.java:346)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:557)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    at java.lang.Thread.run(Thread.java:534)
    Dynamic libraries:
    08048000-0804f000 r-xp 00000000 08:05 339473 /usr/java/jakarta-tomcat-5.0.30/bin/jsvc
    0804f000-08050000 rw-p 00006000 08:05 339473 /usr/java/jakarta-tomcat-5.0.30/bin/jsvc
    9d2d2000-9d38c000 r-xp 00000000 08:05 337392 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libfontmanager.so
    9d38c000-9d3a7000 rw-p 000b9000 08:05 337392 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libfontmanager.so
    9d3e9000-9d3fd000 r-xp 00000000 08:05 562292 /usr/X11R6/lib/libICE.so.6.3
    9d3fd000-9d3fe000 rw-p 00013000 08:05 562292 /usr/X11R6/lib/libICE.so.6.3
    9d400000-9d408000 r-xp 00000000 08:05 562247 /usr/X11R6/lib/libSM.so.6.0
    9d408000-9d409000 rw-p 00007000 08:05 562247 /usr/X11R6/lib/libSM.so.6.0
    9d409000-9d4cd000 r-xp 00000000 08:05 562279 /usr/X11R6/lib/libX11.so.6.2
    9d4cd000-9d4d0000 rw-p 000c4000 08:05 562279 /usr/X11R6/lib/libX11.so.6.2
    9d4d0000-9d4d4000 r-xp 00000000 08:05 562290 /usr/X11R6/lib/libXtst.so.6.1
    9d4d4000-9d4d5000 rw-p 00004000 08:05 562290 /usr/X11R6/lib/libXtst.so.6.1
    9d4d5000-9d4e2000 r-xp 00000000 08:05 562741 /usr/X11R6/lib/libXext.so.6.4
    9d4e2000-9d4e3000 rw-p 0000c000 08:05 562741 /usr/X11R6/lib/libXext.so.6.4
    9d4e3000-9d530000 r-xp 00000000 08:05 562249 /usr/X11R6/lib/libXt.so.6.0
    9d530000-9d533000 rw-p 0004d000 08:05 562249 /usr/X11R6/lib/libXt.so.6.0
    9d534000-9d53b000 r-xp 00000000 08:05 562262 /usr/X11R6/lib/libXp.so.6.2
    9d53b000-9d53c000 rw-p 00006000 08:05 562262 /usr/X11R6/lib/libXp.so.6.2
    9d541000-9d594000 r-xp 00000000 08:05 337388 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libmlib_image.so
    9d594000-9d595000 rw-p 00052000 08:05 337388 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libmlib_image.so
    9d595000-9d866000 r-xp 00000000 08:05 337389 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libawt.so
    9d866000-9d87c000 rw-p 002d0000 08:05 337389 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libawt.so
    9d8a1000-9d8d8000 r-xp 00000000 08:05 337393 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libjpeg.so
    9d8d8000-9d8d9000 rw-p 00036000 08:05 337393 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libjpeg.so
    9d910000-9d963000 r-xp 00000000 08:05 337394 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libcmm.so
    9d963000-9d965000 rw-p 00052000 08:05 337394 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libcmm.so
    9e210000-9e21f000 r-xp 00000000 08:01 40440 /lib/tls/libresolv-2.3.2.so
    9e21f000-9e220000 rw-p 0000f000 08:01 40440 /lib/tls/libresolv-2.3.2.so
    9e222000-9e24f000 r--s 00000000 08:05 337819 /usr/java/jakarta-tomcat-5.0.30/server/lib/tomcat-util.jar
    9e24f000-9e253000 r--s 00000000 08:05 337818 /usr/java/jakarta-tomcat-5.0.30/server/lib/tomcat-jni.jar
    9e253000-9e271000 r--s 00000000 08:05 337817 /usr/java/jakarta-tomcat-5.0.30/server/lib/tomcat-jk2.jar
    9e271000-9e272000 r--s 00000000 08:05 337816 /usr/java/jakarta-tomcat-5.0.30/server/lib/tomcat-jk.jar
    9e272000-9e27f000 r--s 00000000 08:05 337815 /usr/java/jakarta-tomcat-5.0.30/server/lib/tomcat-http11.jar
    9e27f000-9e284000 r--s 00000000 08:05 337814 /usr/java/jakarta-tomcat-5.0.30/server/lib/tomcat-coyote.jar
    9e284000-9e28a000 r--s 00000000 08:05 337813 /usr/java/jakarta-tomcat-5.0.30/server/lib/servlets-webdav.jar
    9e28a000-9e28c000 r--s 00000000 08:05 337811 /usr/java/jakarta-tomcat-5.0.30/server/lib/servlets-invoker.jar
    9e28c000-9e292000 r--s 00000000 08:05 337810 /usr/java/jakarta-tomcat-5.0.30/server/lib/servlets-default.jar
    9e292000-9e293000 r--s 00000000 08:05 337809 /usr/java/jakarta-tomcat-5.0.30/server/lib/servlets-common.jar
    9e293000-9e294000 r--s 00000000 08:05 337807 /usr/java/jakarta-tomcat-5.0.30/server/lib/jkshm.jar
    9e294000-9e29c000 r--s 00000000 08:05 337806 /usr/java/jakarta-tomcat-5.0.30/server/lib/jkconfig.jar
    9e29c000-9e2a3000 r--s 00000000 08:05 337805 /usr/java/jakarta-tomcat-5.0.30/server/lib/jakarta-regexp-1.3.jar
    9e2a3000-9e2be000 r--s 00000000 08:05 337804 /usr/java/jakarta-tomcat-5.0.30/server/lib/commons-modeler.jar
    9e2be000-9e2c4000 r--s 00000000 08:05 337803 /usr/java/jakarta-tomcat-5.0.30/server/lib/commons-fileupload-1.0.jar
    9e2c4000-9e2df000 r--s 00000000 08:05 337802 /usr/java/jakarta-tomcat-5.0.30/server/lib/commons-digester.jar
    9e2df000-9e30e000 r--s 00000000 08:05 337801 /usr/java/jakarta-tomcat-5.0.30/server/lib/commons-beanutils.jar
    9e30e000-9e3bc000 r--s 00000000 08:05 337800 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina.jar
    9e3bc000-9e3d7000 r--s 00000000 08:05 337799 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina-optional.jar
    9e3d7000-9e3dd000 r--s 00000000 08:05 337798 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina-i18n-ja.jar
    9e3dd000-9e3e3000 r--s 00000000 08:05 337797 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina-i18n-fr.jar
    9e3e3000-9e3e9000 r--s 00000000 08:05 337796 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina-i18n-es.jar
    9e3e9000-9e408000 r--s 00000000 08:05 337795 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina-cluster.jar
    9e408000-9e40d000 r--s 00000000 08:05 337794 /usr/java/jakarta-tomcat-5.0.30/server/lib/catalina-ant.jar
    9e40d000-9e41b000 r--s 00000000 08:05 404959 /usr/java/jakarta-tomcat-5.0.30/common/lib/activation.jar
    9e41b000-9e470000 r--s 00000000 08:05 405025 /usr/java/jakarta-tomcat-5.0.30/common/lib/mail.jar
    9e470000-9e473000 r--s 00000000 08:05 404902 /usr/java/jakarta-tomcat-5.0.30/common/lib/jta-spec1_0_1.jar
    9e473000-9e475000 r--s 00000000 08:05 404901 /usr/java/jakarta-tomcat-5.0.30/common/lib/jdbc2_0-stdext.jar
    9e475000-9e486000 r--s 00000000 08:05 404849 /usr/java/jakarta-tomcat-5.0.30/common/lib/mssqlserver.jar
    9e486000-9e495000 r--s 00000000 08:05 404850 /usr/java/jakarta-tomcat-5.0.30/common/lib/msutil.jar
    9e495000-9e4dc000 r--s 00000000 08:05 404848 /usr/java/jakarta-tomcat-5.0.30/common/lib/msbase.jar
    9e4dc000-9e53d000 r--s 00000000 08:05 404899 /usr/java/jakarta-tomcat-5.0.30/common/lib/mysql-connector-java-3.1.7-bin.jar
    9e53d000-9e555000 r--s 00000000 08:05 337793 /usr/java/jakarta-tomcat-5.0.30/common/lib/servlet-api.jar
    9e555000-9e560000 r--s 00000000 08:05 337792 /usr/java/jakarta-tomcat-5.0.30/common/lib/naming-resources.jar
    9e560000-9e561000 r--s 00000000 08:05 337791 /usr/java/jakarta-tomcat-5.0.30/common/lib/naming-java.jar
    9e561000-9e565000 r--s 00000000 08:05 337790 /usr/java/jakarta-tomcat-5.0.30/common/lib/naming-factory.jar
    9e565000-9e56c000 r--s 00000000 08:05 337789 /usr/java/jakarta-tomcat-5.0.30/common/lib/naming-common.jar
    9e56c000-9e579000 r--s 00000000 08:05 337788 /usr/java/jakarta-tomcat-5.0.30/common/lib/jsp-api.jar
    9e579000-9e594000 r--s 00000000 08:05 337787 /usr/java/jakarta-tomcat-5.0.30/common/lib/jasper-runtime.jar
    9e594000-9e5eb000 r--s 00000000 08:05 337786 /usr/java/jakarta-tomcat-5.0.30/common/lib/jasper-compiler.jar
    9e5eb000-9e5f6000 r--s 00000000 08:05 337785 /usr/java/jakarta-tomcat-5.0.30/common/lib/commons-pool-1.2.jar
    9e5f6000-9e612000 r--s 00000000 08:05 337784 /usr/java/jakarta-tomcat-5.0.30/common/lib/commons-el.jar
    9e612000-9e62d000 r--s 00000000 08:05 337783 /usr/java/jakarta-tomcat-5.0.30/common/lib/commons-dbcp-1.2.1.jar
    9e62d000-9e6b6000 r--s 00000000 08:05 337782 /usr/java/jakarta-tomcat-5.0.30/common/lib/commons-collections-3.1.jar
    9e6b6000-9e7ab000 r--s 00000000 08:05 337781 /usr/java/jakarta-tomcat-5.0.30/common/lib/ant.jar
    9e7ab000-9e7ae000 r--s 00000000 08:05 337780 /usr/java/jakarta-tomcat-5.0.30/common/lib/ant-launcher.jar
    9e7ae000-9e7cd000 r--s 00000000 08:05 404834 /usr/java/jakarta-tomcat-5.0.30/common/endorsed/xml-apis.jar
    9e7cd000-9e8c4000 r--s 00000000 08:05 404833 /usr/java/jakarta-tomcat-5.0.30/common/endorsed/xercesImpl.jar
    9e8c4000-9ebc5000 r--s 00000000 08:05 404841 /usr/java/jakarta-tomcat-5.0.30/common/endorsed/xalan.jar
    9ebc5000-9ebd5000 r-xp 00000000 08:05 337384 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libnet.so
    9ebd5000-9ebd6000 rw-p 0000f000 08:05 337384 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libnet.so
    9ebd6000-9ebdd000 r--s 00000000 08:05 337757 /usr/java/jakarta-tomcat-5.0.30/bin/commons-logging-api.jar
    9ebdd000-9ec31000 r--s 00000000 08:05 337763 /usr/java/jakarta-tomcat-5.0.30/bin/jmx.jar
    9ec31000-9ec39000 r--s 00000000 08:05 337750 /usr/java/jakarta-tomcat-5.0.30/bin/bootstrap.jar
    9ec39000-9ec3c000 r--s 00000000 08:05 337755 /usr/java/jakarta-tomcat-5.0.30/bin/commons-daemon.jar
    9ec3c000-9f118000 r--s 00000000 08:05 355210 /usr/java/j2sdk1.4.2_07/lib/tools.jar
    9f118000-9f1d4000 r--s 00000000 08:05 354117 /usr/java/j2sdk1.4.2_07/jre/lib/ext/localedata.jar
    9f1d4000-9f1e1000 r--s 00000000 08:05 353577 /usr/java/j2sdk1.4.2_07/jre/lib/ext/ldapsec.jar
    9f1e1000-9f1e4000 r--s 00000000 08:05 353575 /usr/java/j2sdk1.4.2_07/jre/lib/ext/dnsns.jar
    9f1e4000-9f200000 r--s 00000000 08:05 353574 /usr/java/j2sdk1.4.2_07/jre/lib/ext/sunjce_provider.jar
    9f400000-9f407000 r--p 01a81000 08:05 167297 /usr/lib/locale/locale-archive
    9f407000-9f607000 r--p 00000000 08:05 167297 /usr/lib/locale/locale-archive
    b38c2000-b38c5000 r-xp 00000000 08:01 40433 /lib/tls/libnss_dns-2.3.2.so
    b38c5000-b38c6000 rw-p 00003000 08:01 40433 /lib/tls/libnss_dns-2.3.2.so
    b5973000-b5ecc000 r--s 00000000 08:05 337449 /usr/java/j2sdk1.4.2_07/jre/lib/charsets.jar
    b5ecc000-b5edd000 r--s 00000000 08:05 337404 /usr/java/j2sdk1.4.2_07/jre/lib/jce.jar
    b5edd000-b5fba000 r--s 00000000 08:05 337448 /usr/java/j2sdk1.4.2_07/jre/lib/jsse.jar
    b5fba000-b5fd0000 r--s 00000000 08:05 337403 /usr/java/j2sdk1.4.2_07/jre/lib/sunrsasign.jar
    b601a000-b79c3000 r--s 00000000 08:05 337346 /usr/java/j2sdk1.4.2_07/jre/lib/rt.jar
    b79c3000-b79d7000 r-xp 00000000 08:05 337381 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libzip.so
    b79d7000-b79da000 rw-p 00013000 08:05 337381 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libzip.so
    b79da000-b79fa000 r-xp 00000000 08:05 337379 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libjava.so
    b79fa000-b79fc000 rw-p 0001f000 08:05 337379 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libjava.so
    b79fc000-b7a0c000 r-xp 00000000 08:05 337378 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libverify.so
    b7a0c000-b7a0e000 rw-p 0000f000 08:05 337378 /usr/java/j2sdk1.4.2_07/jre/lib/i386/libverify.so
    b7a0e000-b7a12000 rw-s 00000000 08:08 64258 /tmp/hsperfdata_tomcat/17768
    b7a12000-b7a1a000 r-xp 00000000 08:05 337367 /usr/java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so
    b7a1a000-b7a1b000 rw-p 00007000 08:05 337367 /usr/java/j2sdk1.4.2_07/jre/lib/i386/native_threads/libhpi.so
    b7a1b000-b7a27000 r-xp 00000000 08:01 40439 /lib/tls/libpthread-0.60.so
    b7a27000-b7a28000 rw-p 0000c000 08:01 40439 /lib/tls/libpthread-0.60.so
    b7a2a000-b7a4b000 r-xp 00000000 08:01 40429 /lib/tls/libm-2.3.2.so
    b7a4b000-b7a4c000 rw-p 00020000 08:01 40429 /lib/tls/libm-2.3.2.so
    b7a51000-b7e4f000 r-xp 00000000 08:05 337373 /usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    b7e4f000-b7e6b000 rw-p 003fd000 08:05 337373 /usr/java/j2sdk1.4.2_07/jre/lib/i386/client/libjvm.so
    b7e7d000-b7e86000 r-xp 00000000 08:01 40434 /lib/tls/libnss_files-2.3.2.so
    b7e86000-b7e87000 rw-p 00008000 08:01 40434 /lib/tls/libnss_files-2.3.2.so
    b7e87000-b7e8f000 r-xp 00000000 08:01 40436 /lib/tls/libnss_nis-2.3.2.so
    b7e8f000-b7e90000 rw-p 00007000 08:01 40436 /lib/tls/libnss_nis-2.3.2.so
    b7e90000-b7ea1000 r-xp 00000000 08:01 40431 /lib/tls/libnsl-2.3.2.so
    b7ea1000-b7ea2000 rw-p 00011000 08:01 40431 /lib/tls/libnsl-2.3.2.so
    b7ea4000-b7eab000 r-xp 00000000 08:01 40432 /lib/tls/libnss_compat-2.3.2.so
    b7eab000-b7eac000 rw-p 00006000 08:01 40432 /lib/tls/libnss_compat-2.3.2.so
    b7eac000-b7fd5000 r-xp 00000000 08:01 40426 /lib/tls/libc-2.3.2.so
    b7fd5000-b7fdd000 rw-p 00129000 08:01 40426 /lib/tls/libc-2.3.2.so
    b7fe1000-b7fe3000 r-xp 00000000 08:01 40428 /lib/tls/libdl-2.3.2.so
    b7fe3000-b7fe4000 rw-p 00002000 08:01 40428 /lib/tls/libdl-2.3.2.so
    b7fea000-b8000000 r-xp 00000000 08:01 40401 /lib/ld-2.3.2.so
    b8000000-b8001000 rw-p 00015000 08:01 40401 /lib/ld-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation total 18176K, used 8742K [0x9f8c0000, 0xa0c70000, 0xa0c70000)
    eden space 16192K, 51% used [0x9f8c0000, 0xa00eabf0, 0xa0890000)
    from space 1984K, 19% used [0xa0a80000, 0xa0adecd8, 0xa0c70000)
    to space 1984K, 0% used [0xa0890000, 0xa0890000, 0xa0a80000)
    tenured generation total 241984K, used 18638K [0xa0c70000, 0xaf8c0000, 0xaf8c0000)
    the space 241984K, 7% used [0xa0c70000, 0xa1ea3860, 0xa1ea3a00, 0xaf8c0000)
    compacting perm gen total 14592K, used 14337K [0xaf8c0000, 0xb0700000, 0xb38c0000)
    the space 14592K, 98% used [0xaf8c0000, 0xb06c07e8, 0xb06c0800, 0xb0700000)
    Local Time = Mon May 2 09:21:20 2005
    Elapsed Time = 321329
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode)
    #

    Hi
    Does a simple java.net.InetAddress.getHostName fail?
    How about not using NPTL? Not too familiar with linux but since u mentioned tls is always seen when using tls.
    Hope this helps.

  • Printing in Debian Linux

    Ls,
    When running my application on SuSe Linux i can print my report directly on my default printer and a barcode is printed.
    When i run my application on Debian Linux direct print doesn't work, so i export to PDF and print that file using a linux lp command. the report is printed, but my barcode doesn't print.
    I use Java JRE 6.0.21
    Does anyone kwno how i can print directly using Debian or how i can print an exported PDF with barcode
    thanks
    Ad

    If I Open the PDF i in windows i can see the barcode.
    I already did do some research and in every forum I find the same when you export to  PDF and print it on Linux, no barcode is printed.
    But I don't want to export to PDF, I want to print my report directly. This works using SuSe but not using Debian.
    When I have a solution for that, It not only saves me time printing te report but also unnesecary converston and disk i/o
    Ad

  • Debian Linux suggestions for Satellite M60-135

    Hi there,
    I'd like to have a running Debian Linux system as a primary OS on my M60-135.
    Until now I've tried several Live CDs and DVDs:
    - Debian 4 itself
    - Knoppix up to 5.2
    - Kanotix 2006
    - Sidux Chaos
    - Ubuntu and Kubuntu (both 6.10)
    - Linux Mint 2.2
    Also:
    - Fedora Core 6
    - Mandriva free 2007
    None of them work due to difficulties with the X server.
    The ATI graphics chip obviously doesn't work.
    The setup continues properly - even up to the starting sounds of the OS - yet the screen stays black.
    Therefore no way to enter the console, edit files or whatever.
    Now my reply:
    Did anyone manage to get a Debian system running on such a machine an if so - HOW?
    Please keep in mind that I'm a Linux newbie and that I for those reasons would be glad for rather "visible" explanations ;-)
    By the way:
    Opensuse 10.2 recognizes the graphics adapter correctly and boots up to a visible screen.
    What's different here?
    Nonetheless will Suse not be my way of Linux ...
    Thanks for any ideas!
    Blues

    Hi,
    the thing is that linux is not running perfectly on EVERY system, so if you want to begin with linux then use a distribution which works out of the box.
    So, it doesnt matter which distribution you use, if you are a newbie then begin with suse. Its the perfect distro to begin, and after a while of practice you will get more experience and you would be able to configure your system if something fails.
    Its just a matter of time which distro you will use, but dont overburden yourself with dists like fedora, gentoo or something else.
    Try it with suse and make your way. :)
    Greets and good luck

  • Debian Linux character recognition problem

    Maybe this shouldn't be on this forum, but perhaps someone can help me...
    I have Jrun 3.1, java 2 1.4 and Debian Linux.
    On our test server everything was hunky dory, running perfectly.
    But once everything was on the real server, we've had a character recognition problem. All of the higher characters are just replaced by a y or a ?.
    I'm pretty sure that we can exclude java from the problem, the i18n.jar, which I believe holds all the international stuff is there and in the classpath (exactly as on the test server) and jrun is exactly as on the test server because we copied every folder as it was.
    Therefore I think we can bring it down to Linux (Debian).
    I cannot find where to look in Debian for any kind of keyboard or locale problem. Anyone know what to do?
    kbdconfig command doesn't exist on our system.
    Any help greatly appreciated.
    We are in Italy, by the way.
    Thanks.

    If you check out the default file encoding you'll find that it's 7-bit ASCII; no characters > '\u007F' come out as they should. This applies as well to compiling as to running.
    You can compile with another character encoding using the command line options, like: "javac -encoding ISO-8859-1 package/YourClass.java" (available at least in 1.4) and "java -Dfile.encoding=iso-8859-1 package.YourClass".

  • Lots of Inactive perl sessions in Oracle 10g r2 on Debian Linux 64 bit

    Hi,
    There are lots of Inactive perl session in Oracle 10g release 2 10.2.0.3.0 on Debian Linux 64 bit, is it normal
    ps aux|grep oracle is showing following in processes of perl
    /home/u01/app/oracle/product/10.2.0/database1/perl/bin/perl /home/u01/app/oracle/product/10.2.0/database1 /sysman/admin/scripts/db/dbarchfull.pl

    Hi,
    There are lots of Inactive perl session in Oracle 10g release 2 10.2.0.3.0 on Debian Linux 64 bit, is it normal
    ps aux|grep oracle is showing following in processes of perl
    /home/u01/app/oracle/product/10.2.0/database1/perl/bin/perl /home/u01/app/oracle/product/10.2.0/database1 /sysman/admin/scripts/db/dbarchfull.pl

Maybe you are looking for

  • ITunes not recognising network connectio to update iPhone software

    Installed new iTunes on iMac. Trying to update iPhone software.  iTunes says network connection could not be established.  All other network connections are working fine.

  • Isight camera "not connected" but IS in USB configuration

    My iSight [BUILT-IN] camera keeps being reported as "There is no camera connected" in 'Photo Booth', though it Does show up in the USB configuration of System Profiler, and most times still functions OK using Google Video Chat. (for the first 'known'

  • Make: command not found?

    Hi, Just reinstalling Arch and trying to install my NIC drivers for my Motherboard. Copied the drivers into /tmp/Lan There is a Makefile in the directory... When using make or KBUILD_NOPEDANTIC=1 make i just receive the following answer: -bash: make:

  • My Mac OS X 10.6.8 is wakes up slow, occasionally hangs, and my mouse loses connectivity fairly often.

    Recently my Mac has been waking up very slow. It runs all applications slowly when I first start using it. It seems to be better after that. My mouse also loses connectivity several times a day, even with new batteries. Not sure if that is related. W

  • Flash player over https / mapped port

    We are running a web app. This is to show a chart (flash chart) The app runs fine when using "ordinary" port 80. The chart does not show when using port 4443 (this is a mapped https port) Since nothing else seems to be different, it ought to be a htt