Get the error in the Web.XMl file

Hi Experts,

As I established local installation in my system, but I get an error in the web.xml file tomcat server console.

December 14, 2015 18:06:30 org.apache.catalina.core.AprLifecycleListener init

NEWS: APR based Apache Tomcat Native library that allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.7.0_79\bin; C:\Windows\Sun\Java\bin; C:\Windows\System32; C:\Windows; C:\oraclexe\app\oracle\product\11.2.0\server\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\Wbem; C:\Windows\system32\WindowsPowerShell\v1.0\; C:\Program Files (x 86) \Common Files\lenovo\easyplussdk\bin; C:\Program Files\Java\jdk1.7.0_79\bin; E:\digitalM\csinstall\bin;.

December 14, 2015 18:06:31 org.apache.coyote.http11.Http11Protocol init

INFO: Initializing Coyote HTTP/1.1 on http-7001

December 14, 2015 18:06:31 org.apache.catalina.startup.Catalina charge

INFO: Initializing transformed into 2027 ms

December 14, 2015 18:06:31 org.apache.catalina.core.StandardService start

INFO: Starting service Catalina

December 14, 2015 18:06:31 org.apache.catalina.core.StandardEngine start

INFO: Starting the Servlet engine: Apache Tomcat/6.0.44

December 14, 2015 18:06:32 org.apache.tomcat.util.digester.Digester endElement

SEVERE: End event threw the exception

java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at org.apache.tomcat.util.IntrospectionUtils.callMethodN(IntrospectionUtils.java:959)

at org.apache.catalina.startup.CallMethodMultiRule.end(WebRuleSet.java:789)

at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)

at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)

at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)

to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2973)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)

at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)

at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)

to com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse (SAXParserImpl.java:648)

at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)

at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)

at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)

at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)

at org.apache.catalina.core.StandardService.start(StandardService.java:525)

at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)

at org.apache.catalina.startup.Catalina.start(Catalina.java:595)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

at org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:414)

Caused by: java.lang.IllegalArgumentException: Servlet mapping specifies a servlet name refreshservlet unknown

at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2743)

at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2723)

... more than 37

December 14, 2015 18:06:32 org.apache.catalina.startup.ContextConfig applicationWebConfig

GRAVE: Analyze the error in the Web.XML of the application to jndi:/localhost/cs/WEB-INF/web.xml

org.xml.sax.SAXParseException; systemId: jndi:/localhost/cs/WEB-INF/web.xml; lineNumber: 43; columnNumber: 37; Error in (43, 37): Servlet mapping specifies a servlet name refreshservlet unknown

at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2839)

at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2865)

at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1161)

at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:609)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)

to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2973)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606)

at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848)

at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)

at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)

at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)

to com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse (SAXParserImpl.java:648)

at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)

at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)

at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)

at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)

at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)

at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)

at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)

at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)

at org.apache.catalina.core.StandardService.start(StandardService.java:525)

at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)

at org.apache.catalina.startup.Catalina.start(Catalina.java:595)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

at org.apache.catalina.startup.Bootstrap.main (Bootstrap.java:414)

Caused by: java.lang.IllegalArgumentException: Servlet mapping specifies a servlet name refreshservlet unknown

at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2743)

at org.apache.catalina.core.StandardContext.addServletMapping(StandardContext.java:2723)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)

at org.apache.tomcat.util.IntrospectionUtils.callMethodN(IntrospectionUtils.java:959)

at org.apache.catalina.startup.CallMethodMultiRule.end(WebRuleSet.java:789)

at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)

at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)

... more than 29

December 14, 2015 18:06:32 org.apache.catalina.startup.ContextConfig applicationWebConfig

GRAVE: Occurred at line 43 37 column

Org.apache.catalina.startup.ContextConfig December 14, 2015 departure 18:06:33

GRAVE: Marking this unavailable application due to previous errors

December 14, 2015 18:06:35 org.apache.catalina.core.StandardContext start

SEVERE: Error getConfigured

December 14, 2015 18:06:35 org.apache.catalina.core.StandardContext start

SEVERE: Context / [CS] failed to start due to previous errors

December 14, 2015 18:06:36 org.apache.catalina.startup.HostConfig deployDescriptor

NEWS: Deployment descriptor configuration host - manager .xml

December 14, 2015 18:06:38 org.apache.catalina.startup.HostConfig deployDescriptor

NEWS: Deployment configuration descriptor manager.xml

December 14, 2015 18:06:38 org.apache.catalina.startup.HostConfig deployDirectory

NEWS: Deployment web application directory case

December 14, 2015 18:07:28 com.sun.jersey.spi.spring.container.servlet.SpringServlet getContext

INFO: Using default applicationContext

December 14, 2015 18:07:28 com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registry

INFO: Application bean Spring, TicketResource, of type com.fatwire.wem.sso.cas.integration.rest.TicketResource as a class resource root

December 14, 2015 18:07:28 com.sun.jersey.spi.spring.container.SpringComponentProviderFactory registry

INFO: Application bean Spring, TicketGrantingTicketResource, of type com.fatwire.wem.sso.cas.integration.rest.TicketGrantingTicketResource as a class resource root

December 14, 2015 18:07:29 com.sun.jersey.server.impl.application.WebApplicationImpl initiate

INFO: Initiator asks from Jersey, version "Jersey: 1.1.4.1 11/24/2009-01:30 '"

December 14, 2015 18:07:34 org.apache.catalina.startup.HostConfig deployDirectory

NEWS: Deployment of the directory docs web application

December 14, 2015 18:07:34 org.apache.catalina.startup.HostConfig deployDirectory

INFO: Examples of Directory deployment web application

December 14, 2015 18:07:35 org.apache.catalina.startup.HostConfig deployDirectory

INFO: Deploy the web application ROOT directory

December 14, 2015 org.apache.coyote.http11.Http11Protocol start 18:07:35

Please suggest what I'm missing or how to solve this problem


Thanks in advance.

It shows the error in the XML parser.  Please validate your XML code for proper syntax. You might have missed some closing etc tags.

Also make sure that this declaration of refreshservlet and his mapping is appropriate in your web xml.

Tags: Fusion Middleware

Similar Questions

  • load at startup in the web.xml file

    Hello

    I know not to load at startup in servlet
    When this servlet is called, it is called automatically, or to call

    Give me an example

    tag may appear inside the tag in web.xml and tells the container of web on this particular servlet loading. If load at startup is not specified then container load a particular servlet when he feels necessary is more likely when the first request for this servlet. According to the specifications of Java enterprise the following rules apply:

    1. to load at startup value > 0, servlet with least number will be loaded first when the web application is deployed or when the server starts. Servlets with a higher number of load-on-startup after loaded as servlets with a smaller number have been loaded.
    2. If the value of is the same for two servlets, then they will be loaded in the order in which they are declared within the web.xml file.
    3. If is 0 or negative, or there is no evidence for any servlet then this servlet will be responsible when the container considers necessary to load it.

    suitable for the servlet that performs tedious work. for example, to create a pool of database connections, prepare a few application environment etc. In web applications based ATG have usually entered us for NucleusServlet to load at startup as 1 that's why NucleusServlet is loaded on startup of the server resulting in the ATG to start services.

  • Change in the web.xml file is lost after build

    Hello

    I have a problem with the web.xml file. There is a servlet called ordDeliverMedia which, by default, refers to the class oracle.jheadstart.ord.html.OrdPlayMediaServlet in the web.xml file. I have change the default class to the mine, do you say, app.util.MyOrdPlayMediaServlet. Now, when I generate one of the services in the definition of JHs editor request changes to this article are lost and yet once done ordDeliverMedia refers to its default value, i.e., oracle.jheadstart.ord.html.OrdPlayMediaServlet. I wonder that changes to other topics such as the Faces Servlet or resources are not lost. What's wrong?

    In any case, I've migrated from JDev 11.1.1.4 JHs - JHs 11.1.1.3.35 to JDev 11.1.2.3 - 11.1.2.1.28

    See you soon,.
    Will do

    Will do,

    Unfortunately, we only check if the servlet class is not set to the JHeadstart one, we should add a check if the servlet class is set to a custom class and therefore leaves intact.
    We'll put that on the list to fix for the next version, for now, I fear, you must cancel the web.xml file changes before you check it into source code control system.

    Steven Davelaar,
    JHeadstart team.

  • tag < error page > - in the web.xml file

    Hi all

    I wrote a web application deployed on weblogic 10.3.
    in one of my pages JSP say JSP1 a java.lang.RuntimeException type exception is thrown.

    and I tag error pages configured in my web.xml file
    That is to say
    > error pages <
    java.lang.RuntimeException < exception type > < / exception type >
    error.html < location > < / location >
    < / error pages >

    so when this exception is thrown by the JSP1, user should redirected to error.html
    but it's not not this

    and instead, is to show the http 500 error saying "website cannot display the page. and url in the address rest bar also the same IE specific JSP1.

    What could be the problem. What additional configuration should be doe for tag < error page >-?

    Thank you

    Try/Check with the following options
    (1) If you test with IE error page, try again with other browsers such as Mozilla Firefox.
    (2) make sure that your web.xml file is to have the DTD element.
    (3) try to place the item of after details of the servlet mapping in web.xml.
    (4) If you are using IE, tweak with the following option of the IE browser
    Simplified Tools--> Internet-->--> HTTP Error Messages Advanced Options show
    (5) check error.html file is available in the correct location (this is under the location context root)

  • Edit the web.xml file in Weblogic

    Hi, I'm deploying an application written in 11.1.1.2.0 JDeveloper to Weblogic 10.3.2.

    I am editing the Web.XML of the application. I tried to change it here:
    c:\Oracle\Middleware\user_projects\domains\uat_domain\servers\AdminServer\tmp\_WL_user\DrawingManagement\2ubcsw\war\WEB-INF\web. XML

    However, the changes appear not in demand even if I rebooted Weblogic. However, when I change the values in JDeveloper and then deploy on Weblogic, values are reflected in the Web.XML defined above.

    WebLogic is cached in this web.xml? If so, how do I to change?

    Published by: Sean NGO on August 8, 2010 21:11

    Hello

    If you try to edit the file "web.xml" from the following location: c:\Oracle\Middleware\user_projects\domains\uat_domain\servers\AdminServer\tmp\_WL_user\DrawingManagement\2ubcsw\war\WEB-INF\web.xml

    Then it will not appear. Because as soon as you deploy your Application on WebLogic, it reads the file "web.xml" *(At Deploy time Once) * and he keeps in memory. So if you really want to change the deployment descriptor and then you have to redeploy the Application after editing inside your JDeveloper project yourself.

    Or, as an alternative, you can use the 'plan' WebLogic function to change the DDs... like: http://forums.oracle.com/forums/thread.jspa?threadID=1107834&tstart=0

    .
    .
    Thank you
    Jay SenSharma
    http://WebLogic-wonders.com/WebLogic (WebLogic wonders are here)

  • Get the same xml file

    Hi all

    There are 2 xml files with the same name but in different locations. I have created physical and logical diagrams (the schema and the schema of work are the same for both). Now in the designer when I reverse engineered for 1 xml file which is filled correctly, but for the 2nd file xml data store is is filled with 1 xml file.

    How to solve this problem?


    Kind regards
    Sourav

    It could be caused by a cache issue...
    your first file is still in the cache...

    If I remember correctly there are commands to manage the cache provided by pilot ODI XML...

    Something like SYNC FROM a FILE
    you run a procedure...

    Hope to help

    Concerning

  • analysis of the Web.XML using runassembler

    Hi guys

    Whie creation file ear using runassembler command how it will identify a module that contains the jsp and base files it identify the web.xml file and parse the file web.xml

    Please give me some clearification on this

    At the time of creation of the atg project, we specify following

    1. j2eeapplication name
    2. name of the Web application
    3. context root
    4. Server

    This will create the following:

    • /J2EE - Apps / {j2ee application name}/META-INF/application.xml

    application.XML, this will serve as runassebler while creating ears (reading manifest file) to determine the associated web application to this

    J2EE application.

    • /J2EE - Apps / {the j2ee application name} / {the web application name} .war

    {the web application name} .war file will be your jsp, taglibs, web.xml, this war is packed in the ear if no problem analysis is delivered and used in the

    application execution time.

    When reading the manifest file (main or dependent module) if runassebler meets ATG-EAR-Module in the manifest file,.

    MANIFESTO. MF:

    ATG-EAR-Module: {j2eeapplication name}

    then he waits for application.xml at the path/j2ee-apps / {j2eeapplication name} / META-INF. It reads the application.xml file and determine the web application.

    application.XML:

    {the web application name}

    {the web application context root}

    Then he waits for {web app name} to attend the path/j2ee-apps / {name of the j2ee application} and it packs the file. War in the ear.

    I hope that this answer to your query.

  • I have problems to install CS6 Design &amp; Web Premium. From the CD, the Setup program crashes or he tells me it's a forgery (it isn't). In the Web download file, I can't even extract. I get an error of access violation.

    I have problems to install CS6 Design & Web Premium. From the CD, the Setup program crashes or he tells me it's a forgery (it isn't). In the Web download file, I can't even extract. I get an error of access violation. I'm on a Surface Pro Windows 3.

    Solution posted in duplicate message I'm having various problems installation CS6 Design & Web Premium. From the CD, the Setup program crashes or he tells me it's a forgery (it isn't). In the Web download file, I can't even extract. I get an error of access violation. -This message of locking... MOD

    To contact our support staff, you must click on the following link: https://helpx.adobe.com/contact.html

    In at top right, sign in to adobe.com with your Adobe ID

    Select the category of assistance you need and once completed, you will see the blue band that still says "need help, contact us.

    A click on that and you should see options to chat/phone.

  • I upgraded to a new computer with Yosemite, after have migrated my settings on, Dreamweaver CS 5.5 will not launch. It says it cannot find the menus.xml file, then the problem is getting worse.

    I upgraded to a new computer with Yosemite, after have migrated my settings on. Adobe CS5.5 works very well except Dreamweaver CS 5.5, it says it cannot locate the menus.xml file and cannot rebuild from a backup. He suggested resettlement.

    But when I try to reinstall, I get an error that says "Installer failed to initialize. Please download adobe support advisor to detect the problem.

    Who produces the net problem of it being abandoned, and that brought me here. Help!

    This is a duplicate thread.

    DW CS5.5 and Yosemite [subject edited by Moderator]

    Ultimately, the problem has been resolved by running the cleanup CC tools then by reinstalling the software.

    Nancy O.

  • Libretto U100 Bluetooth error message indicates - getting the list of files fail

    Hello

    I try to connect my Libretto U100 Bluetooth to a new Sony Ericsson mobile software Bluetooth for exchanging information.

    I can connect and see the files on the mobile phone, but when I click on the folders, there is an error message indicating "getting the list of files doesn't have."

    New drivers must or is there something else I need to set up at all?

    Previously, I was able to connect to any other mobile phone with no problems.

    Thank you in advance for help you.

    Hello

    I m sure that it s is not a Bluetooth problem or a cell phone if it s possible to connect Sony Ericsson and other mobile phones. Unfortunately, I'm not very familiar with this laptop but I found this site with FAQ on your mobile phone.

    http://www.Ericsson.com/Contact/FAQ.shtml
    http://www.Esato.com/Help/FAQ.php

    In addition, you should check the manual of the phone. I sure you will find a description of m

    Good luck

    Good bye

  • Error message: the index.xml file is missing.

    I am trying to open a 'Numbers' file, which is stored in Dropbox in the cloud.

    I know there are some discussions about this already on this support group but they all suggest to back up files in Time Machine. I use Dropbox for years with no problems, but today I tried to open a file of numbers in Dropbox and received the message: "the index.xml file is missing." I have 2 other computers and an iPhone 6 and the file opens on them perfectly so my problem is with a single computer.

    I tried pulling the file from Dropbox on the desktop of another computer and then send this file to me as an attachment. I opened this file on the computer sends me questions, drag the file on the desktop and when I tried to open the file, I got the same message.

    It's just strange that it will not be open on computers.

    Any advise?

    Thank you, Tony

    Hi Tony,.

    This is somethng that occurs when you try to open a file of 3 numbers to 2 digits ('09). Make sure that you leave 2 numbers and then try to open the file of numbers 3. That should do it.

    Quinn

  • Access in the Web.XML context parameter

    Hi all. I add an entry in the context initialization parameter to the Application tab in the Web.XML by name: path and img/product value. I don't know how to get the context parameter. I want the EL context in .jspx or .jsf file, like #{path} but access error. Can someone help me. Thank you.

    Hello

    have a go with

    "#{initParam ['param_name_here']}."

    You can also

    #{facesContext.externalContext.initParameterMap ['param_name_here']}

    Frank

  • Cannot find the config.xml file

    Hi all

    I searched the forum and google my problem with no luck.  I hope someone here can help me.

    On my Windows XP VM, I try to use Packager WebWorks to compile a file to archive.  Whenever I do, I get "archive invalid - cannot find the file config.xml.  Of course, my zip file has a config.xml file.

    While trying to fix it myself, I downloaded the sketchpadStandard.zip of the sample and could only compile without error.  I extracted the file and re-compressed it and got the error "cannot find the config.xml file.  I used the utility of windows XP, I downloaded winzip and used this utility, I used my mac to compress the file.  Whenever * I * do, I get the error.

    Obviously, package manager works, and I'm in the right directory that I'm able to compile the provided sample Archives, but why the hell can not compile the VERY SAME FILES I checked myself?

    Any thoughts much appreciated.

    After several hours of experimentation, I finally load the mac version of the SDK directly on my mac, rather than the version of windows on my virtual Windows machine.  I did the fix here would solve the same problem on a mac and it worked.

  • Encrypt the password weblogic in the config.xml file

    Hi friends,

    I get the below error. while trying to start the administration server.

    < 17 November 2015 14:18:09 IST > < opinion > < Log Management > < BEA-170019 > < server log file /u01/app/orawls/product/fmw11g/user_projects/domains/ClassicDomain/servers/AdminServer/logs/AdminServer.log is open. All events in the log server-side will be written to this file. >

    < 17 November 2015 14:18:09 IST > < critical > < WebLogicServer > < BEA-000386 > < server subsystem failed. Reason: java.lang.AssertionError: java.lang.reflect.InvocationTargetException

    java.lang.AssertionError: java.lang.reflect.InvocationTargetException

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy._invokeServiceMethod (DescriptorManager.java:175)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy.decrypt (DescriptorManager.java:192)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl.decrypt (DescriptorManager.java:114)

    at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:1092)

    at weblogic.management.configuration.SecurityConfigurationMBeanImpl.getCredential(SecurityConfigurationMBeanImpl.java:737)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.reflect.InvocationTargetException

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    to weblogic.descriptor.DescriptorManager$ SecurityServiceImpl$ SecurityProxy._invokeServiceMethod (DescriptorManager.java:173)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.security.internal.encryption.EncryptionServiceException

    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:139)

    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)

    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:96)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    Truncated. check the log file full stacktrace

    I searched the support of oracle in this regard. In one mentioned to modify the config.XML and add either encrypted or clear text.

    I don't know how to change the file and that all entries have to be changed. I enclose the config file. Could you please suggest me.

    Kind regards

    Prates

    What doc id you are referring to? If you need to replace the password encrypted with password plain text in the config.xml file, just edit it with a text editor and replace the values starting with {ESA}.

  • Where is the MasterData.xml file?

    When our users using our application, an error is logged in the event log that it cannot find the MasterData.xml file. Aid works, but it is subject to see the error message in the event log and also after some time or ignore a popup is received.

    While doing some research, we found references of the file MasterData.xml in the whtopic.js file. I read that this file supports the navigation bar, but I can't find any references to the file MasterData.xml and if I have no control over this name.

    Any help would be appreciated.

    I use RoboHelp 7.01.001.

    In case someone else runs as FusionnerCet posted, there is another ad if you do a search in all forums for RoboHelp. It basically says that Adobe is aware but it does not help them. Since it affects the event log in our app and seems wrong to our customers that we got around it by creating a file empty named MasterData.xml. We get is more the error and help is not affected negatively.

Maybe you are looking for