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.

Tags: Oracle Applications

Similar Questions

  • 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.

  • 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)

  • How can I PDF scanned or pages of the Web site using HP Officejet ro 8600?

    How to make the scanned PDF files and information on the Web site using a HP Office Jet Pro 8600?

    Hello zenshemag,

    Thank you for being an active member of the HP supports the community.  I understand that you do not want to change the type of your files scanned as pdf document.

    If you have analyzed the issue as a document it should have it scanned in pdf document. If you scan pictures and prefer them to be a pdf document, please select the type of document, then it will scan the picture in pdf format.

    If this isn't what you're asking, then there are of many available online free pdf converters. Each has its advantages and disadvantages so I recommend you research before you choose one that will work best with your needs.

  • Can I export the data (XML) using Acrobat Standard DC?

    I am currently using Adobe Acrobat XI which is allow me to export XML data from tools > forms > form additional Options > export data. I know this feature is also available in Acrobat Standard DC?

    Hi jack65464326,

    Yes, you can export the data (XML) using Acrobat Standard DC, refer to this KB document for help Acrobat help. Collection and management of the PDF to form data.

    Kind regards

    Nicos

  • I have a Mac Book Pro, which does not include a CD slot and I bought the Suite Adobe 6 CD. Download the program from the Web site using my serial number?

    I have a Mac Book Pro, which does not include a CD slot and I bought the Suite Adobe 6 CD. Download the program from the Web site using my serial number?

    Hi Haley,

    Please download Creative Suite 6 applications

    Kind regards

    Sheena

  • 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

  • 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.

  • Problems with the Web Service using XML in Flex

    Hello

    I use a ColdFusion CFC, which is configured to generate an XML string. It runs on ColdFusion MX 6.1 and is configured as a remote web service. I tested the call and it returns the string XML fine when it is called from another method of Flex unfounded. My problem is this simple Flex application to call the same function via a service web, I wrote below. I cannot get to the exit results, keeps showing as NULL. I can't use the HTTP of Flex appeal for remote access because I'm not under MX7. Does anyone know what is wrong with my code? BTW, I would do the work of cross - domain.xml file to call the cfc, let me know if you want to test and I can add your domain name. Thank you!

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute" >

    <! - set Web Service to get the XML data of course catalog - >
    < mx:WebService
    ID = "cd".
    "WSDL =" http://training.wonderware.com/components/courses.cfc?wsdl "
    Load = "CD.getCourseCatalogXML.Send ()" "
    showBusyCursor = "true" fault = "Alert.show (event.fault.message), 'Error' ' result =" cdResult (event) ">"
    < mx:operation name = "getCourseCatalogXML" resultFormat = "e4x" >
    < mx:request >
    < IDCalendrier > 3 < / IDCalendrier >
    < / mx:request >
    < / mx:operation >
    < / mx:WebService >

    < mx:Script >
    <! [CDATA]
    Import mx.controls.Alert;
    Import mx.rpc.events.ResultEvent;
    Import mx.rpc.events.FaultEvent;

    [Bindable]
    public var outputString:String

    public void cdResult(event:ResultEvent):void
    {
    outputString = event.result as String
    }
    []] >
    < / mx:Script >

    < mx:Canvas horizontalScrollPolicy = "off" verticalScrollPolicy = "off" >
    < mx:Text width = '100% ' paddingLeft = "4" paddingRight = paddingTop "4" = "4" >
    < mx:text > OUTPUT: {outputString} < / mx:text >
    < / mx:Text >
    < / mx:Canvas >

    < / mx:Application >

    Thank you very much! I do not have the notion that the HTTPService is indded just an HTTP call. So yes that it a much simpler way to call just ColdFusion to return the XML string to the application. No reason to use Flash Remoting or CFCS etc... and certainly not a web server. This made the turn that I called a HTTPService now what charges by coldfusion page that returns XML and bam, works well with e4x result etc... Thanks tracy!

  • the Web UI using ssl generator

    I use LV2012 with Interface Builder.  I am trying to use SSL for security.  My application works very well with http.  I can access my web services directly via https.  When I try to import the web services in the Web user interface Builder using port 8081 (for SSL), I get the following error...

    Generator of the user Web LabVIEW interface cannot connect to the server. Check the server address and that the server is running. Also make sure that the server hosts file clientaccesspolicy.xml to root with valid permissions.

    LV2012 is a "clientaccesspolicy.xml" held to do SSL?  It is not necessary for http on port 8080.

    Hi Ken,

    LabVIEW should provide a file default on HTTP and HTTPS clientaccesspolicy.xml.

    There could be many different questions here:

    -If you go to https://yourmachine:8081 / clientaccesspolicy.xml in a browser, do you think the policy file? (It takes an automatically, as I mentioned).

    If it works, but you get a certificate error / warning that you have ignored - this is because the default self-signed certificate for the web server LV is not approved. Generator of the user Web interface cannot connect via HTTPS in this case, unless you trust the certificate permanently installing it locally. In addition, you will need to connect to the exact hostname specified by the certificate. If you do not get a certificate error / WARNING when accessing the server directly, you should be able to use in the Web user interface designer (using the exact same server name syntax).

    -If you are using the import Web Service functionality in the user Web interface Builder and tries to connect to "yourmachine:8081", try "https://yourmachine:8081".

    -If you cannot use Import Web Service using the exact hostname that the SSL certificate is configured for in (the editor, depending on the configuration of the network, is not able to connect to via of "yourmachine", only through your address IP; but "yourmachine" would work when you run an application built): you can design at the start of your application in the editor by connecting over HTTP. When you're ready for the generation & deployment, you can use the entry "Server uri in" web service generated screws to allow the SSL right before building.

  • Problem of DH handshake with the web service using ColdFusion 7 and 8 after java update 8

    ColdFusion 7 and 8 are provided with a variant of JRE1.6.

    I have a script that has consumed a web service for years with success.  Last week, the web service provider updated their version of Apache and Java on the server java 1.8 (or java-8).

    I could no longer consume the web service once the web service provider updated to Apache and Java and would be the following error DH keypair every time that I try to consume the service:

    -----------------

    AxisFault

    faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException

    faultSubcode:

    faultString: javax.net.ssl.SSLException: java.lang.RuntimeException: could not generate keypairs DH

    faultActor:

    faultNode:

    faultDetail:

    {}http://xml.apache.org/axis/} stackTrace:javax .net .ssl .SSLException: java.lang.RuntimeException: could not generate keypairs DH

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1537)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1130)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1107)

    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)

    to org.apache.axis.transport.http.HTTPSender.getSocket (HTT... ''

    -----------------

    I asked the service provider web, why it would stop working and how we can solve this problem.  They suggested that upgrade to the latest version of Java on my server running ColdFusion.  I did some research and found the problem to be with the amount of memory allocated to the variable containing the encryption key.

    The big problem is when I tried to update java on this particular server (Windows Server 2003), the installation has returned a messaged stating that he could not run on the older operating system and I need to update my OS to install java.

    Does anyone have a workaround in ColdFusion 7 or 8 that you can establish the DH handshake using Java 1.6 on your local server while consuming a web service on a server using Java 1.8?

    Hi, frank000000,

    I know that we had a serious problem with any Java 7 after update 25.  They are off a lot of network permissions and other things, for safety, that used to be available in versions prior to the update 25.  But it's while we were in CF Server 9.

    Since we switched to CF Server 10 (making sure that we got the CF Installer provided with Java 8), we had very few issues related to Java.

    It seems strange to me that the upgrade to 1.8 host while your server is 1.6 would cause problems.  It could very well be something else.  I would like to ask the host for documentation describing exactly how/why their 1.8 may cause interference with your 1.6.

    HTH,

    ^_^

  • How to consume the web service using PLSQL in 11g

    Hello

    I created a site using jDeveloper, web services which when I put in the web browser and press enter, it will display the settings screen and when I pass the value for the parameter, and then it displays the output of the XML returned by the PL/SQL (called in the Web Service) package. Now, I want to call this webservice in PL/SQL and read XML data and fill in the staging table. Can anyone suggest me how to achieve this functionality by using Oracle PL/SQL

    I use the database 11g and jDeveloper Version :-Studio Edition version 10.1.3.0

    Thank you very much in advance.

    Vijay

    The WSDL file describes the web service.

    To obtain the WSDL, you enter the URL of the web service and add some ? WSDL to the URL. This indicates the web service to return to its definition.

    For example

    URL of the Web Service: http://wsf.cdyne.com/WeatherWS/Weather.asmx

    WSDL URL: http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL

    When you read (using 'web browser' UTL_HTTPpackage) the XML response from the web service, read as strings (PL/SQL varchar2, size 32 K max).

    You should read the answer as the strings, then writing/writeappend these channels in a CLOB (using the DBMS_LOB package). If you are VERY sure that the web service call ALWAYS returns an XML of less than 32 k, you can skip using a CLOB.

    Whatever it is, read you the response from the web service in the form of text (such as plain text, it is what is sent). The next step on your part is to parse text into an XML DOM (document object model) - and storing the DOM in an Oracle XmlType variable.

    When in a DOM, you can use Oracle XML functions to extract the attributes and values of the key element of the response from the web service.

  • Error in the web application using jxls

    I use Jdeveloper 11.1.2.0 and when I use to fill a jxls of excel files, I get the following error:

    Event < digester > < startElement > Begin threw the exception
    java.lang.ClassNotFoundException: net.sf.jxls.tag.ForEachTag
    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged (Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.java:205)
    at org.apache.commons.digester.Rule.begin(Rule.java:175)
    at org.apache.commons.digester.Digester.startElement(Digester.java:1453)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1329)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
    at org.apache.commons.digester.Digester.parse(Digester.java:1785)
    at net.sf.jxls.parser.CellParser.parseTag(CellParser.java:294)
    ....
    < CellParser > < parseTag > cannot parse cell tag < jx:forEach elements = "${groups} ' var = 'grupo' >: fullXML: < jxls xmlns:jx ="http://jxls.sourceforge.net/jxls/jx"> < jx:forEach elements =" ${groups} ' var = 'grupo' > < / jx:forEach > < / jxls >
    java.lang.ClassNotFoundException: net.sf.jxls.tag.ForEachTag
    at org.apache.commons.digester.Digester.createSAXException(Digester.java:3181)
    at org.apache.commons.digester.Digester.createSAXException(Digester.java:3207)
    at org.apache.commons.digester.Digester.startElement(Digester.java:1456)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1329)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:376)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:322)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    at weblogic.xml.jaxp.RegistryXMLReader.parse(RegistryXMLReader.java:173)
    at org.apache.commons.digester.Digester.parse(Digester.java:1785)

    Added jar are obviously necessary, I think that the problem is the XML parser that uses Oracle Weblogic.
    I did a Test case jsf libraries leaving only jslt 2.0, 1.2 and pots to jxls and the error is the same, do not pass this in a tomcat.

    Any idea?

    Best regards, Marcelo

    I even put libraries in the WEB-INF/lib and the error remains the

    even.

    Packaged libraries are not found by the WebLogic Server is running.
    Add jxls JAR files for the + to the \\user_projects\domains\base_domain\bin\startWebLogic+ script
    Variable CLASSPATH and restart WebLogic server.

  • Analysis of the inline XML

    Greetings,

    I am running CF MX7 and uses XMLparse to parse the following XML code.

    XMLparse works very well and returns the appropriate structure (or so I thought). The description tag starts by "trout ('and then the tag strong inline surrounds 2 sets of text." with 'and' between the two, followed by a ")" at the end.

    Structure description of the Tufts all text not with the strong tags in a single XMLtext ("trout (and) '") and has two child nodes for each of the brands. I can analyse everything but can not output the text in appropriate order. I analyzed this XML with stylusStudio and it creates correctly 3 fields of description with the appropriate text in the 2 fields strong and them.

    Shouldn't XMLparse also return 3 both description elements?

    Thanks for any information...

    You must the content of the description element ToString() and then remove any XML declaration extrinsic which adds the function. Unless you're using CF6.1, in which case you can use Java toString() as a shortcut... it won't turn on the statement.

Maybe you are looking for