Linux Java server

I'm creating a socket server in java language on Linux System, and I would like to launch it as a demon; it means that I want my server to start automatically after a reboot and to be launched in a script localised in the /etc/rc.d/init.d directory
I've already done that with a socket server written in C language (using fork() and dup() functions to "daemonize" my server), but I don't find equivalence in Java. I've tried to use the function "SetDaemon", but my server don't become a son of the init process ...
Is it possible or not ?
PS: sorry for my english ...

Java can't demonize itself the same way as C programs do. Usually a shell script does that job. It sets all required variables (classpath & co) and starts the java process in the background (using &). Look at the way Tomcat does it for some hints.

Similar Messages

  • Can't Install Solution Manager on Suse Linux Enterprise Server 10 - JAVA

    Hello everyone!
    I've been trying to complete the pre-requisites in order to install Solution Manager SR2 on Suse Linux Enterprise Server 10 x64 - SP1.
    There's only one last condition that I haven't met, and it's the Java Runtime Environment version...
    I checked the recommended note 867110 and it says that  i need to have installed the J2SDK 1.4.2_08.
    SLES10 includes the 1.4.2_13, so I had to uninstall it, and download the right version from  Sun Microsystem's official webpage.
    When I installed the version 1.4.2_08, i'm not able to run SAPINST because there's no Java Runtime Environment running on the server.
    I started to investigate and I found in some forums [NOT EXPLICITLY] that there's no port for J2SDK 1.4.2_08 on x64 linux systems.
    I can't believe this is true because SLES10 is recommended by SAP to install Solution Manager, so I hope somebody can help me on this.
    My specific question is: Does anybody know if is true that J2SDK 1.4.2_08 is NOT COMPATIBLE with x64 Linux?
    In case of being true, is there any way to be able to run SAPINST ? because if I enable the version SLES brings built in, i'm able to run the SAPINST but it detects that i'm not running version 1.4.2_08 and doesn't allow me to continue installation.
    I hope somebody can help me soon...
    Regards!

    > SAPINST_JRE_HOME=/opt/IBMJava2-s390-142/jre/bin:$PATH
    >
    > JAVA_HOME=/opt/IBMJava2-s390-142/jre/bin:$PATH
    You downloaded the wrong version - the one you have is for Z-Linux(Linux running on the mainframe - not for x64).
    You need to download the x86_64 (or AMD64) version.
    Install the correct one and try on a new console:
    export JAVA_HOME=/opt/IBMJava2-amd64-142
    export PATH=$JAVA_HOME/bin:$PATH
    Then execute
    java -fullversion
    and it should show the correct version.
    Markus

  • 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)

  • Java server program on Linux problem

    Ok, i've written a simple java server using java.nio and have tested it on my windows machine. Then people can connect and it works as it should.
    However, when i run the server on my linux box it starts as it should, but no users can connect to it. Its like the connections never come through to the java program... What can cause this? Some firewall stuff etc?
    I've tested running a server written in C on the same port (both the java and the c server uses TCP) and then people can connect to it without any problems.
    So it seems to be some security thing in java, or in linux in connection with java programs.
    Anyone can enlight me on how to get the java server to work?
    Best wishes

    What version of the JDK are you using, and which linux kernel?
    From the Java Bug Database:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5056395
    Synopsis        nio does not seem to work with Linux kernel 2.6.4 (and probably above)
    Category      java:classes_nio
    Reported Against      1.4.2_04
    Release Fixed      1.5(tiger-rc)� {�                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Java server application output visitors currently connected

    hi,
    i want to create a java server application which returns the names of the visitors
    currently visiting my webpage. (Visitors must login to enter)
    So the server application must give me a list with names which i can use in a flash movie
    to show the visitors who's also online.
    I use Linux as OS and MySQL as database.
    I'm a newbie in java programming so any help/code is very welcome.
    TNX.

    create a table which will carry all active sessions. The moment user logs in , add the entry in the table. The moment user logs out remove the entry from the table.
    So at a particular point of time, you can get the list who is logged in , what time, and the total count.
    If it helps my duke dollars pls.
    Sonalp

  • Java server and C# client

    Hallo,
    Please, Can you help me. I´m looking for Java server run on the Linux Debian.
    The Server in Java must be very good implementation (connect many client-500workstation).
    I have workstation ( Microsoft Windows XP, 7 ) and on the workstation must be client(in C#).
    The client say: a need information from Database and connecting to the Server in Java. The server in Java
    connect to the - Database(Oracle) and send information back to the workstation
    and workstation save as file.This is process before starting Windows, I need information
    for the starting script.
    For the Example, I have in databese name of instalation pack.
    Example implemention :
    On the workstation running agent.exe as service. I say in my script:
    (agent.exe -IdPack) and my agent connect to the Server and downloading information and save to the
    file(for example XML) in computer.
    Please, Do you know any solution?Any source code?project?
    I think, the server on the linux can be implementation in java servlet or next programming language.
    Thank You. Lukas

    Lukas-Firewall wrote:
    I´m administrator on the network. And we have information about computer in Oracle database. The information we need on the workstation windows and I need downloading from Database in Oracle and I need server which connect to the database and send back to the workstation the information. Do you understand me?So you have information in a database, and want some way of having that information accessible on Windows desktops? I don't see any need for C# clients here, surely a simple web app in a container like Tomcat will suffice? How complex is this information? In fact, so far I haven't seen any reason why you even need Java here. Can't you just throw some PHP at it? Where does C# come into the equation? Writing a custom rich client can often be avoided by using a web browser, especially if it's just a matter of taking some data from a DB and displaying it - makes your life much simpler.

  • VerifyError: Error #1033 Cpool entry 1 is wrong type - Java Server

    Hello, there!
    I need some help if someone else has already face this problem.
    I have a Java server that process the bytes of a SWF File stored in the server and ouptut it to the user through a Servlet. The file was decompressed and re-compressed using the java.util.zip package.
    Everything works fine on Windows Server 2008 server. But now we need migrate the server to Linux. The problem is that when I test the website now, the Flash Player throws this error: VerifyError: Error #1033 Cpool entry 1 is wrong type.
    Nothing has changed on client side, not even on the SWF.
    The documentation is too generic/vague about this error, only saying that this means that the SWF is corrupted. But everything runs normal on Windows Server configuration, when changed to Linux, this messages appears... what could possible be the cause?
    My Windows Server is:
         . Windows Server 2008 (6.0 - x86)
         . Apache 2.2.11
         . Tomcat 6.0.16.0
         . Java JDK 1.6.0_12-b04
    My CentOS Server is
         . CentOS 5.4 (2.6.18-164.15.1.el5 - i386)
         . Apache 2.2.3
         . Tomcat 6.0.16.0
         . Java JDK 1.6.0_12-b04
    Please, if someone could give me a lead, I would appreciate very much!
    Thank you all in advance,
    CaioToOn!

    Thank you, Taylor!
    You were right! The problem isn't about Flash.
    The problem was about encoding, with the clue of Neil Coffey I could figure out the problem. It can be checked here for anyone who interest.
    Thank you again,
    CaioToOn!

  • Running livecycle es 8.2 on suse linux enterprise server

    Hi, I've recently received a strange bug while trying to startup jboss livecycle on suse linux enterprise server. The error that occurs first is:<br /><br />2008-10-23 10:58:23,065 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/app/jboss/server/all/deploy/adobe-livecycle-native-jboss-x86_linux.ear<br />java.lang.OutOfMemoryError<br />     at java.util.zip.ZipFile.open(Native Method)<br />     at java.util.zip.ZipFile.<init>(ZipFile.java:203)<br />     at java.util.jar.JarFile.<init>(JarFile.java:132)<br />     at java.util.jar.JarFile.<init>(JarFile.java:70)<br /><br />After some research i found out that this is not a java heap space bug nor a livecycle bug , but a java 1.5 bug, the bug database url is as follows:<br /><br />http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4705373<br />duplicate of:<br />http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6280693<br /><br />As stated this is a java bug that was fixed in the mustang release (jdk1.6), but since we cant use jdk1.6, is it even possible to deploy lc on suse linux enterprise server ?

    Hi Jayan, thanks for the reply, but as I stated, this is not a java heap space problem. I have done all the necesary tests to confirm that, the XmX is set to 1280m which is the maximum for the 32-bit jdk and at the point of the crash there's still plety of java heap space avaible (the crash occurs after like a 3 minuts already in the early stage of the deployment phae). Also, when Livecycle does run out of heap space (which happened to us on some windows machines), you get a clear message java.lang.OutOfMemory : Out of heap space, which does not occur in our case.
    So to clariy, the java heap space is here not the problem, the bug is the same as in sun's bug database (see links for details) and has to do with the mmap system call under linux.

  • XA transactions in ATMI java server

    hello
    I've found out that XA support in Java ATMI servers (tuxedo12, patch level004, linux/x86_64) is limited to: ORACLEXA DERBYXA DB2XA SQLSERVERXA MYSQLXA.
    is there a documentation that describes list of Java/XA enabled databases?
    what about informix?
    Exception in thread "Thread-0" TPERMERR(16):0:0:TPED_MINVAL(0):QMNONE(0)::ERROR: Create XA connection with <com.informix.jdbcx.IfxXADataSource:***:jdbc:informix-sqli://***:***/***:INFORMIXSERVER=***...> failure. (The DataSource does not support XA :com.informix.jdbcx.IfxXADataSource)
    at com.oracle.tuxedo.tjatmi.TuxRmJDBC.open(TuxRmJDBC.java:169)
    at com.oracle.tuxedo.tjatmi.TuxRmManager.openRM(TuxRmManager.java:86)
    it looks like hardcoded limit in com.oracle.tuxedo.tjatmi_12.1.1.0.jar

    xml configuration:
    <ClassPaths>
    <ClassPath>testsrv.jar</ClassPath>
    <ClassPath>/opt/ibm/informix/ids/jdbc/lib/ifxjdbcx.jar</ClassPath>
    <ClassPath>/opt/ibm/informix/ids/jdbc/lib/ifxjdbc.jar</ClassPath>
    </ClassPaths>
    (which is informix driver version: 3.70.JC7, db=informix 11.70fc7 on local machine, database is logged,
    I am able to connect to it through simple jdbc "HelloWorld.java" and C-atmi servers are connecting
    to this database without problem)
    <DataSources>
    <DataSource name="informix">
    <DriverClass>com.informix.jdbcx.IfxXADataSource</DriverClass>
    <JdbcDriverParams>
    <ConnectionUrl>jdbc:informix-sqli://***:***/***:INFORMIXSERVER=***...</ConnectionUrl>
    </JdbcDriverParams>
    </DataSource>
    </DataSources>
    java server starts and runs fine when it is not in group with resource manager. when I move it to
    the informix group I get:
    at com.oracle.tuxedo.tjatmi.TuxRmJDBC.open(TuxRmJDBC.java:169)
    at com.oracle.tuxedo.tjatmi.TuxRmManager.openRM(TuxRmManager.java:86)
    and exception with message "The DataSource does not support XA". the question is: where does this message come from?
    the java server does not make any contact to database (found that using network spy tool = no data
    to/from informix listen port)
    trace:
    094443.louise!TMJAVASVR.3981.2414987040.0: 01-28-2013: Tuxedo Version 12.1.1.0, 64-bit
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:tr: trace("*:ulog:dye")
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:tr: dye
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:tr: trace("*:ulog:dye")
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:tr: dye
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:tr: trace("*:ulog:dye")
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:tr: dye
    094443.louise!TMJAVASVR.3981.2414987040.0: LIBTUX_CAT:262: INFO: Standard main starting
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: { tpsvrinit(17, "TMJAVASVR -C dom=whatever -g 300 -i 1500 -u louise -U /home/tuxdev/tuxwhatever/ulog/ulog -m 0 -r -- -c jtest.xml")
    094443.louise!TMJAVASVR.3981.2414987040.0: TUXJ_CAT:150: INFO: "/home/tuxdev/tuxwhatever/app/exe/jtest.xml" is used as the configuration file for current TMJAVASVR.
    094443.louise!TMJAVASVR.3981.2414987040.0: TUXJ_CAT:120: INFO: "/opt/oracle/tuxedo/tuxedo12.1.1.0/udataobj/tuxj/TJSconfig.xsd" is used as the schema file for the configuration file "/home/tuxdev/tuxwhatever/app/exe/jtest.xml" for current TMJAVASVR.
    094443.louise!TMJAVASVR.3981.2414987040.0: TUXJ_CAT:144: INFO: XA support enabled.
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: { tpadvertise("testperf1", 0x0x4047f2)
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: } tpadvertise = 1 [tperrno TPENOENT]
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: { tpadvertise("testperf2", 0x0x4047f2)
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: } tpadvertise = 1 [tperrno TPENOENT]
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: { tpadvertise("testsvc1", 0x0x4047f2)
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: } tpadvertise = 1 [tperrno TPENOENT]
    094443.louise!TMJAVASVR.3981.2414987040.0: TUXJ_CAT:140: INFO: Total 3 services are advertised.
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: { tpadvertise("..TJSADM_300_1500", 0x0x403f88)
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: } tpadvertise = 1 [tperrno TPENOENT]
    094443.louise!TMJAVASVR.3981.2414987040.0: TRACE:ia: } tpsvrinit = 0 [tperrno TPENOENT]
    094443.louise!TMJAVASVR.3981.2252502784.-2: TRACE:ia: { tpsetctxt(1, 0x0)
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:tr: trace("*:ulog:dye")
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:tr: dye
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:ia: } tpsetctxt = 0
    094443.louise!TMJAVASVR.3981.2252502784.1: LIBTUX_CAT:6126: INFO: New server dispatched thread starting
    094443.louise!TMJAVASVR.3981.2244110080.-2: TRACE:ia: { tpsetctxt(2, 0x0)
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:tr: trace("*:ulog:dye")
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:tr: dye
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: } tpsetctxt = 0
    094443.louise!TMJAVASVR.3981.2244110080.2: LIBTUX_CAT:6126: INFO: New server dispatched thread starting
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:ia: { tpopen()
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:xa: { xa_open(0x0x1c21e90, 0, 0x0)
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: { tpopen()
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:xa: { xa_open(0x0x1c3c990, 0, 0x0)
    094443.louise!TMJAVASVR.3981.2252502784.1: TUXJ_CAT:362: Open XAResource Result "ERROR: Create XA connection with <com.informix.jdbcx.IfxXADataSource:whatever:jdbc:informix-sqli://***:> failure. (The DataSource does not support XA :com.informix.jdbcx.IfxXADataSource)".
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:xa: } xa_open = -3
    094443.louise!TMJAVASVR.3981.2244110080.2: TUXJ_CAT:362: Open XAResource Result "ERROR: Create XA connection with <com.informix.jdbcx.IfxXADataSource:whatever:jdbc:informix-sqli://***:> failure. (The DataSource does not support XA :com.informix.jdbcx.IfxXADataSource)".
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:xa: } xa_open = -3
    094443.louise!TMJAVASVR.3981.2252502784.1: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_RMERR
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:ia: } tpopen = -1 [tperrno TPERMERR]
    094443.louise!TMJAVASVR.3981.2252502784.1: TUXJ_CAT:142: ERROR: Failed to open resource manager.
    094443.louise!TMJAVASVR.3981.2244110080.2: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_RMERR
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: } tpopen = -1 [tperrno TPERMERR]
    094443.louise!TMJAVASVR.3981.2244110080.2: TUXJ_CAT:142: ERROR: Failed to open resource manager.
    094443.louise!TMJAVASVR.3981.2252502784.1: LIBTUX_CAT:6256: ERROR: tpsvrthrinit() failed
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:ia: { tpclose()
    094443.louise!TMJAVASVR.3981.2252502784.1: TRACE:ia: } tpclose = 1
    094443.louise!TMJAVASVR.3981.2244110080.2: LIBTUX_CAT:6256: ERROR: tpsvrthrinit() failed
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: { tpunadvertise("testperf1")
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: } tpunadvertise = 1
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: { tpunadvertise("testperf2")
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: } tpunadvertise = 1
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: { tpunadvertise("testsvc1")
    094443.louise!TMJAVASVR.3981.2244110080.2: TRACE:ia: } tpunadvertise = 1
    your JDBCConnectionParam.getDataSourceType_internal has hardcoded db names and there is no informix there so it
    becomes TuxConstants.DataSourceType.OTHER
    eventually JDBCConnectionParam.supportXA method called on this object returns true only for hardcoded values (and
    'false' for DataSourceType.OTHER). when it returns false TuxConnectionManager.java throws exceptiona that ends
    with XAER_RMERR

  • Use Window's scriptcontrol eval to parse JScript response from Java Server

    I've been asked to create a program to send and receive data to our Java Server. I've never worked with Java or even HTML before but there is some working code written in VB that I've been working from to get me started. I have successfully made connection to the server using IWinHttpRequest which returns a parse-able string. In the VB code they used MSScriptControl.IScriptControl to parse the returned string into an object that they could query for different parameters like 'returnStatus' and 'returnType'. This seems like a great advantage over parsing the string in LabVIEW. However, the return of this functions is a variant that seems to be just an 'object'. I am not very familiar with LVOOP or OOP in general and so I have no idea what to do with this 'object'. I've tried creating a LVObject that contained a control for all the parameters in the return string, then take the variant from the scriptcontrol and Type Set it as my LVObject and remove the parameters through the Object's cluster. But that didn't seem to work. I would like to know if this possible or should I give up and just go with the long yet sure way.
    I am using LabVIEW 8.5.1 on an XP machine. I think this would be easier if I had 8.6 or 2009 but alas I don't.
    Attached is my trial VI
    Attachments:
    JSONProxy.vi ‏32 KB

    Peter, Thanks for your reply. The problem is I am not creating the object, Window's ScriptControl 'eval' function (an ActiveX Invoke Node) is returning the object as a variant. I understand the general concepts of OOP which is why I think I know what the object is 'composed' of but I don't know how to get the individual parts of the object into a form I can work with within LabVIEW. Since I do think I know what data is in the object, I tried to type case the variant as a LV Object who's cluster contained a control for each piece of data with the label of the control being the name of a part of the object but it didn't seem to work.
    For example, if the string returned from WinHttpRequest was {"returnType":"True","returnStatus":"StringArray"} and I sent this throught the 'eval' function, the returned object would have 2 parameter: a string labeled "returnType" having a value of "True" and another string labeled "returnStatus" having a value of "StringArray". I tried creating a LV Object that had two string controls labled "returnType" and "returnStatus" in it's cluster. I then created a constant of this LV Object and type cast the variant using this constant then tried to read one of the strings within the LV Object. The result was the default value of an empty string.
    I think this should be the way to accomplish my goal but either I'm wrong or there is some nuance that I am missing.
    Thanks for any insight provided.
    Tessa

  • Why READ_IMAGE_FILE is not working in Linux Appln Server?

    Hello!
    I have a form with a new_form_instance Trigger I wrote the read_image_file trigger to read a GIF file in an image item.It works fine on windows XP(development machine).I copied the GIF file to the same location where my fmx files are there in Linux application server.I copied and compilied my fmb file in linux application server.No compilation error is there.But when I run form from Linux the form hangs and my read_image_file command is at new form instance Trigger.I have checked the case sensitivity of the file and the permission etc in Linux.In windows Development machine the form runs successfully.What could be the problem.Please help.......
    Jayashree

    Hi
    Incase if you find any server related error like "FRM-92101" happening on READ_IMAGE_FILE functionality, try to change the image item format from TIFF to BMP/JFIF.
    Otherwise if you changed any Jinitiator or JRE Version, sign again for all the JAR Files and restart your server.

  • Pls help   how to check the condition in java server faces.....???

    Hi All
    I have strucked with code pls help....
    How can i check the codition in java server faces.....?
    like in my Application when user provides the in put like some state name in the next page i have to display some url for that state .......if he provide some other state name it will be different url .....pls help me how can i do that,,,,,,???
    thanks in advance..

    There are certainly ways to do that. E.g. using the rendered attribute, using conditional statements in EL, using a specialized getter for that (lazily loaded if necessary), etcetera. But your functional requirement is unclear, so I can't go in detail with that.
    In the future, please try to write normal English sentences. Don't write like SMS talk and save the periods and commas. The more effort you put in your question, the more chance you will be taken for serious and the more effort others will post in their answers.
    Also, in the future, JSF related questions should be posted in the JSF forum.
    Edited by: BalusC on 12-aug-2008 7:47

  • Error while authenticating BPEL WorklistApplication using sun java server

    Hi,
    I have got a situation where i need to use sun java server to authenticate users and groups who can log into the BPEL worklist application.
    This is what i have done.
    I went to middleware services,BPEL,orabpel and to hw services.
    There i changed the Security provider to thrid party LDAP Server.
    the LDAP connection is successfull.
    But when i m loggin onto the Worklist App it says Username invalid .Somehow it autheticates against systemjazndata.xml file .But it's not supposed to do so and validate against the ldap.
    Any help is highly appreciated..

    Hi,
    I have got a situation where i need to use sun java server to authenticate users and groups who can log into the BPEL worklist application.
    This is what i have done.
    I went to middleware services,BPEL,orabpel and to hw services.
    There i changed the Security provider to thrid party LDAP Server.
    the LDAP connection is successfull.
    But when i m loggin onto the Worklist App it says Username invalid .Somehow it autheticates against systemjazndata.xml file .But it's not supposed to do so and validate against the ldap.
    Any help is highly appreciated..

  • Linux install server and solaris 10

    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.conf
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *
    In /home/sunos, I have:
    [root@robert sunos]# tree -L 2
    |-- Solaris_10
    | `-- Tools
    |-- boot
    | |-- hsfs.bootblock
    | `-- sparc.miniroot
    `-- lost+found
    In /home/sunos_install, I have:
    [root@robert sunos_install]# tree -L 2
    |-- Solaris_10
    | `-- Product
    |-- jumpstart
    | |-- jumpstart.conf
    | `-- sysidcfg
    `-- lost+found
    [root@robert jumpstart]# cat jumpstart.conf
    install_type initial_install
    system_type server
    partitioning explicit
    filesys any 2000 /
    filesys any 1500 swap
    filesys any 1500 /var
    filesys any 2000 /opt
    geo N_America
    cluster SUNWCreq
    package SUNWgzip add
    package SUNWless add
    package SUNWman add
    package SUNWbash add
    package SUNWtcsh add
    package SUNWzsh add
    [root@robert jumpstart]# cat sysidcfg
    system_locale=en_US
    timezone=US/Pacific
    terminal=xterms
    name_service=NONE
    timeserver=pool.ntp.org
    security_policy=NONE
    root_password=xxxx
    network_interface=primary
    { hostname=js-test
    ip_address=192.168.2.20
    netmask=255.255.255.0
    protocol_ipv6=yes}
    Putty log file from console:
    root server: 192.168.2.10 (192.168.2.10)
    root directory: /home/sunos/Solaris_10/Tools/Boot
    module /platform/sun4u/kernel/sparcv9/unix: text at [0x1000000, 0x10a096d] data at 0x1800000
    module /platform/sun4u/kernel/sparcv9/genunix: text at [0x10a0970, 0x12615bf] data at 0x1867cc0
    module /platform/sun4u/kernel/misc/sparcv9/platmod: text at [0x12615c0, 0x12615c7] data at 0x18bdf80
    module /platform/sun4u/kernel/cpu/sparcv9/SUNW,UltraSPARC-IIi: text at [0x1261600, 0x126da07] data at 0x18be680
    SunOS Release 5.10 Version Generic_139555-08 64-bit
    Copyright 1983-2009 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    \|/Ethernet address = 8:0:20:c2:1b:b4
    -Using default device instance data
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/mem = 1048576K (0x40000000)
    avail mem = 846602240
    root nexus = Netra t1 (UltraSPARC-IIi 440MHz)
    pseudo0 at root
    pseudo0 is /pseudo
    scsi_vhci0 at root
    scsi_vhci0 is /scsi_vhci
    ramdisk0 at root
    ramdisk0 is /ramdisk-root
    root on /ramdisk-root:a fstype ufs
    pseudo-device: dld0
    dld0 is /pseudo/dld@0
    pcipsy0 at root: UPA 0x1f 0x0
    pcipsy0 is /pci@1f,0
    PCI-device: pci@1,1, simba0
    simba0 is /pci@1f,0/pci@1,1
    SUNW,hme0 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme0 : Local Ethernet address = 8:0:20:c2:1b:b4
    PCI-device: network@1,1, hme0
    hme0 is /pci@1f,0/pci@1,1/network@1,1
    SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
    SUNW,hme1 : Local Ethernet address = 8:0:20:c2:1b:b5
    PCI-device: network@3,1, hme1
    hme1 is /pci@1f,0/pci@1,1/network@3,1
    PCI-device: ebus@1, ebus0
    ebus0 is /pci@1f,0/pci@1,1/ebus@1
    su0 at ebus0: offset 14,3803f8
    su0 is /pci@1f,0/pci@1,1/ebus@1/su@14,3803f8
    cpu0: UltraSPARC-IIi (portid 0 impl 0x12 ver 0x91 clock 440 MHz)
    iscsi0 at root
    iscsi0 is /iscsi
    |pseudo-device: zfs0
    zfs0 is /pseudo/zfs@0
    Configuring devices.
    /pseudo-device: devinfo0
    devinfo0 is /pseudo/devinfo@0
    PCI-device: pci@1, simba1
    simba1 is /pci@1f,0/pci@1
    pseudo-device: pseudo1
    pseudo1 is /pseudo/zconsnex@1
    /pci@1f,0/pci@1,1/network@1,1 (hme0) online
    /pci@1f,0/pci@1,1/scsi@2 (glm0):
    Rev. 3 Symbios 53c875 found.
    PCI-device: scsi@2, glm0
    glm0 is /pci@1f,0/pci@1,1/scsi@2
    PCI-device: pci@1, pci_pci0
    pci_pci0 is /pci@1f,0/pci@1/pci@1
    su1 at ebus0: offset 14,3602f8
    su1 is /pci@1f,0/pci@1,1/ebus@1/su@14,3602f8
    ecpp0 at ebus0: offset 14,340278
    ecpp0 is /pci@1f,0/pci@1,1/ebus@1/ecpp@14,340278
    pseudo-device: fssnap0
    fssnap0 is /pseudo/fssnap@0
    pseudo-device: ramdisk1024
    ramdisk1024 is /pseudo/ramdisk@1024
    sd0 at glm0: target 1 lun 0
    sd0 is /pci@1f,0/pci@1,1/scsi@2/sd@1,0
    pseudo-device: winlock0
    winlock0 is /pseudo/winlock@0
    pseudo-device: llc10
    llc10 is /pseudo/llc1@0
    pseudo-device: lofi0
    lofi0 is /pseudo/lofi@0
    pseudo-device: fcp0
    fcp0 is /pseudo/fcp@0
    pseudo-device: fcsm0
    fcsm0 is /pseudo/fcsm@0
    pseudo-device: trapstat0
    trapstat0 is /pseudo/trapstat@0
    pseudo-device: pool0
    pool0 is /pseudo/pool@0
    pseudo-device: mem_cache0
    mem_cache0 is /pseudo/mem_cache@0
    pseudo-device: fcode0
    fcode0 is /pseudo/fcode@0
    -\i2c0 at ebus0: offset 14,600000
    i2c1 at ebus0: offset 14,100000
    i2cadc0 at i2c0: reg=0x0:0x9E, name=bus,address="0,9e"
    i2cadc0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/adc@0,9e
    i2cgpio0 at i2c0: reg=0x0:0x70, name=bus,address="0,70"
    i2cgpio0 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,70
    i2cgpio1 at i2c0: reg=0x0:0x72, name=bus,address="0,72"
    i2cgpio1 is /pci@1f,0/pci@1,1/ebus@1/i2c@14,600000/gpio@0,72
    |/-\|/-\|/-Using RPC Bootparams for network configuration information.
    Attempting to configure interface hme1...
    \|/-\|/-WARNING: hme1: fault detected in device; service degraded
    WARNING: hme1: No response from Ethernet network : Link down -- cable problem?
    \|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-Skipped interface hme1
    Attempting to configure interface hme0...
    Configured interface hme0
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not found

    rmcnaught48 wrote:
    Hi,
    I am trying to learn Solaris as a student. I bought a SPARC (Netra T105 UltrasparcII) server on ebay which requires a network install as there is no cd-rom, or keyboard.
    I only have a linux box (like I said, I'm a stingy student) to use as an install server, there is a few tutorials out there to try and do this, but none for Solaris 10. I have been hacking away at this for days, but cannot get it to install. I have the sparc server using RARP and then getting the /etc/bootparams file and downloading the boot files, but it does not get to locating the jumpstart files or the install files (I dont know if I can install from the terminal using the keyboard (without jumpstart) - I have not got that far yet).You can install using the keyboard with jumpstart. Without jumpstart you'd need local media (you can't enter the OS via the keyboard).
    I always get this, like it cannot find the install directory, I was wireshark on the linux boot server and see loads of NFS traffic after the TFTP download, but cannot seem to see what part it actually at. I have a detailed log at the bottom from putty. Any help greatly appreciated.Cheers
    ERROR: bpgetfile unable to access network
    /sbin/install-discovery: information: not foundHmm. That looks like the image file is corrupt. Can you pull the image from media again? Can you see if there's a /sbin/install-discovery file in the image (usually under Tools/Boot/root). I recall there used to be a problem with that file.
    Linux box setup:
    /etc/bootparams
    solaris root=192.168.2.10:/home/sunos/Solaris_10/Tools/Boot rootopts=rsize=32768 boottype=:in install=192.168.2.10:/home/sunos_install/Solaris_10/Product sysid_config=192.168.2.10:/home/sunos_install/jumpstart/sysidcfg install_config=192.168.2.10:/home/sunos_install/jumpstart/jumpstart.confIf you just want an interactive install (prompt for configuration/settings), you don't need sysid_config or install_config. Those are for automated installations.
    TFTP setup from /tftpboot:
    [root@robert tftpboot]# ll
    total 232
    lrwxrwxrwx 1 root root 8 Jun 10 13:55 C0A80214 -> inetboot
    -rwxrwxrwx 1 root root 221280 Jun 10 13:47 inetboot
    The Openboot can get ahold of the inetboot file and downloads and it and then loads it.
    The following directories are exported through NFS
    [root@robert sunos_install]# cat /etc/exports
    #/home/nfs 192.168.2.0/24(ro,sync)
    /home/sunos *(ro,no_root_squash)
    /home/sunos_install *(ro,no_root_squash)
    [root@robert tftpboot]# showmount -e localhost
    Export list for localhost:
    /home/sunos *
    /home/sunos_install *That looks pretty good.
    You do have the option of running VMware on linux, and putting a Solaris 10 image on it, then using that VM as your boot server. But the problem you're displaying doesn't appear to be related to the linux server.
    Darren

  • Installing Oracle 8.1.7 on Red Hat Linux Advanced Server 2.1

    Hello,
    how the subject says I'd like to install Oracle 8.1.7 on Red Hat Linux Advanced Server 2.1. Can anybody of you say me where to find a good HOWTO/Documentation?? It would be nice if you help me!
    Konstantin

    This install is not on a Pentium 4
    I'm trying to install on pentium III
    Memory 512Mo
    Hard Disk 20 Go
    Thanks again

Maybe you are looking for

  • Windows 7 RC on mid-2007 MBP

    As a part-time Vista Bootcamp user, I was happy to have the opportunity for updating to 7. In preparation, I unpartitioned, then repartitioned, using the Boot Camp Assistant. Using the 32-bit Win 7 build 7100 (RC), I installed Windows with no issue.

  • Macbook Air 13" (Oct 2010) Locks up when connecting external display

    Since I installed Lion my Macbook Air needs to be restarted nearly every time I connect an external display.   This did not happen prior to Lion and wondering if anyone has a solution. Details: - 13" Macbook Air (October 2010 version) - Dell 27" LCD

  • Web clip problem after Safari 4

    I get problems with Safari web clip as dashboard widget after switching to Safari 4. The widget window size changes and the update of its contents fails. Any fix?

  • Conversion Exit on ALV fieldcatalog ?

    Hi all, I have an editable ALV grid and one of the column displays a field which is of the floating type. Now instead of the regular 1.2870001E+00, can I make it display 1.28 ( Decimal rounded to 2 decimal places). I am trying to modify the fieldcat.

  • Smartform goint to dump

    hi every body....i have developed a smartform....it has to perform in background...so there is no selection screen....but while i am executing the print program its gng into short dump....coz it has to call all the existing data..if i use any selecti