XML Provider deployment

hi, I�m trying to add a new XML Provider with the next command:
bash-2.05# dpadmin a -u amadmin -w password -d porlet /app1/opt/SUNps/CustomXMLProvider.xml
bash: dpadmin: command not found
bash-2.05#
I�m following the developer�s manual and I can�t make it work. I�m sure the current directory is OK. Any ideas? Thank you, Pablo

Thank you for your fast answer. In fact, the directory is not the default but, as I said, that was not the problem. The script dpadmin has to be run like this:
./dpadmin add .......
If you don�t do that the shell says "command not found" or something like that. Thank you anyway

Similar Messages

  • Is there TopLinkGrid examples with XML descriptor deployment?

    Hi,
    Oracle docs include examples of using Oracle Coherence (as shared cache) with TopLinkGrid, but with annotations.
    Is there somewhere examples/docs about using TopLinkGrid, but with XML descriptor deployment ?
    Thanks.
    Regards,
    Dominique

    With TopLink Grid usage configured per Entity using EclipseLink customizers, you can either use annotations or specify in in the eclipselink-orm.xml file.
    For example, the following ecilpselink-orm.xml could be used in the OTN GridCache example with all the Java annotations removed. Note the specification of:
    <customizer class="oracle.eclipselink.coherence.integrated.config.GridCacheCustomizer"/>--Shaun
    <?xml version="1.0" encoding="UTF-8"?>
    <entity-mappings version="1.1" xmlns="http://www.eclipse.org/eclipselink/xsds/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.eclipse.org/eclipselink/xsds/persistence/orm http://www.eclipse.org/eclipselink/xsds/eclipselink_orm_1_1.xsd">
         <persistence-unit-metadata>
              <persistence-unit-defaults>
                   <access>FIELD</access>
              </persistence-unit-defaults>
         </persistence-unit-metadata>
         <entity class="gridcache.model.Address">
              <customizer class="oracle.eclipselink.coherence.integrated.config.GridCacheCustomizer"/>
              <table name="GRIDCACHE_ADDRESS">
              </table>
              <attributes>
                   <id name="id">
                        <generated-value />
                   </id>
                   <version name="version">
                   </version>
              </attributes>
         </entity>
         <entity class="gridcache.model.Employee">
              <customizer class="oracle.eclipselink.coherence.integrated.config.GridCacheCustomizer"/>
              <table name="GRIDCACHE_EMPLOYEE">
              </table>
              <named-query name="Employee.findByLastNameLike">
                   <query>SELECT e FROM Employee e WHERE e.lastName LIKE :lastName</query>
              </named-query>
              <attributes>
                   <id name="id">
                        <generated-value />
                   </id>
                   <version name="version">
                   </version>
                   <one-to-many name="phoneNumbers" mapped-by="owner">
                        <cascade>
                             <cascade-all />
                        </cascade>
                   </one-to-many>
                   <one-to-one name="address" fetch="LAZY">
                        <cascade>
                             <cascade-all />
                        </cascade>
                   </one-to-one>
              </attributes>
         </entity>
         <entity class="gridcache.model.PhoneNumber">
              <customizer class="oracle.eclipselink.coherence.integrated.config.GridCacheCustomizer"/>
              <table name="GRIDCACHE_PHONE">
              </table>
              <attributes>
                   <id name="id">
                        <generated-value />
                   </id>
                   <basic name="number">
                        <column name="NUM"/>
                   </basic>
                   <version name="version">
                   </version>
                   <many-to-one name="owner" fetch="LAZY">
                   </many-to-one>
              </attributes>
         </entity>
    </entity-mappings>

  • ORDSYS.ORDDOC generating "No XML provider found"

    Hi all, in my DB table there is a column of type ORDSYS.ORDDOC. I tried to drag&drop the correspondent ViewObject inside a UIX page, but suddently the graphical display of the page is replaced by the following error:
    Error 500 occurred:
    java.lang.NullPointerException: No XML Provider found
    at oracle.cabo.servlet.xml.PageDescriptionUtils.createPageDescription(Unknown Source)
    at oracle.cabo.servlet.xml.DefaultPageDescriptionCache.createPageDescription(Unknown Source)
    The problem is that the error propagates to all uix pages of the project! I tried deleting both the table and the related bindings, but the error still persists. If I compile the project i get
    Error: No XMLProvider found
    for each uix page.
    Only when i delete the entire project and open previous copy the problem disappears.
    Anybody knows what happens inside JDev? A similar problem at design time amazes me!!!!!!

    Hello I figured out the problem. The web.xml file has both DefaultFileUpload and OrdFileUpload settings. After i removed one of them, It works fine.

  • Error in using Jaxm provider deployed in j2ee 1.3.1 (RI)

    We were able to successfully deploy/test all JWSDP v1.0 samples into the
    J2ee 1.3.1 (RI) in preparation for our next projects.
    We have problems, however, in deploying the JAXM-provider and
    JAXM-providerAdmin samples. Please, help us.
    We followed the procedures defined in your article; we even re-deployed the
    same war files that came out of running jwsdponj2ee.bat.
    We always get the same errors. We even switch back and forth the port for
    webservices in our desperation; but to no avail. THe scenarion went like this:
    After deployment of the modified jaxm-provider.war and
    jaxm-provideradmin.war, we then point our browser to
    http://127.0.0.1:8080/jaxm-provideradmin. We then enter "j2ee" as user and
    password. So, far so good and we get to the next page that has the frame
    (http://127.0.0.1:8080/jaxm-provideradmin/index.jsp). So far so good at this
    point. But when we click on the "HTTP" icon under ebXML profile, we get some of
    these error messages:
    "Internal server error"
    javax.servlet.ServletException
         at
    org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:463)
         at org.apache.jsp.ebxml_0005fhttp$jsp._jspService(ebxml_0005fhttp$jsp.java:941)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    root cause
    java.lang.NoClassDefFoundError
         at org.apache.jsp.ebxml_0005fhttp$jsp._jspService(ebxml_0005fhttp$jsp.java:149)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    And if we click on the "HTTP" icon of SOAPRP, we get these messages:
    Internal Server Error
    javax.servlet.ServletException
         at
    org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:463)
         at
    org.apache.jsp.soaprp_0005fhttp$jsp._jspService(soaprp_0005fhttp$jsp.java:941)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    Root Cause
    java.lang.NoClassDefFoundError
         at
    org.apache.jsp.soaprp_0005fhttp$jsp._jspService(soaprp_0005fhttp$jsp.java:149)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    Although our setup of J2EE 1.3.1 (R.I.) is able to successfully run all the
    other JWSDP v1.0 Samples, we are obviously missing something in deploying the
    JAXM-provider and provider admin samples.
    Any ideas to help us, Please...
    Thanks in advance for your possible time and effort....
    adler

    I was really hoping someone could/would answer your question, I have having the exact same issues. After looking through release notes for J2SE 1.4.0_01, J2EE 1.3.1, and JWSDP 1.0, the only thing I can come up with is that there is a conflict between the JAXM version that the JWSDP installer and the XML packages included with J2SE. This is purely conjecture, but it's all I have to go on right now. If you figure out or find the solution please post it.
    Thanks,
    tc

  • Native XML Driver Deployment

    For a while we had trouble using the native xml driver, but it has been worked out here:
    VB6 & XML Datasource using Native XML Driver
    In that thread there was mention of deploying the driver, and some extra work that needed to happen. I found those instructions repeated again here for another user:
    https://boc.sdn.sap.com/node/1428
    We have followed the instructions of coping the required files and java runtime to a new test client, but our reports do not launch.. we get this error after a good 30 seconds of hang-time,
    Invalid Argument Provided
    I've doubled checked the instructions and all files are copied, and edited the crconfig.xml to point to the new j2re bin folder. There doesn't appear to be many discussions with this error, what does it mean? Thanks.
    Note that we are using the RDC, Native XML Driver, Crystal Reports XI R2 SP4.

    Ok I went over the process again, and am a little confused -
    Install the Java (JVM) 2 Runtime Environment (this is essentially the Java Framework needed to launch the crdb_xml native driver 1.4.2 from the java sun web site at:
    http://java.sun.com/j2se/1.4.2/download.html.
    Create a java folder inside the " C:\Program Files\Business Objects\Common\3.0";.
    Copy over the Crconfig.xml(C:\Program Files\Common Files\Business Objects\3.0\java) file from the development machine to the deployed machine in at the following path "C:\Program Files\Common Files\Business Objects\3.0\java" path. Open the crconfig.xml ; this file in Notepad and search for the line <JavaDir>. If JRE is installed to C:\Program Files\Java\j2re1.4.2_12\bin then the value should be look like this <JavaDir> C:\Program Files\Java\j2re1.4.2_12\bin</JavaDir>.
    Create a folder called lib in the "C:\Program Files\Common Files\Business Objects\3.0\java".
    Copy over the entire contents of the lib folder (especially the external folder) from the development machine to the newly created lib machine on the deployed machine. The point of this is to ensure that the crconfig.xml file contains all the files here which exist at the correct path which they now should because we copied over the lib and external directories.
    Copy crdb_xml.dll, crdb_xml_res_en, and all the files with "crdb_xml_res_xx from your development machine to the deployment machine (C:\Program Files\Common Files\Business Objects\3.0\bin).
    Restart your machine and try accessing your web application. The reports will show up the data without any issue.
    The above is written for CR XI release 1. You may have to adjust the path given above as you do not specify the version of Crystal reports you are using.
    On my development machine,  there is no Crconfig.xml  at this location (C:\Program Files\Common Files\Business Objects\3.0\java)   .  In fact the java folder is not there either, I only see bin and crystalreportviewers11 folders.  Can these instructions be confirmed for me as accurate? I do not even see a 3.5 folder under C:\Program Files\Common Files\Business Objects\

  • Web provider deployment

    Ultimately I am trying to successfully deploy my own java portlets via my 9ias Connection in JDeveloper. I do not get any errors but JDev is not keeping the file structure I set up, when it deploys. I just need JDev to leave the "WEB-INF/providers" and "WEB-INF/deployment" folders alone and it's not, it's moving them.
    I would like to know why JDeveloper does not pick up my "WEB-INF/providers" (provider.xml files) and "WEB-INF/deployment" (.properties files) folders when I deploy my application via the 9ias Deployment connection.
    I'm using JDev 9.0.3 and deploying to 9ias 9.0.2
    Everything else wraps into the .ear and .war files fine, the application works great but instead of seeing "OC4J_Portal/applications/enterprise-application_name/Web_application_name/WEB-INF/providers(or deployment)....
    I end up with... OC4J_Portal/applications/enterprise-application_name/Web_application_name/WEB-INF/classes/enterprise-application_name/Web_application_name/WEB-INF/providers(or deployment folder)
    That's not a typo, it puts the 'providers' and 'deployment' folders into the 'classes/etc...' directory.
    Is there a way to manually specify that these two folders should deploy as-is? Or is there a default handling mechanism in JDeveloper that specifies that .properties files or provider.xml files should be handled in this way?
    Please advise and any help would be appreciated. I've not had much luck getting any answers here in the past.
    Thanks,
    Steven

    anyone?

  • Update list definition schema.xml after deployment

    I was wondering if anyone here has any experience with updating the schema.xml file after deployment.  I have a solution that I will outline in this post, but I feel like it is a delicately balanced hack instead of a real solution.  Any Information
    that you can provide is greatly appreciated!
    To begin, I am trying to create a new taxonomy site column, use this new site column in place of an old one in an existing content type, and update the list definition (and all existing lists) to show the new site column instead of the old.
    The content type was originally deployed via an elements.xml file.  From what I understand, once deployed this file should never be modified.  So, via code I define my new site column, add the site column to the content type, and delete the old
    site column from the content type.  I perform an update(true) on the content type so that the change is pushed to all list instances.  At this point, I can go to any list and the new/edit form for each of those lists does not show the old site column
    but does show the new.  So far so good!
    There are two problems at this point.  If I try to create a new list from the definition, I get a list that contains the site column that I deleted AND the new site column.  Also, the deleted site column name still appears in the default view. 
    I tried removing the old and adding my new site column to the schema.xml, but this breaks all existing lists that were made from this schema.xml (specifically, it is a taxonomy field and none of the taxonomy fields work after updating).  I can create
    a new list from the list definition that works fine, but I still need existing lists to work. 
    The solution that I ended up on was JUST removing the no-longer-necessary field from the schema.xml, and then adding my new field to the ViewFields list in the schema.xml.  If I do this, everything is happy even though the only mention of the new field
    in the schema.xml is in the ViewFields section.
    So, with all of that said... does this make sense?  Am I doing this the correct way, or does this just work for now... and it will blow up later?
    Thanks in advance!

    I am sorry if I have caused confusion.  I am not doing what you think that I am doing :)
    All of my issues that I reference above are encountered when I deploy via WSP/Powershell.  I am not changing any files directly in SharePoint.  When I mentioned changing the elements.xml and schema.xml files above, I am talking about in Visual
    Studio prior to packaging everything in WSP and redeploying.  I will re-word my previous post to better emphasize my questions:
    Isn't changing the elements.xml via Visual Studio and deploying the same as changing it directly? I have tried numerous times to change a content type elements.xml
    file in Visual Studio, Deactivate/Retract/Remove/Install/Deploy/Activate the new version via WSP,
    and then perform a content type update(true) in the feature activated
    to push the changes to all child content types... and it doesn't change the lists version of the content type.  This is why I thought that guidance of "don't change the definition file" applied to elements.xml altogether after deploying. 
    Either way, my code approach for getting these fields updated is working, so I can probably just proceed with that approach.
    This is where it gets very strange.  I see everyone indicate that a schema.xmlchange does not affect existing lists that were made from a list definition
    when updating the package in Visual Studio, Deactivating/Retracting/Removing/Installing/Deploying/Activating the new version via WSP.  I am 100% seeing the opposite of this.  When I update the schema.xml file
    in Visual Studio and then deploy via WSP/Powershell, my views (in existing lists) change to match the new schema.xml as soon as I deploy the changes.  I don't know if this is working differently in 2013 than it did before.
    Hopefully this better indicates the situation.  My apologies!
    Thanks again!
    Hi,
    Do you have a solution for case 2)?
    I just confirmed for case 2), you are right. This happened for both SP2010 and SP2013.
    I've tried to add more column in the schema.xml, then re-deploy solution. After that, all existed lists are effected the new schema.xml. However, by the work as design of SharePoint OOTB, it could not be effected because after creating a list, all schema.xml
    is copied to database and it will work on the separate space. It's so strange.
    if you have a solution to fix or found out something else, please share it.
    Thanks
    /hai
    Visit my blog: My Blog | Visit my forum:
    SharePoint Community for Vietnamese |
    Bamboo Solution Corporation

  • Validation errors weblogic-webservices.xml during deploy for valid dd

    Hi,
    I am trying to set the login-config for my JAXWS EJB webservice endpoint, but I weblogic doesn't accept my weblogic-webservices.xml
    I validated my weblogic-webservices.xml using several xml validator tools and all say it is valid.
    Here is the weblogic-webservices.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices
         xmlns="http://xmlns.oracle.com/weblogic/weblogic-webservices"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
         xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-webservices http://xmlns.oracle.com/weblogic/weblogic-webservices/1.1/weblogic-webservices.xsd http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <webservice-description>
    <webservice-description-name>AppManager</webservice-description-name>
    <port-component>
    <port-component-name>AppManager</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>/AppManagerService</webservice-contextpath>
    <webservice-serviceuri>/AppManager</webservice-serviceuri>
    </service-endpoint-address>
    <login-config>
    <j2ee:auth-method>BASIC</j2ee:auth-method>
    <j2ee:realm-name>myrealm</j2ee:realm-name>
    </login-config>
    </port-component>
    </webservice-description>
    </weblogic-webservices>
    Here are the validation errors I get during deployment:
    VALIDATION PROBLEMS WERE FOUND problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'auth-method@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null> problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'realm-name@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null>
    Error VALIDATION PROBLEMS WERE FOUND problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'auth-method@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null> problem: cvc-complex-type.2.4a: Expected elements 'auth-method@http://java.sun.com/xml/ns/j2ee realm-name@http://java.sun.com/xml/ns/j2ee form-login-config@http://java.sun.com/xml/ns/j2ee' instead of 'realm-name@http://xmlns.oracle.com/weblogic/weblogic-webservices' here in element login-config@http://xmlns.oracle.com/weblogic/weblogic-webservices:<null>
    If I remove the namespace indicator 'j2ee' it complains about the same. So it would seem that weblogic ignores the 'j2ee' resulting indeed in a invalid xml.
    Can someone please help me to a weblogic-webservices.xml (example with login-config) that was accepted by weblogic?
    Thanks a lot,
    Eltjo.

    Hi,
    Please try the following: ( Looks like you are mixing the Tag contents of web.xml  as well as weblogic-webservice.xml   together.... )
    weblogic-webservice.xml
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
          <webservice-description>
              <webservice-description-name>AppManager</webservice-description-name>
              <port-component>
              <port-component-name>AppManager</port-component-name>
                     <service-endpoint-address>
                        <webservice-contextpath>/AppManagerService</webservice-contextpath>
                        <webservice-serviceuri>/AppManager</webservice-serviceuri>
                     </service-endpoint-address>
              </port-component>
          </webservice-description>
    </weblogic-webservices>And Now provide the <login-config> information separately inside *"web.xml"* file
    <login-config>
         <auth-method>BASIC</j2ee:auth-method>
         <realm-name>myrealm</j2ee:realm-name>
    </login-config>.
    Thanks
    Jay SenSharma

  • XML Provider Exception

    Hi,
    I�m trying to develop a new XMLProvider a after compiling it and conf. the provider and channel in the portal, it shows ERROR: Content is not available.
    I�m working with portal 6.2 and AppServ 7.
    The debug is the following:
    02/05/2004 04:08:43:623 PM ART: Thread[Thread-307,5,main]
    ERROR: ProviderCaller.run(): exception thrown from MGCustomXML
    java.util.MissingResourceException: Can't find bundle for base name CustomXMLProvider, locale en_US
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:694)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:661)
         at com.sun.portal.providers.ProviderAdapter.getResourceBundle(ProviderAdapter.java:734)
         at com.sun.portal.providers.xml.XMLProvider.getContent(Unknown Source)
         at com.sun.portal.desktop.context.ReusableProviderCaller.run(ReusableProviderCaller.java:158)
    I�ll thank any advice, Pablo

    Refer http://forum.java.sun.com/thread.jspa?tstart=30&forumID=34&threadID=542044&trange=15

  • Changing faces-config.xml after deploying ear file

    Hi,
    What would be the steps to follow if we want to change contenets of web application configuration files (for example, faces-config.xml) after app.ear file has been deployed?
    The app.ear file contains the faces-config.xml, and we are using Oracle AS 10.1.3.
    Thanks,
    Jean

    see my answer at
    Change web app config file of deployed app

  • Do we need to copy server.xml while deploying for the first time

    Hi,
    I have create a project in JDEV9 EBS 11i.
    While deploying/migrating, do i need to transfer server.xml also. is it required
    and also there is another sub-folder server/common, schema/server/common in which there is a file bc4j.xcfg? do i need to transfer these folder and files also.
    Please reply if any one came across the same situation. appreciate your help.
    Thanks,
    Mahesh

    Hi
    You can refer these easy steps for deploying OA Page to Apps environment.
    www.focusthread.com/.../oa_framework/OA_Framework_Tutorial_Deployment_in_APPS_Environment.pdf
    Ajay

  • Move env-entry from web.xml into deployment plan

    I have:
    <env-entry>
    <env-entry-name>USERNAME</env-entry-name>
    <env-entry-value>someUser</env-entry-value>
    <env-entry-type>java.lang.String</env-entry-type>
    </env-entry>
    and I'd like to move it from web.xml into my_app_plan.dat. Is it possible? How?
    Thank you in advance!

    Let me describe my case in few more words...
    I have some kind of client-server app. Clients have OC4J installed and they download myApp.ear and myApp_plan.dat files and by using script (Windows CMD batch file) clients install those files with admin_client.jar, OC4J's admin utility. The problem is that I have 2 different types of clients and I have client specific settings set in web.xml file and each time I compile myApp.ear I have to uncomment/comment some lines in web.xml.
    So, to make a long story short, I need a way to deploy those settings separated from (outside of) myApp.ear. By following you link, I have read that orion-web.xml should reside inside WEB-INF folder of myApp.ear, which is not good for me.

  • Update Groups Not Providing Deployment Status

    Software Updates Groups for Windows 7 were created on a monthly basis from November 2013 to June 2014. Each of these deployments are having issues reporting any data in the "Deployments" Section of SCCM.
    Patch groups created prior to November 2013, and Past June 2014 appear to be fine, and are distributing content and installing updates with ANY issue.
    Upon recreating the "broken" patch groups - nothing appears to change. I've went as far as to deleting the content, and renaming everything, recreating all the groups, and still no luck.
    Any suggestions regarding why these groups may fail to provide any deployment status?

    Hi,
    Have these updates been installed on clients? What's the status in the Deployments section? Please check the deployment status from software update reports.
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Web.xml + jsp deployment problem

    Hi people,
    I have an eclipse project that has 1 servlet and 1 jsp page. I'm having problem in deployment. The servlet works fine but jsp is not accessible. The structure of my web.xml file is as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>IBNSubscriberServlet</display-name>
         <servlet>
              <description></description>
              <display-name>SubscriberServlet</display-name>
              <servlet-name>SubscriberServlet</servlet-name>
              <servlet-class>com.ibn.servlets.SubscriberServlet</servlet-class>          
         </servlet>
         <servlet-mapping>
              <servlet-name>SubscriberServlet</servlet-name>
              <url-pattern>/SubscriberServlet</url-pattern>
         </servlet-mapping>
         <servlet>
             <servlet-name>MonitoringG7</servlet-name>
             <jsp-file>/com.ibn.view.MonitoringG7.jsp</jsp-file>
         </servlet>     
         <servlet-mapping>
              <servlet-name>MonitoringG7</servlet-name>
              <url-pattern>/*</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>On requesting this JSP url, http://localhost:8080/IBNSubscriberServlet/MonitoringG7.jsp the http 404 status message comes which says the resource is not found. Cn someone please check the above jsp mappings in the web.xml file?
    Inside my "src", folder I have "com.ibn.view" which contains jsp file.
    thanks.

    this is how my web.xml looks like now.
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>IBNSubscriberServlet</display-name>
         <servlet>
              <description></description>
              <display-name>SubscriberServlet</display-name>
              <servlet-name>SubscriberServlet</servlet-name>
              <servlet-class>com.ibn.servlets.SubscriberServlet</servlet-class>          
         </servlet>
         <servlet-mapping>
              <servlet-name>SubscriberServlet</servlet-name>
              <url-pattern>/SubscriberServlet</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>If there is a mapping problem then the JSP should not work in tomcat as well, but it is. And i have just one servlet in the project and that is mapped my eclipse as above.

  • Datagrid-Multiple child nodes of xml provide as dataprovider

    <QueueIndex>
    <id>
    <qixQltId>104</qixQltId>
    <qixIndexname>Branch</qixIndexname>
    <dixId>104</dixId>
    <qixSeq>1</qixSeq>
    </id>
    <qixIndexvalue>WFI_S_Branch</qixIndexvalue>
    <qixLength>255</qixLength>
    <qixType>S</qixType>
    <qixList>Y</qixList>
    </QueueIndex>
    i have the above xml which im providing to datagrid.<mx:DataGrid
    id="myDataGrid" dataProvider="{xmlObjectQFields.QueueIndex}">
    <mx:columns>
    <mx:DataGridColumn dataField="id.qixQltId" headerText="ID"/>
    <mx:DataGridColumn dataField="qixMand" headerText="Name"/>
    <mx:DataGridColumn dataField="qixReadonly" headerText="Desc"/>
    <mx:DataGridColumn dataField="qixLength" headerText="Map Value"/>
    <mx:DataGridColumn dataField="qixType" headerText="Region"/>
    <mx:DataGridColumn dataField="qixList" headerText="Sequence"/>
    </mx:columns>
    </mx:DataGrid>
    i get the first column as null.  but when i give dataField as "id" only  i get to see <id>contents in this tag/<id>i want to print "104"

    <QueueIndex>
    <id>
    <qixQltId>104</qixQltId>
    <qixIndexname>Branch</qixIndexname>
    <dixId>104</dixId>
    <qixSeq>1</qixSeq>
    </id>
    <qixIndexvalue>WFI_S_Branch</qixIndexvalue>
    <qixLength>255</qixLength>
    <qixType>S</qixType>
    <qixList>Y</qixList>
    </QueueIndex>
    i have the above xml which im providing to datagrid.<mx:DataGrid
    id="myDataGrid" dataProvider="{xmlObjectQFields.QueueIndex}">
    <mx:columns>
    <mx:DataGridColumn dataField="id.qixQltId" headerText="ID"/>
    <mx:DataGridColumn dataField="qixMand" headerText="Name"/>
    <mx:DataGridColumn dataField="qixReadonly" headerText="Desc"/>
    <mx:DataGridColumn dataField="qixLength" headerText="Map Value"/>
    <mx:DataGridColumn dataField="qixType" headerText="Region"/>
    <mx:DataGridColumn dataField="qixList" headerText="Sequence"/>
    </mx:columns>
    </mx:DataGrid>
    i get the first column as null.  but when i give dataField as "id" only  i get to see <id>contents in this tag/<id>i want to print "104"

Maybe you are looking for

  • Qm view- certificate required

    Hi, we assigned 0003 (certificate required) control key in qm view of material master. Say,in case if we don not receive certificate from vendor along with the delivery of goods. What we should do at the time of receiving the goods. Shall we take the

  • EVDRE Input Schedule - shifting of cells/formulas

    Hi everybody, I am using BPC version 5.1. I do have a problem with an EVDRE Input Schedule. It is a single EVDRE report which is nested with a product and an account dimension. Underneath the Data Input Range, I have written additional information an

  • ABAP database not available through R3trans

    Dear all,   i have this problem while start the data base. but sap is going to up. i am able to logon also. but why i am getting this mgs. this problem is coming after update the kernel 640 path 21 to 221 . Please let me know how to resolve this Rega

  • Setting Undo/Redo menu text

    When artwork is changed, the text for the Undo menu will be something like "Undo Move" or "Undo Color".  The AIUndo suite has a SetUndoText function that "Specifies the localizable text for Undo and Redo menu items".  However, when I use this functio

  • Display system security file fragmentation_percent

    Hi - I'm trying to run the MAXL command to display how fragmented my security file is but in the log, I keep getting this error message about 'Syntax error near security'. I am on Essbase 7.0 OK/INFO - 1051034 - Logging in user planning. OK/INFO - 10