WebLogic 6.0 Compaq Tru64 Installation

Hi all,I would like to ask a simple question about installing weblogic on Compaq tru64. I have installed WL 6.0 on Sun Solaris before. As it was explained in documentation to install WL yo need to write "sh filename.bin" on Solaris. But, on compaq it is a little bit different and i couldn't find any documentation how i can install a .zip file for compaq. This zip file is similar to a .bin file for solaris. I tried "sh filename.zip" on Compaq but it didn't work.Briefly, how can i install WL 6.0 on Comapq tru64. Any help will be accepted.Thanks in advanceAydin Tekin

Hej
The installation procedure for tru64 is a bit different than the other
UNIX-variants and is undocumented.
First you have to download and install a JDK 1.3 from
http://www.compaq.com/java/download/index.html
Check your java version with:
java -version
You can then install the WLS 6.0 by invoking:
GUI wizard: java -classpath weblogic600_tru64.zip install
Command line wizard: java -classpath weblogic600_tru64.zip install -i
console
Kim Bucio
Post Danmark
"Adrien Beau" <[email protected]> skrev i en meddelelse
news:[email protected]..
I have no experience of Tru64, but I would be very surprised
that 'sh' would accept a Zip file as an argument.
I think you need to unzip the file first, try with
unzip filename.zip
unzip -h or unzip --help   might give you help
Ask a guru around you for more help about Tru64.
I hope you will find a .bin or .sh inside the Zip,
that you will be able to use with 'sh'.
Adrien Beau - Stagiaire GDET
Bureau C608 - Poste 6119

Similar Messages

  • Installation problem of Weblogic 5.1 on Tru64 5.1

    It has been mentioned in Release notes that Weblogic 5.1 works with jdk1.2.2
    on Tru64 Unix version 5.1.
    The following were the activities carried out on Compaq Tru64 OS :
    1.Weblogic 5.1 server and Weblogic 5.1 SP8 has been downloaded (specifying the
    option for non Win32 users while downloading) from BEA website and unzipped
    using the jar utility.
    2.OS version used is
    $ uname -a
    OSF1 xp1000 V5.1 732 alpha
    3.java version used is "1.2.2-6"
    Classic VM (build J2SDK.v.1.2.2:04/26/2000-09:58, native threads, jit_122).
    4.The PATH and LD_LIBRARY_PATH environmental variables are set to :
    echo $PATH
    .:/usr/bin:/usr/opt/java122/bin
    $ echo $LD_LIBRARY_PATH
    /usr/lib:/weblogic/lib/tru64unix:/weblogic/lib:/usr/opt/java122/bin
    5.Java class path has been updated to include Path of weblogic510sp8boot.jar
    and Weblogic class path has been updated to include weblogic510sp8.jar as
    recommended in the service pack release notes.
    6.The options recommended (to resolve known issues with Compaq Alpha on
    Weblogic 5.1)in BEA site has also been taken care in java startup
    script in startWebLogic.sh.
    Known Issues with Compaq Alpha on WebLogic 5.1 (as in Bea site)
    JDK 1.2.2 is a supported JVM when using Weblogic 5.1 on a Tru64 Unix platform.
    However, the WebLogic Server's startup script needs to be modified in order
    for the server to start properly. The JIT(Just-In-Time compiler) must be
    turned off; whereby the -Djava.compiler directive needs to be passed to the
    JVM and the JIT disabled.
    For example:
    /usr/opt/java122/bin/java -Djava.compiler= -ms128m -mx128m -classpath
    ./classes/boot -Dweblogic.class.path=./license:./classes:./lib/weblogicaux.jar:
    ./myserver/serverclasses -Djava.security.manager -Djava.security.policy==
    weblogic.policy weblogic.Server
    The error observed while starting the script startweblogic.sh is :
    $ ./startWebLogic.sh
    LD_LIST=/weblogic/lib/tru64unix
    2224:/bin/ksh: /sbin/loader: Fatal Error: Cannot map library /weblogic/lib/tru64unix
    7. The files existent in this directory are :
    weblogic/lib/tru64unix
    $ ls
    libmuxer.so libwlenv.so zac_tru64unix
    libproxy.so mod_wl.so zac_tru64unix_g
    libweblogicunix1.so oci805_7
    [problem.txt]

    Can you post your startWebLogic.sh script?
    BALAKRISHNAN GANESH wrote:
    It has been mentioned in Release notes that Weblogic 5.1 works with jdk1.2.2
    on Tru64 Unix version 5.1.
    The following were the activities carried out on Compaq Tru64 OS :
    1.Weblogic 5.1 server and Weblogic 5.1 SP8 has been downloaded (specifying the
    option for non Win32 users while downloading) from BEA website and unzipped
    using the jar utility.
    2.OS version used is
    $ uname -a
    OSF1 xp1000 V5.1 732 alpha
    3.java version used is "1.2.2-6"
    Classic VM (build J2SDK.v.1.2.2:04/26/2000-09:58, native threads, jit_122).
    4.The PATH and LD_LIBRARY_PATH environmental variables are set to :
    echo $PATH
    .:/usr/bin:/usr/opt/java122/bin
    $ echo $LD_LIBRARY_PATH
    /usr/lib:/weblogic/lib/tru64unix:/weblogic/lib:/usr/opt/java122/bin
    5.Java class path has been updated to include Path of weblogic510sp8boot.jar
    and Weblogic class path has been updated to include weblogic510sp8.jar as
    recommended in the service pack release notes.
    6.The options recommended (to resolve known issues with Compaq Alpha on
    Weblogic 5.1)in BEA site has also been taken care in java startup
    script in startWebLogic.sh.
    Known Issues with Compaq Alpha on WebLogic 5.1 (as in Bea site)
    JDK 1.2.2 is a supported JVM when using Weblogic 5.1 on a Tru64 Unix platform.
    However, the WebLogic Server's startup script needs to be modified in order
    for the server to start properly. The JIT(Just-In-Time compiler) must be
    turned off; whereby the -Djava.compiler directive needs to be passed to the
    JVM and the JIT disabled.
    For example:
    /usr/opt/java122/bin/java -Djava.compiler= -ms128m -mx128m -classpath
    /classes/boot -Dweblogic.class.path=./license:./classes:./lib/weblogicaux.jar:
    /myserver/serverclasses -Djava.security.manager -Djava.security.policy==
    weblogic.policy weblogic.Server
    The error observed while starting the script startweblogic.sh is :
    $ ./startWebLogic.sh
    LD_LIST=/weblogic/lib/tru64unix
    2224:/bin/ksh: /sbin/loader: Fatal Error: Cannot map library /weblogic/lib/tru64unix
    7. The files existent in this directory are :
    weblogic/lib/tru64unix
    $ ls
    libmuxer.so libwlenv.so zac_tru64unix
    libproxy.so mod_wl.so zac_tru64unix_g
    libweblogicunix1.so oci805_7
    Name: problem.txt
    problem.txt Type: Plain Text (text/plain)
    Encoding: base64

  • Getting error during the Oracle9i installation "Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"

    Hi All,
    Getting follwing error during the Oracle9i installation “Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"
    u01/app/oracle/product/9.2.0/install/make.log
    - Linking Oracle
    rm -f /u01/app/oracle/product/9.2.0/rdbms/lib/oracle
    cc  -L/u01/app/oracle/product/9.2.0/lib/ -L/u01/app/oracle/product/9.2.0/rdbms/lib -o /u01/app/oracle/product/9.2.0/rdbms/lib/oracla
    ld:
    load_whole_file: Could not malloc 31328. bytes, for /u01/app/oracle/product/9.2.0/lib//libn9.a(asndata.o), didnt attempt to mmap
    Stop.
    *** Exit 1
    While checked the memory details in the machine its showing plenty of free virtual memory.
    # ps aux
    USER PID %CPU %MEM   VSZ  RSS TTY      S STARTED         TIME COMMAND
    oracle     1353 0.6 27.2  601M 555M pts/2    S N  09:14:07 5:49.67 /tmp/OraInstall2014-01-21_09-14-02AM/jre/bin/../bin/alpha/native_threads/java -Doracle.installe
    root       3033 0.0  0.4 10.4M 7.7M pts/0    R  + 10:59:44 0:00.06 ps aux
    oracle     1351 0.0  0.0 2.46M 320K pts/2    I N  09:14:02 0:01.36 ksh /tmp/OraInstall2014-01-21_09-14-02AM/installer -Doracle.installer.library_loc=/tmp/OraInsta
    oracle     1277 0.0  0.0 2.48M 312K pts/2    I  + 09:02:44 0:00.04 -ksh (ksh)
    root       1269 0.0  0.0 2.56M 232K pts/2    I    09:01:23 0:00.01 -sh (sh)
    root       1268 0.0  0.0 5.31M 768K ??       I    09:01:22 0:00.11 /usr/bin/X11/xterm -ls
    root 1  0.0  0.0  608K  96K ?? IL   08:45:31     0:00.08 /sbin/init -a
    root 0  0.0  3.9 2.52G  79M ?? R <  08:45:31     0:23.16 [kernel idle]
    And I have rebooted the machine still also getting the same error.
    Is there any way to resolve this issue??
    Regards
    prasanta

    Pl elaborate the business / technical reason for installing a 15+ year old unsupported software on a 15+ year old unsupported hardware, assuming you are installing an a supported OS version
    HTH
    Srini

  • Location of WebLogic Server 6.0 sp2 installable file in ZIP format

    Hello
    I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
    instead of the default ".bin" file.
    Can someone help me locate the URL for downloading it?
    Thanks and Regards
    Kapil Pawar

    Hi.
    The installation for Compaq Tru64 is a zip file - 'weblogic600sp2_generic.zip'.
    However, be aware that installation is not simply a matter of unzipping the file
    like earlier versions of WLS. See the installation directions for details.
    Thanks,
    Michael
    Kapil Pawar wrote:
    Hello
    I would like to use the ".zip" file of the WebLogic Server 6.0 sp2 installable
    instead of the default ".bin" file.
    Can someone help me locate the URL for downloading it?
    Thanks and Regards
    Kapil Pawar--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Using Oracle OCI Driver 8.1.6 in Compaq Tru64 fastVM

    Hi!
    I try to using Oracle OCI Driver in Compaq Tru64.
    I used fast VM (with -fast option weblogic startup) then the result
    during populating Connection Pool, weblogic server down with core dump
    I attached core file.
    is there anyone in this situation?
    [weblogicOCITest.txt]

    Try using the 8.1.7 Thin Driver (the 8.1.6 Thin driver is buggy).
    "jungil, kim" wrote:
    Hi!
    I try to using Oracle OCI Driver in Compaq Tru64.
    I used fast VM (with -fast option weblogic startup) then the result
    during populating Connection Pool, weblogic server down with core dump
    I attached core file.
    is there anyone in this situation?
    ^A^G^A^E}v^A^C^A^R^_!®.E^?^A@˜B^K!@”K!^W
    !°o!ðµ.Ei^A@°R!Ø.E^AX^M^G!@”K!È´.E9i!Iweblogic/common/internal/ResourceAllocato
    r_Descriptor.serX^M^G!@”K!.E"i!2/fsweblogic/weblogic/classes/boot/°R!.E[X^M^G!@-
    ”K!¶.E[^Ai!2/fsweblogic/weblogic/classes/boot/i!f/fsweblogic/weblogic/classes/b
    oot/weblogic/common/internal/ResourceAllocator_Descriptor.ser°R!¶.E[i![/fsweblo
    gic/weblogic/classes/boot/weblogic/common/internal/ResourceAllocator_Descriptor.
    ser^T^O!x$^R!p.E^A^A ¸.Eø¸.E`K^R!¸¸.Eظ.E@X^A!^D@X^A!^D^P^M!ðµ.E^Dp.Ei!^Dread—^
    M!ø¸.E0
    !ðµ.E^A˜…^H!^A.Eh@¹.E¹.E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/boot/weblogic/common/internal/ResourceAllocator_Descri
    ptor.ser'^A!^Br'^A![/fsweblogic/weblogic/classes/boot/weblogic/common/internal/R
    esourceAllocator_Descriptor.ser'^A![/fsweblogic/weblogic/classes/boot/weblogic/c
    ommon/internal/ResourceAllocator_Descriptor.ser°R!ø».E[H(^G!^AÀ».Eؤ@л.Eл.Ei!^
    A@X^A!^F0f^G!xB^G!`N^G!^P/^G!HZ^G!:^G!i![/fsweblogic/weblogic/classes/boot/weblo
    gic/common/internal/ResourceAllocator_Descriptor.ser^C!^A^G^B@0
    !H.E^AX^M^G!@”K!p.E[^Ai!1/fsweblogic/weblogic/classes/boot/i!d/fsweblogic/weblog
    ic/classes/boot/weblogic/common/internal/ResourceAllocator_Descriptor.ser°R!p.E[
    ˜…^H!^A¾.Eh@ ¾.E ¾.E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/boot/weblogic/common/internal/ResourceAllocator_Descri
    ptor.ser'^A!^Br'^A![/fsweblogic/weblogic/classes/boot/weblogic/common/internal/R
    esourceAllocator_Descriptor.ser°R!p.E; T^M!À.E9^A!]^B^M^C^F^H^N^K^\^A^A^Ll^C
    ^M^V"^^^V&^OE^A^B^AE^A^C^Z^C'^V\^D^AYY^D^PV^D^D^_V^D^B^R(^D^A'^B
    ^A^G^A^E}v^A^C^AX^M^G!@”K!^H.EZ^Ai!^]getResource( i!FgetResource( weblogic/commo
    n/internal/ResourceAllocator_Descriptor.seri!getResource( weblogic/common/intern
    al/ResourceAllocator_Descriptor.ser ) found result null°R!^H.EZX^M^G!@”K!ÈÄ.EX^A
    i!-ServerClassFinder.getSource( i!\ServerClassFinder.getSource( weblogic/common/
    internal/ResourceAllocator_Descriptor.ser )°R!ÈÄ.EXè³^T!(.EV^Ai!,/fsweblogic/web
    logic/license/i!Z/fsweblogic/weblogic/license/weblogic/common/internal/ResourceA
    llocator_Descriptor.ser0
    !øÆ.E^A°R!^P.EVi!V/fsweblogic/weblogic/license/weblogic/common/internal/Resource
    Allocator_Descriptor.ser˜…^H!^AøÇ.Eh@^H.E^H.E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/license/weblogic/common/internal/ResourceAllocator_Descriptor.
    ser'^A!^Br'^A!V/fsweblogic/weblogic/license/weblogic/common/internal/ResourceAll
    ocator_Descriptor.ser°R!^P.E6 0
    !ØÊ.E^AX^M^G!@”K!^X.EV^Ai!,/fsweblogic/weblogic/classes/i!Z/fsweblogic/weblogic/
    classes/weblogic/common/internal/ResourceAllocator_Descriptor.ser°R!^X.EV˜…^H!^A
    [email protected]'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/common/internal/ResourceAllocator_Descriptor.
    ser'^A!^Br'^A!V/fsweblogic/weblogic/classes/weblogic/common/internal/ResourceAll
    ocator_Descriptor.ser°R!^X.E6 0
    ! .E^AX^M^G!@”K!H.E\^Ai!2/fsdev/ver/bc/webapp/serverclasses/i!f/fsdev/ver/bc/web
    app/serverclasses/weblogic/common/internal/ResourceAllocator_Descriptor.ser°R!H.
    E\˜…^H!^[email protected]'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    dev/ver/bc/webapp/serverclasses/weblogic/common/internal/ResourceAllocator_Descr
    iptor.ser'^A!^Br'^A!\/fsdev/ver/bc/webapp/serverclasses/weblogic/common/internal
    /ResourceAllocator_Descriptor.ser°R!H.E< X^M^G!@”K! .E5^Ai!A[ServerClassFinder]f
    ound local classpath source: null°R! .E5i!9weblogic/common/internal/resourceallo
    cator_descriptor.ser°R!`.E9i!9weblogic/common/internal/resourceallocator_descrip
    tor.serX^M^G!@”K!ØÒ.EZ^Ai!^]getResource( i!FgetResource( weblogic/common/interna
    l/ResourceAllocator_Descriptor.seri!getResource( weblogic/common/internal/Resour
    ceAllocator_Descriptor.ser ) found source null°R!ØÒ.EZ ^_!H.E0.EX^M^G!@”K!Ô.EI
    ^Ai!^_Failed to find i!IFailed to find /weblogic/common/internal/ResourceAllocat
    or_Descriptor.ser°R!Ô.EI9^A!9\^D^AxY^D^PV^D^D^_V^D^B^R(^D^A'^B
    @^B ?6^D^HT8^D^B^Q6^D^Y^G^D^HN^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^AF*!Áå¼ ^PO.E/^\E!!/^\Eh.E°R!.E*i!*weblogic.common.internal.Resou
    rceAllocator¸î!!/^\EøÖ.E°R!^P.E*i!*weblogic.common.internal.ResourceAllocator°R!
    ˆ×.E i! weblogic.time.common.ScheduleDef°R!ˆ×.E^T°R!^H.E i! weblogic/time/common
    /ScheduleDefp^B!p.Eð×.E9^A!?^V^P^V^Q^F^V, ^V,^W^D$^V+^CE^A^M^NE^A^AP^V+^C^A^E
    ^A"^B^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^AxA^M!pb^[email protected]! weblogic/time/common/ScheduleDef°R!ˆÙ.E i!&weblo
    gic/time/common/ScheduleDef.class°R!ðÙ.E&T^M!p.E9^A!N^B^M^C^F^H^N^K^\^A^Zl^E
    ^M^V,*^V,^W^D$^V+^CE^A^M^NE^A^AP^V+^C^A^E ^A"^B^D ^D^H^B^D^Mu^B^B^A~^A^B^
    D:^D^A'
    ^A^G^A^E}v^A^C^Ap^B!ÐÛ.Ep.E9^A!B^AEl^E ^M^V,*^V,^W^D$^V+^CE^A^M^NE^A^AP^V+^C^A^
    E ^A"^B^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    !°o!(.Ei^A@°R!`.EX^M^G!@”K!(.E&i!6weblogic/time/common/ScheduleDef.classX^M^G!@-
    ”K!¸Þ.E"i!2/fsweblogic/weblogic/classes/boot/°R!ðà.EHX^M^G!@”K!.EH^Ai!2/fsweblog
    ic/weblogic/classes/boot/i!f/fsweblogic/weblogic/classes/boot/weblogic/time/comm
    on/ScheduleDef.class°R!.EHi!H/fsweblogic/weblogic/classes/boot/weblogic/time/com
    mon/ScheduleDef.class^T^O!0
    !^H.E^AX^M^G!@”K!0.EH^Ai!1/fsweblogic/weblogic/classes/boot/i!d/fsweblogic/weblo
    gic/classes/boot/weblogic/time/common/ScheduleDef.class°R!0.EH˜…^H!^AP.Eh@`.E`.E
    '^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/boot/weblogic/time/common/ScheduleDef.class'^A!^Bs'^A!
    H/fsweblogic/weblogic/classes/boot/weblogic/time/common/ScheduleDef.class°R!0.E7
    ^QT^M!Èä.E9^A!K^B^M^C^F^H^N^K^\^A^Zl^E ^M^V,*^D$^V+^CE^A^M^NE^A^AP^V+^C^A^E
    ^A"^B^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^Ap^B!^X.Ep.E9^A!?^AEl^E ^M^V,*^D$^V+^CE^A^M^NE^A^AP^V+^C^A^E
    ^A"^B^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^AX^M^G!@”K!x.E+^Ai!^XLoading i!2Loading weblogic.time.common.Sche
    duleDef...°R!x.E+i! weblogic/time/common/ScheduleDef°R!.E X^M^G!@”K!.E&^Ai!0webl
    ogic/time/common/ScheduleDef.class°R!.E&X^M^G!@”K!ˆé.EE^Ai!-ServerClassFinder.ge
    tSource( i!\ServerClassFinder.getSource( weblogic/time/common/ScheduleDef.class
    )°R!ˆé.EEè³^T!èê.EC^Ai!,/fsweblogic/weblogic/license/i!Z/fsweblogic/weblogic/lic
    ense/weblogic/time/common/ScheduleDef.class0
    !¸ë.E^A°R!Ðë.ECi!C/fsweblogic/weblogic/license/weblogic/time/common/ScheduleDef.
    class˜…^H!^A˜ì.Eh@¨ì.E¨ì.E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/license/weblogic/time/common/ScheduleDef.class'^A!^Bs'^A!C/fsw
    eblogic/weblogic/license/weblogic/time/common/ScheduleDef.class°R!Ðë.E2^Q0
    [email protected]^AX^M^G!@”K!.EC^Ai!,/fsweblogic/weblogic/classes/i!Z/fsweblogic/weblogic/cla
    sses/weblogic/time/common/ScheduleDef.class°R!.EC˜…^H!^Aˆï.Eh@˜ï.E˜ï.E'^A!^A?@X^
    A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/ScheduleDef.class'^A!^Bs'^A!C/fsw
    eblogic/weblogic/classes/weblogic/time/common/ScheduleDef.class°R!.E2^Q˜í^S!ðí.E
    X^M^G!@”K!˜ñ.Et^Ai!A[ServerClassFinder]found local classpath source: i![ServerCl
    assFinder]found local classpath source: /fsweblogic/weblogic/classes/weblogic/ti
    me/common/ScheduleDef.class°R!˜ñ.EtX^M^G!@”K!0.E2^Ai!"Found local class i!FFound
    local class weblogic.time.common.ScheduleDef°R!0.E2˜…^H!^A^P.Eh@ .E .E'^A!^A?@X
    ^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/ScheduleDef.class'^A!^Bs'^A!C/fsw
    eblogic/weblogic/classes/weblogic/time/common/ScheduleDef.class'^A!^AÊþº¾^C-^T^G
    ^S^G^O^G^M^G^N^A^MConstantValue^A"(Lweblogic/common/T3ServicesDef;)V^A
    Exceptions^A^LscheduleInit^A^OLineNumberTable^A
    SourceFile^A^NLocalVariables^A^DCode^A weblogic/time/common/ScheduleDef^A weblog
    ic/time/common/Schedulable^A^Pjava/lang/Object^A^](Lweblogic/common/ParamSet;)V^
    A^PScheduleDef.java^A^KsetServices^A!weblogic/common/ParamSetException^B^A^C^B^A
    ^D^B^D^A^R^F^D^A^H^P^A^G^D^A^A^A
    ^B^Q(!^D!øÜ^CA@^^.E^Y/Eèß^G!˜…^H!^AP.Eh@`.E`.E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/ScheduleDef.class'^A!^Bs'^A!C/fsw
    eblogic/weblogic/classes/weblogic/time/common/ScheduleDef.class°R!ˆ×.E^TE^A!X^M^
    G!@”K!.Ep^Ai!^WLoaded i!0Loaded weblogic.time.common.ScheduleDef from i!pLoaded
    weblogic.time.common.ScheduleDef from /fsweblogic/weblogic/classes/weblogic/time
    /common/ScheduleDef.class°R!.Ep°R! ú.E^_i!^_weblogic.time.common.TriggerDef°R! ú
    .E^T°R! .E^_i!^_weblogic/time/common/TriggerDefp^B!ˆû.E^H.E9^A!?^V^P^V^Q^F^V, ^V
    ,^W^D$^V+^CE^A^M^NE^A^AP^V+^C^A^F^D^A"'^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^AxA^M!pb^A@ˆú.Ei!^_weblogic/time/common/TriggerDef°R! ü.E^_i!%web
    logic/time/common/TriggerDef.class°R!^H.E%T^M!ˆý.E9^A!N^B^M^C^F^H^N^K^\^A^Zl^E
    ^M^V,*^V,^W^D$^V+^CE^A^M^NE^A^AP^V+^C^A^F^D^A"'^D ^D^H^B^D^Mu^B^B^A~^A^B^
    D:^D^A'
    ^A^G^A^E}v^A^C^Ap^B!èþ.Eˆú.E9^A!B^AEl^E ^M^V,*^V,^W^D$^V+^CE^A^M^NE^A^AP^V+^C^A^
    F^D^A"'^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^AxA^M!^?^A@ˆú.Ei!^_weblogic/time/common/TriggerDef°R!^P/E^_i!%web
    logic/time/common/TriggerDef.class°R!x/E%˜B^K!@”K!^W
    !°o!@^B/Ei^A@°R!x/EX^M^G!@”K!@^A/E%i!5weblogic/time/common/TriggerDef.classX^M^G
    !@”K!^A/E"i!2/fsweblogic/weblogic/classes/boot/°R!^C/EGX^M^G!@”K!^B/EG^Ai!2/fswe
    blogic/weblogic/classes/boot/i!f/fsweblogic/weblogic/classes/boot/weblogic/time/
    common/TriggerDef.class°R!^B/EGi!G/fsweblogic/weblogic/classes/boot/weblogic/tim
    e/common/TriggerDef.class^T^O!0
    !^E/E^AX^M^G!@”K!^P^E/EG^Ai!1/fsweblogic/weblogic/classes/boot/i!d/fsweblogic/we
    blogic/classes/boot/weblogic/time/common/TriggerDef.class°R!^P^E/EG˜…^H!^A0^F/Eh
    @@^F/E@^F/E'^A!^A?@X^A!
    !^E/E^AX^M^G!@”K!^P^E/EG^Ai!1/fsweblogic/weblogic/classes/boot/i!d/fsweblogic/we
    blogic/classes/boot/weblogic/time/common/TriggerDef.class°R!^P^E/EG˜…^H!^A0^F/Eh
    @@^F/E@^F/E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/boot/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!G
    /fsweblogic/weblogic/classes/boot/weblogic/time/common/TriggerDef.class°R!^P^E/E
    7^PT^M!^G/E9^A!K^B^M^C^F^H^N^K^\^A^Zl^E ^M^V,*^D$^V+^CE^A^M^NE^A^AP^V+^C^A^F^D^A
    "'^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^Ap^B!^H/Eˆú.E9^A!?^AEl^E ^M^V,*^D$^V+^CE^A^M^NE^A^AP^V+^C^A^F^D^A
    "'^D ^D^H^B^D^Mu^B^B^A~^A^B^D:^D^A'
    ^A^G^A^E}v^A^C^AX^M^G!@”K!X
    /E*^Ai!^XLoadingi!2Loading weblogic.time.common.TriggerDef...°R!X
    /E*i!^_weblogic/time/common/TriggerDef°R!
    /E^_X^M^G!@”K!`^K/E%^Ai!/weblogic/time/common/TriggerDef.class°R!`^K/E%X^M^G!@”K
    !h^L/ED^Ai!-ServerClassFinder.getSource( i!\ServerClassFinder.getSource( weblogi
    c/time/common/TriggerDef.class )°R!h^L/EDè³^T!^M/EB^Ai!,/fsweblogic/weblogic/lic
    ense/i!Z/fsweblogic/weblogic/license/weblogic/time/common/TriggerDef.class0
    !^N/E^A°R!^N/EBi!B/fsweblogic/weblogic/license/weblogic/time/common/TriggerDef.c
    lass˜…^H!^Ap^O/Eh@^O/E^O/E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/license/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!B/fswe
    blogic/weblogic/license/weblogic/time/common/TriggerDef.class°R!^N/E2^P0
    !^N/E^A°R!^N/EBi!B/fsweblogic/weblogic/license/weblogic/time/common/TriggerDef.c
    lass˜…^H!^Ap^O/Eh@^O/E^O/E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/license/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!B/fswe
    blogic/weblogic/license/weblogic/time/common/TriggerDef.class°R!^N/E2^P0
    !^P^R/E^AX^M^G!@”K!P^Q/EB^Ai!,/fsweblogic/weblogic/classes/i!Z/fsweblogic/weblog
    ic/classes/weblogic/time/common/TriggerDef.class°R!P^Q/EB˜…^H!^AX^R/Eh@h^R/Eh^R/
    E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!B/fswe
    blogic/weblogic/classes/weblogic/time/common/TriggerDef.class°R!P^Q/E2^P˜í^S!^P/
    EX^M^G!@”K!`^T/Es^Ai!A[ServerClassFinder]found local classpath source: i![Server
    ClassFinder]found local classpath source: /fsweblogic/weblogic/classes/weblogic/
    time/common/TriggerDef.class°R!`^T/EsX^M^G!@”K!^U/E1^Ai!"Found local class i!FFo
    und local class weblogic.time.common.TriggerDef°R!^U/E1˜…^H!^A^V/Eh@^V/E^V/E'^A!
    ^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!B/fswe
    blogic/weblogic/classes/weblogic/time/common/TriggerDef.class'^A!^AÊþº¾^C-^T^G^S
    ^G^O^G^F^G^P^A^MConstantValue^A^_weblogic/time/common/TriggerDef^A^KtriggerInit^
    A"(Lweblogic/common/T3ServicesDef;)V^A
    Exceptions^A^OLineNumberTable^A
    ClassFinder]found local classpath source: /fsweblogic/weblogic/classes/weblogic/
    time/common/TriggerDef.class°R!`^T/EsX^M^G!@”K!^U/E1^Ai!"Found local class i!FFo
    und local class weblogic.time.common.TriggerDef°R!^U/E1˜…^H!^A^V/Eh@^V/E^V/E'^A!
    ^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!B/fswe
    blogic/weblogic/classes/weblogic/time/common/TriggerDef.class'^A!^AÊþº¾^C-^T^G^S
    ^G^O^G^F^G^P^A^MConstantValue^A^_weblogic/time/common/TriggerDef^A^KtriggerInit^
    A"(Lweblogic/common/T3ServicesDef;)V^A
    Exceptions^A^OLineNumberTable^A
    SourceFile^A^NLocalVariables^A^DCode^A^OTriggerDef.java^A^Pjava/lang/Object^A we
    blogic/time/common/Triggerable^A^](Lweblogic/common/ParamSet;)V^A^KsetServices^A
    !weblogic/common/ParamSetException^B^A^C^B^A^D^B^D^A^R^H^D^A^G^Q^A ^D^A^A^A
    ^K^B^N(!^D!^H^CA@ðö.Eèß^G!˜…^H!^A^H^Z/Eh@^X^Z/E^X^Z/E'^A!^A?@X^A!
    H^H!p^H!L !^L !ˆÍ !8 !, !^Pm !` !°í !'^A!/fs
    weblogic/weblogic/classes/weblogic/time/common/TriggerDef.class'^A!^Bs'^A!B/fswe
    blogic/weblogic/classes/weblogic/time/common/TriggerDef.class°R! ú.E^TE^A!X^M^G!
    @”K!0^\/En^Ai!^WLoaded i!0Loaded weblogic.time.common.TriggerDef from i!nLoaded
    weblogic.time.common.TriggerDef from /fsweblogic/weblogic/classes/weblogic/time/
    common/TriggerDef.class°R!0^\/En(B!CDh(/^\EhüëD/^\E^D^H˜âDX^M^G!@”K!^]/E
    ^Ai!^A+°R!^]/E^Ai!^Q+HncbPool°R!^]/E ^P#!^P^YE^]/E/^\E8R^E!;ˆØ^]/E^]/EX^M^G!@
    ”K!^^/E,^Ai!^XHncbPool created with 1i!^L01°R!^^/E^Ai!^A1i!2HncbPool created wit
    h 1 initial connections.°R!^^/E,^H4^E!@”K! /EK@?^^E!eøÑ6!^_/E /E^H4^E!@”K!!/EK@?
    ^^E!eøÑ6!!/E!/E

  • Sdo_cs.transform on Compaq tru64 UNIX

    We have managed to get sdo_cs.transform function working on NT after applying the latest patches. We now need to have it work on Compaq Tru64 Ver 4.0F where we have just installed Oracle 8.1.6.3.0 with all the latest patches.
    We get the error:
    "ORA-03113: end-of-file on communication channel"
    whenever we try the sdo_cs.transform function.
    The following code works on our NT installation but fails on the UNIX installation:
    SQL> SELECT * FROM AMG56_AGD66;
    PLACE_NAME
    POSITION(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES)
    AMG56_AGD66
    SDO_GEOMETRY(2001, 81938, SDO_POINT_TYPE(498910, 6966131, NULL), NULL, NULL)
    SQL> SELECT c.place_name "Name",
    2 c.position.sdo_srid,
    3 c.position.sdo_point.x "Easting 1",
    4 c.position.sdo_point.y "Northing 1",
    5 c.position,
    6 sdo_cs.transform(c.position,m.diminfo,82413)
    7 FROM AMG56_AGD66 c, user_sdo_geom_metadata m
    8 WHERE m.table_name = 'AMG56_AGD66'
    9 AND m.column_name = 'POSITION';
    SELECT c.place_name "Name",
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    SQL> SELECT * FROM AMG56_AGD66;
    SELECT * FROM AMG56_AGD66
    ERROR at line 1:
    ORA-03114: not connected to ORACLE
    SQL>
    Any ideas???
    Regards
    Peter Cohen
    null

    Hi Peter,
    I believe that functionality was broken in the field test version of coordinate systems that shipped in 8.1.6 only for transforming data stored in the SDO_POINT type. I'm not sure, but I doubt this will be patched on tru64 unix.
    If you need to get this working you might want to try storing your point data using the elem_info_array and the ordinate array rather than the optimized point type.
    This problem is fixed in 8.1.7.
    Hope this helps,
    dan

  • Is there Tux 7.1 for Compaq Tru64 Unix 5.1 version

    Help!
    please tell me if there is Tux 7.1 for Compaq Tru64 Unix 5.1 version.
    send it to my email: mailto:[email protected]
    Thanks.

    I encountered matching problem while trying to use Tuxedo 6.5 from the
    original installation package. The best match for Compaq Tru64 UNIX 5.1
    from the available platforms on the cd was "Digital Unix 4.0d on DEC
    Alpha".
    However the simpapp failed to shut down, just like Yshyang has written
    below. After contacting BEA support, the support personnel asked if a
    patch has been applied (check if a $TUXDIR/udataobj/patchlev file
    exists). It didn't.
    The Tuxedo 6.x platform data sheet at
    http://www.bea.com/products/tuxedo/platforms_6.shtml
    shows that Tru64 UNIX 5.1 is supported, if Tru64 UNIX 4.0b binaries with
    patch level 160+ are used.
    We got a separate patch for the 4.0b binaries, but working Tuxedo 6.5
    installation binaries for Tru64 UNIX 5.0 are available for download at
    BEA web site.
    Juha Laitinen
    Yshyang wrote:
    I install Tux 7.1 in Tru65 Unix 5.1 and TruCluster Server 5.1
    when i configure simpapp.
    tmboot is ok,but tmshutdown can't work,the error is :
    CMDTUX_CAT:766:ERROR:must run on master node
    (In act I run in master node really,I have checked by uname -n).
    the other bizarrerie:
    tmadmin
    display :
    TMADMIN_CAT 202:ERROR:Can't find DBBL in master node or backup node.
    (In act my simpapp ubbconfig is:MODEL=SHM)
    maybe there is bug I guest.
    If it need some patch in the env.
    "Marcin Kasperski" <[email protected]> wrote in message
    news:[email protected]..
    yshyang wrote:
    Help!
    please tell me if there is Tux 7.1 for Compaq Tru64 Unix 5.1 version.
    The version for 'Digital Unix 4.0 sth' seems to be working on 5.1.

  • Download for Compaq Tru64 unix

    Hello,
    I am trying to install WLS6.1 on Compaq Tru64 unix. I have downloaded the
    installable from the BEA website. The downloaded file is
    "weblogic610sp3_generic.zip" and the site mentions that this is WLS 6.1
    download with SP3. But it seems like this file contains only the SP3 files.
    Where can I get the download for WLS6.1 for Compaq Tru64 unix?
    Regards,
    Madhavi

    Thanks. I got this impression because usually the SP releases come as zip
    files while the WLS installables for unix systems come as bin files. I could
    install using the zip file successfully.
    Madhavi
    "Wayne W. Scott" <[email protected]> wrote in message
    news:[email protected]..
    >
    >
    >
    What gives you the impression that it is just the SP3 files in there?
    The SP3 file has a different name. For example, on Windows it is
    wls61sp3_upgrade_win.exe. I hope you are not unzipping it.
    Just try to install it. If you're stuck, open a case and I'll look forit!
    >
    >
    Wayne Scott
    Madhavi wrote:
    Hello,
    I am trying to install WLS6.1 on Compaq Tru64 unix. I have downloaded the
    installable from the BEA website. The downloaded file is
    "weblogic610sp3_generic.zip" and the site mentions that this is WLS 6.1
    download with SP3. But it seems like this file contains only the SP3files.
    Where can I get the download for WLS6.1 for Compaq Tru64 unix?
    Regards,
    Madhavi

  • Is Generic Connectivity included in 8.1.7 on Compaq Tru64 Unix?

    Is Generic Connectivity included in 8.1.7 on Compaq Tru64 Unix? How could I find out via SQL*Plus (if at all)?
    TIA,
    Rob

    Robin,
    Generic Connectivity is not available on Tru64. It is available on Solaris, NT as of 8.1.6 and on HP and AIX as of 8.1.7.

  • Bea Weblogic Integration 9.2 Unix installer

    Hi
    Can somebody please help me to get Bea Weblogic Integration 9.2 Unix installer ? I want it for developement purpose on unix machine.
    I am not able to find it on the oracle product site.
    Thank you.

    There is one link here - not sure if it is the one you need
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-main-097127.html
    HTH
    Srini

  • Which patches to apply on top of a WebLogic Portal 10.3.5 installation?

    Hi,
    Is there any MOS note that lists which patches should be applied on top of a WebLogic Portal 10.3.5 installation?
    Regards Peter

    Thank you Emmanuel.
    Is it because the features in Portal Examples were not supported anymore since 10.3.4?

  • Discoverer and Compaq Tru64

    I need to know whether or not Discoverer will run on Compaq Tru64. I heard that Oracle9iAS Discoverer Plus and Viewer simply does not run on Compaq Tru64! That this is because Compaq and Inprise, who develops the Visibroker component,can't agree on the license.
    How can we state that 9iAS runs on Compaq Tru64, but a significant portion of it's ability (Business Intelligence) DOES NOT? We have a great 9iAS/Disco opportunity and need to get it running on Compaq. Are there any workarounds??? I need to know ASAP.
    null

    Hi ,
    Follow the document, it will work.
    thanks

  • 9iAS on Compaq Tru64 Unix

    Hi all,
    I plan to install 9i Application Server Enterprise Edition on Compaq Tru64 Unix
    running v5.0a.
    This will mean that the Unix Sever will
    act as a Database Server,Web server,
    Forms and Reports Server.
    The Developer Server will be on Windows NT
    which will be used to compile forms an reports and transferred to Unix.
    Will this work?
    Is this all possible?????
    Ta
    Ashok Sharma
    PO Ports
    Sydney, Australia

    Dont know 100% for sure.
    But i think, you have to recompile your
    Forms & Reports Application on your UNIX server.
    Its not portable through platforms as Java.
    But correct me if i'm wrong.
    Also just one remark to avoid confusion:
    There is no Database Server included in
    9i Application Server EE
    - Stefan

  • Support for Compaq tru64 unix ver. 5.x

    I would like to know when the Oracle 9i AS
    Portal product is ready for Compaq Tru64
    unix ver. 5.x?
    And can I use the Oracle 9i AS Portal alone
    with Oracle 8i db also running Compaq Tru64
    unix ver. 5.x?
    Thanks in advance

    Hej Michael
    Do You know when Oracle 9iAS Portal will be certified to Compaq Tru64 Unix ver. 5.x?
    Best regards
    Anders Trier Rasmussen
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Michael Stephenson ([email protected]):
    Oracle 9iAS Portal (3.0.6.6.5) is currently certified against Compaq Tru64 Unix 4.0d-g with the following patch kits for the OS: if you have 4.0d you need patchkit3, if you have 4.0f you need patchkit1. You will also need JavaSoft JDK 1.2.2_05A.
    You can run both the Portal and the database on the same Tru64 system, just be sure to put them in separate ORACLE_HOMEs. The database releases that has been certified with the Portal on Tru64 are 8.1.6 and 8.1.7.<HR></BLOCKQUOTE>
    null

  • 9iAS and OC4J on Compaq Tru64

    We are installing 9i on Compaq Tru64, and I noticed that it is a version behind. Does anyone know if OC4J can be used with this version?

    Dont know 100% for sure.
    But i think, you have to recompile your
    Forms & Reports Application on your UNIX server.
    Its not portable through platforms as Java.
    But correct me if i'm wrong.
    Also just one remark to avoid confusion:
    There is no Database Server included in
    9i Application Server EE
    - Stefan

Maybe you are looking for

  • How to use the compensate activity in bpel flow

    Hi Can anyone please let me know how to use the compensate activity in bpel flow. Like i have 4 DB adapters in a flow if any one fails i want do the roll back by using compensate activity. I am femiliar with transactions proparties, I want to do it f

  • Oracle 9i for VISTA

    Hi, I would like to install oracle 9i in my personal computer Operating system is VISTA.Basic need for me is to execute sql query to be familer with sql. Please let me,what I need to install? Is it enough if i download following: Oracle9i Database Re

  • SAP defined function modules for developing CIN.

    Hi Experts,                  Please any one tell me the Function modules developed by SAP to implement CIN. Thanks in Advance. Thanks and Regards Srihari.

  • G510 Ctrl Fn swap

    I've recently bougt new G510 after years of using G550 and i found left Ctrl and Fn key swapped. The new location of Ctrl is pretty unconfortable for me, as I'm used to less stretching my fingers, and I use ctrl+keys a lot. I googled and noticed that

  • What is this key for? What is it called?

    I have searched and searched, on Google, Wiki etc. but there's no mention of this key, not even in the manual: http://www.paulofierro.com/images/secondaryEnterKey.jpg On my MacBook Pro, it is placed in the bottom, between the Apple-key and the left-a