SecurityException starting WL6

I changed the password for user 'system' via the console, shut down the
server and now when I restart the server, I get a:
Exception raised: java.lang.SecurityException: Authentication for user
system denied in realm weblogic
Subsequently, the server will not start. How can I get my server running
again?
Thanks
Rob

this is a known issue with beasvc.exe
you may want to contact support and ask for latest beasvc.exe to
get rid of this problem.
Kumar
Roman Heinz wrote:
Hi.
WL6.0SP2
W2kSP2
JRockit 3.1.5
Our systems runs fine with JRockit when run from command line.
It fails to start with beasvc.exe with the famous:
The WL_cms service is starting.
The WL_cms service could not be started.
The service did not report an error.
More help is available by typing NET HELPMSG 3534.
Interestingly, the cmdLine from the registry works, if I start it in
directory '[....]\wlserver6.0\'
Any clues?
Roman

Similar Messages

  • Start WL6.1 sp2 as service, can't find DB2 dlls

    I have WL6.1 sp2 installed to run as a service. I modified the classpath and java.library.path
    to pick up my DB2 jdbc drivers. The service sends a message stating that the
    DB2CLI.dll can not be found in the following path c:\bea\wlserver6.1\bin;.;c:\winnt...etc.
    The -extrapath setting in the installNTservice.cmd sets the 'path' parameter
    in the registry, but does not seem to do anything. If I copy all my DB2*.dll
    files into the \bin, it works fine. I would rather figure out how to modify that
    path correctly.

    Layne,
    Can you test with the latest beasvc.exe file thatw as shipped with sp2
    for WLS 6.1 ?
    The -extrapath issue has been fixed in the latest beasvc.exe file
    Thanks,
    Raj Alagumalai
    Developer Relations Engineer
    BEA Support
    Layne Carder wrote:
    I have WL6.1 sp2 installed to run as a service. I modified the classpath and java.library.path
    to pick up my DB2 jdbc drivers. The service sends a message stating that the
    DB2CLI.dll can not be found in the following path c:\bea\wlserver6.1\bin;.;c:\winnt...etc.
    The -extrapath setting in the installNTservice.cmd sets the 'path' parameter
    in the registry, but does not seem to do anything. If I copy all my DB2*.dll
    files into the \bin, it works fine. I would rather figure out how to modify that
    path correctly.

  • Recompiling EJB jars during start up, and classpath wrong

    When I start WL6.1 with SP2, it tries to recompile (re: ejbc ?) one of my ejb jars.
    Why does it do this. This gives NoClassDefFoundError exception as the bean references
    utility classes which are only resolved by the class-path entry in the manifest
    file e.g
    Class-Path: /rdfinf.jar NRInfrastructure.jar
    But these classes aren't on the classpath when starting WL6.1, if they were they
    couldn't be redeployed. I think what is happening is the jar is being re ejbc
    but the class path given to ejbc is obviously incorrect ?
    The jar was produced by JBuilder6, I thought that maybe JBuilder6 didn't have
    sp2 installed and therefore it was an sp1 ejbc'd jar so at start up it is re ejbc'd
    But JB6 does have weblogic_sp.jar in its libraries BUT I can't find weblogic_sp.jar
    anywhere on my bea\wlserver6.1 installation. I upgraded from wl6.1 sp1 to sp2,
    and when wl6.1 starts up it clearly says sp2.
    Any ideas ? I've been looking at this for days.
    <22-Jan-02 16:30:14 GMT> <Info> <EJB> <EJB Deploying file: AccountManager.jar>
    <22-Jan-02 16:30:14 GMT> <Info> <EJB> <The EJB deployment named: AccountManager.jar
    is being recompiled within the WebLogic
    onsult the server logs if there are any errors. It is also possible to run weblogic.ejbc
    as a stand-alone tool to generate t
    ses.>
    <22-Jan-02 16:30:14 GMT> <Error> <J2EE> <Error deploying application AccountManager:
    Unable to deploy EJB: AccountManager.jar from AccountManager.jar:
    EJB : AccountManagerBean .Unable to initialize method info for remote
    or home interface.The error is java.lang.NoCla
    com/rdf/infrastructure/exceptions/RDFApplicationException
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:290)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:339)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:156)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.getMethods0(Native Method)
    at java.lang.Class.getMethods(Class.java:742)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.initializeMethodInfos(ClientDrivenBeanInfoImpl.java:955)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfoImpl.java:210)
    at weblogic.ejb20.deployer.SessionBeanInfoImpl.<init>(SessionBeanInfoImpl.java:103)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:327)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoImpl.java:126)
    at weblogic.ejb20.ejbc.EJBCompiler.setupEJB(EJBCompiler.java:128)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:295)
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java:684)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:851)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)

    Hi,
    the weblogic_sp.jar file should be in the bea/wlserver6.1/lib directory.
    If WebLogic starts as SP2, it should be there. You could also look in
    the start script (startweblogic.cmd if you're on Windows),
    weblogic_sp.jar should be referenced in there, too.
    When using JBuilder, make sure that the weblogic_sp.jar file is listed
    before (above) the weblogic.jar file, so it is included first in the
    classpath.
    If you can't find weblogic_sp.jar anywhere, try reinstalling the service
    pack.
    Hope that helps,
    Nils
    PeteTh wrote:
    >
    When I start WL6.1 with SP2, it tries to recompile (re: ejbc ?) one of my ejb jars.
    Why does it do this. This gives NoClassDefFoundError exception as the bean references
    utility classes which are only resolved by the class-path entry in the manifest
    file e.g
    Class-Path: /rdfinf.jar NRInfrastructure.jar
    But these classes aren't on the classpath when starting WL6.1, if they were they
    couldn't be redeployed. I think what is happening is the jar is being re ejbc
    but the class path given to ejbc is obviously incorrect ?
    The jar was produced by JBuilder6, I thought that maybe JBuilder6 didn't have
    sp2 installed and therefore it was an sp1 ejbc'd jar so at start up it is re ejbc'd
    But JB6 does have weblogic_sp.jar in its libraries BUT I can't find weblogic_sp.jar
    anywhere on my bea\wlserver6.1 installation. I upgraded from wl6.1 sp1 to sp2,
    and when wl6.1 starts up it clearly says sp2.
    Any ideas ? I've been looking at this for days.
    <22-Jan-02 16:30:14 GMT> <Info> <EJB> <EJB Deploying file: AccountManager.jar>
    <22-Jan-02 16:30:14 GMT> <Info> <EJB> <The EJB deployment named: AccountManager.jar
    is being recompiled within the WebLogic
    onsult the server logs if there are any errors. It is also possible to run weblogic.ejbc
    as a stand-alone tool to generate t
    ses.>
    <22-Jan-02 16:30:14 GMT> <Error> <J2EE> <Error deploying application AccountManager:
    Unable to deploy EJB: AccountManager.jar from AccountManager.jar:
    EJB : AccountManagerBean .Unable to initialize method info for remote
    or home interface.The error is java.lang.NoCla
    com/rdf/infrastructure/exceptions/RDFApplicationException
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:290)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:111)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:339)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:156)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
    at java.lang.Class.getMethods0(Native Method)
    at java.lang.Class.getMethods(Class.java:742)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.initializeMethodInfos(ClientDrivenBeanInfoImpl.java:955)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.<init>(ClientDrivenBeanInfoImpl.java:210)
    at weblogic.ejb20.deployer.SessionBeanInfoImpl.<init>(SessionBeanInfoImpl.java:103)
    at weblogic.ejb20.deployer.BeanInfoImpl.createBeanInfoImpl(BeanInfoImpl.java:327)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:395)
    at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.<init>(MBeanDeploymentInfoImpl.java:126)
    at weblogic.ejb20.ejbc.EJBCompiler.setupEJB(EJBCompiler.java:128)
    at weblogic.ejb20.deployer.Deployer.runEJBC(Deployer.java:295)
    at weblogic.ejb20.deployer.Deployer.compileEJB(Deployer.java:684)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:851)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:30)
    at weblogic.j2ee.Application.addComponent(Application.java:163)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)--
    ============================
    [email protected]

  • Startup authentication error

    I'm getting the following error when I start wl6.0. I followed the
    instructions in the weblogic.policy file
    about the codeBase URL's. I edited the config.xml by hand, there is no
    application code yet - just
    trying to start the server by itself.
    Any ideas?
    Thanks,
    Mike
    ps - it would be great if there was a place to look up error messages.
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for user
    system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied in realm
    weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:209)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
    at
    weblogic.security.acl.internal.Security.authenticate(Security.java:113)
    at
    weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
    at
    weblogic.security.SecurityService.initialize(SecurityService.java:123)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    The password is stored in "SerializedSystemIni.dat" file in encrypted format. At
    this time there is no way
    to recover the password (currently this is an engg issue) and the only solution is
    to re-install the WLS.
    Kumar
    Michael Pratt wrote:
    Kumar - thanks for the suggestion. I included
    -Dweblogic.management.password=mypassword in the startup script.
    The password is set at installation time, and I'm not sure where
    it's stored by the installer. I installed 6.0 a second time since
    I didn't like my original choice of directories, not sure if
    that contributing to the problem.
    Mike
    Kumar Allamraju <[email protected]> wrote:
    It appears that you haven't specified the correct password for "system"
    user
    while booting up WLS.
    Kumar
    Michael Pratt wrote:
    I'm getting the following error when I start wl6.0. I followed the
    instructions in the weblogic.policy file
    about the codeBase URL's. I edited the config.xml by hand, there is no
    application code yet - just
    trying to start the server by itself.
    Any ideas?
    Thanks,
    Mike
    ps - it would be great if there was a place to look up error messages.
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for user
    system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied inrealm
    weblogic
    at weblogic.security.acl.Realm.authenticate(Realm.java:209)
    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
    at
    weblogic.security.acl.internal.Security.authenticate(Security.java:113)
    at
    weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
    at
    weblogic.security.SecurityService.initialize(SecurityService.java:123)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

  • Import statement reports 'package does not exist'

    I am seeing another odd error. I'm working on learning how to read and write to text files, and I have 2 errors reported, but one is obviously caused by the other. My package is labeled as such (copy>paste of package line):
    package michaelchristopherp4db;
    and the import line is this (copy>paste again):
    import michaelchristopherp4db.ProductRecord;
    However, Netbeans looks at the import and flags it red, saying package michaelchristopherp4db does not exist. this caused my line:
    ProductRecord product = new ProductRecord();
    to also be flagged in red as it cannot find the ProductRecord class. However, it has no problems with any of the product.get* method calls. Thank you in advance for any ideas or input.
    here is the full code of the file reporting the errors.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package michaelchristopherp4db2;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.lang.IllegalStateException;
    import java.lang.SecurityException;
    import java.util.NoSuchElementException;
    import java.util.Formatter;
    import java.util.FormatterClosedException;
    import java.util.Scanner;
    import michaelchristopherp4db.ProductRecord;
    /*  @author info
    public class readTxt
        private Scanner txtfile;
        private Formatter wishList;
        private Formatter giftIdeas;
        private Formatter priceError;
        //let user open file
        public void openFile()
        {//open method openFile
            try
            {//open try block
                priceError = new Formatter("priceerror.txt");//open object for items with invalid prices
                giftIdeas = new Formatter("giftideas.txt");//open object for gift ideas
                wishList = new Formatter("wishlist.txt");//open object for wish list
                txtfile = new Scanner(new File("products.txt"));//tell the compiler which file to use for input
            }//close try block
            catch (FileNotFoundException fileNotFoundException)
            {//open file not found catch block
                System.err.println("Error opening or creating file.");
                System.exit(1);
            }//close file not found catch block
            catch ( SecurityException securityException )
            {//start catch for SecurityException
                System.err.println("File Write access is denied.");
                System.exit(1);//END PROGRAM
            }//end catch
        }//close openFile method
        public void readProducts()
        {//open readProducts method
            ProductRecord product = new ProductRecord();//create object to hold read data
            //print headers for for output columns
            System.out.printf("%-10s%-12s%10s\n", "Product ID", "Product Name", "Price");
            try //read records from the file
            {//open try block
                while (txtfile.hasNext())
                {//open while
                    product.setproductID(txtfile.nextInt());//get productID
                    product.setproductName(txtfile.next());//get product name
                    product.setproductPrice(txtfile.nextDouble());//get product price
                    //print collected product details
                    System.out.printf("%-10d%-12s%10.2f\n", product.getproductID(),
                            product.getproductName(), product.getproductPrice());
                    if (product.getproductPrice()>50.0)
                    {//open if to store items $50 or more to wishlist.txt
                        wishList.format("%-10d%-12s%10.2f\n", product.getproductID(),
                                product.getproductName(), product.getproductPrice());
                    }//close if $50 or greater
                    else if (product.getproductPrice()<0.0)
                    {//open if less than zero
                        priceError.format("%-10d%-12s%10.2f\n", product.getproductID(),
                                product.getproductName(), product.getproductPrice());
                    }//close if less than zero
                    else
                    {//open else for gift ideas from $0 to $50
                        giftIdeas.format("%-10d%-12s%10.2f\n", product.getproductID(),
                                product.getproductName(), product.getproductPrice());
                    }//close else for gift ideas
                }//close while
            }//close try block
            catch (NoSuchElementException elementException)
            {//open no such element exception catch
                System.err.println("File improperly formed.");
                txtfile.close();//close text file
                System.exit(1);
            }//close no such element exception catch
            catch (IllegalStateException stateException)
            {//open illegal state exception catch
                System.err.println("Error reading from file.");
                System.exit(1);
            }//close illegal state exception catch
        }//close readProducts method
        //close file and end application
        public void closeFile()
        {//open closeFile method
            if (txtfile != null)
                txtfile.close();//close file
        }//close closeFile method
    }//end application readTxtAnd the code at the top of the class I am trying to import (so you can see the package I am trying to import)
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package michaelchristopherp4db;
    *  @author
    public class ProductRecord {

    I am embarrassed to admit this, but I am completely lost on the last question.. I have no clue wether it is a convenience for development or a dependancy, as I have not learned those terms or distinctions yet. For now I copied the ProductRecord file into my new project folder and renamed it's project line to match the new project name. However, while that eliminated the package does not exist error, and netbeans reports no errors now, when I run the program it does not write the new files. I have made some modifications to the code tryiing to get it to write properly but so far no luck in makingit work. Here is the current version of the file not running right.
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package michaelchristopherp4db2;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.lang.IllegalStateException;
    import java.lang.SecurityException;
    import java.util.NoSuchElementException;
    import java.util.Formatter;
    import java.util.FormatterClosedException;
    import java.util.Scanner;
    /*  @author
    *   Michael Christopher
    *   IT215-1004D-03
    *   December 30, 2010
    *   Phase 4 DB 2
    public class readTxt
        private Scanner txtfile;
        private Formatter wishList;
        private Formatter giftIdeas;
        private Formatter priceError;
        //let user open file
        public void openFile()
        {//open method openFile
            try
            {//open try block
                priceError = new Formatter("priceerror.txt");//open object for items with invalid prices
                giftIdeas = new Formatter("giftideas.txt");//open object for gift ideas
                wishList = new Formatter("wishlist.txt");//open object for wish list
                txtfile = new Scanner(new File("products.txt"));//tell the compiler which file to use for input
            }//close try block
            catch (FileNotFoundException fileNotFoundException)
            {//open file not found catch block
                System.err.println("Error opening or creating file.");
                System.exit(1);
            }//close file not found catch block
            catch ( SecurityException securityException )
            {//start catch for SecurityException
                System.err.println("File Write access is denied.");
                System.exit(1);//END PROGRAM
            }//end catch
        }//close openFile method
        public void readProducts()
        {//open readProducts method
            ProductRecord product = new ProductRecord();//create object to hold read data
            //print headers for for output columns
            wishList.format("%-10s%-12s%10s\n", "Product ID", "Product Name", "Price");
            giftIdeas.format("%-10s%-12s%10s\n", "Product ID", "Product Name", "Price");
            priceError.format("%-10s%-12s%10s\n", "Product ID", "Product Name", "Price");
            try //read records from the file
            {//open try block
                while (txtfile.hasNext())
                {//open while
                    product.setproductID(txtfile.nextInt());//get productID
                    product.setproductName(txtfile.next());//get product name
                    product.setproductPrice(txtfile.nextDouble());//get product price
                    if (product.getproductPrice()>50.0)
                    {//open if to store items $50 or more to wishlist.txt
                        wishList.format("%-10d%-12s%10.2f\n", product.getproductID(),
                                product.getproductName(), product.getproductPrice());
                    }//close if $50 or greater
                    else if (product.getproductPrice()<0.0)
                    {//open if less than zero
                        priceError.format("%-10d%-12s%10.2f\n", product.getproductID(),
                                product.getproductName(), product.getproductPrice());
                    }//close if less than zero
                    else
                    {//open else for gift ideas from $0 to $50
                        giftIdeas.format("%-10d%-12s%10.2f\n", product.getproductID(),
                                product.getproductName(), product.getproductPrice());
                    }//close else for gift ideas
                }//close while
            }//close try block
            catch (NoSuchElementException elementException)
            {//open no such element exception catch
                System.err.println("File improperly formed.");
                txtfile.close();//close text file
                System.exit(1);
            }//close no such element exception catch
            catch (IllegalStateException stateException)
            {//open illegal state exception catch
                System.err.println("Error reading from file.");
                System.exit(1);
            }//close illegal state exception catch
        }//close readProducts method
        //close file and end application
        public void closeFile()
        {//open closeFile method
            if (txtfile != null)
                txtfile.close();//close file
        }//close closeFile method
    }//end application readTxtwith the System.out.printf lines in the ReadProducts method it would properly print to screen all of the elements in the products.txt file, it is not outputting to the other .txt files at all. I will be exploring the closeFile method in case the error is due to not closing all of the files in that method, but does anyone else see what might cause it not to output the data to the appropriate .txt files?

  • Problame with Runtime.exec()

    Hi i am having one problem using Runtime in windows
    When Using Runtime.exec to open any file which is inside a folder having a white space character in its name, i am not able to open the application. I am getting an error messsage that file cannot be found.
    Following is the code
    import java.io.IOException;
    class OpenTest{
    public static void main(String args[]){
    //Folder "dd dd" having white space embedded in its name
    //so the error comes
    String sRegFilePath = "E:\\AAA\\dd dd\\dd.xls";
    try {
    Runtime rt = Runtime.getRuntime();
    rt.exec("cmd /c start "+sRegFilePath,null,null);
    catch(SecurityException se) {
    System.err.println( "SecurityException starting process!");
    catch(NullPointerException ne) {
    System.err.println( "NullPointerException starting process!");
    catch(IndexOutOfBoundsException ioobe) {
    System.err.println( "IndexOutOfBoundsException starting process!");
    catch(IOException e1) {
    System.err.println( "IOException starting process!");
    }

    Hi
    Do this
    String sRegFilePath = " \"E:\\AAA\\dd dd\\dd.xls\" ";

  • Problems starting Managed Server on WL6.0 Solaris

    Hi,
    I installed a WL6.0 on Solaris 8. Everythings works fine.
    I careated a Domain and an additional Server wich is located at a
    different machine. As is start this managed server on the other machine
    it complains with the following error message:
    <Aug 30, 2001 12:41:18 PM CEST> <Info> <Security> <Getting boot password
    from user.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    Connecting to http://sol23:7001...
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: paros not
    found
    weblogic.management.configuration.ConfigurationException: paros not
    found
    at
    weblogic.management.Admin.getBootstrapLocalServer(Admin.java:927)
    at weblogic.management.Admin.initialize(Admin.java:287)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    In the access-Log of the Admin-Server the following line appears
    my IP - - [30/Aug/2001:12:41:13 +0200] "GET
    /wl_management_internal2/Bootstrap HTTP/1.0" 404 0
    So my question: Where does this "wl_management_internal2" Application
    come from?
    Do I have to install some special things when I start an Admin-Server?
    thanks
    Falko Zurell . Webmaster
    Pixelpark AG . http://www.pixelpark.com
    Rotherstrasse 8 . 10245 Berlin . Germany
    phone: + 49 30 5058 - 1963 . fax: -1600

    Hi Falko,
    This is not a problem. when you want to add a new managed server to the
    admin server, you need to use weblogic console to create that server in the
    admin server first, then start the managed server with that name to connect
    to the admin server. That is like you have to let the admin server know
    there is such a server, then let it join to the Admin server. you can do
    that by using the admin console, from left panel, click on Servers -->
    "Create a new server" and name it to be "paros", specify the port and IP.
    and hit "create". then start the managed server.
    Thanks
    Yu
    "Falko Zurell" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I installed a WL6.0 on Solaris 8. Everythings works fine.
    I careated a Domain and an additional Server wich is located at a
    different machine. As is start this managed server on the other machine
    it complains with the following error message:
    <Aug 30, 2001 12:41:18 PM CEST> <Info> <Security> <Getting boot password
    from user.>
    Enter password to boot WebLogic server:weblogic
    Starting WebLogic Server ....
    Connecting to http://sol23:7001...
    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: paros not
    found
    weblogic.management.configuration.ConfigurationException: paros not
    found
    at
    weblogic.management.Admin.getBootstrapLocalServer(Admin.java:927)
    at weblogic.management.Admin.initialize(Admin.java:287)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:317)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    >
    In the access-Log of the Admin-Server the following line appears
    my IP - - [30/Aug/2001:12:41:13 +0200] "GET
    /wl_management_internal2/Bootstrap HTTP/1.0" 404 0
    So my question: Where does this "wl_management_internal2" Application
    come from?
    Do I have to install some special things when I start an Admin-Server?
    thanks
    Falko Zurell . Webmaster
    Pixelpark AG . http://www.pixelpark.com
    Rotherstrasse 8 . 10245 Berlin . Germany
    phone: + 49 30 5058 - 1963 . fax: -1600

  • Java.lang.SecurityException: while starting weblogic server

    Hi,
    I added a admin server on m/c 1 and a remote managed server on m/c 2. When i tried to start the admin server and the managed server and ping it using jmx, it get the following security error:
    Any help regd. this would be appreciated.
    Thanks,
    beauser2005
    <Oct 29, 2004 2:14:38 PM PDT> <Warning> <RMI> <BEA-080003> <RuntimeException thrown by rmi server: weblogic.rmi.internal.BasicServerRef@10c - hostID: '-833462563406253632S:172.20.30.37:[7001,7001,-1,-1,7001,-1,-1,0,0]:mydomain10:myserver10', oid: '268', implementation: 'weblogic.management.internal.RemoteMBeanServerImpl@191f022'
    java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators].
    java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[weblogic, Administrators]
         at weblogic.security.service.SecurityServiceManager.seal(SecurityServiceManager.java:680)
         at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.java:187)
         at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.java:827)
         at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:300)
         at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:996)
         at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:917)
         at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:225)
         at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:794)
         at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:742)
         at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:105)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    was able to solve this
    there was corruption of reports config file

  • Cannot start Startup class in WL6.0

    Hi, I have a question regarding the startup class with WL6.0. here is the config.xml:
    =================================================================
    <StartupClass
    Arguments="connectionFactory=javax.jms.QueueConnectionFactory,queue=com.lasso.email.emailQueue"
    ClassName="com.lasso.service.mail.StartupEmailSender"
    FailureIsFatal="true" Name="EmailSender" Targets="localserver"/>
    <StartupClass Arguments="" ClassName="com.lasso.util.StartupLoad"
    FailureIsFatal="true" Name="StartupLoad1" Targets="localserver"/>
    <Security Name="lassov2" PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/>
    ================================================================
    Here is what I got after start weblogic server 6.0:
    ================================================================
    <Jul 9, 2001 1:50:35 PM CDT> <Notice> <WebLogicServer> <WebLogic Server started>
    <Jul 9, 2001 1:50:35 PM CDT> <Notice> <WebLogicServer> <ListenThread listening
    o
    n port 80>
    <Jul 9, 2001 1:50:35 PM CDT> <Notice> <WebLogicServer> <SSLListenThread listenin
    g on port 443>
    <Jul 9, 2001 1:50:35 PM CDT> <Error> <Performance Pack> <Unable to load performa
    nce pack, using Java I/O.
    java.lang.ThreadDeath
    >
    <Jul 9, 2001 1:50:36 PM CDT> <Emergency> <WebLogicServer> <ListenThread.run()
    fa
    iled: java.lang.ThreadDeath>
    <Jul 9, 2001 1:50:36 PM CDT> <Emergency> <WebLogicServer> <The WebLogic Server
    i
    s no longer listening for connections. You should probably restart it.>
    <Jul 9, 2001 1:50:36 PM CDT> <Alert> <WebLogicServer> <Server shutdown has been
    requested by system>
    <Jul 9, 2001 1:50:36 PM CDT> <Alert> <WebLogicServer> <The shutdown sequence has
    been initiated.>
    <Jul 9, 2001 1:50:58 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    : '0' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    : '1' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    : '2' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    : '3' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    : '4' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    : '5' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread: 'ExecuteThread
    ==============================================================
    What can I do to start those StartUp classes successfully?
    Thanks.
    Alan Zhang

    Seems like your startup class is generating error that causing wl to
    shutdown. This is because you told wls that you don't want it to start if
    your startup class fails (FailureIsFatal="true" ).
    Take a look at your startup calss and see why is it failing...
    .raja
    "Alan Zhang" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi, I have a question regarding the startup class with WL6.0. here is theconfig.xml:
    =================================================================
    <StartupClass
    Arguments="connectionFactory=javax.jms.QueueConnectionFactory,queue=com.lass
    o.email.emailQueue"
    ClassName="com.lasso.service.mail.StartupEmailSender"
    FailureIsFatal="true" Name="EmailSender" Targets="localserver"/>
    <StartupClass Arguments="" ClassName="com.lasso.util.StartupLoad"
    FailureIsFatal="true" Name="StartupLoad1" Targets="localserver"/>
    <Security Name="lassov2" PasswordPolicy="wl_default_password_policy"Realm="wl_default_realm"/>
    ================================================================
    Here is what I got after start weblogic server 6.0:
    ================================================================
    <Jul 9, 2001 1:50:35 PM CDT> <Notice> <WebLogicServer> <WebLogic Serverstarted>
    >
    <Jul 9, 2001 1:50:35 PM CDT> <Notice> <WebLogicServer> <ListenThreadlistening
    o
    n port 80>
    <Jul 9, 2001 1:50:35 PM CDT> <Notice> <WebLogicServer> <SSLListenThreadlistenin
    g on port 443>
    <Jul 9, 2001 1:50:35 PM CDT> <Error> <Performance Pack> <Unable to loadperforma
    nce pack, using Java I/O.
    java.lang.ThreadDeath
    >
    <Jul 9, 2001 1:50:36 PM CDT> <Emergency> <WebLogicServer><ListenThread.run()
    fa
    iled: java.lang.ThreadDeath>
    <Jul 9, 2001 1:50:36 PM CDT> <Emergency> <WebLogicServer> <The WebLogicServer
    i
    s no longer listening for connections. You should probably restart it.>
    <Jul 9, 2001 1:50:36 PM CDT> <Alert> <WebLogicServer> <Server shutdown hasbeen
    requested by system>
    <Jul 9, 2001 1:50:36 PM CDT> <Alert> <WebLogicServer> <The shutdownsequence has
    been initiated.>
    <Jul 9, 2001 1:50:58 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    : '0' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    : '1' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    : '2' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    : '3' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    : '4' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    : '5' for queue: 'default'' stopped.>
    <Jul 9, 2001 1:51:06 PM CDT> <Critical> <Kernel> <Execute Thread:'ExecuteThread
    ==============================================================
    What can I do to start those StartUp classes successfully?
    Thanks.
    Alan Zhang

  • Remote start & shutdown WL6.0 in NT

    Hi,
    Is there any way to START and SHUTDOWN Weblogic Server 6.0 in a remote
    NT system, suppose the NT system having weblogic 6.0 is in other location
    inside a
    firewall. can I START the server from a different location.
    thanks
    karmegam

    Shutting down the server is easy as long as you can get to it via your
    network:
    java weblogic.Admin t3://hostname:port SHUTDOWN system password
    As for starting the server remotely, you can probably use NT's rsh
    capabilities to do this...
    Hope this helps,
    Robert
    karmegam wrote:
    Hi,
    Is there any way to START and SHUTDOWN Weblogic Server 6.0 in a remote
    NT system, suppose the NT system having weblogic 6.0 is in other location
    inside a
    firewall. can I START the server from a different location.
    thanks
    karmegam

  • WL6.x: Order of services availability on server start

    Hi all,
    I am experiencing a problem with my application which is related to the
    order that WebLogic uses to start it's internal services. Basically what
    I'm trying to do is to access a t3-file-system in a startup-servlet to
    read some configuration information. The problem is that the
    t3-file-systems will be activated / deployed after the ear which
    contains the startup-servlet.
    What I'm doing right now is to schedule a trigger in the startup-servlet
    and retry the initialization until the file-system is available. While
    this works fine in principle, I get a problem on redeploy
    (ClassCastExceptions) - probably loading the weblogic specific classes
    from the system classpath keeps the unloading of ear classes from
    working correctly.
    That's why I am wondering, if there is any particular need to deploy
    this "server-infrastructure" after user-defined components have been
    deployed. Wouldn't it be possible to delay the deployment of
    web-applications, ejb-jars and ears until all the connection pools, file
    systems etc. have been deployed and are ready for usage?
    Thanks for your opinions,
    Daniel

    Stopping the applications in following order:
    "Hyperion S9 BI+ 9.3 Financial Reporting Web application"
    "Hyperion S9 BI+ 9.3 Workspace"
    "Hyperion S9 BI+ 9.3 Financial Reporting Scheduler Server"
    "Hyperion S9 BI+ 9.3 Financial Reporting Report Server"
    "Hyperion S9 Administration Services "
    "Hyperion S9 BI+ Analytic Services 9.3.1 - Hyperion"
    "Hyperion S9 Shared Services"
    "Hyperion S9 OpenLDAP"
    Start the applications in following order:
    "Hyperion S9 OpenLDAP"
    "Hyperion S9 Shared Services"
    "Hyperion S9 BI+ Analytic Services 9.3.1 - Hyperion"
    "Hyperion S9 Administration Services ATS5"
    "Hyperion S9 BI+ 9.3 Financial Reporting Report Server"
    "Hyperion S9 BI+ 9.3 Financial Reporting Scheduler Server"
    "Hyperion S9 BI+ 9.3 Workspace"
    "Hyperion S9 BI+ 9.3 Financial Reporting Web application"
    Regardz
    Cnee

  • Problem starting managed server (WL6.1sp2)

    I'm trying to staret a managed server, but keep getting errors fetching the
    configuration from the admin server?
    Right after the first error message, it says"> This condition generally
    results when the managed and admin servers are using the same listen address
    and port.>"
    However, this is not the case here. Any ideas?
    The managed server and the admin server uses the same password,
    "adminpassword" (yes, this is an internal development system :-)
    Here's the error message:
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h
    ".;.\lib\weblogic_sp.jar;.\lib\weblogic.jar" -Dweblogic.Domain=wavetech -Dbe
    a.home=C:\bea -Dweblogic.management.password=adminpassword -Dweblogic.Produc
    tionModeEnabled=false -Dweblogic.Name=cbfilter -Dweblogic.management.server=
    http://192.168.10.31:6001/ -Djava.security.policy=C:\bea\wlserver6.1/lib/web
    logic.policy weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://192.168.10.31:6001/...
    <08-03-2002 14:22:49 CET> <Emergency> <Configuration Management> <Errors
    detected attempting to connect to admin server at http://192.168.10.31:6001/
    during initialization of managed server ( 192.168.10.85:80 ). The reported
    error was: < weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    > This condition generally results when the managed and admin servers are
    using the same listen address and port.>
    <08-03-2002 14:22:49 CET> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    C:\bea\wlserver6.1>cd config\wavetech
    C:\bea\wlserver6.1\config\wavetech>ENDLOCAL

    I'm trying to staret a managed server, but keep getting errors fetching the
    configuration from the admin server?
    Right after the first error message, it says"> This condition generally
    results when the managed and admin servers are using the same listen address
    and port.>"
    However, this is not the case here. Any ideas?
    The managed server and the admin server uses the same password,
    "adminpassword" (yes, this is an internal development system :-)
    Here's the error message:
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpat
    h
    ".;.\lib\weblogic_sp.jar;.\lib\weblogic.jar" -Dweblogic.Domain=wavetech -Dbe
    a.home=C:\bea -Dweblogic.management.password=adminpassword -Dweblogic.Produc
    tionModeEnabled=false -Dweblogic.Name=cbfilter -Dweblogic.management.server=
    http://192.168.10.31:6001/ -Djava.security.policy=C:\bea\wlserver6.1/lib/web
    logic.policy weblogic.Server
    Starting WebLogic Server ....
    Connecting to http://192.168.10.31:6001/...
    <08-03-2002 14:22:49 CET> <Emergency> <Configuration Management> <Errors
    detected attempting to connect to admin server at http://192.168.10.31:6001/
    during initialization of managed server ( 192.168.10.85:80 ). The reported
    error was: < weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    > This condition generally results when the managed and admin servers are
    using the same listen address and port.>
    <08-03-2002 14:22:49 CET> <Emergency> <Server> <Unable to initialize the
    server: 'Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    <<no stack trace available>>
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException:
    weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
    at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
    at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
    at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
    at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
    at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End server side stack trace
    - with nested exception:
    [java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
    Start server side stack trace:
    java.lang.ClassCastException: weblogic.security.acl.DefaultUserInfoImpl
          at
    weblogic.kernel.BootServicesImpl.authenticate(BootServicesImpl.java:189)
          at weblogic.kernel.BootServicesImpl.invoke(BootServicesImpl.java:145)
          at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:620)
          at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:581)
          at
    weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.jav
    a:164)
          at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:640)
          at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:454)
          at
    weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:643)
          at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
          at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
          at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    End  server side stack trace
    at weblogic.management.Admin.initializeRemoteAdminHome(Admin.java:988)
    at weblogic.management.Admin.start(Admin.java:363)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:375)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    C:\bea\wlserver6.1>cd config\wavetech
    C:\bea\wlserver6.1\config\wavetech>ENDLOCAL

  • Opening the default wl6 console gives a 404 error, I do start the server.

    I am getting a 404 error whenever I open up default console to edit
    configuration. My wl6 server is running. I had the console few
    days back, but now I always get the 404 error. Right now manually
    editing the config.xml is doing my job but i would like to get
    my console back.. is there anyway I can do that or do i have to
    do the installation again?
    Thanks,
    Rumpa

    I checked,I do have the console.war file in my application directory.
    "Charlie Crook" <[email protected]> wrote:
    Are you running a different domain now than in the past?
    The console.war
    file must be within the domain which is active.
    "Rumpa Giri" <[email protected]> wrote in message
    news:3aad636f$[email protected]..
    I am getting a 404 error whenever I open up defaultconsole to edit
    configuration. My wl6 server is running. I had the consolefew
    days back, but now I always get the 404 error. Rightnow manually
    editing the config.xml is doing my job but i would liketo get
    my console back.. is there anyway I can do that or doi have to
    do the installation again?
    Thanks,
    Rumpa

  • WL6.0 server start - socket error

    Hi,
    I was trying to start my example and petstore server, I got the following
    message while starting it, and it shut down after if found that something
    might be using the socket. Can anyone help me with this? Thanks.
    <Jan 18, 2001 1:19:38 AM PST> <Notice> <Management> <Loading configuration
    file .\config\examples\config.xml ...
    >
    <Jan 18, 2001 1:19:42 AM PST> <Info> <Logging> <Only log messages of
    severity "Error" or worse will be displayed
    in this window. This can be changed at Admin Console> examples> Servers>
    examplesServer> Logging> Debugging> St
    dout severity threshold>
    <Jan 18, 2001 1:20:15 AM PST> <Notice> <WebLogicServer> <WebLogic Server
    started>
    <Jan 18, 2001 1:20:15 AM PST> <Emergency> <WebLogicServer> <Unable to create
    a server socket for port: 7002. jav
    a.net.BindException: Address in use: JVM_Bind Perhaps another process is
    using port 7002.>
    <Jan 18, 2001 1:20:15 AM PST> <Emergency> <WebLogicServer> <Unable to create
    a server socket for port: 7001. jav
    a.net.BindException: Address in use: JVM_Bind Perhaps another process is
    using port 7001.>
    <Jan 18, 2001 1:20:15 AM PST> <Emergency> <WebLogicServer> <The WebLogic
    Server is no longer listening for conne
    ctions. You should probably restart it.>
    <Jan 18, 2001 1:20:15 AM PST> <Emergency> <WebLogicServer> <The WebLogic
    Server is no longer listening for conne
    ctions. You should probably restart it.>

    On Tue, 30 Aug 2005 13:01:37 -0700, Merline Sigamani <> wrote:
    Could someone tell me why I would be getting this error?
    How can I figure out which port is being used and which are free? I checked the /etc/services I didn't see 8001 listed there, so why this conflict?
    Please help. Any suggestion would be appericiated.
    thanks
    merline
    ####<Aug 30, 2005 12:53:19 PM CDT> <Emergency> <WebLogicServer> <sunserv3> <STAp
    p1> <ListenThread.Default> <<WLS Kernel>> <> <BEA-000350> <Unable to create a se
    rver socket on Channel Default for: 10.200.110.51, port: 8001. java.net.BindExce
    ption: Cannot assign requested address Perhaps the address 10.200.110.51 is inco
    rrect or another process is using port 8001.>
    ####<Aug 30, 2005 12:53:20 PM CDT> <Emergency> <Security> <sunserv3> <STApp1> <m
    ain> <<WLS Kernel>> <> <BEA-090085> <Server failed to bind to the configured por
    t. The port may already be used by another process.>
    ####<Aug 30, 2005 12:53:20 PM CDT> <Emergency> <WebLogicServer> <sunserv3> <STAp
    p1> <main> <<WLS Kernel>> <> <BEA-000342> <Unable to initialize the server: Serv
    er failed to bind to the requested port. See preceeding log message for details.
    >well you can can download a tool if you are on windows (I use one called tcp
    view) or maybe zone alrm would tell you what ports are being used already.
    You can see what processes are using what ports then easily. I am not sure
    what to use on other os's.
    Also, you might not care, just set your system to use say port 8002 instead of
    8001 and see if that works / is open.
    Good Luck,
    Jeff

  • Starting Example Domain in WL6.0

    I'm getting the following from the server when I try to run an example JSP or even an html file against the example server.<Jan 26, 2001 11:16:54 AM EST> <Error> <HTTP> <HttpServer(6471056,null default ctx,examplesServer) found no context for "GET / HTTP/1.1". This should not happen unless the default context failed to deploy.> <Jan 26, 2001 11:28:40 AM EST> <Error> <HTTP> <HttpServer(6471056,null default ctx,examplesServer) found no context for "GET /examplesWebApp HTTP/1.1". This should not happen unless the default context failed to deploy.>Would I get this if the web.xml file was not configured correctly?

    I'm getting the following from the server when I try to run an example JSP or even an html file against the example server.<Jan 26, 2001 11:16:54 AM EST> <Error> <HTTP> <HttpServer(6471056,null default ctx,examplesServer) found no context for "GET / HTTP/1.1". This should not happen unless the default context failed to deploy.> <Jan 26, 2001 11:28:40 AM EST> <Error> <HTTP> <HttpServer(6471056,null default ctx,examplesServer) found no context for "GET /examplesWebApp HTTP/1.1". This should not happen unless the default context failed to deploy.>Would I get this if the web.xml file was not configured correctly?

Maybe you are looking for