Playback Failed - Action Not Supported On Disabled Control Exception

I tried to add a coded UI test for my log-in page and Playback failed by giving this error,
Test method BugTrackerNew._2_Login.CodedUITestMethod1 threw exception:
Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException: Cannot perform 'SetProperty of Text with value "Manuli"' on the disabled or read-only control. Additional Details:
TechnologyName:  'MSAA'
Name:  'Read 192.168.20.100'
ControlType:  'Edit'
Please tell me a method to run this test.

Login.cs
using System;
using System.Collections.Generic;
using System.Text.RegularExpressions;
using System.Windows.Input;
using System.Windows.Forms;
using System.Drawing;
using Microsoft.VisualStudio.TestTools.UITesting;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Microsoft.VisualStudio.TestTools.UITest.Extension;
using Keyboard = Microsoft.VisualStudio.TestTools.UITesting.Keyboard;
namespace BugTrackerNew
    /// <summary>
    /// Summary description for _2_Login
    /// </summary>
    [CodedUITest]
    public class _2_Login
        public _2_Login()
        [TestMethod]
        public void CodedUITestMethod1()
            this.UIMap.EnterUsername();
            this.UIMap.EnterPassword();
            this.UIMap.ClickOK();
        #region Additional test attributes
        // You can use the following additional attributes as you write your tests:
        ////Use TestInitialize to run code before running each test
        //[TestInitialize()]
        //public void MyTestInitialize()
        //    // To generate code for this test, select "Generate Code for Coded UI Test" from the shortcut menu and select one of the menu items.
        //    // For more information on generated code, see http://go.microsoft.com/fwlink/?LinkId=179463
        ////Use TestCleanup to run code after each test has run
        //[TestCleanup()]
        //public void MyTestCleanup()
        //    // To generate code for this test, select "Generate Code for Coded UI Test" from the shortcut menu and select one of the menu items.
        //    // For more information on generated code, see http://go.microsoft.com/fwlink/?LinkId=179463
        #endregion
        /// <summary>
        ///Gets or sets the test context which provides
        ///information about and functionality for the current test run.
        ///</summary>
        public TestContext TestContext
            get
                return testContextInstance;
            set
                testContextInstance = value;
        private TestContext testContextInstance;
        public UIMap UIMap
            get
                if ((this.map == null))
                    this.map = new UIMap();
                return this.map;
        private UIMap map;
EnterUsername
 public void EnterUsername()
            #region Variable Declarations
            WinEdit uIItemEdit = this.UIMozillaFirefoxStartPWindow.UIHttp1921682010090logDocument1.UIItemEdit;
            #endregion
            //uIItemEdit.Text = "Manuli";
            // Type 'Manuli' in text box numbered 3 in 'http://192.168.20.100:90/login.aspx?ReturnUrl=%2fD...' document
            uIItemEdit.Text = this.EnterUsernameParams.UIItemEditText;
EnterPassword
public void EnterPassword()
            #region Variable Declarations
            WinEdit uIItemEdit = this.UIMozillaFirefoxStartPWindow.UIHttp1921682010090logDocument1.UIItemEdit;
            #endregion
            // Click text box numbered 3 in 'http://192.168.20.100:90/login.aspx?ReturnUrl=%2fD...' document
            Mouse.Click(uIItemEdit, new Point(19, 12));
            // Type '********' in text box numbered 3 in 'http://192.168.20.100:90/login.aspx?ReturnUrl=%2fD...' document
            Keyboard.SendKeys(uIItemEdit, this.EnterPasswordParams.UIItemEditSendKeys, true);
ClickOK
 public void ClickOK()
            #region Variable Declarations
            WinButton uIOKButton = this.UIMozillaFirefoxStartPWindow.UIHttp1921682010090logDocument1.UIOKButton;
            #endregion
            // Click 'Ok' button
            Mouse.Click(uIOKButton, new Point(37, 5));
Please help

Similar Messages

  • Hdapm - FAILED: APM not supported

    Hello. My system work slow and I always hear my HDD's buzz and clicks ,also its temperature is about 59 C.
    I was looking for solutions of my problem at internet and found hdapm utility. But I can't make it work.
    after I installed hdapm I see in console:
    31.01.15 19:56:05,772 hdapm[44]:   Set APM Level to 0xfe: FAILED: APM not supported
    I created Ubuntu bootable flash drive and used it without setting it to the wrote in terminal following (I did it since I found an advice that hdapm started working after these manipulations):
    hdparm -B255 /dev/sda
    There I saw following : APM: not supported.
    About my system:
    iMac 27" mid 2010
    WD 1TB 1001FALS
    Yosemite
    Does anybody know how to make it work? Thanks in advance.

    Hey,
    The clicks that hdapm can resolve is that certain drives to preserve energy by spinning down after a short time of no activity. They do this by them selves and it is independent from thePut Hard Disks to sleep in the Energy Saver Control Pannel. When the drive is spinned down and ya do something that may need disk acces you might have to wai a few seconds for the disk to spin back on. Also the spinning down and up can produce a click here and there.
    On some drives (those who support it) hdapm can change the power savings so that it does not go to sleep and stays on.
    However, Sometimes when Hard Disks are about to breakdown. They can also become noisy and clicky etc. Now if this is the case you might want to back up you data as soon as possible and get a new drive before it breaks down. So if your drive used to work fine and started to get slow and noisy not so long ago, you should get a new drive...
    Cheers,
    -M-

  • "go to page action not supported in pdf."

    I want to create a document with "go to page" action buttons, then convert to PDF. I tried InDesign, but I get "go to page action not supported in PDF." I'm using Adobe Pro and InDesign CC,

    Hi ,
    You could try this by using action wizard in Acrobat and see what you get .
    This could also be possible by using Java Script .If you are good with it ,please try that and see if you get the desired results .
    Try the same using Acrobat under the action wizard option and check if that suits your requirement .
    We would also check at our end what best is possible and what best Acrobat and InDesign are capable of doing .
    Javascript is one the fine options to get this job done .
    Please let me the OS you work on .
    Regards
    Sukrit Dhingra

  • Formatting Failed- Device not Supported

    Hi. I'm new to DVDSP and hope this isn't a stupid question. (No hits when I searched for the same problem.)
    I have a project that started as FCS HD. I sent it to Compressor and created a QT H.264.mov file that is 5.96GB. Built a DVDSP project that ended up at 6.6 GB. I'm trying to burn it in HD onto a DL DVD. When I do, I get an error message that says...
    Formatting Failed: This device is not supported for the requested burn operation.
    Here's the info from "About this Mac" "Disc Burning":
    MATSHITA DVD-R UJ-85J:
    Firmware Revision: FCQ5
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipping Drive)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +R DL, +RW
    Write Strategies: CD-TAO, CD-SAO, DVD-DAO
    Media:
    Type: DVD-R DL
    ID: TYG11
    Blank: Yes
    Erasable: No
    Overwritable: Yes
    Appendable: Yes
    Write Speeds: 2x
    Any thoughts would be greatly appreciated. Thanks in advance.
    David

    actually you're working a little too hard. You actually tried to make an HD DVD. It's a defunct format that only plays on Macs and a handful of set top players. While you can make one, I believe I remember that the media is indeed different, so trying to burn to red laser media is going to do what it did for you.
    You can actually make a Blu-ray using Compressor. There's a lot of documentation around here on that. However, you'll need a BR burner for your file size. On the other hand you can burn to red laser media. The howevers there mean it has to be yet smaller and you can't really author, just burn using the very limited menus provided in Compressor, or take the files over to Encore where you can do more with them. Or take them entirely onto another BR authoring environment.

  • Action not supported in ITS WebGUI

    Hello,
    I've the following problem. We are using the Transaction iView to embed a transaction in the portal. The transaction is integrated as a SAP GUI for HTML. Within the transaction the output of data to Excel is possible. But unfortunately this action is not supported in WebGUI.
    Does someone of you know a workaround?
    Regards, Mathias

    Hi,
    Check this link,
    SAP Transaction iView
    Regards
    Srinivasan T

  • B1WS DB login failing MSSQL2005 not supported

    Hi B1WS users, we have B1WS successfully installed on our MS 2008 server w/ MSSQL2008 as the backend.
    When we run the WSDL generator from the SAP Business One Service Manager we are getting the following error message when we are selecting the DataBaseType as: dst_MSSQL2005 login dialog.
    Env:Receiver - 119 Database Server type not supported login
    We are running MSSQL2008 so is it possible to get an updated version of B1WS that has the value:
    dst_MSSQL2008
    in the pull-down selection?
    Please advise, David.

    Hi B1WS users, we have B1WS successfully installed on our MS 2008 server w/ MSSQL2008 as the backend.
    When we run the WSDL generator from the SAP Business One Service Manager we are getting the following error message when we are selecting the DataBaseType as: dst_MSSQL2005 login dialog.
    Env:Receiver - 119 Database Server type not supported login
    We are running MSSQL2008 so is it possible to get an updated version of B1WS that has the value:
    dst_MSSQL2008
    in the pull-down selection?
    Please advise, David.

  • Cursor does not change on disabled controls

    How can I set another cursor on disabled nodes?
    My use case:
    I want to disable a node, while a Task is running and simultaneously change the cursor to the wait cursor.
    But it has no effect, if the node is disabled.
    Any solutions?
    import javafx.application.Application;
    import javafx.scene.Cursor;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.VBox;
    import javafx.stage.Stage;
    public class TestApp3 extends Application {
        public static void main(String[] args) throws Exception {
            launch();
        public void start(final Stage stage) throws Exception {
            VBox root = new VBox();
            Button button = new Button("Test Button");
            root.getChildren().add(button);
            root.setDisable(true);
            root.setCursor(Cursor.WAIT);
            Scene scene = new Scene(root);
            stage.setScene(scene);
            stage.show();
    }

    can I set another cursor on disabled nodes?apparently not - log a jira with your test case.
    Any solutions?A couple of workarounds.
    Set the cursor on the parent of the disabled region (wrapping the disabled region in a pane for this specific purposes if needed).
    import javafx.application.Application;
    import javafx.scene.Cursor;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.*;
    import javafx.stage.Stage;
    public class DisabledControlCursor extends Application {
      public static void main(String[] args) throws Exception { launch(args); }
      @Override public void start(final Stage stage) throws Exception {
        VBox root = new VBox();
        root.getChildren().add(new Button("Test Button"));
        Pane wrapper = new Pane();
        wrapper.getChildren().add(root);
        root.setDisable(true);
        wrapper.setCursor(Cursor.WAIT);
        Scene scene = new Scene(wrapper);
        stage.setScene(scene);
        stage.show();
    }Set the cursor on the entire scene containing the disabled region.
    import javafx.application.Application;
    import javafx.scene.Cursor;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.layout.*;
    import javafx.stage.Stage;
    public class DisabledControlCursor extends Application {
      public static void main(String[] args) throws Exception { launch(args); }
      @Override public void start(final Stage stage) throws Exception {
        VBox root = new VBox();
        root.getChildren().add(new Button("Test Button"));
        Scene scene = new Scene(root);
        root.setDisable(true);
        scene.setCursor(Cursor.WAIT);
        stage.setScene(scene);
        stage.show();
    }

  • File Data Source:  does not support any other host except LOCALHOST?

    I am using US 1.0.3.
    This exercpt is from the OTN iLearn Subscribed course titled "Oracle9i UltraSearch New Features" on operating system file access:
    "The file protocol is used only for the machine that launches the crawler. You can not specify any other host for this kind of URL, except LOCALHOST."
    Does it mean that US 1.0.3 can not be used to search other file servers on the network? For example, we have US 1.0.3 installed on a server S1 which is on a network with other servers (e.g. S2). I want to use US to search files in the folder myDir on server S2. So I tried to create a file data source with this URL:
    file://\\s2\myDir\
    But I got this error:
    Invalid file protocol URL: file//\\s2\myDir\
    Hostname of the file URL "file://\\s2\myDir\ is not "localhost".
    My question:
    (1) Can US 1.0.3 search files on a different server than the one US is running on?
    (2) If so, how to specify the URL using the above example for it to work?
    (3) If not, how about the newer version of US, 9.2 or 9.02? Can they be used to search files on other network servers/drives?
    (4) If no to question (3), is there any plan to support this in the future version of US?
    My comment: Not able to search other servers really limits the userfulness of US. I really hope Oracle will consider adding this capability.
    Thanks!

    More on my previous questions:
    Since I posted my previous question, I have read on the 1.0.3 online help that we can define remote crawlers to crawl "on a remote machine other than the Oracle Ultra Search database". So I assume this is how to make US to search on other servers. In the online documentation it also includes the following paragraph on "Remote Crawler Profiles Page":
    "Use this page to view and edit remote crawler profiles. A remote crawler profile consists of all parameters needed to run the Ultra Search crawler on a remote machine other than the Oracle Ultra Search database. A remote crawler profile is identified by the hostname. The profile includes the cache, log, and mail directories that the remote crawler shares with the database machine. "
    The Remote Crawler Profiles Page, however, displays only remote crawlers already defined and the page seems to be used just for editing the porfiles of these defined remote crawlers.
    My questions:
    (1) How do I create the remote crawlers and defines the profiles in the first place?
    (2) Where can I find more documentation on remote crawlers?
    (3) Once the remote crawlers are set up, how do I specify the file URLs for each remote crawler?
    (4) With US9.02 or 9.2, does remote crawler work the same as in 1.0.3, or are there any enhancements?
    Thanks!

  • OBIEE 11.1.1.7 compatibility setting is not supported

    Hi,
    This was happened on OBI Enterprise Manager login page after upgrade OBIEE version from 11.1.1.5 to 11.1.1.7
    Message from webpage
    The current compatibility setting is not supported. Disable Compatibility View before running this web page.
    I was tried to configure setting on IE8, 9 and 10 but still the same.
    So, is it a known issue and anyone has solution on this?

    its common issue and the solution is, in IE go to tools -> compatibility view settings you will see a pop-up window from here uncheck the boxes which has Display intranet sites in compatibility view or display all websites in compatibility view(better to uncheck all three check boxes) and also check if you have added any domain to allow the compatible view eg: URL which ends with Oracle.com in http://scjq02.oracle.com:7001/em
    after un-checking those above check boxes and removing the domain now reload the page and see

  • ERROR: RUL-00025:fact class multiple inheritance not supported

    I am receiving this erro message when trying to invoke a rule (assert, execute ruleset,retrieve results) on a XML Fact structure that has demo element as parent with a ref to two child elements: invoice and po.
    I simply used the wizards to deploy the decide activity so I have no clue what this might be.
    The rule session EVALUATEAPPROVAL:230011 failed to execute step assert
    RUL-00025:fact class multiple inheritance not supported
    oracle.rules.rl.exceptions.RLRuntimeException: fact class multiple inheritance not supported
         at oracle.rules.rl.exceptions.ExceptionFactory.createRuntimeMultipleInheritanceException(ExceptionFactory.java:467)
         at jess.DefinstanceList.autoDefclass(DefinstanceList.java:996)
         at jess.DefinstanceList.assertObject(DefinstanceList.java:570)
         at jess.Rete.assertObject(Rete.java:1557)

    RL only supports single inheritance, either from an interface or a class. JAXB 1.0 generates a set of classes that inherit and implement each other. If the RL code is generated in the wrong order and child classes are generated before parent classes, then you get the indicated exception. In most cases, not importing the element class will prevent this from happening, and in the rest not importing the ObjectFactory class will prevent it (or unchecking the "supportsXpath" option). You can't use the element class in the rules anyway since the properties it inherits from it's parent don't show up in lists.
    So, it's not the complexity of the XSD that matters in processing, only that a single inheritance chain is specified. If you follow the original instructions with your complex XSD, I believe you will see it work correctly.
    This has been fixed in the as-yet-unreleased 10.1.3.4 version, but the only workaround for released versions is above.

  • RUL-00025:fact class multiple inheritance not supported

    Hi Everyone,
    I am creating a rule for a order schema which accepts OrderTotal and CustomerType and based on both response back if the Approval is required or not. When deploying the process I am getting the "RUL-00025:fact class multiple inheritance not supported." Below is the schema which I am using.
    <?xml version="1.0" encoding="windows-1252"?>
    <schema targetNamespace="http://www.OrderRequest.com" xmlns:or="http://www.OrderRequest.com" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="unqualified" attributeFormDefault="unqualified">
         <element name="OrderDetailsRequest" type="or:OrderRequestT"/>
         <element name="OrderDetailsResponse" type="or:OrderResponseT"/>
         <complexType name="OrderRequestT">
              <sequence>
                   <element name="OrderTotal" type="int"/>
                   <element name="CustomerType" type="string"/>
              </sequence>
         </complexType>
         <complexType name="OrderResponseT">
              <sequence>
                   <element name="ApprovalRequiredFlag" type="string"/>
              </sequence>
         </complexType>
    </schema>
    This is what the error is:
    The rule session RulesTest:90002 failed to execute step assert
    RUL-00025:fact class multiple inheritance not supported
    oracle.rules.rl.exceptions.RLRuntimeException: fact class multiple inheritance not supported
         at oracle.rules.rl.exceptions.ExceptionFactory.createRuntimeMultipleInheritanceException(ExceptionFactory.java:467)
         at jess.DefinstanceList.autoDefclass(DefinstanceList.java:996)
         at jess.DefinstanceList.assertObject(DefinstanceList.java:570)
         at jess.Rete.assertObject(Rete.java:1557)
         at jess.AssertObject.call(ReflectFunctions.java:1198)
         at jess.FunctionHolder.call(FunctionHolder.java:30)
         at jess.Funcall.execute(Funcall.java:280)
    Caused by: oracle.rules.rl.exceptions.MultipleInheritanceException: fact class 'DemoPackage.OrderDetailsRequestImpl' cannot extend both 'DemoPackage.OrderRequestT' and 'DemoPackage.OrderDetailsRequest'
         at oracle.rules.rl.exceptions.ExceptionFactory.createMultipleInheritanceException(ExceptionFactory.java:443)
         at oracle.rules.rl.common.ClassSymbol.setFactClass(ClassSymbol.java:187)
         at oracle.rules.rl.common.ClassSymbol.initialize(ClassSymbol.java:280)
         at jess.DefinstanceList.getProperties(DefinstanceList.java:1168)
         at jess.DefinstanceList.autoDefclass(DefinstanceList.java:992)
         ... 33 more
    Execution plan for RulesTest:90002
    assert fact DemoPackage.OrderDetailsRequest
    Please help me!!!
    Thank You.

    For the class DemoPackage.OrderDetailsRequest, either don't import it into the datamodel or set the visibility of it to false. This should fix the issue.

  • Presentation variable is not supported in "SQL Issued"

    hi, there is a presentation variable called @{ps_var} from a prompt
    and I have written a custom sql and typed in "SQL Issued"
    !http://img31.imageshack.us/img31/8673/customsql.jpg!
    I found that the presentation variable is not supported in "SQL Issued" (exception flows when I clicked the "Set SQL" button.)
    (in the captured screen, it is hardcoded as 'REPLACED_BY_PRESENTATION_VARIABLE', no error occurs when I clicked the "Set SQL" button. the result is correct.
    however, when 'REPLACED_BY_PRESENTATION_VARIABLE' is replaced by @{ps_var}, exception flows when I clicked the "Set SQL" button.
    is there an alternatives to avoid the error ? or any ways to assign the selected value from the prompt to this sql ?
    thank you very much!

    Just set your presentation variable with an other method.
    Check here you will find how you can set a presentation variable for a filter
    http://gerardnico.com/wiki/dat/obiee/presentation_service/obiee_presentation_variable_area

  • Why Application ack not supported in Reciever adapters?

    Hi All,
    a.What is difference between Application and System acknowledgements ?
    b. Why  Application ack not supported in Reciever adapters (except for CIDX and RNIF)?
        (as mentioned in http://help.sap.com/saphelp_nw70/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm)
    c:http://help.sap.com/saphelp_nw70/helpdata/en/e1/091640a991c742e10000000a1550b0/content.htm
    says  If messages are sent from the PCK to the Integration Server, you must create a receiver XI adapter in the PCK.!!
      Should not this be either way?
    Regards
    Guru

    <b>a.</b> System acknowledgments used by the runtime environment to confirm that an asynchronous message has reached the receiver.
    Application acknowledgments used to confirm that the asynchronous message has been successfully processed at the receiver.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/content.htm
    <b>c.</b> No
    Message was edited by:
            Prabhu  S

  • Error -- ISO8859_1 Not Supported in Weblogic 6.1 SP2

    I've installed Weblogic 6.1 Service Pack 2 on Solaris 8, and when I go to install
    and deploy and applications (including the Petstore Demo) I get an error message
    which says 'ISO8859_1 is not supported'.
    If I stop and then restart the Weblogic Server, I get the following StackTrace
    included below.
    I've noticed there have been several posts on this topic, but no response. Thanks
    in advance to anyone who can help me out!
    Gary Smith
    [email protected]
    --Stack Trace of Error when Server Startup:
    weblogic.xml.process.XMLParsingException: The encoding "ISO8859_1" is not supported.
    - with nested exception:
    [org.xml.sax.SAXParseException: The encoding "ISO8859_1" is not supported.] Line:
    0 Column: 0
    at weblogic.xml.process.ProcessorDriver.process(ProcessorDriver.java:135)
    at weblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE12.process(J2EEDeploymentDescriptorLoader_J2EE12
    .java:137)
    at weblogic.j2ee.dd.xml.J2EEUtils.loadDeploymentDescriptor(J2EEUtils.java:114)
    at weblogic.j2ee.dd.xml.J2EEUtils.loadDeploymentDescriptor(J2EEUtils.java:85)
    at weblogic.management.mbeans.custom.Application.getDD(Application.java:670)
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.java:487)
    at weblogic.management.mbeans.custom.Application.load(Application.java:387)
    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)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy11.load(Unknown Source)
    at weblogic.management.mbeans.custom.ApplicationManager.loadApplications(ApplicationManager.java:556)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:367)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
    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)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_Cach
    ingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)

    Gary:
    Please try using a valid XML (also called MIME or IANA) encoding name
    (ISO-8859-1) instead of the Java encoding name (ISO8859_1).
    The IANA character set registry can be found at:
    <http://www.iana.org/assignments/character-sets>
    Regards --
    Jim Brown
    Gary Smith wrote:
    >
    I've installed Weblogic 6.1 Service Pack 2 on Solaris 8, and when I go to install
    and deploy and applications (including the Petstore Demo) I get an error message
    which says 'ISO8859_1 is not supported'.
    If I stop and then restart the Weblogic Server, I get the following StackTrace
    included below.
    I've noticed there have been several posts on this topic, but no response. Thanks
    in advance to anyone who can help me out!
    Gary Smith
    [email protected]
    --Stack Trace of Error when Server Startup:
    weblogic.xml.process.XMLParsingException: The encoding "ISO8859_1" is not supported.
    - with nested exception:
    [org.xml.sax.SAXParseException: The encoding "ISO8859_1" is not supported.] Line:
    0 Column: 0
    at weblogic.xml.process.ProcessorDriver.process(ProcessorDriver.java:135)
    at weblogic.j2ee.dd.xml.J2EEDeploymentDescriptorLoader_J2EE12.process(J2EEDeploymentDescriptorLoader_J2EE12
    java:137)
    at weblogic.j2ee.dd.xml.J2EEUtils.loadDeploymentDescriptor(J2EEUtils.java:114)
    at weblogic.j2ee.dd.xml.J2EEUtils.loadDeploymentDescriptor(J2EEUtils.java:85)
    at weblogic.management.mbeans.custom.Application.getDD(Application.java:670)
    at weblogic.management.mbeans.custom.Application.adminLoad(Application.java:487)
    at weblogic.management.mbeans.custom.Application.load(Application.java:387)
    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)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy11.load(Unknown Source)
    at weblogic.management.mbeans.custom.ApplicationManager.loadApplications(ApplicationManager.java:556)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:367)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
    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)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy38.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_Cach
    ingStub.java:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
    at weblogic.management.Admin.finish(Admin.java:590)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
    at weblogic.Server.main(Server.java:35)--
    Jim Brown
    Developer Relations Engineer
    BEA Support

  • "Date formatting not supported yet"??

    When I add imports to get around the problem described in my previous
    email, I run into an exception that says "Date formatting not supported
    yet". The exception is thrown in util/HtmlUtil.java. What's the
    intention here? Why don't we just return the value unformatted? How
    should I handle this so I can take advantage of the formatting if it is
    supported someday? Are there any other formatting types which I need
    to "handle" in order to run?

    Dan--
    When I add imports to get around the problem described in my previous
    email, I run into an exception that says "Date formatting not supported
    yet". The exception is thrown in util/HtmlUtil.java. What's the
    intention here? Why don't we just return the value unformatted? How
    should I handle this so I can take advantage of the formatting if it is
    supported someday? Are there any other formatting types which I need
    to "handle" in order to run?The exception lets you know that there is a specific issue you need to work
    around during migration. The reason we don't just return the unformatted
    value is that we didn't want to give the impression that date formatting
    worked when it doesn't (yet).
    If you just want the value to come through without an attempt at formatting,
    the correct thing to do is to change your JSP tags to eliminate the date
    formatting attributes. If this is a loss of data (the format masks), then
    you should just comment them out rather than delete them.
    The whole issue of date formatting is unfortunately complex. Suffice to say
    that it is far easier for the developer to format the date as they wish in
    their code then it is for us to try and provide generic date formatting.
    The issue revolves around having all the necessary information in order to
    do the formatting in a generic way.
    Todd

Maybe you are looking for

  • 10.8.5 supplemental 1 update computer started up in 10.8.2

    I'm on a Mac mini Server late 2012. Processor  2.3 GHz Intel Core i7 Memory  16 GB 1600 MHz DDR3 I just installed the 10.8.5 Supplemental update 1. The computer had 10.8.2 when it rebooted. ***? Now what shows in the App Update area is a OS X Update

  • Upon Double Click in Finder, Premiere Proj opens with Speedgrade

    "New" Mac Pro running Creative Cloud I updated Speedgrade yesterday, now whenever I double click on a Premiere project in finder to launch the project in Premiere, Speedgrade wants to open the file instead. I know I can right-click and tell Finder to

  • Is it possible to create a custom control class and insert its instance in a form?

    I have several controls that will work togheter and in a similar way in several forms. For example, a GroupOption with two ButtonOptions. Clicking on one button option the frame willl  became higher and a TextBox will appear; clicking on the other th

  • Web Object issue with Vimeo Videos

    I'm using the Web Object Interacion in Captivate 7 to embed some Vimeo videos in my course, but i'm having this problem while playing the videos using this tool: When i play a video, it plays properly but if i don't pause the video before move to the

  • Timeout during application startup

    Hi,           I am using WebLogic Server 9.1. I have a web module (web2.4) deployed and there is some time-consuming initialization in ServletContextListener.contextInitialized(..) method.           The code requires about 7-8 minutes to finish and m