Running Weblogic Server 7.0 SP4 using JDK 1.4

Is it possible to run Weblogic Server 7.0 SP4 with a different JRE than the one
that ships with 7.0 SP4. I am having issues with a bug in JDK 1.3.1 which when
I run under JBuilder X using 1.4 is not there. ANy help as to how I go about
doing this would be welcomed.
Thanks
Justin

Yes,
The JDK is just the Sun JDK...nothing special. You may upgrade minor versions quite safely by dowloading later one at Sun website and pointting your "JAVA_HOME" at it.
I would not jump to 1.4, as changes in java language may impact.

Similar Messages

  • Running Weblogic Server 10.3.3 in Debug  mode

    Hi to all,
    Here i got a problem after installing Oracle Identity Manager 11g R3,to solve the issue i need to run WebLogic Server 10.3.3 in Debug mode.
    Can any suggest how to run WebLogic Server 10.3.3 in Debug mode.
    Here i find a solution to run in debug mode,but no difference in log files before and after changing debug mode.
    Enable Debugging on the WebLogic Server
    To start WebLogic Server in debug mode, you will need to modify the startWebLogic.cmd script in the <WLS-root>\wlserver_10.0\samples\domains\wl_server directory. <WLS-root> is the directory in which WebLogic 10.0.1 was installed into.
    In the startWebLogic.cmd script, specify the JAVA OPTIONS with:
    set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n
    Let me know if u have any questions,
    Thanks and Ragards,
    Satish

    Greg,
    I cam across this issue too. It looks like there is a bug in sample script provided by weblogic documentation. We should not use ADMIN_URL as they mentioned in the script.
    Remove it and try. For more info. please see this link helps:
    http://ananthkannan.blogspot.com/2009/10/weblogic-server-instance-as-window.html
    Thanks.
    Ananth

  • WebLogic R10.x can not using JDK 1.5 ?

    when I using Configuration Wizard to config the JDK , I using JDK5.0_X for the Other JDK in WebLogic v10.x , but when I startWebLogic.cmd to running the weblogic , is show some error , and then stop to running , and back to dos command prompt , who can told me does the WebLogic 10.x can not using JDK 1.5 ?
    and the weblogic 9.x is not compatible with weblogic 10.x ? TKS!

    Hi if you are using WLS 10.0 or WLS 10.1 then JDK1.5 is compatible however WLS 10.3 is not compatible with JDK 1.6 It means that Oracle/Bea does not support WLS 10.3 with JDK 1.6
    Check the below link for supported configuration
    http://e-docs.bea.com/platform/suppconfigs/configs100/100_over/overview.html
    Also put the stack trace of the error for analysis
    Regards
    Ravi

  • Where can i get weblogic server 6.1 sp4 11/08/2002 21:50:43 #221641

    Hi everybody,
    from where can I download weblogic server 6.1 sp4 11/08/2002 21:50:43 #221641software?
    cheers

    Hi Praveen,
    You're better off consulting the weblogic website for this kind of information.
    Regards.
    Ken
    Kenneth Saks
    J2EE SDK Team
    SUN Microsystems

  • Solution for starting weblogic server 6.1 SP4 after changing of JVM to JDK 1.4 in startweblogic.cmd file

    Hi,
    I am using WebLogic 6.1 SP4 on a windows 2000 system.
    I have changed the JAVA_HOME variable in startweblogic.cmd file to point to j2sdk1.4.0_01
    instead of the default. I have set the weblogic startup password also in the WLS_PW
    variable in startweblogic.cmd file. After this change when i start the server,
    i get the following stack trace error and the server does not start up at all.
    Stack trace:
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:296)
    at java.lang.Class.newInstance(Class.java:249)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:215)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:170)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:167)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:393)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate
    .java:78)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:210)
    at weblogic.Server.main(Server.java:35)
    Caused by: java.io.IOException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
    For the above problem there is a workaround suggested at this link
    http://www.genuitec.com/products/JDK14_WLS61.pdf
    The same does not happen in WebLogic 7.0 even after i change the default JAVA_HOME
    variable . It starts without any problem.
    So is there any solution given by WebLogic . If so please do let me know.
    Thanks in advance
    Raj Kumar

    Hi,
    I am using WebLogic 6.1 SP4 on a windows 2000 system.
    I have changed the JAVA_HOME variable in startweblogic.cmd file to point to j2sdk1.4.0_01
    instead of the default. I have set the weblogic startup password also in the WLS_PW
    variable in startweblogic.cmd file. After this change when i start the server,
    i get the following stack trace error and the server does not start up at all.
    Stack trace:
    java.lang.SecurityException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at java.lang.Class.newInstance0(Class.java:296)
    at java.lang.Class.newInstance(Class.java:249)
    at javax.security.auth.login.Configuration$3.run(Configuration.java:221)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.Configuration.getConfiguration(Configuratio
    n.java:215)
    at javax.security.auth.login.LoginContext$1.run(LoginContext.java:170)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.login.LoginContext.init(LoginContext.java:167)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:393)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate
    .java:78)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:210)
    at weblogic.Server.main(Server.java:35)
    Caused by: java.io.IOException: Unable to locate a login configuration
    at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
    at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
    For the above problem there is a workaround suggested at this link
    http://www.genuitec.com/products/JDK14_WLS61.pdf
    The same does not happen in WebLogic 7.0 even after i change the default JAVA_HOME
    variable . It starts without any problem.
    So is there any solution given by WebLogic . If so please do let me know.
    Thanks in advance
    Raj Kumar

  • Upgrading weblogic server 7.0 sp4 JDK issue

    I have amended the C:\bea\weblogic700\server\bin\startWLS.cmd and C:\bea\weblogic700\server\bin\setWLSEnv.cmd to point to a jdk.1.4.1_07 install and I get the following error when I try starting the server. I have done the same on another machine some time ago and I am sure it was relatively straight forward. I may have well forgot another step that needs to be done.
    Starting WebLogic Server...
    <20-Aug-2004 08:42:54 BST> <Notice> <Management> <140005> <Loading configuration
    C:\bea\user_projects\fastRepair\.\config.xml>
    <20-Aug-2004 08:43:01 BST> <Critical> <WebLogicServer> <000364> <Server failed d
    uring initialization. Exception:java.net.UnknownHostException: 10.234.213.236
    java.net.UnknownHostException: 10.234.213.236
    at java.net.InetAddress.getAllByName0(InetAddress.java:1004)
    at java.net.InetAddress.getAllByName0(InetAddress.java:969)
    at java.net.InetAddress.getAllByName(InetAddress.java:963)
    at java.net.InetAddress.getByName(InetAddress.java:883)
    at weblogic.rjvm.JVMID.setLocalID(JVMID.java:144)
    at weblogic.t3.srvr.T3Srvr.setJVMID(T3Srvr.java:525)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:684)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    Any help welcomed.
    Justin

    If you are running SSL, you may be encountering the same problem as in http://forums.bea.com/bea/thread.jspa?threadID=200006577&tstart=15

  • Is Oracle Weblogic server  10.3 compatible with jdk 1.5.0?

    When i point 1.5.0 JDK version to Oracle Weblogic server 10.3 "Bad version number in .class file" error is thrown while starting the server.
    can any one help me to resolve this issue?
    Edited by: user10643892 on Nov 23, 2008 10:40 PM

    Hi, there.
    You are right. The overview page has no clear statement on JDK. However, if you look into the supported operating system links, you'll find only JDK 6 is supported. Example for Solaris:
    http://edocs.bea.com/platform/suppconfigs/configs/solaris/solaris10_103.html
    Note that there is support for JDK 5 clients, which may be useful to you:
    http://e-docs.bea.com/wls/docs103/notes/new.html#wp1090981
    I hope this answers your question.
    Cheers,
    -Adrian

  • How to specify the webLogic server startup script to use different config.xml  file ??

    Hi,
    I have 2 weblogic startup scripts (startWebLogic.sh and
    startWebLogic_recovery.sh) for the same domain.
    startWebLogic.sh uses config.xml file.
    I would like to use config_recovery.xml as the configuration file for startWebLogic_recovery.sh
    How would I do this ?
    I am using WebLogic Server 6.1 on SunOS 5.8 / HP-UX 11.0.
    Appreciate any help.
    Regards
    Gunaseelan Venkateswaran

    I guess you're using Weblogic 6.1 with WLCS 3.5. I think you're supposed to work with one config.xml for the same domain, and not have a different config.xml.
    To start up different applications or EJBs, use the "target" property to control which applications to start up for the particular instance.
    YY

  • Error while running weblogic server in jdeveloper

    starting weblogic with Java version:
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK17~1.0\bin\java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1 -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.domain.config.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\FMWCON~1\arisidprovider -Doracle.security.jps.config=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\servers\DefaultServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\Users\DELL\AppData\Roaming\JDEVEL~1\SYSTEM~1.92\DEFAUL~1\oracle\store\gmds -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -noverify -Doracle.webcenter.analytics.disable-native-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Djrockit.codegen.newlockmatching=true -Dportlet.oracle.home=E:\Oracle\Middleware\jdeveloper -Dwc.oracle.home=E:\Oracle\Middleware\jdeveloper -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1035\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.
    Unrecognized option: -jrockit
    Process exited.
    JDeveloper version -11.1.1.6.0
    Window 7 64bit os
    Please help.
    Regards,
    Shrikant1988

    I have reinstall changed the class path in environment variable and getting below error
    *** Using port 7101 ***
    C:\Users\DELL\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    \Java\jdk1.6.0_38 was unexpected at this time.
    Process exited.
    Regards,
    Shrikant1988

  • How to run weblogic server in backgroud?

    I just installed weblogic60sp1 on Aix.
    how can i start weblogic server in backgroud?
    Ron

    Hi Kartheek,
    If you're new to running WebLogic as a Windows service, you'll probably find it a bit tricky at first. I found troubleshooting problems, especially start-up and process-crashes, awkward at first. If you have time, you may want to check these out:
    [ http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html|http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html]
    [http://e-docs.bea.com/wls/docs81/adminguide/winservice.html|http://e-docs.bea.com/wls/docs81/adminguide/winservice.html]
    -Jones

  • How to run weblogic server in background process on Windows XP 2002 ?

    Hi,
    I have installed weblogic server 9.2 in Windows XP 2002, I want to start my weblogic server and instances in background and keep running .
    Can anybody please provide information on the same ?
    Thanks in Advance,
    Kartheek.

    Hi Kartheek,
    If you're new to running WebLogic as a Windows service, you'll probably find it a bit tricky at first. I found troubleshooting problems, especially start-up and process-crashes, awkward at first. If you have time, you may want to check these out:
    [ http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html|http://connectionserver.blogspot.com/2009/06/weblogic-as-windows-service.html]
    [http://e-docs.bea.com/wls/docs81/adminguide/winservice.html|http://e-docs.bea.com/wls/docs81/adminguide/winservice.html]
    -Jones

  • Minimum memory reuuirment to run weblogic server 5.1.0

    Hi
    What is the minimum memory reuuirment to run wl on nt?
    Y.L.

    Hi Yi,
    You can check the requirements page online at
    http://www.weblogic.com/docs51/platforms/index.html#winnt
    I'd imagine that these requirements are mostly for development work. If the
    WebLogic Server resides and is for production level, then there are other
    matters to add to the equation, such as how many users to you plan to
    support, among others.
    Nelson Paiva
    WLCS Developer Relations Engineer
    <Customer
    What is the minimum memory reuuirment to run wl on nt?
    </Customer>

  • Can you Run Lion server on iMac and use monitor for another computer

    With lion server you don't need a monitor and I figure why buy a mac mini when i could by a 27" imac and use it as a display and a mac mini running lion server.
    I have been going over the scenarios and am trying to decide if I should buy the TB display or a second 27" imac.  Eventually I will have 3 27" displays... but I want to run Lion Server off of one of the imacs... and use the display with the other imac.
    do you know if it is possible to use the display of the imac for a mbp or another imac while running an operating system (lion Server) on the computer at the same time.
    not sure if I made my self clear there or not.
    Ryan

    Ryan as long as both the Mac Mini and iMac have Thunderbolt you could use the iMac as an external monitor for the Mac Mini. The current machines with Thunderbolt connections are 2011 iMacs, MacMini's, MacBook Air's & all MacBook Pros.

  • How to run Weblogic Server 8.1 in Win 98/Red Hat Linux

    I've receieved the Weblogic Server 8.1 Evaluation version. I've installed it successfully. But while I try to start the Weblogic Server the progress bar shows the completion of the server start but the indicator does not turn green. What might be the reason.Same is the problem with Red hat Linux 8.0 ? Please send in the solution

    Joydeep,
    WebLogic Platform 8.1 is not supported on Win 98 and Red Hat 8.0. Please
    refer to the following url for more information.
    http://e-docs.bea.com/platform/docs81/support/supp_plat.html#1048419
    Regards,
    Raj Alagumalai
    WebLogic Workshop Support
    "Joydeep Paul" <[email protected]> wrote in message
    news:3f4e9723$[email protected]..
    I've receieved the Weblogic Server 8.1 Evaluation version. I've installedit successfully. But while I try to start the Weblogic Server the progress
    bar shows the completion of the server start but the indicator does not turn
    green. What might be the reason.Same is the problem with Red hat Linux 8.0 ?
    Please send in the solution

  • Attaching strace to running WebLogic Server using jrockit

    Hi all,
    We are running WLS 8.1 sp4 on Linux using jrockit. As you know jrockit on Linux spawns several proccesses. I'm trying to use strace to monitor traffic in the hopes of solving a socket timeout issue. I have tried the following command:
    strace -p 12742 -f -r -t
    However, that doesn't see to be the correct pid. Does anyone know how to attach strace to a running WLS using jrockit on Linux?
    pat

    Yes,
    The JDK is just the Sun JDK...nothing special. You may upgrade minor versions quite safely by dowloading later one at Sun website and pointting your "JAVA_HOME" at it.
    I would not jump to 1.4, as changes in java language may impact.

Maybe you are looking for