Error. Required Attribute Missing

Hi,
I had the following code:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">
<%@ page session="true" %>
<%@ page import="java.io.*"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.*"%>
<%@ page import="javax.servlet.*"%>
<%@ page import="javax.servlet.http.*"%>
<%
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
String url = "jdbc:odbc:DataLink";
Connection con = DriverManager.getConnection(url);
%>
<% Statement stmt = con.createStatement(); %>
<%! String admin, module, grade, displaySQL; %>
<%
admin = (String)session.getAttribute("UserAdmin") ;
displaySQL = "select * from Exam_Result where AdminNo = '"+admin+"' ";
java.sql.ResultSet columns = stmt.executeQuery(displaySQL);
response.setContentType("text/vnd.wap.wml");
%>
<wml>
<card id="Result" title="Exam Result">
<do type="accept" label="Main menu">
<go href="MainMenu.jsp"/></do>
<p align="center">
<table border=1 align="center">
<tr>
<td>Module Code</td>
<td>Grade</td>
</tr>
<% while(columns.next()) {
module = columns.getString("Module_code");
grade = columns.getString("Grade");
%>
<tr>
<td> <%= module %> </td>
<td> <%= grade %> </td>
</tr>
<% } %>
</table>
</p>
</card>
</wml>
<%
columns.close();
stmt.close();
con.close();
%>
When i run using nokia simulator, it display required attribute missing.
Can anyone help me to solve the error?
Thanx in advance....

May be the wap phone has some differences with explorer that IE. For it connect to gateway first,then
the gate connect to you web server. Perhaps the
session (you are using) cannot be kept with wap phone.
You can using url parameters to keep special customer's
info,and create a timer in your web server to trace special customer's id or name. In this way,you can avoid using session instance. --try it and good luck

Similar Messages

  • Error :Required parameters missing when calling up module MARC_SINGLE_READ

    Dear all,
    When trying to do the production order confirmation i am getting the error "Required parameters missing when calling up module MARC_SINGLE_READ".How can this error be solved?
    Thanks,
    Kumar

    Hi
    Please activate the corresponding programs again. I think you got a short dump for this error, if yes, you can see the program's name there.
    Best Regards.
    Leon.

  • HL7 Outbound runtime error: "Mandatory attribute missing: Standard"?

    I am trying to develop an outbound HL7 v2 solution. I have a composite that picks up an XML message, transforms it to a HL7 v2 XML, popuates b2b. properties and hads the payload over to teh B2B. The partners and partnerships are, seemingly, OK. Yet, I get a runtime error "Mandatory attribute missing: Standard". What am I missing?
    The error (one of them anyway) looks like that below.
    Thanks in advance for any pointers that anyone may be able to offer.
    Regards
    Michael
    [2010-06-25T09:13:34.437+10:00] [AdminServer] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@157bfbf] [userId: <anonymous>] [ecid: 0000I_gFDdOESOYjLpyGOA1C8Mno0005_G,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 3df7286553d16a99:75be56fb:129629445e0:-7fd3-000000000000004e] [SRC_METHOD: synchedLog_J] Notification: notifyApp: Enqueue the exception message:[[
    <Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <correlationId>C0A8A4811296C3CD78A000001FFF4A70</correlationId>
    <b2bMessageId>34373438353435383437393236303338</b2bMessageId>
    <errorCode>B2B-51507</errorCode>
    <errorText>
    <![CDATA[
    Error Brief :
    XEngine error.
    ]]>
    </errorText>
    <errorDescription>
    <![CDATA[
    Error :
    Mandatory attribute missing: Standard.
    ]]>
    </errorDescription>
    <errorSeverity>2</errorSeverity>
    <errorDetails>
    <parameter name="b2b.messageId" value="34373438353435383437393236303338"/>
    <parameter name="b2b.documentTypeName" value="ADT_A01"/>
    <parameter name="b2b.documentProtocolVersion" value="2.3.1"/>
    <parameter name="b2b.documentDefinitionName" value="ADT_A01_DocDef"/>
    <parameter name="b2b.documentProtocolName" value="HL7"/>
    <parameter name="b2b.messageType" value="1"/>
    <parameter name="b2b.fromTradingPartnerId" value="LocalHL7Receiver"/>
    <parameter name="b2b.fromTradingPartnerIdType" value="Name"/>
    <parameter name="b2b.toTradingPartnerId" value="127.0.0.1"/>
    <parameter name="b2b.toTradingPartnerIdType" value="MLLP ID"/>
    </errorDetails>
    </Exception>
    [2010-06-25T09:13:34.437+10:00] [AdminServer] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@157bfbf] [userId: <anonymous>] [ecid: 0000I_gFDdOESOYjLpyGOA1C8Mno0005_G,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 3df7286553d16a99:75be56fb:129629445e0:-7fd3-000000000000004e] [SRC_METHOD: synchedLog_J] Notification: deliverException: Send message to endpoint IP_IN_QUEUE

    Answering my own question - I needed to populate the Standard attribute of the outbound message with teh string HL7. I populated Version attribute with 2,3,1 just for a good measure. Things now work.

  • HTML Error-Required attribute "type" not specified.

    I am running into an issue with this error and I have tried to fix it multiple times, however I cannot seem to get it. The code for my page is below, and I would really appreciate any help that I can get. Thanks and GOD BLESS y'all...  The error is popping up almost at the bottom and I have highlighted the issues in orange. Thanks again...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Home Page</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    .BeatsWarehouse {
              font: normal 58pt Vivaldi;
              color: #000;
              text-decoration: none;
              letter-spacing: normal;
              text-indent: 20%;
              word-spacing: normal;
              font-size: 100pt;
              font-weight: bold;
              text-align: left;
    .BuildYourDreams {
              font: normal 58pt Vivaldi;
              color: #000;
              text-decoration: none;
              letter-spacing: normal;
              text-indent: 50%;
              word-spacing: normal;
              font-size: 68pt;
    pre {
              visibility: hidden;
              font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
              font-weight: bold;
              font-size: 18px;
              color: #CCC;
    .WinnersName {
              color: #00FF00;
              font: 900 normal 18pt Georgia, "Times New Roman", Times, serif;
              text-decoration: none;
              text-indent: 30%;
    .TopWinners {
              font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
              color: #0F0;
              background: fixed;
              text-decoration: none;
              text-indent: 30%;
    #HomeMenu {
              position: absolute;
              left: 16px;
              top: 323px;
              width: 314px;
              height: 424px;
              border: 1px none #000000;
              z-index: 1;
              font: normal 24pt Georgia, "Times New Roman", Times, serif;
              color: #0F0;
              text-decoration: none;
              font-family: Georgia, "Times New Roman", Times, serif;
    body {
              text-align: center;
              background: url(../images/images/Org-home-page.png) no-repeat scroll;
              height: 950px;
              width: 1800px;
              background-image: url(Images/Index.png);
              background-color: #000;
    a {
              font-family: "Comic Sans MS", cursive;
              font-size: 41px;
              color: #06F;
              font-weight: bold;
              font-style: italic;
    a:link {
              text-decoration: none;
              color: #0F0;
    a:visited {
              text-decoration: none;
              color: #FF0;
    a:hover {
              text-decoration: underline;
              color: #F60;
    a:active {
              text-decoration: none;
    .TopWinners1 {
              font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
              color: #0F0;
              background: fixed;
              text-decoration: none;
              text-indent: 30%;
    #apDiv1 {
              position: absolute;
              left: 761px;
              top: 1120px;
              width: 290px;
              border: 1px none #000000;
              border: 1px groove #000000;
              z-index: 2;
              color: #FFF;
              text-align: center;
    </style>
    <script type="text/javascript"  />
    </head>
    <body background="Images/Index.png" id="pass">
    <pre id="Counter"><ins><img src="http://counter.rapidcounter.com/counter/1340690471/small" alt="Free Website Counters" id="Conter" border="0" align="middle" hspace="4" vspace="2" /></ins>
    </pre>
    <script src= "http://counter.rapidcounter.com/script/1340690471"  />
    <div id="HomeMenu">
      <pre><a href="about us.html">About Us</a></pre>
      <pre><a href="registration.html">Register Now</a></pre>
      <pre><a href="Artist.html">Artist</a></pre>
      <pre><a href="Producer.html">Producer</a></pre>
      <pre><a href="contact us.html">Contact Us </a></pre>
    </div>
    <div id="apDiv1">
    If y'all need any more information just let me know and I will see what I can do... Thanks...

    Sure no problem, here it is...
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Home Page</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    .BeatsWarehouse {
              font: normal 58pt Vivaldi;
              color: #000;
              text-decoration: none;
              letter-spacing: normal;
              text-indent: 20%;
              word-spacing: normal;
              font-size: 100pt;
              font-weight: bold;
              text-align: left;
    .BuildYourDreams {
              font: normal 58pt Vivaldi;
              color: #000;
              text-decoration: none;
              letter-spacing: normal;
              text-indent: 50%;
              word-spacing: normal;
              font-size: 68pt;
    pre {
              visibility: hidden;
              font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
              font-weight: bold;
              font-size: 18px;
              color: #CCC;
    .WinnersName {
              color: #00FF00;
              font: 900 normal 18pt Georgia, "Times New Roman", Times, serif;
              text-decoration: none;
              text-indent: 30%;
    .TopWinners {
              font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
              color: #0F0;
              background: fixed;
              text-decoration: none;
              text-indent: 30%;
    #HomeMenu {
              position: absolute;
              left: 16px;
              top: 323px;
              width: 314px;
              height: 424px;
              border: 1px none #000000;
              z-index: 1;
              font: normal 24pt Georgia, "Times New Roman", Times, serif;
              color: #0F0;
              text-decoration: none;
              font-family: Georgia, "Times New Roman", Times, serif;
    body {
              text-align: center;
              background: url(../images/images/Org-home-page.png) no-repeat scroll;
              height: 950px;
              width: 1800px;
              background-image: url(Images/Index.png);
              background-color: #000;
    a {
              font-family: "Comic Sans MS", cursive;
              font-size: 41px;
              color: #06F;
              font-weight: bold;
              font-style: italic;
    a:link {
              text-decoration: none;
              color: #0F0;
    a:visited {
              text-decoration: none;
              color: #FF0;
    a:hover {
              text-decoration: underline;
              color: #F60;
    a:active {
              text-decoration: none;
    .TopWinners1 {
              font: bold normal 24pt Georgia, "Times New Roman", Times, serif;
              color: #0F0;
              background: fixed;
              text-decoration: none;
              text-indent: 30%;
    #apDiv1 {
              position: absolute;
              left: 761px;
              top: 1120px;
              width: 290px;
              border: 1px none #000000;
              border: 1px groove #000000;
              z-index: 2;
              color: #FFF;
              text-align: center;
    </style>
    <script type="text/javascript" src="http://counter.rapidcounter.com/script/1340690471"></script>
    </head>
    <body background="images/index.png" id="pass">
    <pre id="Counter"><ins><img src="http://counter.rapidcounter.com/counter/1340690471/small" alt="Free Website Counters" id="Conter" border="0" align="middle" hspace="4" vspace="2" /></ins>
    </pre>
    <script type="text/javascript" src="http://counter.rapidcounter.com/script/1340690471"></script>
    <div id="HomeMenu">
      <pre><a href="about us.html">About Us</a></pre>
      <pre><a href="registration.html">Register Now</a></pre>
      <pre><a href="Artist.html">Artist</a></pre>
      <pre><a href="Producer.html">Producer</a></pre>
      <pre><a href="contact us.html">Contact Us </a></pre>
    </div>
    <div id="apDiv1">
      <pre>&copy;BeatsWarehouse.net 2012</pre>
    </div>
    <p>
      <label for="UserName">                                                                                                                                                                                                User Name</label>
      <input type="text" name="User Name" id="UserName" />
       <span id="sprypassword1">
      <label for="Password">Password </label>
      <input type="password" name="Password" id="Password" />
    </span></p>
    <p>                                                                                                                                                                                                    
      <input type="reset" name="Forgot Password" id="ForgotPassword" value="Forgot ?" />
      <input type="submit" name="Submit" id="Submit" value="Login" />
    </p>
    <p>  </p>
    <h1 class="BeatsWarehouse">BeatsWareHouse<br />
                <span class="BuildYourDreams">Build Your Dreams</span></h1>
    <h2 class="TopWinners1"> </h2>
    <h2 class="TopWinners1">Top 5 Contest Winners I am  proud to introduce our </h2>
    <h2 class="TopWinners1">top 5 winners for our 1st contest. The</h2>
    <h2 class="TopWinners1"> &quot;Submit Your Song&quot; Contest.</h2>
    <p class="WinnersName">1. Lewis Kent 
        2. Tygie Stone   3. Briant Mendez </p>
    <p class="WinnersName"> 4. Aaron LongRifle
         5. Spazmatic Therapeutic</p>
    </body>
    </html>
    Just FYI my wife and I are the ones creating this site, and a quick run down is My sister has the dream for this, my mom has the finances to get it going, and I have my associates in web design. Now although I have my degree in it, I went to school completely online, so naturally I didn't learn as much as I hoped to. So not to talk y'alls heads off but I'm pretty much learning as I go. So I am very eager to get all the info I can to get this done. But anyways there you go, that is the entire page of code... Let me know if y'all need anything else...

  • Required attribute version missing from element xsl:stylesheet

    Tools:
    Jdeveloper : 10.1.3.3
    Error:
    Every time I add transform process activity and try to create mappings I am not able to save them.
    In source view I see this error "Required attribute version missing from element xsl:stylesheet".
    I cannot continue and do not understand how to proceed.
    Any ideas ?

    We have the same problem here from time to time. This has to be some kind of bug in JDeveloper. There is nothing wrong with our xsl files! But for some reason JDeveloper complains about the version attribute of xsl:stylesheet which in all the cases I've seen IS THERE!
    Sometimes restarting JDeveloper helps - sometimes not. I even ended up reinstalling JDeveloper a few times.
    I hoped this would be fixed in 10.1.3.3 (we use 10.1.3.2) but sadly it's not it seems.

  • Bulk import error - Missing required attribute ‘fullname’

    Folks,
    I am having trouble trying to bulk import some users.
    I have the following file for import (cut down from what I really want to import):
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user1”,”myLDAPresourcename”,”passwd”,”passwd”,”myfirstname1”,”mysurname1”,” myfirstname1 mysurname1”This works using “Accounts->Launch Bulk Actions” with Action set to “From Action List” and everything else on that page left at the default value. The correct data appears in IDM and the LDAP resource.
    Now if I try to import the following file, in which the user does not have a first name, I get in to trouble:
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user2”,”myldapresourcename”,”passwd”,”passwd”,””,”mysurname2”,”mysurname2”
    The error message is:
    com.waveset.Util.WaveSetException: An error occurred adding user ‘uid=user2,…..’ to resource “myLDAPresourcename”.
    com.waveset.util.WavesetException:  Missing required attribute ‘fullname’Clearly the import file contains a column for ‘fullname’ (column 8) and a value for ‘fullname’ in the only row of data “mysurname2”. As far as I am concerned it is perfectly valid for a user not to have a ‘firstname’; but they must have a ‘fullname’.
    I have tried using an import file without a value for ‘fullname’, but with a ‘firstname’ and ‘lastname’ like this
    command,user,waveset.resources,password.password,password.confirmpassword,global.firstname,global.lastname,global.fullname
    Create,”user3”,”myLDAPresourcename”,”passwd”,”passwd”,”myfirstname3”,”mysurname3”,””This works. The correct data appears in IDM and the LDAP resource and IDM has generated a ‘fullname’ value of “{Firstname} {Surname}”. Trying to leave out the ‘firstname’ and the ‘fullname’ gives the same error as above.
    The configuration of my resource (in summary) is
    objectclasses:
         top
         person
         inetOrgPerson
    Account Attributes:
         accounted     -> uid               [required]
         password     -> userPassword
         firstname     -> givenname
         lastname     -> sn               [required]
         objectClass     -> objectClass
         fullname     -> cn               [required]
    As an experiment I have tried reconfiguring the resource so that ‘fullname’ is not marked as required.
    Importing user1 and user3 still works and still creates the correct data in IDM and the LDAP resource.
    Importing user2 now gives a different error:
    com.waveset.Util.WaveSetException: An error occurred adding user ‘uid=user2,…..’ to resource “myLDAPresourcename”.
    javax.naming.directory.SchemaViolationException: [LDAP: error code 65 – Object Class Violation]I don’t understand why, during the import of a user without a ‘firstname’ IDM will not generate a ‘fullname’ or use the supplied ‘fullname’.
    Can anyone help?
    Regards,
    Gavin

    After further testing it turned out that I couldn't create a user without a firstname from the IDM GUI and this in turn was because of the way fullname was generated by the user form.
    I've got the user form changed and now user creation (from the GUI and via bulk import) is working as hoped.

  • JDBC receiver report error message:  attribute action missing

    Hello Colleagues,
    I am working on a scenario:
    SAP ECC>XI proxy>XI server>JDBC adapter>oracle database.
    SAP ECC is sending a request(SQL query) to get the result from DB.
    The payload is
    ==========================================================================
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MT_B1_MES_GETMAT_IN xmlns:ns1="http://boe.com.cn/b1/cim">
    - <root>
    - <stmt>
    - <Query action="SQL_QUERY">
      <access>SELECT productspecname AS MATNR, productiontype AS DISGR, SUBSTR(factoryname,1,1) AS SHOP FROM PRODUCTSPEC WHERE activestate = 'Active'</access>
      </Query>
      </stmt>
      </root>
      </ns1:MT_B1_MES_GETMAT_IN>
    ============================================================================
    As you might already seen, the action attribute is there, but i always get the error log:
    Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)
    I searched for the threads in forum but it seems, people get the same error always due to the wrong XML document.
    but i check my xml, it looks right. why still get the "action attribute missing" error...
    Best regards, Charlie Cai

       <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:MT_B1_MES_GETMAT_IN xmlns:ns1="http://boe.com.cn/b1/cim">
    - <root>
    - <stmt>
    - <Query action="SQL_QUERY">
       <access>SELECT productspecname AS MATNR, productiontype AS DISGR, SUBSTR(factoryname,1,1) AS SHOP FROM PRODUCTSPEC WHERE activestate = 'Active'</access>
       </Query>
       </stmt>
       </root>
       </ns1:MT_B1_MES_GETMAT_IN>
    In your query, are you executing Select Statement ?
    For Target JDBC, you can Insert data in table, Update Data in table & Execute Stored Procedures from PI System.
    using Actions
    INSERT
    UPDATE
    EXECUTE.
    Change your scenario Action as per your requirement.
    No idea for ACTION = SQL_QUERY.

  • Custom Tag is missing required attribute property

    Hello,
    Here is my struts config file source;
    <global-forwards>
              <forward name="mainpage" path="/index.jsp">
              </forward>
              <forward name="CustomerDetailsForward" path="/GoToCustomerPage.do">
              </forward>
         </global-forwards>
         <!-- Action Mappings -->
         <action-mappings>
              <action path="/SubmitCustomerForm" type="action.SubmitCustomerForm" name="CustomerForm" scope="request" validate="true" input="/CustomerDetails.jsp">
                   <forward name="success" path="/Success.jsp">
                   </forward>
                   <forward name="failure" path="/Failure.jsp">
                   </forward>
              </action>
              <action path="/GoToCustomerPage" type="org.apache.struts.actions.ForwardAction" parameter="/CustomerDetails.jsp">
              </action>
         </action-mappings>
    And my index.jsp source;
    <html:html>
    <head>
    <html:base/>
    </head>
    <body>
    <html:button></html:button>
    <html:link forward="CustomerDetailsForward">Go To Customer Form </html:link>
    </body>
    </html:html>
    And here is the error;
    Error Message:JSPG0227E: Exception caught while translating /index.jsp: /index.jsp(13,1) --> JSPG0006E: Custom Tag is missing required attribute property
    Root Cause:com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /index.jsp: /index.jsp(13,1) --> JSPG0006E: Custom Tag is missing required attribute property     at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.visitCustomTagStart(ValidateVisitor.java:304)     at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:267)     at com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:309)     at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:268)     at com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:309)     at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:139)     at com.ibm.ws.jsp.translator.visitor.JspVisitor.visit(JspVisitor.java:121)     at com.ibm.ws.jsp.translator.JspTranslator.processVisitors(JspTranslator.java:121)     at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:181)     at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:83)     at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.translateJsp(AbstractJSPExtensionServletWrapper.java:349)     at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper._checkForTranslation(AbstractJSPExtensionServletWrapper.java:317)     at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.checkForTranslation(AbstractJSPExtensionServletWrapper.java:226)     at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:131)     at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.handleRequest(AbstractJSPExtensionProcessor.java:270)     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:308)     at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:472)     at com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:111)     at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)     at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)     at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)     at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)     at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)     at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)     at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)     at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)     at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)     at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)     at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)     at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)

    volkov wrote:
    Error Message:JSPG0227E: Exception caught while translating /index.jsp: /index.jsp(13,1) --> JSPG0006E: Custom Tag is missing required attribute propertyWhich is line 13 then? And check the syntax for that tag.

  • JPSTranslate:Custom tag is missing required attribute for

    When ever I am placing a label in jsf using RAD i am getting a similar error which i am not able to rectify. And how to integreate swing components in Faces jsp file
    Please help me out.

    volkov wrote:
    Error Message:JSPG0227E: Exception caught while translating /index.jsp: /index.jsp(13,1) --> JSPG0006E: Custom Tag is missing required attribute propertyWhich is line 13 then? And check the syntax for that tag.

  • FatalError: The required attribute 'FeatureDefinitionScope' is missing

    Hi all, 
    I'm trying to export a Subsite from a WSS 3.0 SharePoint to SharePoint Foundation 2013. I haven't installed or enabled any further features on both servers. While importing the site via Import -SPWeb I got the Error FatalError: The required attribute
    'FeatureDefinitionScope' is missing. I compared the features and cant see any obvious difference. Any Suggestions what else I can do?
    Here is the whole Error message
    [29.01.2014 15:01:05] [ListItem] [default.master]   Verbose: List URL: /websites/Webseitesammlung/_catalogs/masterpage
    [29.01.2014 15:01:06] FatalError: The required attribute 'FeatureDefinitionScope' is missing.
    [29.01.2014 15:01:06] Debug:    at System.Xml.Schema.XmlSchemaValidator.SendValidationEvent(XmlSchemaValidationException e, XmlSeverityType severity)
       at System.Xml.Schema.XmlSchemaValidator.CheckRequiredAttributes(SchemaElementDecl currentElementDecl)
       at System.Xml.Schema.XmlSchemaValidator.ValidateEndOfAttributes(XmlSchemaInfo schemaInfo)
       at System.Xml.XsdValidatingReader.ProcessElementEvent()
       at System.Xml.XsdValidatingReader.Read()
       at System.Xml.XmlReader.ReadToDescendant(String name)
       at Microsoft.SharePoint.Deployment.XmlFormatter.Deserialize(Stream serializationStream)
       at Microsoft.SharePoint.Deployment.ObjectSerializer.Deserialize(Stream serializationStream)
       at Microsoft.SharePoint.Deployment.SPImport.DeserializeObjects()
       at Microsoft.SharePoint.Deployment.SPImport.Run()
    [29.01.2014 15:01:06] Progress: Import did not complete.
    Thanks for any suggestions!

    You can't use export and import, as this will not work across versions.  Your path to 2013 should be attaching your wss3.0 db to 2010, so that it can upgrade, and then detach and attach it to 2013.  Backup/Restore does NOT work across versions...
    even 2010 to 2013...

  • I have ipod classic 5gen it will not sync with windows the error message says ipod can not sync as required file missing   wht to do???

    i have ipod classic 5gen it will not sync with windows the error message says ipod can not sync as required file missing   wht to do???

    Although you used the new USB 3.0 port, the actual connection speed is still USB2.0, as the iPod Dock connector, does not have the 10 times faster USB3.0 signal pins, the connection speed is still 480Mbits/s
    I assumed that you have tried the other USB 2.0 port to no success..
    Can you do the iPod Disk diagnostic as posted earlier by tt2, it wont fix your problem, but helps in troubleshooting.
    Have a nice day!

  • Error when using a condition for required attribute

    Hi
    I have a requirement to validate the mandatory fields only when the submit button is pressed....if some other button is pressed or some how the form is submitted the validations should not be performed....
    I have used required="#{MyBB.somecondition}" for all the mandatory fields...the method that is being called for doing the condition check is given below:
    public boolean isSomeCondition() {
        // assumes submitButton is a component binding 
        FacesContext fc = FacesContext.getCurrentInstance();
        Map reqParams = fc.getExternalContext().getRequestParameterMap();
        return reqParams.containsKey(submitButton.getClientId());
      }It is same that is given at the following location
    http://wiki.apache.org/myfaces/How_The_Immediate_Attribute_Works ---Soln 3
    But the problem is if I am submitting the form using Javascript from another page(page is a popup that is opened inside the current window), this condition doesnt work and it gives me an error saying "Check some field for its value"
    Please help me sort out this problem
    Thanks

    I think the problem is not clear....my mistake
    I try to be more elaborate on this....
    I open up a popup page from my main window....Here I perform a search(lets say there is a requirement for finding the Country and pincode for a particular city that the user enters)
    Now when I select the particular row in the datatable and click the submit button...... I want the selected values to be filled inside the parent window.....
    I want to bring to your notice that the button that is clicked is in the popup page...not in the parent window.....
    So you see that when that button in popup is clicked i am submiting the form of the parent window and during that time I dont want the validation to occur..... To submit the form of the parent window I use the Javascript like this : window.opener.document.forms[0].submit();Also one more thing that I want to mention is that the method that is used for specifying the condition for required attribute for mandatory fields in the parent window works fine for any button that i click inside my parent window......
    What I mean by this is lets say I have a button to add a dynamic row into my parent page then also I have to submit the form but during that time validation should not occur and it works fine.
    So now I think its clear that the Javascript is being invoked from another page which is submitting the parent window.....
    Then you're doing something wrong. Invoking the wrong button maybe? So please enlighten me where i am wrong and how possibly would I know which button I am invoking??

  • Startup error required resources are missing

    Heyelp!! I purchased CS 5.5 for my new mac running OSX 10.7.3 installed CS5.5 and it is wonderful. Problem is I prefer Dreamweaver 3 because of the frames thing, so, I thought I would reinstall CS3 and just add Dreamweaver 3, problem is when I do it reads Startup Error, required resources are missing, so, I decided to call Adobe. The response was "we no longer provide support for 3, if you cannot find a solution on the forum there is nothing you can do." Well, $1300 doesn't get you much these days, so Dear Forum readers, any possibility of a leg up here? Thankyou!!

    Known issues on Lion
    You might find the part about invisible folders and changes to permissions relevant...
    Mylenium

  • Error CL_TAO_GUI_SESSION_SM- Create: Mandatory Attribute missing for Technical RFC destination

    hai
    We have installed solution manager and CBTA for test automation. For SUT , We have created Technical RFC for development client and quality client
    as TST_BID_CLNT220 and TST_BID_CLNT_909 respectively.  Similarly SMBID_CLNT_220 and SMBIQ_CLNT_909 are the business RFC destination to connect SUT.
    Now I have created test System data container which have both target system (Quality and development) . I have also created Test profile
    for both . In the Test Profile I have mentioned Techinical RFC name , Test profile name, business user and password.
    I have record va01 tcode in development client. The same script is used for quality also .
    I am able to execute the script in development . But when I execute for quality it is giving following error
    Error CL_TAO_GUI_SESSION_SM->Create: Mandatory Attribute missing for Technical RFC destination TST_BIQ_CLNT909
    Can any one help me . Pls tell me whether I followed the steps correctly
    Regards
    Jaya

    Hi,
    It will be very difficult to solve without being on the customer site and having all information.
    Right now, the error code is network error...
    Kind regards,
    Yann

  • DMEE - error in conditions for node: node attribute missing for ref. ID

    Hi,
    I've got an error 'error in conditions for node XXX: node attribute missing for ref. ID XXXXX' - may I kindly ask you to suggest where this attribute need to be specified.
    thanks in advance.
    BR
    Renatas

    Hi Renatas ,
    When using Reference IDs for Conditioning in DMEE you should give  node attribute in the  2nd field of the  conditioning ....
    look the below example
    Arg1-1     Arg1-2     T     O     Arg2-1     Arg2-2     T      O
    E2E     1A     3     =     SPACE          1     
    DMEE: node attribute as a comparison value
    Definition
    Node attribute to be used in a condition. The following values are possible:
    1: contents in output format
    1A: contents in internal format
    2: length
    3: counter reading
    4: counter reading of segments per file (only for DMEE format tree)
    5: counter reading of segments with CR/LF (only for DMEE format tree)
    Regards,
    Komaravolu

Maybe you are looking for