Beehive netui - config.xml and the ampersand problem

<>url-config
< url-encodes-URL > false < / url-encodes-URL >
< html-amp-entity > false < / html-amp-entity >
< / url-config >

I added the following lines in the Beehive netui - config.xml, but getting these errors saying entered invalid, we use WLP 10.2, any help at this very appreciated


java.lang.IllegalStateException: has not been initialized in /WEB-INF/beehive-netui-config.xml
at org.apache.beehive.netui.pageflow.internal.PageFlowInitialization.performInitializations(PageFlowInitialization.java:95)
at org.apache.beehive.netui.pageflow.PageFlowContextListener.contextInitialized(PageFlowContextListener.java:47)
to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:458)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
Truncated. check the log file full stacktrace
org.apache.beehive.netui.util.config.ConfigInitializationException: Validation errors occurred parsing the configuration file "/WEB-INF/beehive-netui-config.xml". Cause: org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
to org.apache.beehive.netui.util.config.parser.NetUIConfigParser$ 3.error(NetUIConfigParser.java:171)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:175)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
Truncated. check the log file full stacktrace
org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
Truncated. check the log file full stacktrace


e < 28 October 2008 9:40:50 PM PDT > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1225255174548 'for task ' 0'. Error: ' weblogic.application.ModuleException: '
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:975)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. check the log file full stacktrace
org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
Truncated. check the log file full stacktrace


< 28 October 2008 9:40:50 PM PDT > < error > < hats > < BEA-149202 > < encountered an exception while trying to commit the task 9 for the application "PortalEar". >
< 28 October 2008 9:40:50 PM PDT > < WARNING > < hats > < BEA-149004 > < failures have been detected all by initiating the task to redeploy to app "PortalEar" >.
< 28 October 2008 9:40:50 PM PDT > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:975)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:361)
to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. check the log file full stacktrace
org.xml.sax.SAXParseException: cvc-complex - type. 2.4.d: invalid content were found starting with the element "url-config". No child element is planned at this stage.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
to com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$ XSIErrorReporter.reportError (XMLSchemaValidator.java:429)
Truncated. check the log file full stacktrace


< 28 October 2008 9:40:51 PM PDT > < WARNING > < hats > < BEA-149252 > < no deployment "PortalEar" found to stop operation. >

Looks like you added the config url entry in the wrong place in the config file, so it fails to analyze. Looking at the diagram of the Beehive netui config, the elements in the netui-config element must be in the following sequence:













So "url-config" should come before "iterator-factories" and after 'jsp-tag-config' in the config file.

Jeff

Tags: Fusion Middleware

Similar Questions

  • Load firefox 3.6.14 and now can't access the internet. Computer restored to the previous version works now. 3.6.14 I tried again and the same problem, any ideas?

    Using windows 7. As soon as the update of firefox, I can not access Internet. I tried Internet Explorer works well. I have restored the previous computer Firefox and it works fine. Tried the update again and the same problem can not access the internet.

    This is usually caused by a firewall blocking the new version of Firefox. For more information, see https://support.mozilla.com/kb/Cannot+connect+after+upgrading+Firefox

  • XML and the data recovery

    Hey,.

    Not sure if this is the right section on the forum:

    I was wondering if there was a way to retrieve data from an XML page.

    For example, I want to create a BBApp that can request a XML page and once it has loaded to extract all of the appropriate fields and load them into a graphical user interface - without actually loading the page, basically I just want to create demand and get the XML Source Code and mine through this XML Source data.

    Thanks in advance,

    Jovinus Sveinbjornsson

    Hi Eva,

    This can easily be done in a BlackBerry Widget.  You will use the built in support of AJAX and the XMLHttpRequest object.

    You can retrieve the contents of the XML file via an AJAX call.  When it returns can then access the property of '.responseXML' which has already crawled your XML DOM document.  Just to make sure to whitelist the domain in the config.xml file to allow access to that external resource.  There are a bunch of samples and videos that explain this concept.

    You would then just browse XML and create your HTML code to reflect your data and insert it into the page.  A good tutorial on AJAX can be found here:

    http://www.w3schools.com/AJAX/default.asp

    Now for some advice

    If you are recovering data and then display as Web content within a widget, I would really recommend format of that content on the server in its HTML markup before sending it to your Widget in the AJAX request.  The reason why I recommend this is that there is a lot of manipulation of the DOM creating HTML nodes if you look at the raw XML data that is returned.

    If you flip it over already in HTML server-side, you can simply replace an item on your web page using innerHTML.  On a device mobile, if you can offload the work to a server it certainly helps performance.

  • Info needed config.xml and weblogic 10.3 startup scripts

    Hello

    Please explain what is the difference between startManagedWebLogic.cmd and startWebLogic.cmd in Weblogic 10.3.

    Can I have tuning parameters to set in the config.xml file and all settings to configure startup for Weblogic for performance in general scripts.

    Thank you

    Hello

    startWebLogic.sh is a Script that we had to start the administration server. Usually this script without any Arguments after the name of the script.

    startManagedWebLogic.sh is the Script we use to start managed servers from the 'ManagedServerName' and the 'adminURL' as an argument after the name of the Script to the Shell prompt.

    Basically 'startManagedWebLogic.sh' series the name of the managed server and AdminServer URL inside of her, then he calls the "startWebLogic.sh»

    Example: startManagedWebLogic.sh MS1 t3: / / localhost:7001

    If you want to set some JAVA_OPTIONS and the Classpath of the admin console, then your managed server must be started with "Nodemanagers" then only it takes arguments jvm and Classpath settings of the "config.xml"... like following:
    http://WebLogic-wonders.com/WebLogic/2010/03/26/nodemanager-based-managedservers-setting-mem_args/

    .
    .
    Thank you
    Jay SenSharma

  • How to read the extended cache file - config.Xml. in the C++ API

    I want to create my own XML configuration file and set the values of configuration in that, so that the client application in C++ (using C++ API consistency) can access the config files.

    Also how to get the instance of configuration values that read the customer of coherence.

    i.e.
    TangosolCoherenceOverride=$PATH/examples/config/tangosol-coherence-override.xml
    TangosolCoherenceCacheconfig=$PATH/examples/config/extend-cache-config.xml

    How to get the instance of this XMLDocument object? and read the values of the.

    Thank you
    Naveen

    Hello

    You can get the config cache that was read by recovering of the ConfigurableCacheFatory (which you can get the CacheFactory) by getConfig(). See:
    http://download.Oracle.com/otn_hosted_doc/coherence/352CPP/classcoherence_1_1net_1_1_cache_factory.html
    http://download.Oracle.com/otn_hosted_doc/coherence/352CPP/classcoherence_1_1net_1_1_configurable_cache_factory.html

    There is no way to get the real XmlDocument object in the cluster that is played for the config-cluster (if you could open the same way yourself).

    Thank you
    -Rob

  • XML to the combobox problem

    I am fill combobox from xml file, right

    My case: I'm reading the xml file that look like this

    < Download >
    < pallets >
    < pal30 name = "First map" >
    map1.XML < color > < / color >
    < / pal30 >
    < pal20 name = 'Second map' >
    map2.XML < color > < / color >
    < / pal20 >
    < / pallets >
    < / upload >

    by
    < mx:XML format = "e4x" id = "mapp" source="Database/Map.xml"/ >
    < mx:ComboBox = "263" x = "10" width = "194".
    ID = "myCb" enabled = "true".
    dataProvider = "{mapp.". Upload.palettes.*.@name} ">"
    < / mx:ComboBox >

    So, what I try to do is when I click on "Foreground" my ComboBox, I want to have 'map1.xml' 'printed' in a mx:Text control

    I can get the attribute name in the box by < mx:Text text = "{myCb.selectedItem}" / > that might be in this case 'Foreground' and I want to have 'map1.xml' when I click on 'First map' in the combobox.

    Do I have to create a kind of out of my xml file where values are tied together as
    {name: 'Foreground', file:"map1.xml'}



    The problem is that your nodes are not always named. If you had and then you could set the dataProvider = "{mapp.pal}" and labelField="@name" then the selectedItem.colors would be what you want. "

    When you used the expression you have created an array of values name only - there is no context longer. Try this instead:

    In a Script block:

    private void paletteName (point: Object): String
    {
    .@name XML (element) return;
    }

    private function test (event: Event): void
    {
    output. Text = XML (event.target.selectedItem). * Colors;
    }

    Now the selectedItem will be the XML for a node pal so XML (selectedItem). * Colors will be map1.xml or map2.xml.

  • Performance on the Web access and the certificate problem arises

    Hello! I just bought a HP pro 8610 office jet and I'm trying to access the Scan function to access Web but performance is very slow and I just get a blank screen, no certificate appears.   I tried to do it in Chrome and Firefox.  Otherwise, the printer works fine.

    I accidentally entered a wrong email as beneficiaries on the address book and need to delete an entry via the Scan option in the Web.

    I'm on Windows 7 Edition home premium.

    Please advise, thank you!

    This has been resolved! Apparently the connection was slow for some reason any.  Just tried again this morning and the certificate that is presented and not more problems.  Thank you!

  • Format Windows 7 and the installation problem

    Hi, I have a problem of windows I'm getting conflicting solutions when I search forums. I have a Dell laptop that I bought in 2008, which came with Vista Home Premium 32 bit. Last year, I decided to buy a drive to upgrade to Windows 7 Home Premium 32 bit. Last days, I experienced a large amount of blue screens, closures, slow behavior and I finally decided to bite the bullet and reformat. My problem is I have more drive Vista OEM with me and what I read online the win 7 upgrade product key only works if I'm upgrading from a current version of Windows. Both products are authentic and I am willing to share this information to purchase with Microsoft. Is it possible to get a clean install of Win7 key in this case or any other alternative suggestions?

    If your computer comes with a qualifying previous license such as Windows Vista or Windows XP and the certificate of authenticity is still attached to the machine in good condition, then the COST is reason enough to represent the compliance to the software license agreement. No previous required software installation, which means you can do a clean install with Windows 7 Upgrade disk.

    How to do a clean install with upgrade disc:

    Boot from the Windows 7 DVD

    Click Install now

    Accept the license agreement

    When the option is displayed to select a type of installation, click (Custom advanced)

    Click on drive Options

    Select the disc/s click on Delete

    Click new

    Click on apply

    Click OK

    Click Format, and then click next to proceed with the installation

    Skip entering your product key Windows 7 and complete the installation.

    When you reach the desktop, click Start, right-click on computer

    Click on properties

    Scroll down to the Windows Activation

    Click the link x days before activation.

    Click on the link that says: "show me other ways to activate.

    Enter the product key

    Click next

    Select the Activation of the phone

    Click Next when you enter your key page

    Select your country

    Click Next, call the number listed

    Be sure to explain your situation to the Appeals Officer.

    Provide the installation generated when ID requested by the call agent

    They give a confirmation ID in return, enter it

    Click next to complete the activation.

    However, the requirements for the media upgrade is that you have an operating system already eligible such as Windows XP or Vista installed to use it. Since the Windows 7 end user license agreement.

    15 UPDATES. To use upgrade software, you must first be licensed for the software that is eligible for the upgrade. After the upgrade, this agreement takes the place of the agreement for the software that you upgraded. After upgrade, you can no longer use the software that you upgraded.

    So, if you are always denied, you will just have to reinstall Windows XP or Vista and let it do the verification of eligibility.

    or

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

  • InDesign, export XML and the Task FORCE

    As a producer of a weekly, I need advice as to generate xml from Indesign CC (Mac) data standards NITF, at the choice of my digital Distributor. This includes dividing an article - that can be formatted in single text - in two equal elements: one for the title, signature, etc. and one for the body of the text. Is it possible to do without altering the original route, intended for printing? I would rather not have to break an image into two just for this purpose - for each article in the newspaper. In short: an image, an ACE, maybe two items, the head and the body? There is no shortage of advice around xml, nor on the NITF standard for dress news, but I have yet to find the one dealing with both. Thanks in advance.

    If I understand correctly, you just need to label the elements properly. To use a simple example, if I have a single image of text that contains a header and body text, I would create two tags, one for the title and one for the body. Then, I select the heading and apply the tag title and made similarly to the body. When you export to xml format, you will have two items with the title tag and the other with the body tag.

    I am ignorant as to the requirements of the Task FORCE, and so you need anew XSLT to perform on the exported XML file that would comply with the standard. I do not know because I am not aware of it. This part, if necessary I would do in an xml editor or a good text editor who may be able to it's needs.

    Mike

  • XML and the XMLDocument API confusion

    Maybe I read this wrong or missing something, but it seems that there is a circular reference in the XML and XMLDocument API. I began reading on the use of XML and can't follow what objects should be used.

    In the code XML doc page is the following line:
    Quote:

    Note: The XML class (along with related classes) go ActionScript 2.0 has been renamed XMLDocument and moved into the flash.xml package. It is included in ActionScript 3.0 for backward compatibility.
  • Table and the loop problems (please help)

    Im making a site for a project where I have to include a table and a loop.

    For this section, I put in a "contact us / Q and A" page where the user can enter a name, email, and question.
    This information is sent to a table and then following image shows the form of the table information in the dynamic text boxes.

    I've included a loop to check that each part of the table contains data (name, email and the issue).
    Then I have an If Else, which clears the form either if a section has been missed, OR if the form was completely correctly it directs the user to the frame following where as I said above the details appear in dynamic text boxes.

    The problem im having is the loop to check For the table that's a waste. Someone can please help me out here and get the loop to verify that all fields have been filled.

    Here is my code for the initial frame

    You must update the values in your table at the time you press the submit button. Code follows

    There is a second example to check the strings (it's a little complicated, but it's a useful trick if you can understand). This does not leave the Send button work unless all fields have something in them

  • Display of XML in the APEX problems

    Hello.

    Help pls, have an Oracle XE and APEX 4.2.1 when trying to display 1 data sell shema form DB (xmltype) (xml document example - 1116 symbols to sell table DB-) in the report of the APEX (SQL query type), in application Apex data report displayed not fully, as 500 symbols off 1116.

    What is and how to fix it?

    Police says:

    I'll try to explain my problem in detail.

    I create a report > report APEX Classic with 1 column and 1 row to display a 1 query xml data document form sql. These data should be displayed in a cell in report APEX > classic report, but as I mentioned earlier, the data in my cell completely visible, as 500 symbols off 1116.

    Is this clear?

    Not really. I don't know what is meant by "symbols" in an XML context. It would be more useful to see an explanation using standard SQL and XML terms such as rows/columns and documents, elements, tags, attributes. Illustrating the problem with an example on apex.oracle.com, it is usually the most effective way to get help. The report query view can also be useful.

    Note that the maximum size of an APEX report line (including all HTML) is also 32 K. This means that the size of these "symbols" (whatever they are) must be less than 29 bytes each for each of them to fit in a cell in a row, which can call this 'design' in question.

  • Developer SQL, SQL Server and the ampersand

    Hello

    I am connected to a SQL Server database (2008) and has difficulties to get a query runs correctly in SQL Developer (3.1.07).

    Simplified example

    Select table_field
    table
    where table_field <>'This & That ';

    Expected results

    table_field
    Other stuff
    Other stuff
    Other stuff

    Actual results

    table_field
    Other stuff
    This & That
    This & That
    ....


    I can't get SQL Developer to recognize as a literal ampersand &. I tried it out in many ways, but he still thinks it's a variable.

    The query works exactly as expected in MS SQL Management Studio and Toad. Of course, I can just run it in one of these, but I would try to get this working with SQL Developer. Suggestions?

    Please let me know if I can provide further information. Thank you.

    Hello

    SQL worksheet to developers is designed for Oracle, but we allow you to execute instructions SQL Server and other databases Oracle not.
    This can lead to some quirks, such as the one you met.

    Oracle SQL * Plus uses and commercial for define substitution variables.
    Oracle SQL Developer has implemented the same concept.
    Unfortunately there is no sense when something is running on an Oracle database no.

    To work around the problem, you can run the following SQL * Plus command in SQL Developer, before your query SQL Server.
    TOGETHER TO DEFINE
    Select "Hello & Goodbye";

    The following may be useful as well.
    http://dermotoneill.blogspot.com/2010/11/workheet-hints.html
    http://dermotoneill.blogspot.com/2010/12/SQL-Server-and-Sybase-browsing.html

    Kind regards
    Dermot.
    SQL development team.

  • Battery GS728TS with interfaces and the LAG problems

    Hello

    We have 2 x GS728TS (running firmware 5.3.0.26) switches connected together in a pile with double stacking cables.

    There are 4 servers connected to the battery through the LAG. Each LAG is composed of 4 members and 2 VLANS, 2 on each switch in the stack. Each server running multiple virtual machines.

    Until recently, everything worked fine. However the last week we have suddenly taken in an issue where some (not all) computer virtual on a host could not communicate with VM on other hosts and vice versa.

    After investigation, we discovered that the entries in the ARP on the troublesome VM table did not contain correct entries. Restart the virtual machine has not resolved this. so I restarted the battery and after a long period of time (15 min) the battery came and most of the questions have disappeared, but not entirely.

    So, I checked the table of addresses on the stack of the switch and found that it contains 'bad' entries as well. It shows that some have learned mac addresses are on specific interfaces instead of a lag, and also sometimes these interfaces are not even part of the specified LAG.

    If I turn off one switch and keep it turned off (or the other) then everything starts working correctly again.

    Anyone have any ideas?

    Thank you

    Shaun

    Hello

    During an extended last night maintenance window, I turned off and removed all the power to the two switches in the battery for about 5 minutes.

    I re-applied then power on both switches and after allowing then to start, check and they now seem to be working properly again.

    I just re-checked the switches (about 8 hours later) and they don't always work very well - no notice or detected problems.

    Concerning

    Shaun

  • I am running Vista Home Premium (although upgrade automatic is activated, the system will not install SP1.) Support Ms called and they asked me reinstall the OS. I did and the same problem.) I have Toshiba Satellite laptop. My system does not open the

    How can I open files to .phtml?

    You will get the best help for any problem of Update/Service Pack update Vista Forum; the link below:

    http://social.answers.Microsoft.com/forums/en-us/vistawu/threads

    When you repost here, kindly include the Error Codes, and exactly what is happening when you try to update.

    In this way, you will receive the correct help it.

    See you soon. Mick Murphy - Microsoft partner

Maybe you are looking for