Create new domain file

How do I create a new, second, domain file in iWeb?
Is there a way to do it without duplicating an existing domain file?

Quit iWeb and drag your domain file(s) into the trash.
Relaunch iWeb and it will be forced to create a new blank domain file.
Create new folders - one for each file, drag your old one out of the trash into one of them.
Open any site by double clicking the appropriate domain file.
Duplicate your blank and put it in another folder so that, in future, you have a "clean" domain file to duplicate and start new sites.
This is the only sensible way to start new sites as the "accepted" method of duplicating an existing one and deleting the pages is probably going to cause you problems with domain file corruption somewhere down the line.
For more on this see...
http://discussions.apple.com/thread.jspa?threadID=1365344&tstart=0

Similar Messages

  • Unable to create new domain for ORM in Weblogic 8.1

    Hi,
    I have installed Oracle Role Manager(ORM) 10.1.4 and to run ORM in weblogic i have to create a new domain for ORM.
    I tried to create a new domain in weblogic 8.1 in configuration wizard by selecting the orm_createdomain_template_103.jar but i m getting an error
    "There is a problem with the template".
    This template is to create new domain for ORM in weblogic 10.3
    Kindly help me to resolve this issue.
    Regards,
    Manju

    I have installed ORM 10.1.4.1 on weblogic 10.3
    I have also created a new domain for ORM in weblogic.
    When i start the Managed server using startManagedWebLogic.cmd i m getting the following
    errort
    t3://localhost:7004/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainr
    untime'. Resolved 'weblogic.management.mbeanservers'
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(C
    lientProviderBase.java:156)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(
    ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnec
    torFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFacto
    ry.java:247)
    at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainR
    untimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.ja
    va:199)
    Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbean
    servers.domainruntime'. Resolved 'weblogic.management.mbeanservers'; remaining n
    ame 'domainruntime'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    6)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:21
    4)
    Truncated. see log file for complete stacktrace
    >
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Serv
    er state changed to RUNNING>
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serv
    er started in RUNNING mode>
    Please help me to resolve this issue.
    Regards,
    Manju

  • Error creating new domain (probably because of incomplete install)

    Hi!
    I've installed BPEL PM without problems on a server where AS already runs. I only had some problems with Step 2: Run the Integration Repository Creation Assistant on the Database. Since I couldn't run the bat files, I manually created shchema and a orabpel user.
    Postinstallation Verification Tasks for Oracle BPEL Process Manager in BPEL Process Manager Installation Guide went through OK, so I thought everything is OK.
    Then I tried creating new BPEL domain (trying to follow GoogleFlow tutorial but can't deploy because I don't have any domains) and got this error:
    Exception
    Operation failed because:
    Error updating domain index.
    An exception occurred while writing the domain index (id"GoogleDomain", ref "1") to the datastore; the exception reported is: ORA-00942: table or view does not exist.
    Please check that:
    + the machine hosting the datasource is physically connected to the network.
    + the connection pool properties as defined in the application server startup properties are valid.
    + the database schema for the OraBPEL server has been installed in the datasource.
    So I found a similar thread (Strange message when logged in to bpel console where one user had similar problems and solved them by manually running the domain_oracle.ddl script. I did the same, but still can't create a new domain.
    One more thing bothers me: if I try to create new domain with the same name I get:
    Exception
    Operation failed because:
    Domain already exists.
    A domain with identifier "GoogleFlowDomain" already exists at "C:\OracleAS\10.1.3.1\OracleAS_1\bpel\domains\GoogleFlowDomain". Please specify another domain identifier.
    But deployed domains list is empty.
    I'd really like to solve this. Maybe a new BPEL PM install would help but I can't execute step 2 of preinstallation tasks. If I execute the line from irca file
    java -classpath %CLASSPATH% -DORACLE_HOME=%ORACLE_HOME% oracle.tip.install.tasks.IRCA %*
    I get
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jre1/5/0_06\lib\ext\QTJava/zip
    Any kind of further instructions would be much appreciated.
    Regards!
    BB

    Hi!
    It was the Step 2 (preinstallation steps): Run the Integration Repository Creation Assistant on the Database step that was causing all of my problems. I figured out why I couldn't run irca.bat file.
    The problem was in java home that was in C:/Program Files/Java... Looks like java or oracle (I don't know which) still have problems with spaces in directories names. When I installed Java to C:/Java/..., I could run IRCA and after reinstallation of BPEL PM everything is working as it should.
    Maybe this will help someone else.
    Bye

  • How to create new XML file using retreived XML content by using SAX API?

    hi all,
    * How to create new XML file using retreived XML content by using SAX ?
    * I have tried my level best, but output is coming invalid format, my code is follows,
    XMLFileParser.java class :-
    import java.io.StringReader;
    import java.io.StringWriter;
    import javax.xml.transform.OutputKeys;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.dom.DOMResult;
    import javax.xml.transform.sax.SAXSource;
    import javax.xml.transform.sax.SAXTransformerFactory;
    import javax.xml.transform.sax.TransformerHandler;
    import javax.xml.transform.stream.StreamResult;
    import org.w3c.dom.Document;
    import org.xml.sax.Attributes;
    import org.xml.sax.InputSource;
    import org.xml.sax.SAXException;
    import org.xml.sax.helpers.XMLFilterImpl;
    public class PdfParser extends XMLFilterImpl {
        private TransformerHandler handler;
        Document meta_data;
        private StringWriter meta_data_text = new StringWriter();
        public void startDocument() throws SAXException {
        void startValidation() throws SAXException {
            StreamResult streamResult = new StreamResult(meta_data_text);
            SAXTransformerFactory factory = (SAXTransformerFactory) SAXTransformerFactory.newInstance();
            try
                handler = factory.newTransformerHandler();
                Transformer transformer = handler.getTransformer();
                transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");
                transformer.setOutputProperty(OutputKeys.INDENT, "yes");
                handler.setResult(streamResult);
                handler.startDocument();
            catch (TransformerConfigurationException tce)
                System.out.println("Error during the parse :"+ tce.getMessageAndLocation());
            super.startDocument();
        public void startElement(String namespaceURI, String localName,
                String qualifiedName, Attributes atts) throws SAXException {
            handler.startElement(namespaceURI, localName, qualifiedName, atts);
            super.startElement(namespaceURI, localName, qualifiedName, atts);
        public void characters(char[] text, int start, int length)
                throws SAXException {
            handler.characters(text, start, length);
            super.characters(text, start, length);
        public void endElement(String namespaceURI, String localName,
                String qualifiedName) throws SAXException {
            super.endElement("", localName, qualifiedName);
            handler.endElement("", localName, qualifiedName);
        public void endDocument() throws SAXException {
        void endValidation() throws SAXException {
            handler.endDocument();
            try {
                TransformerFactory transfactory = TransformerFactory.newInstance();
                Transformer trans = transfactory.newTransformer();
                SAXSource sax_source = new SAXSource(new InputSource(new StringReader(meta_data_text.toString())));
                DOMResult dom_result = new DOMResult();
                trans.transform(sax_source, dom_result);
                meta_data = (Document) dom_result.getNode();
                System.out.println(meta_data_text);
            catch (TransformerConfigurationException tce) {
                System.out.println("Error occurs during the parse :"+ tce.getMessageAndLocation());
            catch (TransformerException te) {
                System.out.println("Error in result transformation :"+ te.getMessageAndLocation());
    } CreateXMLFile.java class :-
    Sax.startDocument();
    Sax.startValidation();
    Sax.startElement("", "pdf", "pdf", new AttributesImpl());
    Sax.startElement("", "basic-metadata", "basic-metadata", new AttributesImpl());          
    String xmp_str = new String(meta_data.getByteArray(),"UTF8");
    char[] xmp_arr = xmp_str.toCharArray();
    Sax.characters(xmp_arr, 0, xmp_arr.length);
    Sax.endElement("", "pdf", "pdf");
    Sax.endValidation();
    Sax.endDocument();
    Sax.endElement("", "basic-metadata", "basic-metadata");* In CreateXMLFile.java
    class, I have retreived the xml content in the meta_data object, after that i have converted into character array and this will be sends to SAX
    * In this case , the XML file created successfully but the retreived XML content added as an text in between basic-metadata Element, that is, retreived XML content
    is not an XML type text, it just an Normal text Why that ?
    * Please help me what is the problem in my code?
    Cheers,
    JavaImran

    Sax.startDocument();
    Sax.startValidation();
    Sax.startElement("", "pdf", "pdf", new AttributesImpl());
    Sax.startElement("", "basic-metadata", "basic-metadata", new AttributesImpl());          
    String xmp_str = new String(meta_data.getByteArray(),"UTF8");
    char[] xmp_arr = xmp_str.toCharArray();
    Sax.characters(xmp_arr, 0, xmp_arr.length);
    </code><code>Sax.endElement("", "basic-metadata", "basic-metadata");</code>
    <code class="jive-code jive-java">Sax.endElement("", "pdf", "pdf");
    Sax.endValidation();
    Sax.endDocument();     
    * I HAVE CHANGED MY AS PER YOUR SUGGESTION, NOW SAME RESULT HAS COMING.
    * I AM NOT ABLE TO GET THE EXACT OUTPUT.,WHY THAT ?
    Thanks,
    JavaImran{code}

  • On Upgrade (from Office 2010) don't create new .ost file

    Hi there, hope someone can help me.
    Here is my Problem:
    I'm runninng Office 2010 (32Bit Version) on Windows 7 Enterprise x64. I've started Office 2010 with Exchange CacheMode activated. The ost-file is located under D:\Data\outlook\%username%
    Now I'm testing Migration to Outlook 2013.
    I'm using OAT to do the following things (regarding only Outlook):
    - Uninstall of Office 2010
    - Install of Office 2013 with using old settings
    -Features:  Configuring "Do not create new ost file during Migration" (we have many subsidiaries with low performance connections - so the old ost should be used after migration)
    Outlook-Profile: Tried all 3 methods (use existing profile | change profile | new Profile)
    At all my tests Outlook creates a new .ost-file under standard directory and don't use  the existing ost-file under D:\Data\%Username%
    After These tests i tried it with gpo "donotcreatenewostonupgrade" - But in this case also a new ost is created.
    In all cases i have 2 Outlook profiles: "Outlook" (with new ost) and "Backup of Outlook" (with old ost)
    By Setting ForceOSTPath to D:\Data\outlook\%username"
    and Donotcreatnewostonupgrade to 1
    i get two .ost's under D:\Data\outlook\%username" - "outlook.ost" and "Outlook data file.ost"and two mailprofiles "BACKUP OF Outlook" and "Outlook"
    So ForceOSTPath is getting used, but Donotcreatnewostonupgrade not *confusing*
    Can someone cann tell me a solution for this problem?
    Best regards
    Daniel
    Best regards
    Daniel

    Hi Daniel,
    What OAT tool are you using? Is it the Office Customization Tool?
    Where did you get the "Do not create new ost file during Migration" option in the tool? As far as I know, OST file cannot be migrated. If you were able to use the old OST file, Outlook will prompt that it
    doesn't match the server mailbox.
    The ForceOSTPath applies only to new profile, it can't be used to force Outlook to use the old OST file.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Not able to create New Transformation file in BPC

    I am getting error in BPC 10.0 when creating new transformation file from the EPM tab in Excel.
    When i click on create New transformation then some garbage value appear on the Excel cells. Problem with Authorization is not the case as i have checked all the authorizations in BI and BPC.
    Attached is the screen shot of the same.

    Hello Nidheesh,
    Can you check in UJFS Tcode whether you have file named newconversiontable.xlt and newtransformation.xlt in \ROOT\WEBFOLDERS\ADMINTEMPLATES.
    Also can you check the Language settings of yours in Excel Option
    Regards
    Bhagyesh Ravange

  • How can I add a "Create New Text File" contextual menu?

    Hi,
    I'd like to add a "Create New Text File" contextual item. I found the "new text file" action in Automator, but I don't really know where to go from there... I want it to work on the desktop and in finder...
    Thanks

    See:
    Mac OS X Automation,
    Automated Workflow Tips,
    Introduction to Automator tutorial, and
    a four-parter on Automation in Snow Leopard by Sal Saghoian:
    Snow Leopard Services,
    Services for iPhoto,
    Safari and WebKit integration, and
    Installing and using services.
    Finally, 
    Developing AppleScript Applications and
    Apple's Automator Developer Documentation

  • Create new text file in UTF-8 format by default

    I'm working a lot with UTF-8 text files and mainly in this format. It's becoming annoying when I have to manually save every text file as UTF-8.  After several trial-and-errors, I've made up a procedure that I've put in a blog. I think I could share
    it here for those who need it.  Hope it helps.
    http://instrumenti-meliora.blogspot.com/2014/04/create-new-text-file-in-utf-8-format-by.html

    You've made a procedure?
    Are you sure you didn't :
    Didn't what?
    https://www.google.com/#q=change+notepad+default+encoding
    Well, I'm not sure what you want me to see, but your search keywords do
    NOT make sense.  You do note change *Notepad* default encoding.  What you can change is a
    TEXT file's default encoding.
    Well, of course, if you have access to Notepad source code and you're able to change it and re-compile again, then you could really say you change Notepad's "default encoding", which I suppose would mean "default encoding every time we save".
    Why wouldn't you just provide a link (or some attribution) to the top result
    http://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/default-utf-8-encoding-for-new-notepad-documents/525f0ae7-121e-4eac-a6c2-cfe6b498712c
    or a link to watch this done on youtube?
    http://www.youtube.com/watch?v=GnL6smxQE9k
    The title of that forum post and Youtube video is a non-sense.  New
    "Notepad" document?  Come on!  That's apparently how a newbie think what it is and it's very likely he has not a clue what it is and what he is doing.  And what if I don't use Notepad to create such file?  If I
    use UltraEdit, then mine should be "UltraEdit" document and that should be different from Notepad document, correct? LOL
    The fact that you're able to find this video would also mean you're thinking like him in that the file is really called Notepad document LOL
    For your information, that's called a text file (or document if you prefer this prettier term).  It's also called plain text file.
    Now, let's see the content of both links:
    First of all, why did they tell people to create a new text file somewhere and then
    COPY it to template folder?  That's really so dumb
    LOL  Isn't it more intelligent to create such file directly INSIDE the folder?
    Secondly, their procedures are not foolproof.  What if the Windows directory is not c:\windows?  They should tell people to open %Systemroot%\ShellNew instead.  I suppose they don't even know how this folder is called because
    nowhere is the term "template folder" ever mentioned.
    Thirdly, what if that folder doesn't work for unknown reason (which might happen in XP)?  Did they give any hint to a "failover" folder?  No, they didn't.  But I do in my procedure.
    Fourthly, they are saying as if the file name has to be "TXTUTF-8.txt", but actually we can call it whatever we like.  But smart people would have figured this out at the end.
    5 (I'd stop saying fifthly and so on LOL) I'm not sure it's necessary (or recommended) to change "fSavePageSettings" & "fSaveWindowPositions" DWORD values for Notepad as "advised" in that answer.
    As a side-note, I don't know what
    http://www.pc1news.com/saving-changes-to-notepad-configuration-1216.html is supposed to give but when I open this, I got some uTorrent warning.  Really seems like some malware webpage which tries to deceive people!
    I actually searched how a (generic) new file is created and started from there.
    So, maybe next time when you want to criticize or discredit somebody else, try to be more expert first? ;)

  • Creating new text file (txt.) everytime a string is passed in

    Dear all, need some help from you all. I am now developing a web service program to allow users to type in a string of characters. And will need to create txt. file to store this strings. Currently, i hard code the directory and the name of the txt file (e.g C:\\test.txt) does anyone know if possible solution to create new txt. file (using different names) whenever a string is passed in from the web service? I am using J2EE as programming language and BEA Workshop for Weblogic Platform version 10.
    Thank You very much.

    well, make the name as argument.
    and new File(name)...blablablabla

  • On Upgrade (form Office 2010) don't create new .ost file

    Hi there, hope someone can help me.
    Here is my Problem:
    I'm runninng Office 2010 (32Bit Version) on Windows 7 Enterprise x64. I've started Office 2010 with Exchange CacheMode activated. The ost-file is located under D:\Data\%username%
    Now I'm testing Migration to Outlook 2013.
    I'm using OAT to do the following things (regarding only Outlook):
    - Uninstall of Office 2010
    - Install of Office 2013 with using old settings
    -Features:  Configuring "Do not create new ost file during Migration" (we have many subsidiaries with low performance connections - so the old ost should be used after migration)
    Outlook-Profile: Tried all 3 methods (use existing profile | change profile | new Profile)
    At all my tests Outlook creates a new .ost-file under standard directory and don't use  the existing ost-file under D:\Data\%Username%
    After These tests i tried it with gpo "donotcreatenewostonupgrade" - But in this case also a new ost is created.
    In all cases i have 2 Outlook profiles: "Outlook" (with new ost) and "Backup of Outlook" (with old ost)
    Can someone cann tell me a solution for this problem?
    Best regards
    Daniel

    Hi
    As per the information and details provided by you, to migrate lost file from Outlook 2010 to 2013, please follow these steps: -
    You need to use one of the two methods to move the OST file and both involve a new profile. If you are making a new profile, you can use
    ForceOSTPath registry key. Or you can move the ost file and create a new profile in the Control Panel, Mail applet and point it to the new location.
    Copy your ost file to the new location. You can skp this step if you want to create a new ost file.
    Open the
    Control panel, find Mail.
    Click Show Profiles.
    Click Add.
    Type a name for your new profile, click
    Ok.
    Enter your
    username and password and let Outlook find your account information.
    Select the
    Change account settings option, and then click Next.
    Click
    More Settings.
    On the
    Advanced tab, click Outlook Data File Settings.
    Click
    Browse, browse to the ost file, then click Open.
    If you want to create a new ost file, browse to the new location,
    enter a filename, and then click Open, Outlook will create the new ost file.
    Click
    Always use this profile, select the new profile that you created, then click
    Ok to close the dialog.
    Using ForceOSTPath to set the file location
    Open the registry editor and browse to this key. Create a string value named ForceOSTPath and add the path. (You can use variables, if
    you are using group policy to push it out to your users).
    Outlook 2013
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook Expandable String Value: ForceOSTPath Value data: full path you want to use
    Outlook 2010
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook Expandable String Value: ForceOSTPath Value data: full path you want to use
    I hope this information will be helpful for you.
    Thanks and regards
    Shweta@G 

  • Anyway to create a domain file from the published site?

    My friend and I both use iWeb. She created a site and her hard drive has since crashed. I am trying to see if there is a way to make a domain file from what's on the web without going through creating a page again. Any ideas?

    Welcome to the discussions. No, there's no way to create a domain file from the published site. If she doesn't have a backup of her Domain file (e.g. via Time Machine), paragraph 2.3 of this FAQ page gives some tips on how to use published files, graphics, photos, etc., to help rebuild the site from scratch:
    http://iwebfaq.org/site/iWebBackupretrieve.html
    And it may be an opportunity to switch to another site building tool — see this post:
    _Domain file - iWeb becoming a headache_

  • SAX: How to create new XML file using SAX parser

    Hi,
    Please anybody help me to create a XML file using the Packages in the 5.0 pack of java. I have successfully created it reading the tag names and values from database using DOM but can i do this using SAX.
    I am successful to read XML using SAX, now i want to create new XML file for some tags and its values using SAX.
    How can i do this ?
    Sachin Kulkarni

    SAX is a parser, not a generator.Well,
    you can use it to create an XML file too. And it will take care of proper encoding, thus being much superior to a normal textwriter:
    See the following code snippet (out is a OutputStream):
    PrintWriter pw = new PrintWriter(out);
          StreamResult streamResult = new StreamResult(pw);
          SAXTransformerFactory tf = (SAXTransformerFactory) TransformerFactory.newInstance();
          //      SAX2.0 ContentHandler.
          TransformerHandler hd = tf.newTransformerHandler();
          Transformer serializer = hd.getTransformer();
          serializer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");//
          serializer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM,"pdfBookmarks.xsd");
          serializer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM,"http://schema.inplus.de/pdf/1.0");
          serializer.setOutputProperty(OutputKeys.METHOD,"xml");
          serializer.setOutputProperty(OutputKeys.INDENT, "yes");
          hd.setResult(streamResult);
          hd.startDocument();
          //Get a processing instruction
          hd.processingInstruction("xml-stylesheet","type=\"text/xsl\" href=\"mystyle.xsl\"");
          AttributesImpl atts = new AttributesImpl();
          atts.addAttribute("", "", "someattribute", "CDATA", "test");
          atts.addAttribute("", "", "moreattributes", "CDATA", "test2");
           hd.startElement("", "", "MyTag", atts);
    String curTitle = "Something inside a tag";
              hd.characters(curTitle.toCharArray(), 0, curTitle.length());
        hd.endElement("", "", "MyTag");
          hd.endDocument();
    You are responsible for proper nesting. SAX takes care of encoding.
    Hth
    ;-) stw

  • Can't Find New Domain File

    I am in the process of building a new website in iWeb '09 for the first time since upgrading to Lion but can't find the domain file I'm working on so as to make a backup. I have run the script that makes the Library folder visible, since Lion hides this folder, but the Application Support folder in Library doesn't contain a folder for iWeb. I have searched and searched for domains and .site files with no luck. Fortunately, I can open the new site in iWeb and update and publish, but I have no idea where it is finding the domain file that it is opening. As you can imagine, I'm very uneasy about not being able to back up the site as I invest more work into it.
    I have two other iWeb sites that were created prior to the Lion upgrade. Each is in a separate account on my iMac. I had moved the domain files for these sites out of the Library/Application Support/iWeb folders to more easily accessible folders prior to the Lion upgrade, so they are fine.
    It's the new site that is causing me concern.
    Interestingly, when I move one of the old domains to a new account on my iMac as a test, when I double click on it, iWeb launches but wants me to create a new website rather than opening the site associated with the old domain file.
    Any suggestions will be appreciated.

    Use the freeware app Find File to track down the Domain - or Domain.sites2 - file...
    http://www.macupdate.com/app/mac/30073/find-file
    See this page for info about opening Domain files using Lion and Mountain Lion...
    http://www.macupdate.com/app/mac/30073/find-file
    Also note that you don't have to run a script to show the user Library. Just open the Finder Go menu while holding down the option key.
    On the same page you will find a link to the freeware Mountain Tweaks which will hide/show the library plus a lot of other exciting tweaks.

  • Weblogic 12.1.2 configure or create new domain results in CN error

    I have downloaded weblogic server installation 'https://community.oracle.com/Zip distribution for Mac OSX, Windows and Linux' from  http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    A month back, I have successfully configured on WebLogic 12.1.2(java 1.7.0_45) and created a domain (eg: mydomain), deployed applications.
    But when I am try to create a new domain(eg: projdomain) I get the below exception:
    weblogic.management.ManagementException: Failure during domain creation
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:119)
            at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:82)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:895)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:572)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:471)
            at weblogic.Server.main(Server.java:74)
    Caused by: java.lang.NoSuchFieldError: CN
            at com.oracle.cie.security.impl.BCSecurityHandlerImpl.generateSubjectPrincipal(BCSecurityHandlerImpl.java:214)
            at com.oracle.cie.security.impl.BCSecurityHandlerImpl.generateV3Certificate(BCSecurityHandlerImpl.java:79)
            at com.oracle.cie.security.impl.BCSecurityHandlerImpl.sign(BCSecurityHandlerImpl.java:60)
            at com.oracle.cie.security.impl.BaseSecurityHandler.initDefaultKeyStore(BaseSecurityHandler.java:94)
            at com.oracle.cie.domain.security.WLSSecurityHelper.createDefaultKeyStores(WLSSecurityHelper.java:66)
            at com.oracle.cie.domain.DomainGenerator.run(DomainGenerator.java:468)
            at java.lang.Thread.run(Thread.java:744)
    Also, now I am trying to setup WebLogic on a new PC and I am getting the same error when I try to configure WebLogic 12.1.2(java 1.7.0_51) on the first instance itself.
    Any thoughts or suggestions to resolve this issue will be highly appreciated.
    Thanks

    Hi,
    This error could be happening due to the presence of bouncy castle jar files (bcxxxx.jar) in the class path.
    Please check the classpath for such entries and remove it.
    See if it helps to create the domain successfully or not.
    Thanks,
    Sharmela

  • Cannot create new domain

    In the console, I'm trying to create a new domain to deploy our system in. Is anyone else seeing this one? See below for error. TIA.
    JohnH
    An unexpected error was encountered in processing your request.
    Exception
    weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException: MyDomain:Type=Domain,Name=MyDomain]
         at weblogic.management.internal.Helper.createMBean(Helper.java:258)
         at weblogic.management.internal.Helper.createAdminMBean(Helper.java:169)
         at weblogic.management.internal.RemoteMBeanServerImpl.createAdminMBean(RemoteMBeanServerImpl.java:151)
         at weblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.java:480)
         at weblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.java:467)
         at weblogic.management.internal.AdminMBeanHomeImpl.createAdminMBean(AdminMBeanHomeImpl.java:257)
         at weblogic.management.internal.xml.XmlFileRepository.createDomain(XmlFileRepository.java:106)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:536)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:522)
         at java.lang.reflect.Method.invoke(Native Method)
         at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
         at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
         at $Proxy1.createDomain(Unknown Source)
         at weblogic.management.configuration.XmlFileRepositoryMBean_CachingStub.createDomain(XmlFileRepositoryMBean_CachingStub.java:430)
         at weblogic.management.console.pages._panels._mbean._domain._jspService(_domain.java:178)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:209)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1114)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1388)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    Current Date
    Thu Oct 19 11:47:38 EDT 2000
    Product Version
    WebLogic Build: 6.0.0b1 10/06/2000 22:34:17 #86762
    Request Info
    Protocol: HTTP/1.1
    ServerName: innobiz-1.meetu.com
    ServerPort: 80
    Secure: false
    ContextPath: /console
    ServletPath: /common/error.jsp
    QueryString: null
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/common/error.jsp
    AuthType: Basic
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: Cp1252
    Locale: en_US
    Method: POST
    Session: weblogic.servlet.internal.session.MemorySession@3ffcc0
    RequestedSessionId: Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgGD
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: system
    RemoteUser: system
    RemoteAddr: 192.168.0.25
    RemoteHost: innobiz-1.meetu.com
    Parameters
    CreateButton = Create
    control_Name = MyDomain
    dirty_LastModificationTime = true
    dirty_Name = true
    mbean = weblogic:Name=Default,Type=Repository
    Attributes
    console.original./console/common/error.jsp.ContextPath = /console
    console.original./console/common/error.jsp.Method = POST
    console.original./console/common/error.jsp.RemoteUser = system
    console.original./console/common/error.jsp.RequestURI = /console/common/error.jsp
    console.original./console/common/error.jsp.ServletPath = /common/error.jsp
    console.original./console/panels/mbean/Domain.jsp.ContextPath = /console
    console.original./console/panels/mbean/Domain.jsp.Method = POST
    console.original./console/panels/mbean/Domain.jsp.QueryString = mbean=weblogic%3AName%3DDefault%2CType%3DRepository
    console.original./console/panels/mbean/Domain.jsp.RemoteUser = system
    console.original./console/panels/mbean/Domain.jsp.RequestURI = /console/panels/mbean/Domain.jsp
    console.original./console/panels/mbean/Domain.jsp.ServletPath = /panels/mbean/Domain.jsp
    console.preferences.ContextKey = /panels/mbean/Domain.jsp
    javax.servlet.include.context_path = /console
    javax.servlet.include.request_uri = /console/common/requestinfo.jsp
    javax.servlet.include.servlet_path = /common/requestinfo.jsp
    javax.servlet.jsp.jspException = weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException: MyDomain:Type=Domain,Name=MyDomain]
    weblogic.httpd.user = system
    weblogic.management.console.tags.HeaderTag = java.lang.Object@6adf2f
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */*
    Accept-Encoding = gzip, deflate
    Accept-Language = en-us
    Authorization = Basic c3lzdGVtOnNwaWtlMDAx
    Connection = Keep-Alive
    Content-Length = 95
    Content-Type = application/x-www-form-urlencoded
    Cookie = WebLogicSession=/console|Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgGD
    Host = innobiz-1.meetu.com
    Referer = http://innobiz-1.meetu.com/console/panels/mbean/Domain.jsp?mbean=weblogic%3AName%3DDefault%2CType%3DRepository
    User-Agent = Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    IE: true
    Netscape: false
    Supported: true
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    Server System Properties
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.fonts =
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = .;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\bea
    java.class.version = 47.0
    java.ext.dirs = d:\bea\weblogic600\jdk130\jre\lib\ext
    java.home = d:\bea\weblogic600\jdk130\jre
    java.io.tmpdir = C:\DOCUME~1\johnh\LOCALS~1\Temp\
    java.library.path = d:\bea\weblogic600\jdk130\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;d:\MSSQL7\BINN;C:\Program Files\Symantec\pcAnywhere\;d:\JavaMessageQueue1.1\bin;d:\JavaMessageQueue1.1EA\bin;d:\jdk1.3\bin;d:\weblogic\bin
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.management|weblogic.net|weblogic.utils
    java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version = 1.3.0-C
    java.security.policy = =d:\bea\weblogic600/lib/weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.0
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.0-C
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.parsers.DocumentBuilderFactory = weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory = weblogic.xml.jaxp.RegistrySAXParserFactory
    line.separator =
    os.arch = x86
    os.name = Windows 2000
    os.version = 5.0
    path.separator = ;
    sun.boot.class.path = d:\bea\weblogic600\jdk130\jre\lib\rt.jar;d:\bea\weblogic600\jdk130\jre\lib\i18n.jar;d:\bea\weblogic600\jdk130\jre\lib\sunrsasign.jar;d:\bea\weblogic600\jdk130\jre\classes
    sun.boot.library.path = d:\bea\weblogic600\jdk130\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    user.dir = D:\bea\weblogic600
    user.home = C:\Documents and Settings\johnh
    user.language = en
    user.name = johnh
    user.region = US
    user.timezone = America/New_York
    weblogic.Domain = adminDomain
    weblogic.Name = myserver
    weblogic.security.jaas.Configuration = weblogic.security.internal.ServerConfig
    weblogic.security.jaas.Policy = ./lib/Server.policy

    Hi John,
    This is a known bug and will be addressed in the Beta refresh.
    Cheers,
    -- Benjamin Renaud
    BEA Systems
    WebLogic Management Lead
    "John Hogan" <[email protected]> wrote in message
    news:[email protected]...
    >
    Here's some additional data to the new domain creation problem. This isthe weblogic console output from the incident.
    >
    JohnH
    D:\bea\weblogic600>setPATH=.\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\W
    bem;d:\MSSQL7\BINN;C:\ProgramFiles\Symantec\pcAnywhere\;d:\JavaMessageQueue1.1\
    bin;d:\JavaMessageQueue1.1EA\bin
    D:\bea\weblogic600>setCLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\b
    ea
    D:\bea\weblogic600>if "" NEQ "" setCLASSPATH=;.;.\lib\weblogic_sp.jar;.\lib\web
    logic.jar;d:\bea
    D:\bea\weblogic600>if "" NEQ "" setCLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\webl
    ogic.jar;d:\bea;
    D:\bea\weblogic600>d:\bea\weblogic600\jdk130\bin\java -ms64m -mx64m -classpa
    th .
    >
    ;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\bea -Dweblogic.Domain=mydomain
    -Dwe
    >
    blogic.Name=myserver -Djava.security.policy==d:\bea\weblogic600/lib/weblogic
    .pol
    icy weblogic.Server
    Starting WebLogic Server ....
    <Thu Oct 19 14:30:43 EDT 2000> <Info> <Management> <Loading configurationfile .
    \config\mydomain\config.xml...>
    <Thu Oct 19 14:30:46 EDT 2000> <Warning> <Security> <Principalpool_creator does
    not exist thus cannot be added to ACLweblogic.jdbc.connectionPoolcreate.>
    <Thu Oct 19 14:30:48 EDT 2000> <Critical> <WebLogicServer> <Running lowstrength
    (exportable) WebLogic Server build and full strength (domestic) SSLlicense.
    Only low strength (exportable) SSL connections will be accepted.>
    <Thu Oct 19 14:30:52 EDT 2000> <Notice> <WebLogicServer> <WebLogic Serverstarte
    d>
    <Thu Oct 19 14:30:52 EDT 2000> <Notice> <WebLogicServer> <Listening onport 80>
    >
    <Thu Oct 19 14:30:52 EDT 2000> <Notice> <WebLogicServer> <Listening onport 7002
    >>
    >
    <NT Performance Pack> NATIVE: created IoCompletionPort successfully.IoPort=0x00
    000478
    <Thu Oct 19 14:30:53 EDT 2000> <Error> <HTTP> <[WebAppServletContextpublic_html
    _DefaultWebServer] Cannot find resource: "console" in document root:"D:\bea\web
    logic600\config\mydomain\applications\public_html_DefaultWebServer">
    <Thu Oct 19 14:31:14 EDT 2000> <Error> <HTTP> <[WebAppServletContextconsole] ex
    ception raised on '/console/panels/mbean/Domain.jsp'
    weblogic.management.configuration.ConfigurationException: error saving outMyDom
    ain-1 - with nested exception:
    [weblogic.management.configuration.ConfigurationException: MyDomain-1 not
    found
    atweblogic.management.internal.xml.XmlFileRepository.saveDomain(XmlFile
    Repository.java:141)
    atweblogic.management.internal.xml.XmlFileRepository.createDomain(XmlFi
    leRepository.java:114)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
    eanImpl.java:536)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
    java:522)
    at java.lang.reflect.Method.invoke(Native Method)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
    atweblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
    at $Proxy1.createDomain(Unknown Source)
    atweblogic.management.configuration.XmlFileRepositoryMBean_CachingStub.
    createDomain(XmlFileRepositoryMBean_CachingStub.java:430)
    atweblogic.management.console.pages._panels._mbean._domain._jspService(
    _domain.java:178) [no source]
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:209)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:1114)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:1388)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    >
    //////////////////////////////// reply message ends here
    "John Hogan" <[email protected]> wrote:
    In the console, I'm trying to create a new domain to deploy our system
    in. Is anyone else seeing this one? See below for error. TIA.
    >>
    JohnH
    An unexpected error was encountered in processing your request.
    Exception
    weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException:MyDomain:Type=Domain,Name=MyDomain]
    at weblogic.management.internal.Helper.createMBean(Helper.java:258)
    at weblogic.management.internal.Helper.createAdminMBean(Helper.java:169)
    atweblogic.management.internal.RemoteMBeanServerImpl.createAdminMBean(RemoteMB
    eanServerImpl.java:151)
    atweblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.ja
    va:480)
    atweblogic.management.internal.MBeanHomeImpl.createAdminMBean(MBeanHomeImpl.ja
    va:467)
    atweblogic.management.internal.AdminMBeanHomeImpl.createAdminMBean(AdminMBeanH
    omeImpl.java:257)
    atweblogic.management.internal.xml.XmlFileRepository.createDomain(XmlFileRepos
    itory.java:106)
    at java.lang.reflect.Method.invoke(Native Method)
    atweblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:536)
    atweblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    22)
    at java.lang.reflect.Method.invoke(Native Method)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1543)
    at javax.management.MBeanServer.invoke(MBeanServer.java:1501)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:386)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:168)
    at $Proxy1.createDomain(Unknown Source)
    atweblogic.management.configuration.XmlFileRepositoryMBean_CachingStub.createD
    omain(XmlFileRepositoryMBean_CachingStub.java:430)
    atweblogic.management.console.pages._panels._mbean._domain._jspService(_domain
    .java:178)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:1114)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :1388)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    Current Date
    Thu Oct 19 11:47:38 EDT 2000
    Product Version
    WebLogic Build: 6.0.0b1 10/06/2000 22:34:17 #86762
    Request Info
    Protocol: HTTP/1.1
    ServerName: innobiz-1.meetu.com
    ServerPort: 80
    Secure: false
    ContextPath: /console
    ServletPath: /common/error.jsp
    QueryString: null
    PathInfo: null
    PathTranslated: null
    RequestURI: /console/common/error.jsp
    AuthType: Basic
    ContentType: application/x-www-form-urlencoded
    CharacterEncoding: Cp1252
    Locale: en_US
    Method: POST
    Session:weblogic.servlet.internal.session.MemorySession@3ffcc0
    RequestedSessionId:Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgGD
    RequestedSessionIdFromCookie: true
    RequestedSessionIdFromURL: false
    UserPrincipal: system
    RemoteUser: system
    RemoteAddr: 192.168.0.25
    RemoteHost: innobiz-1.meetu.com
    Parameters
    CreateButton = Create
    control_Name = MyDomain
    dirty_LastModificationTime = true
    dirty_Name = true
    mbean = weblogic:Name=Default,Type=Repository
    Attributes
    console.original./console/common/error.jsp.ContextPath = /console
    console.original./console/common/error.jsp.Method = POST
    console.original./console/common/error.jsp.RemoteUser = system
    console.original./console/common/error.jsp.RequestURI =/console/common/error.jsp
    console.original./console/common/error.jsp.ServletPath =/common/error.jsp
    console.original./console/panels/mbean/Domain.jsp.ContextPath = /console
    console.original./console/panels/mbean/Domain.jsp.Method = POST
    console.original./console/panels/mbean/Domain.jsp.QueryString =mbean=weblogic%3AName%3DDefault%2CType%3DRepository
    console.original./console/panels/mbean/Domain.jsp.RemoteUser = system
    console.original./console/panels/mbean/Domain.jsp.RequestURI =/console/panels/mbean/Domain.jsp
    console.original./console/panels/mbean/Domain.jsp.ServletPath =/panels/mbean/Domain.jsp
    console.preferences.ContextKey =/panels/mbean/Domain.jsp
    javax.servlet.include.context_path = /console
    javax.servlet.include.request_uri =/console/common/requestinfo.jsp
    javax.servlet.include.servlet_path =/common/requestinfo.jsp
    javax.servlet.jsp.jspException =weblogic.management.MBeanCreationException: - with nested exception:
    [javax.management.InstanceAlreadyExistsException:MyDomain:Type=Domain,Name=MyDomain]
    weblogic.httpd.user = system
    weblogic.management.console.tags.HeaderTag =java.lang.Object@6adf2f
    >>
    Headers
    Accept = image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword,
    Accept-Encoding = gzip, deflate
    Accept-Language = en-us
    Authorization = Basic c3lzdGVtOnNwaWtlMDAx
    Connection = Keep-Alive
    Content-Length = 95
    Content-Type = application/x-www-form-urlencoded
    Cookie =WebLogicSession=/console|Oe8Ww78A13MWzgqPG2a6W6H5v3Zy7jmnLd5CkChQAFOW8FmLYgG
    D
    Host = innobiz-1.meetu.com
    Referer =http://innobiz-1.meetu.com/console/panels/mbean/Domain.jsp?mbean=weblogic%3A
    Name%3DDefault%2CType%3DRepository
    User-Agent = Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
    BrowserInfo
    User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT5.0)
    IE: true
    Netscape: false
    Supported: true
    JavscriptHrefs: false
    TableCellClick: true
    DocumentReloadedOnResize: false
    DropdownStretchable: true
    CellSpacingBlank: false
    EmptyCellBlank: false
    ImgOnclickSupported: true
    TableBorderFancy: true
    PartialToWideTables: false
    Server System Properties
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.fonts =
    java.awt.graphicsenv =sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path =.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;d:\bea
    java.class.version = 47.0
    java.ext.dirs =d:\bea\weblogic600\jdk130\jre\lib\ext
    java.home = d:\bea\weblogic600\jdk130\jre
    java.io.tmpdir =C:\DOCUME~1\johnh\LOCALS~1\Temp\
    java.library.path =d:\bea\weblogic600\jdk130\bin;.;C:\WINNT\System32;C:\WINNT;.\bin;d:\bea\webl
    ogic600\bin;d:\bea\weblogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\webl
    ogic600\jdk130\bin;d:\bea\weblogic600\bin;d:\bea\weblogic600\jdk130\bin;C:\W
    INNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;d:\MSSQL7\BINN;C:\Program
    Files\Symantec\pcAnywhere\;d:\JavaMessageQueue1.1\bin;d:\JavaMessageQueue1.1
    EA\bin;d:\jdk1.3\bin;d:\weblogic\bin
    java.naming.factory.initial =weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories
    java.protocol.handler.pkgs =weblogic.utils|weblogic.utils|weblogic.management|weblogic.net|weblogic.util
    s
    java.runtime.name = Java(TM) 2 RuntimeEnvironment, Standard Edition
    java.runtime.version = 1.3.0-C
    java.security.policy ==d:\bea\weblogic600/lib/weblogic.policy
    java.specification.name = Java Platform APISpecification
    java.specification.vendor = Sun Microsystems Inc.
    java.specification.version = 1.3
    java.vendor = Sun Microsystems Inc.
    java.vendor.url = http://java.sun.com/
    java.vendor.url.bug =http://java.sun.com/cgi-bin/bugreport.cgi
    java.version = 1.3.0
    java.vm.info = mixed mode
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual MachineSpecification
    java.vm.specification.vendor = Sun Microsystems Inc.
    java.vm.specification.version = 1.0
    java.vm.vendor = Sun Microsystems Inc.
    java.vm.version = 1.3.0-C
    javax.rmi.CORBA.PortableRemoteObjectClass =weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass =weblogic.iiop.UtilDelegateImpl
    javax.xml.parsers.DocumentBuilderFactory =weblogic.xml.jaxp.RegistryDocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory =weblogic.xml.jaxp.RegistrySAXParserFactory
    line.separator =
    os.arch = x86
    os.name = Windows 2000
    os.version = 5.0
    path.separator = ;
    sun.boot.class.path =d:\bea\weblogic600\jdk130\jre\lib\rt.jar;d:\bea\weblogic600\jdk130\jre\lib\i
    18n.jar;d:\bea\weblogic600\jdk130\jre\lib\sunrsasign.jar;d:\bea\weblogic600\
    jdk130\jre\classes
    sun.boot.library.path =d:\bea\weblogic600\jdk130\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium i486 i386
    sun.io.unicode.encoding = UnicodeLittle
    user.dir = D:\bea\weblogic600
    user.home = C:\Documents andSettings\johnh
    user.language = en
    user.name = johnh
    user.region = US
    user.timezone = America/New_York
    weblogic.Domain = adminDomain
    weblogic.Name = myserver
    weblogic.security.jaas.Configuration =weblogic.security.internal.ServerConfig
    weblogic.security.jaas.Policy = ./lib/Server.policy

Maybe you are looking for