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

Similar Messages

  • ATG 9.4 installation problem with weblogic 10.0.2 MP2

    Hi,
    I am new in ATG platform and framework.
    I am trying to install ATG 9.4 on BEA Weblogic 10.0.2 on Windows desktop with the help of Installation guide for ATG.
    I have completed installation of BEA Weblogic 10.0.2 and then ATG 9.4, giving the correct paths as mentioned by installation guide.
    After that I am trying to configure datasource and database with the help of CIM.
    But it is throwing error as
    The system cannot find the path specified.
    Press any key to continue.......
    I think I am missing any configuration step or any manual configuration.
    Could some one please help me about next manual steps for configuration after the ATG installation is complete.
    Could you please help me on this regards as I need to setup ATG platform on my system as soon as possible.
    Many Thanks for help in advance.

    **The system cannot find the path specified.**
    **Press any key to continue.....**
    Correct me if wrong but it appears that you are encountering this as soon as you start cim.bat? Have you tried starting cim after setting DYNAMO_HOME as:
    set DYNAMO_HOME=D:\ATG\ATG9.4\home
    You can also try to temporarily comment out the first line in cim.bat by putting a "rem" before @echo off as: rem @echo off
    This will print all the paths and commands on console that are being setup and used by cim.bat then see if you can find out something wrong from it. Later on you can undo your change in cim.bat. Check if you can find any more details about your error in the CIM logs present under ATG9.4\CIM\log.

  • Installation problem on Weblogic 10.3.2

    I'm trying to install BI on Weblogic 10.3.2 under Linux. I followed the instructions in the installtion guide and edited the xmlp-server-config.xml file to change the file path to /home/repository/XMLP
    under /home/repository/XMLP I have Admin, DemoFiles, Reports and Tools that I copied from my windows stand-alone application.
    When I start BI I get a oracle.apps.xdo.servlet.resources.ResourceNotFoundException: ${oracle.home}/xdo/repository/Admin/Scheduler/quartz-config.properties
    any idea?

    I had same issue with Oracle Weblogic 11g R1 (10.3.3). The problem was with the contents of the XMLP folder (not the path as the error message would suggest). The XMLP folder I was referencing in xmlp-server-config.xml was the one generated by the OBIEE installer and also configured by me using OC4J (to make sure I had a known good configuration before trying a deploy to WLS). For example, i had configured the JDBC connections and Installed the publisher scheduler tables. The fix was to use the default out of the box XMLP folder from the install media. Now the application starts without a hitch. \biee_windows_x86_101341\Windows\Server_Ancillary\Oracle_Business_Intelligence_Publisher\

  • SP2 Installation Problem on Weblogic Server 6.1SP1

    hi,
    i encountered a problem installing sp2 to my second server.
    (Windows 2000 Advance Server with SP2, dual Xeon CPU, 3GB, 200GB.
    Weblogic Server 6.1 with SP1 installed at d:\bea) x 2
    installation file itself is valid. as installation at server 1 was successful. however,
    when installing at server 2:
    1) by double clicking on the exe - blank GUI popup appeared on screen without any
    usual text (first screen that reads: welcome - the installer will guide you....).
    all three buttons were there. click on the next buttons all the way would give a
    title 'installation complete' without any delay. sp2 was not installed.
    2) by running exe from console - GUI popup appeared normally. however, when prompted
    to select bea home, selecting the default folder at d:\bea and when clicking on next
    button, a popup would appear claiming that weblogic server home is not found at d:\bea.
    and process discontinued.
    the beahomelist is found at c:\bea, with content reading correctly as d:\bea;c:\bea;
    Previous SP1 installation on server 2 about 2 months back was successful.
    would appreciate for ur input. thanks a lot in advance.
    rgds, keigo

    I've exactly the same problem and will attempt to reinstall WebLogic 6.1
    with SP3 built-in ...
    "keigo" <[email protected]> wrote in message
    news:[email protected]..
    >
    update on the progress, spoke to a BEA staff from regional office and I aminformed
    that this problem was never encountered and am advised to perform freshre-installation
    with wlserver6.1 with sp2 built in.
    "keigo" <[email protected]> wrote:
    Hi Laurent,
    Thank you very much for ur reply.
    My Weblogic Server is installed in D:\bea. Just like the Server 1
    configuration.
    And I m choosing to install SP2 into this existing home.
    I am kind of worried by this as it is nearing production and I am running
    into this
    weird problem here.
    Thanks again.
    Rgds, keigo
    Laurent Goldsztejn <[email protected]> wrote:
    Hello Keigo,
    It seems that the problem comes when your server is installed in the
    directory where the beahomelist file is located. Am I correct when I
    assume that the installation fails when you install the service pack 2
    over the server installed in c:\bea?
    Thank you,
    Laurent Goldsztejn
    Developer Relations Engineer
    BEA Support

  • Installation Problem of weblogic server on Linux

    Hi,I want to install weblogic server on linux but it is raising various exception such as-------------------------------------------java.lang.Class.forName0(Native)java.awt.windowcom.zerog.ia.installer.Main.bjava.lang.reflect.Method.invokecom.zerog.lax.LAX.launchcom.zerog.lax.LAX.MainI am not able to understand kinldy help me to resolve this issue.RegardsBhagat Singh

    yeah it was unzip that's why, but now I did change it the name of zip file to wls1033_generic.jar and I did past it in c: but when I am writing the statment c:/> java -Xmx1024m -jar wls1033_generic.jar then I got the message unable to access jarfile wls1033_generic.jar
    is it a problem that the java folder is in program file and i am accessing in directly in c:
    can any one tell me the complete procedure of installing weblogic.
    thanks
    imran
    Edited by: 875581 on 10-Aug-2011 22:37

  • Installation problem for Weblogic Server 1035 Generic

    Running 11G database on Win 2008 Server 64 bit. I downloaded the 1035 version of Weblogic, following the step by step installation guide provided by Oracle Support and additional documentation such as:
    http://download.oracle.com/docs/cd/E2176http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls4_01/install.1111/e12001/toc.htm
    The installation was successful and I proceeded to create a test domain (dummy_domain) to test if the installation was able to receive http requests. I started the admin server. In Internet Explorer I then entered:
    http://localhost:7001/
    and got the following error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Any advice as to where I could be going wrong would be greatly appreciated. Thanks, J

    Pierluigi,
    Thanks a lot for pointing this out. I was foolishly following the reference at the end of the installation process which ommitted the 'console' word. Thanks again! J

  • Problem downloading WebLogic Server 8

    I am having problems downloadingl the eval copy of Weblogic server 8. The'Specify
    Download Options' page in the Weblogic installer doesnt request proxy server authentication
    information (userid, password). Is there a way to work around this issue and successfully
    download the software.
    thanks
    -vinny

    "Tanguy" == Tanguy Le Berre <[email protected]> writes:
    Tanguy> I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    Tanguy> I use the following instruction: ./filename.bin and I see the following message:
    Tanguy> Illegal instruction (memory dumped)
    Tanguy> (in french: instruction incorrecte (vidage memoire))
    Tanguy> A core file is generated but it doesn't help resolving this problem. It seems
    Tanguy> to be talking about unzip, as I found things like this message in this file:
    Tanguy> error: cannot allocate unzip buffers
    Tanguy> unzipsfx: cannot find myself! [%s]
    Tanguy> error [%s]: missing %ld bytes in zipfile
    Tanguy> I also tryed to install weblogic server 8.10 and no core file is generated but
    Tanguy> I have the following message:
    Tanguy> error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    Tanguy> zipfile
    Tanguy> (attempting to process anyway)
    Tanguy> ** Error during init, error code = 2.
    Tanguy> I first thought the file I downloaded was incomplete, so I downloaded it again
    Tanguy> but I still have the same problem. Can anyone help me? What have I forgotten to
    Tanguy> do?
    Well, perhaps one thing you've forgotten is that it's better to write notes
    about particular problems in the newsgroup or mailing list that is most
    appropriate to the problem. If people who read this newsgroup only know about
    the webserver, then they won't have any idea how to help you with installation
    problems with WebLogic server, which this clearly is (the "webserver" is not
    "WebLogic Server", but only part of the entire package).
    Have you made an attempt to contact BEA support? It seems likely that your zip
    file is corrupt.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected] ; SCJP; SCWCD; SCBCD

  • Problem installing weblogic server 8.11

    I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    I use the following instruction: ./filename.bin and I see the following message:
    Illegal instruction (memory dumped)
    (in french: instruction incorrecte (vidage memoire))
    A core file is generated but it doesn't help resolving this problem. It seems
    to be talking about unzip, as I found things like this message in this file:
    error: cannot allocate unzip buffers
    unzipsfx: cannot find myself! [%s]
    error [%s]: missing %ld bytes in zipfile
    I also tryed to install weblogic server 8.10 and no core file is generated but
    I have the following message:
    error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    zipfile
    (attempting to process anyway)
    ** Error during init, error code = 2.
    I first thought the file I downloaded was incomplete, so I downloaded it again
    but I still have the same problem. Can anyone help me? What have I forgotten to
    do?
    Thank you
    Tanguy Le Berre

    "Tanguy" == Tanguy Le Berre <[email protected]> writes:
    Tanguy> I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    Tanguy> I use the following instruction: ./filename.bin and I see the following message:
    Tanguy> Illegal instruction (memory dumped)
    Tanguy> (in french: instruction incorrecte (vidage memoire))
    Tanguy> A core file is generated but it doesn't help resolving this problem. It seems
    Tanguy> to be talking about unzip, as I found things like this message in this file:
    Tanguy> error: cannot allocate unzip buffers
    Tanguy> unzipsfx: cannot find myself! [%s]
    Tanguy> error [%s]: missing %ld bytes in zipfile
    Tanguy> I also tryed to install weblogic server 8.10 and no core file is generated but
    Tanguy> I have the following message:
    Tanguy> error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    Tanguy> zipfile
    Tanguy> (attempting to process anyway)
    Tanguy> ** Error during init, error code = 2.
    Tanguy> I first thought the file I downloaded was incomplete, so I downloaded it again
    Tanguy> but I still have the same problem. Can anyone help me? What have I forgotten to
    Tanguy> do?
    Well, perhaps one thing you've forgotten is that it's better to write notes
    about particular problems in the newsgroup or mailing list that is most
    appropriate to the problem. If people who read this newsgroup only know about
    the webserver, then they won't have any idea how to help you with installation
    problems with WebLogic server, which this clearly is (the "webserver" is not
    "WebLogic Server", but only part of the entire package).
    Have you made an attempt to contact BEA support? It seems likely that your zip
    file is corrupt.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected] ; SCJP; SCWCD; SCBCD

  • EPM 11.1.2.1 Installation problem on Laptop (Windows Server 2008 R2 x64)

    Dear All,
    I hope someone can help me here with EPM 11.1.2.1 installation problem on my notebook - Windows Server 2008 R2 x65, 8 GB RAM, running SQLServer 2008 Express.
    I installed Hyperion Foundation. The installation and configuration went through successfully.
    I am facing two problems:
    Problem 1
    When I try to access the workspace through the URL http://hostname:19000/workspace/index.jsp, I get error:
    Quote
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
    End-quote
    Problem 2
    Also, the service "Hyperion EPM Server" service not able to start. When I try to start, I get error message:
    Quote
    The Hyperion EPMA Server service on Local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.
    End-quote
    I tried checking everything but can't seem to figure out what's going wrong.
    I have uploaded (1) EPM Config Manager screenshot (2) EPM System diagnostic report (3) EPM Registry editor output and (4) system services listing at
    http://www.mediafire.com/?pr9l1v99w4d9u4r,c3vggxeibqkxbo2,lyzclu2aggbn8qh,8kur9gxal5b361z
    It would be very grateful if someone can have a look and help me.
    Many thanks in advance for any help / pointers / suggestions.
    - Neil

    Hi Pablo,
    Thanks to your suggestion for database, problem #2 seem to be resolved. I am now able to start EPMA Service.
    Re: Problem 1
    a) Log for C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\services\HyS9FoundationServices-sysout is as below
    -----<start>--------
    <Feb 15, 2012 4:04:47 AM > <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Feb 15, 2012 4:04:47 AM > <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Feb 15, 2012 4:04:47 AM > <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.2-11-135406-1.6.0_20-20100624-2119-windows-x86_64 from Oracle Corporation>
    <Feb 15, 2012 4:04:48 AM > <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:
    ------<end>-----
    I am intrigued by the last line "Enter username to boot WebLogic server:" - is there anything wrong going here?
    Log for C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\logs\FoundationServices0 is as below:
    -----<start>--------
    ####<Feb 15, 2012 12:49:49 AM <Info> <WebLogicServer> <RCPL02> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1329324589459> <BEA-000000> <WebLogic Server "FoundationServices0" version:
    WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Feb 15, 2012 12:49:49 AM <Notice> <Log Management> <RCPL02> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1329324589568> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\logs\FoundationServices0.log is opened. All server side log events will be written to this file.>
    ####<Feb 15, 2012 12:49:49 AM <Info> <Log Management> <RCPL02> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1329324589584> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Feb 15, 2012 12:49:49 AM <Info> <Diagnostics> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324589631> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "http" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "https" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594904> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594919> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Feb 15, 2012 12:49:54 AM <Info> <RJVM> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594950> <BEA-000570> <Network Configuration for Channel "FoundationServices0"
    Listen Address          :28080
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Feb 15, 2012 12:49:54 AM <Info> <RJVM> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594950> <BEA-000570> <Network Configuration for Channel "FoundationServices0"
    Listen Address          :28443 (SSL)
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Feb 15, 2012 12:49:54 AM <Info> <Server> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324594982> <BEA-002609> <Channel Service initialized.>
    ####<Feb 15, 2012 12:49:55 AM <Info> <Socket> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595013> <BEA-000406> <NTSocketMuxer was built on Jan 24 2006 20:40:35
    >
    ####<Feb 15, 2012 12:49:55 AM <Info> <Socket> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595075> <BEA-000436> <Allocating 4 reader threads.>
    ####<Feb 15, 2012 12:49:55 AM <Info> <Socket> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595075> <BEA-000446> <Native IO Enabled.>
    ####<Feb 15, 2012 12:49:55 AM <Info> <IIOP> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324595216> <BEA-002014> <IIOP subsystem enabled.>
    ####<Feb 15, 2012 12:49:59 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324599818> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600286> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600442> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_9V5rIdcvntKDauQNwFIW41HchnU=>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600722> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\data\ldap\XACMLAuthorizermyrealmInit.initialized, will load full LDIFT.>
    ####<Feb 15, 2012 12:50:00 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324600738> <BEA-090074> <Initializing Authorizer provider using LDIF template file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601050> <BEA-090075> <The Authorizer provider has had its LDIF information loaded from: C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601315> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\data\ldap\DefaultCredentialMappermyrealmInit.initialized, will load full LDIFT.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601315> <BEA-090827> <LDIF template file C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\DefaultCredentialMapperInit.ldift was empty. The WebLogic provider CredentialMapper has been bootstrapped but has not been initialized with any LDIF data.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601331> <BEA-000000> <BootStrapServiceImpl.loadLDIFTemplate - Did not find C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\data\ldap\XACMLRoleMappermyrealmInit.initialized, will load full LDIFT.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601331> <BEA-090074> <Initializing RoleMapper provider using LDIF template file C:\Oracle\Middleware\user_projects\domains\EPMSystem\security\XACMLRoleMapperInit.ldift.>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601346> <BEA-090075> <The RoleMapper provider has had its LDIF information loaded from: C:\Oracle\Middleware\user_projects\domains\EPMSystem\security\XACMLRoleMapperInit.ldift>
    ####<Feb 15, 2012 12:50:01 AM <Info> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601565> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server FoundationServices0 for security realm myrealm.>
    ####<Feb 15, 2012 12:50:01 AM <Notice> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601565> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Feb 15, 2012 12:50:01 AM <Notice> <Security> <RCPL02> <FoundationServices0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1329324601658> <BEA-090083> <Storing boot identity in the file: C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\security\boot.properties>
    ------<end>-----

  • Problems starting WebLogic server in Jdeveloper 11.1.2.1.0

    I'm having an issue converting an application that was developed to run under OAS to use WebLogic Server. I downloaded Jdeveloper 11.1.2.1.0, configured the integrated server and the default domain, and then I try to start the server. The server starts but during the startup process I receive this exception:
    java.lang.NoSuchMethodError: org.w3c.dom.Element.getTextContent()Ljava/lang/String;
         at oracle.security.audit.config.XMLContext.getTextContent(XMLContext.java:136)
         at oracle.security.audit.config.Attribute.<init>(Attribute.java:194)
         at oracle.security.audit.config.CommonAttributes.<init>(CommonAttributes.java:63)
         at oracle.security.audit.config.EventDefinitionList.<init>(EventDefinitionList.java:122)
         at oracle.security.audit.config.AuditConfig.readGenericEvents(AuditConfig.java:612)
         at oracle.security.audit.config.AuditConfig.loadEvents(AuditConfig.java:1071)
         at oracle.security.audit.Auditor.<init>(Auditor.java:214)
    This then affects the deployment and execution of the web app. Does anyone have any advice or a cure for this problem? We have the org.w3c.dom.Element class in the xmlparserv2.jar file that we have external to Jdev but all those seem to be earlier than Java 1.5, because they don't have the getTextContent() method.
    Thanks,
    Sharon

    Which operating system you are running on?Windows 7
    Have you tired to move the user directory to a path without spaces?No spaces in any paths that I can see.
    Look for the system11.1.1.xxxx folder and remove or rename it. Jdev created the folder from scratch next time you start.Done that, multiple times (folder is system11.1.2.1.38.60.81). When we first started seeing this error, that was the advice that many people gave in various discussion groups. We were working in an older version of Jdeveloper at that time. So then I downloaded the latest Jdev installation from the Oracle download site, thinking that maybe the older version had an older JDK embedded. I've installed twice now, once with using the embedded Sun JDK of 1.6.0_24 and once using our own separately downloaded version of 1.6.0_24 and I get the error in either case.
    You are correct that it is probably an installation problem, but I have no idea what it could be.
    Sharon

  • Problems running Weblogic 6.1 Server on Pentium 4 with Windows XP

    Hi everyone.
    I've got a problem. I'm trying to run Weblogic 6.1 Server on Pentium 4 with Windows
    XP as OS, and when I try to work with the console the system restarts and get
    an error message in which I can read something like "big error on the system".
    Does anybody know if there is any problem between WebLogic Server and Pentium
    4 or Windows XP?
    Thank you

    We're you ever able to install WLS 6.1 sp4 in XP in a working fashion?
    WLS 6.1 sp3 works just fine on XP.
    Steve...
    "Hiroaki Nakamura" <[email protected]> wrote:
    >
    I had a problem installing WebLogic6.1SP4 on Windows XP.
    SP3 was OK. The problem seems to be in the installer.
    When I ran the installer, I saw these weird behaviors:
    - The default value of BEA Home was "\\bea" (should be "C:\bea").
    - The dialog for inputting system password was skipped.
    - After the installer "finished", some directories like
    C:\bea\jdk131, C:\bea\wlserver6.1\bin were missing.
    OTOH, "C:\BEA WebLogic E-Business Platform" was created.
    - In the control panel, add/remove program section, the
    entry for WebLogic6.1SP4 was not created.
    The installer runs fine on Windows 2000. And I copied
    the installed files to my Windows XP machine, and I ran
    startWebLogic.cmd in myserver directory, it seems OK.

  • Installation problem on Intel

    I have tried to install Solaris 8 on my Dell machine.
    I have tried to boot both directly via CD and by using Device Configuration Assistant on a floppy..
    The first screen says this....
    SunOS Secondary Boot version 3.00
    WARNING: ACPI Tables not in Reclaim Memory
    prom_panic: kmem_free block already free
    Entering boot debugger:
    [130ee5]:
    and when i hit enter and choose c (continue execution), the m/c hangs and asks me to push ctrl-alt-del to reboot..
    I don't know what the ACPI tables are .. and how i can fix this...
    Anyone who knows this... please help..
    Thanx a lot..

    I have heard about the ACPI that may be a Power Managemnet Tools or something, it always be found in Microsoft Window 2000 Device Manager, sorry I can't help you to solve the problems.....because I also have some installation problem on my Intel paltform @_@.

  • Installation Problem on iTunes 6.0.1.3 - HpSdpAppCoreApp

    Help!
    I'm trying to install the new iTunes 6.0 and I'm getting a message during installation that says
    HpSdpAppCoreApp
    "The feature you are trying to use in on a network resource that is unavailable.
    Click OK to try again, or enter an alternative pathway to a folder containing the installation package "HpSdpAppCoreApp.msi" in the box below."
    The last time I dug through some files on my own, bad things happened.
    Thanks,
    C

    good gracious, Chris ...
    okay, try applying the general advice on installation problems given here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and the InstallShield Tips and Pointers are also helpful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted.
    love, b

  • Installation problem on SUSE 12.1

    Hi
    I'm a Linux beginner and I am trying to install LV on SUSE 12.1
    I've also posted my problems on Lava:
    http://lavag.org/topic/15240-labview-installation-problem-on-suse-121/
    The installation started and it looks quite all right, but when I try to start LabVIEW, the application just sits in the taskbar for about 20 seconds and then just disappears.
     Any ideas?
    Is there a way to debug to see what's going on?
    Cheers,
    Mike
    Solved!
    Go to Solution.

    Hi Mike,
    Unfortunately, there are no versions of LabVIEW supported on SUSE 12.1 at present. Here's a link to LabVIEW version compatibility with different Linux distributions. I saw from your other forum that you're attempting to install LabVIEW 2009, which is certified for SUSE 11.0 at the latest. 
    Best,
    Dan N
    Applications Engineer
    National Instruments 

  • Installation Problem on Win8

    Hello all
    I need your help for troubleshooting an installation problem on a Win8 (x64) client. There is already JavaJRE installed, but we wanted to install some other versions, too. But it didn't work. So we tried to unistall to curently version. This was running badly. Now there entry is removed from windows software, but the software is still on the system. Always if we try to install any java, we get a failure message with no error discription. So we looked for some installation logs, but I can't find the problem. Can you have a look? What can I do?
    Thank you guys for your support.
    Installation Logs:
    java_install.log - Pastebin.com
    java_install_reg.log - Pastebin.com
    JavaDeployReg.log - Pastebin.com

    Hi people!
    I have two problems with nokia suite...
    first of all I can't install it at my windows 8.1, I receive the message attached...
    Second,
    in another notebook, all time I tried to update my N8 to Symbian bella I receive a blue screen of death, at windows 8
    can somebody help me?
    Attachments:
    mokiasuit.png ‏13 KB

Maybe you are looking for

  • How do I create a bootable Snow Leopard partition on my iMac running Lion?

    Hi. I have recently bought an iMac running Lion.  I also have software such as Office 2004 and CS2 which I believe I can run using Rosetta, however I think I need Snow Leopard for this.  If I purchase Snow Leopard from the Online Store, how do I inst

  • Looking for a certain type of computer

    I need a computer that will handle my specific needs. I am in the market for a desktop specifically - I don't really need the bundle pack with the monitor and printer since I already have those, so I guess I am most interested in a tower only. I do a

  • Macbook Retina Freezing and Kernel Panic

    Hi, I've read many reports at Apple forums but no one seems to have a solution for my problem. I own a new MacBook Pro Retina Display 2.6GHZ, with a LED Cinema Display as the first extenal monitor. 1) When I add a second external monitor through the

  • HT3728 My airport shows a blinking yellow light? Can't connect to the internet.

    Help

  • Product list

    Hello, I am designing a informational portal with which customers can search for products from various vendors. What is the best way to design a feature that allows a vendor to enter multiple products at once into my database? Thanks