RUn WLS 7 as Windows 2K service with JDK 1.4.1

Has anyone able to get WLS 7 to run as Windows 2K service with JDK 1.4.1?

NO -- the first product to support JDK 1.4 is WLS 8.1. Period.
Wayne
cdd wrote:
Has anyone able to get WLS 7 to run as Windows 2K service with JDK 1.4.1?

Similar Messages

  • How to run Indesign CS3 as a Service with Port number

    Hello all,
    I would like to run the InDesign CS3 Server as a service on Windows. It seems that after installing the Server it automatically installs as a service. But where can I assign the port number. If under Services properties of InDesign Server under Parameters I mention -port 1050 on Ok button it removes the parameter information.
    I am doing right or is there some other way to start the Server as Service with Port number.
    Thank you all in advance.
    Regards
    Farzana.

    Hi Sascha,
    have you tried to remove the service and install it manually?
    \"Path to IDS"\InDesignServerService /install /u
    \"Path to IDS"\InDesignServerService /install
    I guess you've tried to start the instance in the console already (successfully?).
    Regards
    Ingo
    Am 05.07.2011 um 12:18 schrieb 1000grad_Sascha:
    Hi Ingo,
    I've installed the Snap-In and configured one instance. Maybe it's worth mentioning that there are some instances running at the same time, which have been started using the console. Hope that's not interfering. However, the MMC-configured instance uses a different port.
    I tried to start the service with a huge range of users having all imaginable privileges. The common way of using either "LocalService" or the Local System Account (which has admin rights for me) doesn't do the job.
    cheers,
    Sascha
    >

  • Running OC4J as Windows 2000 service

    Can I configure OC4J Instance to run as a service on Windows 2000.
    1) How can I do that ?
    2) If not possible, why can I not do that ?
    3) If possible, Why should I not do that ?
    Thanks,

    Sorry, but I can not access the above link. Is this link still active.
    <<<<<
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    >>>>>>

  • Web Services with JDK 1.4.2

    I have the following class:
    import javax.xml.soap.*;
    import javax.xml.messaging.*;
    class CSTalkComms {
    public CSTalkComms() {
    public static void main(String[] args) {
    try {
    debug("Creating Connection Factory");
    SOAPConnectionFactory connFactory = SOAPConnectionFactory.newInstance();
    debug("Creating Connection");
    SOAPConnection con = connFactory.createConnection();
    debug("Creating Message Factory");
    MessageFactory messageFactory = MessageFactory.newInstance();
    SOAPMessage message = messageFactory.createMessage();
    debug("Creating SOAP Part");
    SOAPPart soapPart = message.getSOAPPart();
    debug("Creating SOAP Envelope");
    SOAPEnvelope envelope = soapPart.getEnvelope();
    debug("Creating SOAP Header");
    SOAPHeader header = envelope.getHeader();
    debug("Removing SOAP Header");
    header.detachNode();
    debug("Creatig SOAP Body");
    SOAPBody body = envelope.getBody();
    debug("Adding Text");
    body.addTextNode("<response><text><req length=\"15\">12345678</req><flag length=\"2\">03</flag><msgno length=\"6\">123456</msgno><title length=\"2\">Mr</title><name length=\"60\">Andrew Harris</name><tel_hp length=\"11\">1234567890</tel_hp><tel_of length=\"11\">0987654321</tel_hm><tel_hm length=\"11\">1234509876</tel_hm><faxno length=\"11\">6789054321</faxno></text></response>");
    debug("Creating Element");
    Name bodyName = envelope.createName("xmlText");
    debug("Adding Body");
    SOAPBodyElement gltp = body.addBodyElement(bodyName);
    debug("Creating Endpoint");
    URLEndpoint endpoint = new URLEndpoint("http://localhost/WBDS/Service.asmx");
    debug("Sending Message");
    SOAPMessage response = con.call(message, endpoint);
    debug(response.toString());
    } catch(Exception ex) {
    debug(ex.getMessage());
    private static void debug(String message) {
    System.out.println(message);
    All compiles fine but I get the follwoing output:
    Creating Connection Factory
    Creating Connection
    Creating Message Factory
    Creating SOAP Part
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/org/apache/xerces/internal/dom/DocumentImpl
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
    at com.sun.xml.messaging.saaj.soap.SOAPPartImpl.<init>(SOAPPartImpl.java:63)
    at com.sun.xml.messaging.saaj.soap.ver1_1.SOAPPart1_1Impl.<init>(SOAPPart1_1Impl.java:29)
    at com.sun.xml.messaging.saaj.soap.ver1_1.Message1_1Impl.getSOAPPart(Message1_1Impl.java:52)
    at CSTalkComms.requestMessage(CSTalkComms.java:24)
    at CSTalkComms.main(CSTalkComms.java:11)
    Problem I have is that I can only find the com/sun/org/apache/xerces/internal/dom/ package in JDK 1.5.
    Can anyone help?
    Regards
    Andrew

    The com.sun package is part of jwsdp. You may want to download the JWSDP 1.3 package from java.sun.com and add the jar files to your classpath before proceeding.
    Cheers,
    vidyut

  • WLS 5.1 not error with jdk 1.4 ???

    Hi,
    Ive just upgrading the jdk from 1.3 to 1.4 and got alot of errors.
    Im using the Bea Weblogic Server 5.1!
    Just at startup I got a VerifyError.
    And som other exception I got is: java.lang.NoClassDefFoundError: com/sun/java/util/collections/ArrayList
    Is WLS5.1 not compatible with J2SE (ver 1.4) ??
    When I change back to 1.3 everything is going fine.
    Error 1:
    java.lang.VerifyError: class weblogic.iiop.IIOPOutputStream overrides final method

    This is the platform support page and 1.4 is not listed for any Weblogic version...
    http://www.weblogic.com/platforms/index.html
    So if you want 1.4 you'll have to wait for a version that supports it.
    There was a guy that posted a link to a document on how to run 6.x with 1.4 but it's still unsupported so
    it's not recommended.
    --dejan
    John wrote:
    Hi,
    Ive just upgrading the jdk from 1.3 to 1.4 and got alot of errors.
    Im using the Bea Weblogic Server 5.1!
    Just at startup I got a VerifyError.
    And som other exception I got is: java.lang.NoClassDefFoundError: com/sun/java/util/collections/ArrayList
    Is WLS5.1 not compatible with J2SE (ver 1.4) ??
    When I change back to 1.3 everything is going fine.
    Error 1:
    java.lang.VerifyError: class weblogic.iiop.IIOPOutputStream overrides final method

  • Select the printer tray using the Java Print Service with JDK 1.4.2

    Hello,
    I have got a problem with 1.4 Printing. I would like to specify the printer tray for printing on Windows platform (XP and NT4.0). I am trying to use the attribute javax.print.attribute.standard.MediaTray class (ex. MediaTray.BOTTOM).
    Howerver, I can control the printer tray if I use the PCL driver of the printer. If I user the postscript driver I am not able to control the printer tray. I can reproduce the problem with 3 different printers (HP, Lexmark and Nashuatec).
    I used the getSupportedAttributeValues to check the supported values of the Media
    Media med[] = (Media[])service.getSupportedAttributeValues(Media.class, null, null);
    for (int k=0; k<med.length; k++) {
    System.out.println("Name : " + med[k].getClass() + " - Value : " + med[k].getValue());     
    With the PCL driver I have the following output and I can control the printer tray.
    Name : class javax.print.attribute.standard.MediaTray - Value : 0
    Name : class javax.print.attribute.standard.MediaTray - Value : 2
    Name : class javax.print.attribute.standard.MediaTray - Value : 4
    Name : class sun.print.Win32MediaTray - Value : 0
    Name : class sun.print.Win32MediaTray - Value : 1
    With the postscript driver I have the following output and I cannot control the printer tray
    Name : class sun.print.Win32MediaTray - Value : 5
    Name : class sun.print.Win32MediaTray - Value : 6
    Name : class sun.print.Win32MediaTray - Value : 7
    Name : class sun.print.Win32MediaTray - Value : 8
    Name : class sun.print.Win32MediaTray - Value : 9
    As I must use the postscript printer, can someone help me?
    Thanks.

    Hello,
    Can you tell me how it's possible to selet the tray using the PCL?
    I print on the following way:
    PrintService[] services = PrintServiceLookup.lookupPrintServices(null, null);
    AttributeSet aset = new HashAttributeSet();
    aset.add(new PrinterName("\\\\107208\\SBE08111", null)); // select printer
    ......Now I tried to add your code and I get the following output:
    0: Name : class javax.print.attribute.standard.MediaSizeName - Value : 40
    1: Name : class javax.print.attribute.standard.MediaSizeName - Value : 41
    2: Name : class javax.print.attribute.standard.MediaSizeName - Value : 45
    3: Name : class javax.print.attribute.standard.MediaSizeName - Value : 42
    4: Name : class javax.print.attribute.standard.MediaSizeName - Value : 4
    5: Name : class javax.print.attribute.standard.MediaSizeName - Value : 5
    6: Name : class javax.print.attribute.standard.MediaSizeName - Value : 27
    7: Name : class javax.print.attribute.standard.MediaSizeName - Value : 46
    8: Name : class javax.print.attribute.standard.MediaSizeName - Value : 59
    9: Name : class javax.print.attribute.standard.MediaSizeName - Value : 60
    10: Name : class javax.print.attribute.standard.MediaSizeName - Value : 55
    11: Name : class javax.print.attribute.standard.MediaSizeName - Value : 38
    12: Name : class javax.print.attribute.standard.MediaSizeName - Value : 16
    13: Name : class javax.print.attribute.standard.MediaSizeName - Value : 57
    14: Name : class javax.print.attribute.standard.MediaTray - Value : 0
    15: Name : class javax.print.attribute.standard.MediaTray - Value : 2
    16: Name : class javax.print.attribute.standard.MediaTray - Value : 1
    17: Name : class javax.print.attribute.standard.MediaTray - Value : 6
    18: Name : class javax.print.attribute.standard.MediaTray - Value : 4
    19: Name : class sun.print.Win32MediaTray - Value : 0
    20: Name : class sun.print.Win32MediaTray - Value : 1
    It's a printer with to trays, so I suppose the last two lines are important, but I'm not possible to effectively select the tray I want to print..

  • WLS 6.0 NT Service with Cocoon2

    I am getting Dr. Watson window(segmentation violation) while trying to the run
    the attached installNTService.cmd file.
    Any pointers will be greatly appreciated.
    Thanks,
    Dinkar
    [installNtService.cmd]

    I am getting Dr. Watson window(segmentation violation) while trying to the run
    the attached installNTService.cmd file.
    Any pointers will be greatly appreciated.
    Thanks,
    Dinkar
    [installNtService.cmd]

  • Is a 64 core machine running Microsoft's Windows Server compatible with After Effects CC and other CC apps?

    I'm trying to build an editing / render machine that has a 64 threaded cores which requires me to use windows server.  Has anyone here ever try to run Creative Cloud on a Windows server 2012? Also, any opinions regarding effectiveness, compatibility, and thoughts about this set up is welcome, I would like to hear what you guys think.  This station will primarily be used a render station and to edit 4k video through a fiber network.

    Also, any opinions regarding effectiveness, compatibility, and thoughts about this set up is welcome, I would like to hear what you guys think. 
    Well, since you asked: Makes no sense. First off, Adobe desktop apps are generally not officially supported on any server operating systems. That doesn't mean they won't run, but there's no guarantees for anything. Second, if you wanted to use all the cores e.g. for MP rendering in AE, you'd only have 2 GB per core, which isn't much. You will run into all sorts of memory errors. Of course you can skew the balance by using less cores/ processors, but then you don't need 4 processors in the machine in the first place. Also currently AE's MP rendering only allows to use 32 processes at most, anyway. Still, even then the file I/O required to sustain all those 32 instances would probably kill your system. Third, and now we are getting to a point, due to how many things in AE work, limitations imposed by CoDecs and effects and a million other things you may end up never using more than 2 cores on a single processor and things feel like on an Amiga. And well, similar considerations would be true for AME, Premiere and whatever other tools/ programs. Sorry, but this is a highly fictional "What if...?" computer or an Edsel. The way they currently work, no Adobe app could ever feed this beast and exploit all the performance. In fact for 4K work in Premiere you may need a totally different graphics system like a Titan. You simply have things completely wrong and are solely focusing on processing power without seeing the bigger picture. You need to sit down and think it over.
    Mylenium

  • Crash of application with Windows NT Service

    Hi there, I am deploying an application as a standard J2EE Application to a WL7
    instance that is running as a Windows NT Service. All is fine for about 8 hours
    and then the WLS progressively stops services, first no EJBs are able to be instantiated,
    but web assets can still be accessed. The next step is that all web assets become
    unreachable and the WLS console is also not accessible.
    The true problem here is that no log entries are written to any file that I can
    find so I can not even guess where to start with diagnosing this issue.
    If anyone has seen similar behaviour then please can you give me some hints.
    Thanks

    JD <[email protected]> wrote:
    The true problem here is that no log entries are written to any file...Hello JD,
    When you installed WebLogic as a NT Service, did you use the following flags?
    (for STDOUT): -Dweblogic.Stdout="d:\bea\user_projects\myWLSdomain\stdout.txt"
    (for STDERR): -Dweblogic.Stderr="d:\bea\user_projects\myWLSdomain\stderr.txt"
    This is a fairly typical problem within the BEA newsgroups. Could you reply with
    a few items? First, what version of NT? (4.0, 5.0 (2000 Server), 5.2(2003 Server)
    What platform (32- or 64-bit?)
    Also, could you post your Win32 registry value for strings...
    <MACHINE NAME>\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<YOUR BEA
    WLS SERVICE_NAME>\Parameters\CmdLine
    ...and...
    <MACHINE NAME>\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<YOUR BEA
    WLS SERVICE_NAME>\Parameters\Log
    By the way, what service pack are you currently running under WLS 7.0?
    Brian J. Mitchell
    Systems Administrator, TRX
    email: [email protected]
    office: +1 404 327 7238
    mobile: +1 678 283 6530

  • Run development environment as a service on windows

    I have a function written in LabVIEW that requires code that only runs in the development environment (no RTE).  (Labview 2010)
    The function will be called via system command from another program, and arguments will be passed on the command line.  Simultaneous calls may be made, so I cannot count on launching the Dev environment and inspecting the command line.  There is no GUI for the code.
    I have devised a plan to create a LV EXE that will be called by the third party app via a command line with arguments.  The EXE will then call the Dev environment via VI server (I still need to figure out if it will be done with re-entrant calls or a queue, but that's not my big worry).
    So the Dev environment has to be up and running to wait for "requests".  I would like for it not to be in the foreground, as this machine is used for other purposes.
    Can the Dev environment run "hidden" or as a service with no GUI?  Could it be run under another account, in a virtual shell?

    What code runs only in the development environment ? ( Take good look at the name )

  • Memory problem with jdk/jre 1.1.8

    My name is BERGMANN Yannick.
    I'm working for IRM in Li?ge and we developped an application (user interface for an industrial measurement system) in Java (JDK/JRE version : 1.1.8).
    We have a big memory problem with this application :
    - This user interface is running on a WINDOWS NT PC with 128MB.
    - This is the command to lanch our application :
    C:\Program Files\JavaSoft\JRE\1.1\bin\jrew.exe" -ms32m -mx32m -cp "\Program Files\HMI\HMI.zip;\Velocis\Add_On\Jdbc\raima.jar;\Program Files\Swing-1.1.1\swingall.jar" be.irm.hmi.kernel.HMI -t15 -d"Velocis rdstcp" -newdb -mf1m -mr20
    - When our application is running, everything seems to be OK in memory for it. The garbage collector seems to work properly and our application has always at least 5MB free memory (We use the java instruction "Runtime.getRuntime().freeMemory()" to know this).
    - But when we look in the "Windows NT task manager" for the "jrew" application, the memory increases ALWAYS.
    - After 5 days our application is completely frozen and blocked ...???
    - here is a memory map of our Windows NT PC :
         "jre.exe"     "commit total"     "commit limit"     "commit peak"     "physical total"     "physical available"     "physical file cache"     
    Monday     92264     109256     194944     109424     130484     19492     6216     
    Thuesday     106196     123072     194944     123348     130484     6072     5840     
    Wednesday     110836     132288     194944     132416     130484     4408     5140     
    Thursday     108200     144980     194944     145140     130484     4888     5148     
    Friday     109440     158319     194944     161334     130484     4911     4992     
    Monday     111600     209060     228548     209148     130484     5184     3484     
    Have you any idea of what is happening with "jrew" in memory ?
    We have had this problem for six month and we are totaly out of idea.
    If you can give us any idea, we'll appreciate a lot.
    Thanks in advance,
    BERGMANN Yannick
    IRM SA - Software Engineer
    Tel. (32)4/239.90.10
    Tel. (32)4/239.90.74 (direct)
    Fax (32)4/263.40.97
    E-mail [email protected]

    We had a memory problem with a swing applet in our company. The major reason for this was that we added new components in a JTree and removed them later again, and the components we removed were never garbage collected. This was because with these components we added different listeners, and we didn't remove the listeners after we didn't need the components anymore. After we corrected this, the components where garbage collected.
    Perhaps it's a similar problem you have, or I have no idea. Check that you remove actionlisteners, mouselisteners etc from components you want to be garbage collected.
    You could also test your application with OptimizeIt to see what objects you create and how many you get of them over time: http://www.vmgear.com

  • Weblogic Server 6.1 as Windows NT Service

    Hi All,
    I am running Weblogic Server 6.1 as Windows NT Service with one WAR
    Application Deployed in Production Mode.
    My machine is on Windows 2000 Application Server. I am facing a very strange
    problem with the setup.
    Prob 1 :
    Sometimes the service unexpactedly terminates ( I ve got the log in
    Event Viewer of Win2K saying that myserver service has been terminated 2
    times....) !! Can anyone explain why it is terminating like these ? what
    could be the possible reasons ?
    Prob 2 :
    When i see the logs that are generated i found that the WAR Application
    is continuously getting re-deployed and I am getting Deployment Exceptions
    for the same WAR files that i couldnt be deployed. This is happening
    automatically , I am not re-deploying the app.
    What could be the possible reasons ? Can anyone explain this behaviour ?
    Thanks in Advance.
    Bhavin Raichura

    Hello Bhavin,
    Are you sure you are running in production mode? Because production vs
    development mode is controlled by a parameter in startWebLogic. However,
    startWebLogic doesn't matter when you run it as a service. The startup
    parameters are set in installNTService, from where they go directly in the
    Windows registry.
    We found out that it matters what the timestamp of the packaged file is,
    compared to the time WebLogic started. For us, when the timestamp of our
    .ear file is earlier than the time WebLogic started, it does not want to
    redeploy. Maybe your timestamp is in the future or something??
    There are two reasons why you will see "service terminated unexpectedly".
    (a) If you stop the server yourself from the admin console or through the
    command line, the beasvc process exits, but Windows doesn't expect that, so
    it complains. Windows will not complain if you stop the service through "net
    stop <service>".
    However, there is reason (b), when the beasvc.exe process crashes by itself.
    We occasionally experience that (WebLogic 6.1 sp1) and we don't know why
    either. The only clue is in the weblogic.log file, where the last entry was
    something like: NT Performance Pack, I/O error, FD 3456.
    If you solve your #1, I would love to hear about it.
    Christo
    "bhavin raichura" <[email protected]> wrote in message
    news:[email protected]...
    Hi Kumar,
    Thanks for the reply.
    Well, the size of WAR is not very big, but that needs many other jars inthe
    classpath to get executed.
    I suppose the prob # 2 can be solved by Disabling Auto Deployment of
    Applications from Console > Mydomain > Application and uncheck thecheckbox
    but I am not sure.
    But what is wrong exactly with the setup ? This works perfactly alrightwhen
    Weblogic is not running as Windows Service.
    can web.xml and weblogic.xml or config.xml be helpful to you in
    understanding the problem ?
    Thanks in advance.
    Bhavin Raichura
    "Kumar Allamraju" <[email protected]> wrote in message
    news:[email protected]...
    I can help with #2.
    If your war file is not that big, can you send it to me? I will take alook at
    it.
    bhavin raichura wrote:
    Hi All,
    I am running Weblogic Server 6.1 as Windows NT Service with one WAR
    Application Deployed in Production Mode.
    My machine is on Windows 2000 Application Server. I am facing a very
    strange
    problem with the setup.
    Prob 1 :
    Sometimes the service unexpactedly terminates ( I ve got the log
    in
    Event Viewer of Win2K saying that myserver service has been terminated2
    times....) !! Can anyone explain why it is terminating like these ?what
    could be the possible reasons ?
    Prob 2 :
    When i see the logs that are generated i found that the WARApplication
    is continuously getting re-deployed and I am getting DeploymentExceptions
    for the same WAR files that i couldnt be deployed. This is happening
    automatically , I am not re-deploying the app.
    What could be the possible reasons ? Can anyone explain this behaviour
    >>>
    Thanks in Advance.
    Bhavin Raichura

  • Windows Deployment Services "the specified image file is either invalid or corrupted"

    I'm trying to add images to a virtual server running WS08 R2 but the only type of images that get accepted are the vista x86, nothing else works,
    I tried the following image files:
    windows server 2008 R2
    windows server 2008 x64
    windows 7 x64
    windows 7 x86
    windows vista x64
    and always the same error: "the specified image file is either invalid or corrupted"
    the machine configuration is as follows:
    Virtual machine on Hyper-V 2 (host is WS08 R2 Enterprise)
    2048 MB RAM
    25 GB free diskspace
    running these roles:
    AD
    DNS
    DHCP
    WDS
    hope someone can help

    Was a solution for this ever found?  I am experiencing the same issue with the following setup:
    I am having an issue with a virtualized Windows Server 2008 R2 Enterprise blue-screening any time I try and add an install image through the Windows Deployment Services mode.
    Server:
    Lenovo TD200x – 3822-43U
    Dual Intel Xeon E5530 CPU’s                                                                                                                                                                                               
    Installed Memory: 28.0 GB
    Two raid arrays.
                    Array 1 – 500 GB Mirror – hosting Windows 2008
    R2 Enterprise running Hyper-V
                    Array 2 – 1 TB RAID 10 – hosting Virtual Machines
    and Virtual Hard Disks
    We have the latest firmware update installed on this physical machine
    Our physical server is the Lenovo TD200x machine.  On it, we are running Windows Server 2008 R2 Enterprise
    Within Hyper-V, I am running a Windows Server 2008 R2 Enterprise domain.
    Virtual Server 1 is a domain controller running Windows Server 2008 R2.  It is configured with roles of: Active Directory Domain Services, DNS,
    and DHCP.
    Virtual Server 2 is a member server running Windows Server 2008 R2.  It is configured with the role of: Windows Deployment Services.
    The error is occurring on Virtual Server 2.  After everything is installed on this server, and it is setup as a domain member and has the Windows
    Deployment services role added, I go through and ad a Windows 7 boot image within Windows Deployment Services with no problem.  When I go through and try to add a Windows 7 install image, however, during the creation of that install image, the Virtual
    Server 2 pops up an error that reads:
    Error occurred while trying to execute command.
    Error Code: 0x80070002
    After this, the system will immediately blue-screen and reboot with a STOP 0x000000F4 Error
    I have tried using various Windows 7 DVD’s and even using the Windows 7 ISO file, mounting it as a drive.  All with the same results. 
    I have erased the virtual server and recreated it with the same results.  I have removed the entire domain and recreated both servers with the same results.
    I have setup the physical box as a Windows Server 2008 R2 domain controller and added the Windows Deployment Services role and did NOT have any problems
    going about it in that manner.  Therefore, the issue lies within running this in a Virtualized server within Hyper-V.

  • Configuring NT service with disableWeblogicClassPath

    Hi
    Due to some classloader issues we start up WebLogic with the following
    system property:
    -Dweblogic.system.disableWeblogicClassPath=true
    and no weblogic.class.path property.
    However, when trying to set this up for an NT service using wlconfig,
    wlconfig seems to insist on a weblogic.class.path system property. When
    that property exists (although empty) WebLogic will not boot.
    It seems that you can't run weblogic as an NT service with
    weblogic.system.disableWeblogicClassPath=true?
    Regards
    Steffen Bering Jensen
    Systems Architect * Nordija ApS * Denmark

    Hi
    The problem with t3config and disableWeblogicClassPath (described below) also
    seems to exist in WLS 5.1 - sp2.
    Regards
    Steffen Bering Jensen
    Systems Architect * Nordija ApS * Denmark
    [email protected] wrote:
    I hope that it is fixed in post 4.5.0 versions.
    [email protected] wrote:
    Steffen
    I ran into the same problem with 4.5.0 while using t3config
    I would like to know the version you are working with.
    Support, please tell me it can be fixed.
    Madhu
    "Steffen B. Jensen" wrote:
    Hi
    Due to some classloader issues we start up WebLogic with the following
    system property:
    -Dweblogic.system.disableWeblogicClassPath=true
    and no weblogic.class.path property.
    However, when trying to set this up for an NT service using wlconfig,
    wlconfig seems to insist on a weblogic.class.path system property. When
    that property exists (although empty) WebLogic will not boot.
    It seems that you can't run weblogic as an NT service with
    weblogic.system.disableWeblogicClassPath=true?
    Regards
    Steffen Bering Jensen
    Systems Architect * Nordija ApS * Denmark

  • WLS new installation SUN or Oracle JDK?

    hi all,
    i am in the middle of installing WLS the first time. can you give me your opinion whether i should stick with SUN JDK or Oracle JDK?
    given my history i am very familiar with handling SUN JDKs and have no clue about Oracle JDK...
    BUT which one of the two is better when running WLS?
    regards chris

    Hi Chris,
    Sun JDK and JRockit both are built on the same source, in fact JRockit uses Sun API. Both has pros and cons.
    When coming to JRockit you will be able to find support from weblogic team where Oracle has separate engineering team for JRockit. However there are lot of dependencies on Sun JDK.
    As Ravi said now Sun is also part of Oracle so its your option to do the selection.
    To find out the differences between Sun and JRockit please refer the following:
    "Differences between Sun JVM and JRockit" in http://crkthoughts.blogspot.com/2009/12/weblogic-faqs.html
    HTH
    Regards,
    RC2

Maybe you are looking for