Assertion Error when an action is invoked

We have a form which has multiple input fields as well as some dropdowns.
Example Dropdown 1, Dropdown 2
When you click the value in Dropdown 1, based on it Dropdown 2 is dynamically populated.
It was working fine for us previously. Somehow now when we click on Dropdown 1, it gives the following exception:
Error opening /pageFlowControllers/companyLocationController/CompanyLocationController.jpf.
The source of this error is:
com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.AssertionError
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:699)
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
at com.bea.portlet.adapter.scopedcontent.PageFlowStubImpl.processAction(PageFlowStubImpl.java:107)
at com.bea.portlet.adapter.NetuiActionHandler.raiseScopedAction(NetuiActionHandler.java:99)
at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:180)
at com.bea.netuix.servlets.controls.content.NetuiContent.raiseScopedAction(NetuiContent.java:168)
at com.bea.netuix.servlets.controls.content.NetuiContent.handlePostbackData(NetuiContent.java:222)
at com.bea.netuix.nf.ControlLifecycle$2.visit(ControlLifecycle.java:178)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:351)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walkRecursive(ControlTreeWalker.java:361)
at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:128)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:339)
at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:330)
at com.bea.netuix.nf.Lifecycle.runInbound(Lifecycle.java:162)
at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:137)
at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:370)
at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:229)
at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:183)
at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:221)
at com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:594)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:251)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3243)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2003)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1909)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1359)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Caused by: java.lang.AssertionError
at org.apache.beehive.netui.script.el.util.ParseUtils.convertType(ParseUtils.java:185)
at org.apache.beehive.netui.script.el.tokens.ExpressionToken.beanUpdate(ExpressionToken.java:211)
at org.apache.beehive.netui.script.el.tokens.IdentifierToken.write(IdentifierToken.java:96)
at org.apache.beehive.netui.script.el.ExpressionTerm.update(ExpressionTerm.java:165)
at org.apache.beehive.netui.script.el.ParsedExpression.update(ParsedExpression.java:140)
at org.apache.beehive.netui.script.el.util.ParseUtils.update(ParseUtils.java:91)
at org.apache.beehive.netui.script.el.ExpressionEvaluatorImpl.update(ExpressionEvaluatorImpl.java:83)
at org.apache.beehive.netui.pageflow.ProcessPopulate.populate(ProcessPopulate.java:229)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processPopulate(PageFlowRequestProcessor.java:327)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:203)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
... 49 more
Basically what I can see from the logs is that it is unable to do an action look up. The funny part of it is that on some of the developer machines the code is working fine while in some case it is breaking. The same code was working fine earlier.I tried googling up but unable to find any help on this. Can you please suggest what can be the possible issue (may be some silly mistake causing this to happen)?

Its not the same functionality which is working and
failing
(ignore referrer it isnt relevant)
"CompanyAddressPortlet_1_2wlw-select_key:{actionForm.B
BcpPopId}"
is missing from the failing code, probably a code
issue , perhaps your validation method is throwing a
runtime exception
Ensure you test EXACTLY the same thing from both
machines
regards
deepakHi Deepak,
Yes I did see that difference when i checked the diff of both the log files but I am unable to make out what is causing this difference.
1. The same code is executed on different machines. In most of the machines it is failing. However, for some machines it is working.
2. The logs attached in last email were produced testing the same functionality oin both the machines.
3. If it is a code issue, how can the same code when executed on other environment is working.
I am unable to trace it down. Can you please let me know if you can figure out something. I am attaching the JSP which is being executed,.
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@taglib uri="/WEB-INF/tld/custom-translation.tld" prefix="colt"%>
<jsp:useBean id="moduleNameEnum" beanName="com.colt.util.ModuleNameEnum" scope="page"></jsp:useBean>
<script language="JavaScript">
//here you place the ids of every element you want.
var ids=new Array('a1','a2');
function switchid(id){     
     hideallids();
     showdiv(id);
function hideallids(){
     //loop through the array and hide each element by id
     for (var i=0;i<ids.length;i++){
          hidediv(ids);
function hidediv(id) {
     //safe function to hide an element with a specified id
     if (document.getElementById) { // DOM3 = IE5, NS6
          document.getElementById(id).style.display = 'none';
     else {
          if (document.layers) { // Netscape 4
               document.id.display = 'none';
          else { // IE 4
               document.all.id.style.display = 'none';
function showdiv(id) {
     //safe function to show an element with a specified id
     if (document.getElementById) { // DOM3 = IE5, NS6
          document.getElementById(id).style.display = 'block';
     else {
          if (document.layers) { // Netscape 4
               document.id.display = 'block';
          else { // IE 4
               document.all.id.style.display = 'block';
function openTemplate(requestid, requestType, fileName)
     var strUrl="<%= request.getContextPath()%>/pageFlowControllers/resolveRequest/getUploadedFile.do?requestId=" + requestid + "&requestType=" requestType "&columnName=" +fileName;
     popup_window = window.open(strUrl,"newWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes");
</script>
<!--************************ CONTENT ****************************-->
<c:if test="${requestScope.errorFlag!=null && requestScope.errorFlag eq 'true'}">
     <script language="javascript">
          setFlag();
     </script>
</c:if>
     <div id="gContentSalesArea">
               <h1 class="uaPageTitle">
                    <colt:content key="request_Details">Request Details</colt:content>
                    <netui:anchor action="exception.goToHelp" popup="true">
                         <img src="/coltPortalWeb/framework/skins/coltBaseSkin/images/pageHelp_icon.gif" width="15" height="15" alt="${sessionScope.help_icon}" border="0" />
                         <netui:parameter name="module" value="${pageScope.moduleNameEnum.CREATE_REQUEST.moduleID}"></netui:parameter>
                    </netui:anchor>
               </h1>
               <colt:error key="request.bandwidth.required"></colt:error>
               <colt:error key="request.currency.required"></colt:error>
               <colt:error key="changesSuccessfullySaved"></colt:error>
               <colt:error key="saveRequestBeforeSubmit"></colt:error>
               <colt:error key="request.comments.length"></colt:error>
               <colt:error key="required.bcpFile"></colt:error>
               <colt:error key="request.quantity.required"></colt:error>
               <colt:error key="request.interfaceField.required"></colt:error>
               <colt:error key="request.productGroup.required"></colt:error>
               <colt:error key="request.aendAddress.required"></colt:error>
               <colt:error key="request.bendAddress.required"></colt:error>
               <colt:error     key="request.term.required"></colt:error>
               <colt:error     key="request.apop.required"></colt:error>
               <colt:error     key="request.bpop.required"></colt:error>
               <colt:error     key="request.potential.required"></colt:error>
               <colt:error     key="installAmtAfterDisc.invalid"></colt:error>
               <colt:error     key="installAmtBeforeDisc.invalid"></colt:error>
               <colt:error     key="monthlyRentAfterDisc.invalid"></colt:error>
               <colt:error     key="monthlyRentBeforeDisc.invalid"></colt:error>
               <colt:error key="interfaceField.invalid"></colt:error>
               <colt:error key="quantity.invalid"></colt:error>
               <colt:error key="aendCompanyName.invalid.length"></colt:error>
               <colt:error key="bendCompanyName.invalid.length"></colt:error>
               <colt:error key="aendCompanyName.invalid"></colt:error>
               <colt:error key="bendCompanyName.invalid"></colt:error>
          <div class="ReqInfo"><span class="ReqInfobold">
          <colt:content key="COMPANY">Company</colt:content>:</span>
          <span style="padding:2px;"><c:out value="${sessionScope.addEditRequestVO.opportunityDetails.companyDetails.name}"></c:out></span>  |
          <span class="ReqInfobold"><colt:content key="companyAddress_OCN">OCN</colt:content>:</span>
          <c:out value="${sessionScope.addEditRequestVO.opportunityDetails.companyDetails.xrefOCN}"></c:out>   |
          <span class="ReqInfobold">   <colt:content key="companyAddress_oppNo">OPP NO</colt:content>:</span>
          <c:out value="${sessionScope.addEditRequestVO.opportunityDetails.xrefOpportunityNumber}"></c:out>
          <c:if test="${requestScope.update!=null && requestScope.update eq 'true'}">  |  
          <span class="ReqInfobold"><colt:content key="resolve_request_number">Request number</colt:content>: </span>${pageFlow.requestId}</c:if></div>
               <ul id="uaStepNav" class="uaSN1 uaNavDone">
                    <li class="fstep stepon"><span class="st1"><colt:content key="request_Company_Locations">Company/Locations</colt:content></span></li>
                    <li class="stepon"><span class="st2"><colt:content key="request_Requests">Requests</colt:content></span></li>
               </ul>     
          <div id="uaStepContent">
          <%@ include file="../../jsp/common/selectRequestType.jspf" %>
<netui:form action="saveBuildingConnectivityRequest" enctype="multipart/form-data" method="post">
     <c:set var="requestVO" value="${pageFlow.pf_requestDetailsVO.requestVO}" scope="page" />
     <c:set var="connectivityVO" value="${pageFlow.pf_requestDetailsVO.connectivityRequestVO}" scope="page" />
     <c:set var="opportunityVO" value="${pageFlow.pf_opportunityVO}" scope="page" />
     <c:set var="main" value="${pageFlow.pf_Main}" scope="page" />
     <div id="dataRequest" class="salesP5">
     <div class="salesHeader">
          <h2><colt:content key="building_Connectivity_Request_Details">Building Connectivity Request Details</colt:content></h2>
     </div>
          <div id="salesMiddle1Pane" class="salesP4">
          <div class="scrollareacommon">
                    <div class="grayboxcommon">
                         <fieldset>
                              <div>
                                   <div class="bold">
                                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                             <tr>
                                             <th width="3%" scope="col">     </th>
                                             <netui:radioButtonGroup datasource="actionForm.mainRadio" defaultValue="1">
                                                  <th width="97%" scope="col">
                                                       <netui:radioButtonOption styleClass="width20" tagId="mainOption" value="1" onClick="switchid('a1');" disabled="${pageFlow.pf_Main_File}">
                                                            <label for="country"><colt:content key="stdBCP_fileUpload">BCP Form</colt:content>
                                                            </label>
                                                       </netui:radioButtonOption>
                                                  </th>
                                             </tr>
                                        </table>
                                   </div>
                              <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'true'}">
                                   <div id='a1' style="display:block;">
                              </c:if>     
                              <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true'}">
                                   <div id='a1' style="display:none;">
                              </c:if>     
                              <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'false'}">
                                   <div id='a1' style="display:block;">
                              </c:if>     
                              <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true'
                                             && pageFlow.pf_Main_File eq 'true' && pageFlow.pf_Main eq 'false'}">
                                   <div id='a1' style="display:none;">
                              </c:if>
                                        <div class="addressInput">
                                             <netui:fileUpload tagId="file" dataSource="actionForm.bcpfile" styleClass="file" />
                                        </div>
                                        <c:if test="${connectivityVO.bcpFile != null}">
                                   <div class="download">
                                   <netui:anchor href="javascript:openTemplate('${requestScope.requestID}','${pageFlow.pf_requestType}','${connectivityVO.bcpCreateFileName}Xcreate');">
                                   Download Bcp File
                         </netui:anchor>
                         </div>
          </c:if>
                                   </div>
                              <div class="cls"></div>
                         </fieldset>
                    </div>
                    <div>
                         <div class="aligncentre">
                              <span class="grey constricty "><colt:content key="stdBCP_OR">OR</colt:content></span>
                         </div>
                    </div>           
                    <div class="grayboxcommon">
                    <fieldset>
                         <div>
                              <div class="bold">
                                   <table border="0" cellspacing="0" cellpadding="0">
                                        <tr>
                                             <th width="3%" scope="col"></th>
                                             <th width="97%" scope="col">
                                                  <netui:radioButtonOption styleClass="width20" tagId="mainOption" value="2" onClick="switchid('a2');" disabled="${pageFlow.pf_Main}">
                                                       <label for="country"><colt:content key="stbBCP_FillForm">Fill the form below</colt:content>
                                                       </label>
                                                  </netui:radioButtonOption>
                                             </th>
                                             </netui:radioButtonGroup>
                                        </tr>
                                   </table>
                              </div>
                              <div class="cls"></div>
                              <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'true'}">
                                   <div id='a2' style="display:none;">
                              </c:if>     
                              <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true'}">
                                   <div id='a2' style="display:block;">
                              </c:if>
                              <c:if test="${pageFlow.pf_File_Show eq 'true' && pageFlow.pf_Form_Show eq 'false'}">
                                   <div id='a2' style="display:none;">
                              </c:if>
                              <c:if test="${pageFlow.pf_File_Show eq 'false' && pageFlow.pf_Form_Show eq 'true' &&
                                             pageFlow.pf_Main eq 'false' && pageFlow.pf_Main_File eq 'true'}">
                                   <div id='a2' style="display:block;">
                              </c:if>
                                             <div class="productTypeLabel">
                                                       <label for="product"><colt:content key="request_productGroup">Product Group</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:select tagId="product" styleClass="producttypedd" dataSource="actionForm.product" onChange="setFlag();submitFormProduct('-1');">
                                                       <c:forEach var="productVO" items="${pageFlow.productVOList}">
                                                            <netui:selectOption value="${productVO.id}">
                                                                 <colt:content key="${productVO.translationKey}"></colt:content>
                                                            </netui:selectOption>
                                                       </c:forEach>
                                                  </netui:select>
                                             </div>
                                             <div class="cls"></div>
                                             <div class="productTypeLabel">
                                                  <label for="bandwidth"><colt:content key="request_Bandwidth">Bandwidth</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:select tagId="bandwidth" styleClass="producttypedd" dataSource="actionForm.bandwidth" onChange="setFlag()">
                                                       <c:forEach var="bandwidthVO" items="${pageFlow.bandwidthVOList}">
                                                            <netui:selectOption value="${bandwidthVO.id}">
                                                                 <colt:content key="${bandwidthVO.translationKey}"></colt:content>
                                                            </netui:selectOption>
                                                       </c:forEach>
                                                  </netui:select></div>
                                             <div class="cls"></div>
                                             <div class="productTypeLabel">
                                                  <label for="Contract Terms"><colt:content key="request_Contract_Terms_yrs">Contract Terms(Yrs)</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:select tagId="terms" styleClass="producttypedd" dataSource="actionForm.termOfContract" onChange="setFlag()">
                                                       <c:forEach var="termOfContractVO" items="${pageFlow.termOfContractVOList}">
                                                            <netui:selectOption value="${termOfContractVO.id}">
                                                            <colt:content key="${termOfContractVO.translationKey}"></colt:content>
                                                            </netui:selectOption>
                                                       </c:forEach>
                                                  </netui:select>
                                             </div>
                                             <div class="cls"></div>
                                             <div class="productTypeLabel">
                                                  <label for="Currency"><colt:content key="request_Currency">Currency</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:select tagId="currency" styleClass="producttypedd" dataSource="actionForm.currency" onChange="setFlag()">
                                                       <c:forEach var="currencyVO" items="${pageFlow.currencyVOList}">
                                                            <netui:selectOption value="${currencyVO.code}">
                                                                 <colt:content key="${currencyVO.translationKey}"></colt:content>
                                                            </netui:selectOption>
                                                       </c:forEach>
                                                  </netui:select>
                                             </div>
                                             <div class="cls"></div>
                                             <div class="productTypeLabel">
                                                  <label for="interf"><colt:content key="request_interf">Interface</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:textBox tagId="interf" onChange="setFlag()" styleClass="producttype"     dataSource="actionForm.interfaceField" maxlength="50" /></div>
                                             <div class="cls"></div>
                                             <div class="productTypeLabel">
                                                  <label for="quantity"><colt:content key="request_quantity">Quantity</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:textBox tagId="quantity" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.quantity" maxlength="10" /></div>
                                             <div class="cls"></div>
                                             <div class="productTypeLabel">
                                                  <label for="potential"><colt:content key="request_potential">Potential</colt:content> *:</label>
                                             </div>
                                             <div class="addressInput">
                                                  <netui:select tagId="potential" styleClass="producttypedd" dataSource="actionForm.potential" onChange="setFlag()">
                                                       <c:forEach var="potentialVO" items="${pageFlow.potentialVOList}">
                                                            <netui:selectOption value="${potentialVO.id}">
                                                            <colt:content key="${potentialVO.translationKey}"></colt:content>
                                                            </netui:selectOption>
                                                       </c:forEach>
                                                  </netui:select>
                                             </div>
                                             <div class="cls" style="border-bottom:solid 2px #FFFFFF;"> </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="address"><colt:content key="request_Address">Address</colt:content>:</label>
                                                  </div>
                                                  <div class="chooseadd" style="padding-top:3px">
                                                       <colt:content key="request_ChooseAddress">(Choose From List)</colt:content>
                                                  </div>
                                                  <div class="cls"></div>
                                        <netui:radioButtonGroup dataSource="actionForm.radio">
                                             <div>
                                                  <div class="productTypeLabel">
                                                       <netui:radioButtonOption onChange="setFlag()" styleClass="width20" tagId="AEnd"     value="1">
                                                            <colt:content key="request_AEndAddress">A End</colt:content> *:
                                   </netui:radioButtonOption>
                              </div>
                                                  <div class="addressInput">
                                                       <netui:textBox readonly="true" onChange="setFlag()" styleClass="producttype" tagId="aendAddress" dataSource="actionForm.aendAddress" maxlength="50"></netui:textBox>
                                                       <netui:hidden tagId="aendAddressId" dataSource="actionForm.aendAddressId"></netui:hidden>
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="company" style="margin-left:5px"><colt:content key="request_company">Company :</colt:content></label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox tagId="aendCompany" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.aendCompanyName" maxlength="50"/>
                                                  </div>
                                                  <div class="cls"></div>                                                  
                                                  <div class="productTypeLabel">
                                                       <label for="popid" style="display:block; margin-left:5px"><colt:content key="request_popid">POP ID(Check Xperweb)</colt:content> :</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox tagId="pop" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.ABcpPop" />
                                                  </div>
                                                  <div class="cls"></div>                                                  
                                                  <div class="productTypeLabel">
                                                       <label for="pop" style="margin-left:5px"><colt:content key="request_pop">POP</colt:content> *:</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:select tagId="aendpop" styleClass="producttypedd" dataSource="actionForm.ABcpPopId" onChange="setFlag()">
                                                            <c:forEach var="aendPopVO" items="${pageFlow.bcpVOList}">
                                                                 <netui:selectOption value="${aendPopVO.id}">
                                                                      <colt:content key="${aendPopVO.translationKey}"></colt:content>
                                                                 </netui:selectOption>
                                                            </c:forEach>
                                                       </netui:select>
                                                  </div>
                                             </div>
                                             <div class="cls"></div>
                                             <div>
                                                  <div class="productTypeLabel">
                                                       <netui:radioButtonOption onChange="setFlag()" styleClass="width20" tagId="BEnd" value="2">
                                                            <colt:content key="request_BEndAddress">B End</colt:content> *:
                                             </netui:radioButtonOption>
                                        </div>
                                                  <div class="addressInput">
                                                       <netui:textBox onChange="setFlag()" styleClass="producttype" tagId="bendAddress" dataSource="actionForm.bendAddress" readonly="true"></netui:textBox>
                                                       <netui:hidden tagId="bendAddressId" dataSource="actionForm.bendAddressId"></netui:hidden>
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="company" style="margin-left:5px"><colt:content key="request_company">Company :</colt:content></label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox maxlength="50" tagId="aendCompany" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.bendCompanyName" />
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="popid" style="display:block;margin-left:5px"><colt:content key="request_popid">POP ID(Check Xperweb)</colt:content> :</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox tagId="pop" onChange="setFlag()" styleClass="producttype"dataSource="actionForm.BBcpPop" />
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="pop" style="margin-left:5px"><colt:content key="request_pop">POP</colt:content> *:</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:select tagId="bendpop" styleClass="producttypedd" dataSource="actionForm.BBcpPopId" onChange="setFlag()">
                                                            <c:forEach var="bendPopVO" items="${pageFlow.bcpVOList}">
                                                                 <netui:selectOption value="${bendPopVO.id}">
                                                                      <colt:content key="${bendPopVO.translationKey}"></colt:content>
                                                                 </netui:selectOption>
                                                            </c:forEach>
                                                       </netui:select>
                                                  </div>
                                                  <div class="cls"></div>
                                             </div>
                                        <div class="cls"></div>
                                   </netui:radioButtonGroup>
                                                  <div class="cls" style="border-bottom:solid 2px #FFFFFF;"> </div>
                                                  <div class="cls"></div>
                                                  <div class="bold">
                                                       <label for="revenue" style="font-size:12px;"><colt:content key="request_revenue">Revenue</colt:content></label>
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="cls"></div>
                                                  <div class="bold">
                                                       <label for="before_discount" style="font-size:11.5px;"><colt:content key="request_beforeDiscount">Before Discount (As per product Price List)</colt:content></label>
                                                  </div>
                                                  <div class="productTypeLabel">
                                                       <label for="befInstallationCharge"><colt:content key="request_installationCharge">Installation Charge</colt:content> :</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox maxlength="10" tagId="befInstallationCharge" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.inst_amt_before_disc" />
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="befMonRent"><colt:content key="request_monthlyRent">Monthly Rent/PSTN</colt:content> :</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox maxlength="10" tagId="befMonRent" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.mon_rent_before_disc" />
                                                  </div>
                                                  <div class="cls"> </div>
                                                  <div class="bold">
                                                       <label for="after_discount"><colt:content key="request_afterDiscount">After Discount (Average discount applied over contract term)</colt:content></label>
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="aftInstallationCharge"><colt:content key="request_installationCharge">Installation Charge</colt:content> :</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox maxlength="10" tagId="aftInstallationCharge" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.inst_amt_after_disc" />
                                                  </div>
                                                  <div class="cls"></div>
                                                  <div class="productTypeLabel">
                                                       <label for="aefMonRent"><colt:content key="request_monthlyRent">Monthly Rent/PSTN</colt:content> :</label>
                                                  </div>
                                                  <div class="addressInput">
                                                       <netui:textBox maxlength="10" tagId="befMonRent" onChange="setFlag()" styleClass="producttype" dataSource="actionForm.mon_rent_after_disc" />
                                                  </div>
                                                  <div class="cls"></div>
                                                  </div>
                                             </fieldset>
                                             <div>
                                                  <img src="/coltPortalWeb/framework/skins/coltBaseSkin/images/spacer.gif" alt="spacer" width="1" height="30" />
                                             </div>
                                        <div class="cls"></div>
               </div>
     <c:if test="${requestScope.update!=null && requestScope.update eq 'true'}">
                                        <%@ include file="../../jsp/common/comments.jspf" %>
                                   </c:if>
     </div>
</div>     
          <%@ include file="../../jsp/common/selectLocationHRef.jspf" %></div>
          <c:if test="${!(requestScope.update!=null && requestScope.update eq 'true')}">
               <div class="ReqButtonContainer salesP5">
          <div class="uaSelectClearSales saverequest">
          <netui:button type="submit" tagId="button2" action="saveBuildingConnectivityRequest">
          <colt:content key="request_Save_Request">Save Request</colt:content>
          </netui:button>
          </div>
               </div>
          </c:if>
          </div>
          <div class="clear"></div>
          </div>
          <c:if test="${requestScope.update!=null && requestScope.update eq 'true'}">
          <div id="uaStepButtons">
               <div class="RightButtons">
               <p>
               <netui:button tagId="cancel" styleClass="uaButton" type="submit" action="cancelAction" onClick="javascript:return cancelPopup();">
               <colt:content key="resolve_cancel">Cancel</colt:content></netui:button>
                         <netui:anchor action="saveBuildingConnectivityRequest" formSubmit="true">
                              <netui:parameter name="update" value="true"></netui:parameter>
                              <netui:button tagId="save" styleClass="uaButton"><colt:content key="request_I_am_done">I am done</colt:content>
                              </netui:button>
                         </netui:anchor>
          </p>
                    </div>
                    <div class="LeftButtons"></div>
               </div>
               </c:if>
     </netui:form>
          <c:if test="${!(requestScope.update!=null && requestScope.update eq 'true')}">
          <netui:form tagId="buttonForm" action="finalSubmit">
               <div id="uaStepButtons">
                    <div class="RightButtons">
               <p>
          <netui:button tagId="cancel" styleClass="uaButton" type="submit" action="cancelAction" onClick="javascript:return cancelPopup();"><colt:content key="request_Cancel_this_opportunity">Cancel this opportunity</colt:content></netui:button>
                         <netui:button tagId="save" styleClass="uaButton" type="submit" action="finalSubmit" onClick="javascript:return saveBeforeExit('${requestScope.POPUP_FLAG}');"><colt:content key="request_I_am_done">I am done</colt:content></netui:button>
          </p>
                    </div>
                    <div class="LeftButtons"></div>
               </div>
          </netui:form>
          </c:if>
          </div>
     </div>

Similar Messages

  • I get a assertion error when trying to up load adobe lightroom have followed the instruction on the adobe site to fix the problem

    i get a assertion error when trying to up load ,lightroom have follow the instructions on the adobe site and it still does not work
    and ideas on how to fix the problem
    tk
    bigguy1965

    Hi,
    Can you Please provide Configuration of your XP, Win7 Machine [How to post a screenshot in the forum]?
    To check if Windows 7 Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    The basic information about your computer page will open.
    To check if Windows XP Service Pack is already installed, follow the below steps:
    Click the Start button , right-click Computer, and then click Properties.
    Click System and Service Pack Information will be listed
    Please also attach log [Where do I find the Flash Player installation log on Windows?], [How to share a document] and Share the Current Version of Flash Player goto - [https://helpx.adobe.com/flash-player.html] and click on Check Now button, using about method can you place the screenshot.
    Meanwhile you can also try cleaning Application Temporary Data and Try again. [c:/users/username/appdata/local/temp folder - Microsoft Community], Due to some reason the Installer file is getting corrupted which might be blocking Flash Player Installation. After cleanup try using the offline Installer [Installation problems | Flash Player | Windows]
    Thanks
    Piyush

  • Cc got assertion error, when compiling emacs-23.3

    I got an assertion error with cc as follows, when compiling emacs-23.3.
    It compiles fine without the "-O" option.
    I can provide a CPP processed file which reproduces it.
    ;; I could not find a place to report bugs, and I put it here.
    ;; Sorry if it is not an appropriate place.
    % cc -V
    cc: Sun C 5.12 SunOS_i386 2011/11/16
    % cc -c -Demacs -DHAVE_CONFIG_H -I. -I/work/emacs/emacs-23.3/src -I/usr/dt/include -g -O font.c
    "font.c", line 185: warning: integer overflow detected: op "<<"
    "font.c", line 197: warning: integer overflow detected: op "<<"
    "font.c", line 215: warning: integer overflow detected: op "<<"
    "font.c", line 2995: warning: integer overflow detected: op "<<"
    "font.c", line 3422: warning: integer overflow detected: op "<<"
    "font.c", line 3920: warning: assignment type mismatch:
    pointer to char "=" pointer to unsigned char
    "font.c", line 3945: warning: assignment type mismatch:
    pointer to char "=" pointer to unsigned char
    "font.c", line 4026: warning: integer overflow detected: op "<<"
    assertion failed in function pg_first_pass_do_block_rec() @ post_gen.c:3758
    assert(blk_sp_offset_(nextb) == (current_offset + get_prologue_size() + BITS2BYTES(be_cur_local_size)))
    cc: ube failed for font.c

    Got it ...
    Reduced testcase:
    % cat c.c
    enum Lisp_Type
    Lisp_Int0 = 0,
    Lisp_Float = 7,
    struct Lisp_Float
    union
    double data;
    struct Lisp_Float *chain;
    } u;
    struct Lisp_Vector
    unsigned int size;
    struct Lisp_Vector *next;
    int contents[1];
    int
    font_unparse_xlfd (font, pixel_size, name, nbytes)
    int font;
    int pixel_size;
    char *name;
    int nbytes;
    char *f[21];
    int val;
    int i, j, len = 0;
    val = ( ( struct Lisp_Vector * ) ( ( unsigned int ) ( ( ( font ) ) & ( ( ( ( int ) 1 ) << ( 32 - 3 ) ) - 1 ) ) ) ) -> contents [ 5 ];
    if ( ( ( ( enum Lisp_Type ) ( ( ( unsigned int ) ( ( val ) ) ) >> ( 32 - 3 ) ) ) == Lisp_Float ))
    i = ( ( ( void ) 0 , ( struct Lisp_Float * ) ( ( unsigned int ) ( ( val ) & ( ( ( ( int ) 1 ) << ( 32 - 3 ) ) - 1 ) ) ) ) -> u . data + 0 ) * 10;
    f[2] = __builtin_alloca ( 12 );
    else
    f[2] = "*-*", len += 4;
    % cc -g -O c.c -V
    cc: Sun C 5.12 SunOS_i386 2011/11/16
    acomp: Sun C 5.12 SunOS_i386 2011/11/16
    "c.c", line 41: warning: implicit function declaration: __builtin_alloca
    "c.c", line 41: warning: improper pointer/integer combination: op "="
    iropt: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    ir2hf: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    ube: Sun Compiler Common 12.3 SunOS_i386 2011/11/16
    assertion failed in function pg_first_pass_do_block_rec() @ post_gen.c:3758
    assert(blk_sp_offset_(nextb) == (current_offset + get_prologue_size() + BITS2BYTES(be_cur_local_size)))
    cc: ube failed for c.c
    Bug 7167252 filed. If we find a work-around I'll post it.

  • JNDI Error when Oracle BPM Process invokes an EJB Service Adapter

    Hi All,
    I am trying to invoke an EJB Service from my Oralce BPM process/workflow. I have provided the JNDI name in EJB service adapter in Jdeverloper also. Even though I have configured the JNDI in weblogic server properly, i am getting some JNDI invocation error (FabricInvocationException) as below.
    Can somebody help me on this.
    Non Recoverable System Fault :
    *<bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Exception creating jndi context for ejb invocation:</summary></part><part name="detail"><detail>Unable to resolve 'XXXXXXInterfaceRemote'. Resolved ''</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>*
    Edited by: 920456 on Apr 2, 2013 2:09 AM

    Hi All,
    Still i am facing the above stated challenge, i am getting a JNDI error when i am trying to call it from Oracle BPM process.
    can somebody tell me Does Oracle SOA Suite - EJB Adapter version 3.0 has any runtime bugs ? etc.
    Bcoz in the below link it is given something like EJB Version 2 Are Not Supported During Runtime. So, i want to check whether any bugs.
    [Oracle SOA EJB Adapter Version bugs|http://www.oracle.com/technetwork/middleware/docs/aiasoarelnotesps5-1455925.html#intadapt]
    Regards,
    Satya

  • Error when performing action Pass Normal Change to Test

    When we perform the action "Pass Normal Change to Test" we receive an error message. Reviewing the short dump in ST22 of our development ERP system provides additional information such as DYNPRO_SEND_IN_BACKGROUND, Screen output without connection to user, SAPLTMSU_ALT. Using this information we have identified two notes (49730 and 1497281, which is not applicable). We tried changing the user type for our RFC communication user (as per 49730), but that has not worked.
    Interestingly the Transport of Copies (which occurs when this action is performed in ChaRM) has been created in development. But it has not been released and ChaRM is not aware that the Transport of Copies has been created. If we move it outside of ChaRM we will lose this history.
    Has anyone experienced this issue? How did you resolve it?

    Hi Mathias,
    After checking each TMW RFC connection (in our TMS) and making updates as required; the main solution (as I see it) was in the TMSADM@ RFC connections. A couple had incorrect passwords and a couple had incorrect authorizations. Once I made the required changes and confirmed the RFC
    were working from an authorization perspective, I was able to successfully complete the action “Pass Normal Change to Test”.
    Hope this helps.
    Shawn

  • Assertion error when compiling ANSI C code - Forte 6.2

    I have a compilation error when compiling on my Ultra 10
    using Forte 6.2 C compiler (5.3). Here's the line:
    teds@enigma[195]% cc -xtarget=ultra3 -xarch=v8plusb -dalign -fns -fsimple=2 -ftrap=%none -xlibmil !!
    cc -xtarget=ultra3 -xarch=v8plusb -dalign -fns -fsimple=2 -ftrap=%none -xlibmil -xO4 -DCMO_DEBUG_DETAIL -DUSE_DATACONN -c cmoisubs.c -o cmoisubs.o
    cg: assertion failed in file ../src/ms_pipe/sp_interface.cc at line 689
    cg: Internal error: constval annotation set on reg with multiple defs
    cg: 1 errors
    cc: cg failed for cmoisubs.c
    teds@enigma[196]%
    Does anyone have any ideas?
    Thanks,
    Ted

    Are both files in the same directory? Is the directory in your classpath?

  • Error when I try to invoke alsamixer as user[SOLVED]

    Dumped my other OS and installing arch for my main
    Following the arch linux beginners guide
    My sound card is a Creative X-FI ExtremeGamer
    installed alsa-utils and alsa-libs
    when I try to invoke alsamixer as user I get
    function snd_ctl_open failed for default: no such file or directory
    using x86_64 archlinux
    Last edited by completist (2009-02-23 03:13:48)

    leokent wrote:
    Is your user part of the audio group. What's the result of running "groups USERNAME"? If audio isn't listed then run,
    gpasswd -a USERNAME audio
    Edited to command quoted in Wiki: http://wiki.archlinux.org/index.php/ALS … ermissions
    Did that and still a no go. 
    Found this link    http://www.alsa-project.org/main/index. … ative_Labs
    Which tells me card not supported yet.
    What I did as a workaround for now is enabled onboard sound through BIOS and sound works.
    I'll get back to the X-FI a little later.

  • Facing Error when BPEL Process is invoked through java code

    Hi,
    I wrote a BPEL process (HelloWorld) and deployed it on BPEL Process Server and running fine,even tested from console,it's working fine,but I am trying to invoke this process with java code from Jdeveloper10g.When this file is being run ,it's throwing following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/ejb/EJBException
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:88)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:303)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:85)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:55)
         at com.wips.TestClass.main(TestClass.java:26)
    Process exited with exit code 1.
    I have required jar in classpath.
    and my java code is as below:
    import com.oracle.bpel.client.Locator;
    import com.oracle.bpel.client.NormalizedMessage;
    import com.oracle.bpel.client.ServerException;
    import com.oracle.bpel.client.dispatch.IDeliveryService;
    import java.rmi.RemoteException;
    import java.util.Map;
    public class TestClass {
    public static void main(String[] args) throws ServerException,
    RemoteException {
    // String xml = "<ns1:input>, India</ns1:input>";
    String xml = "<ns1:HelloWorldProcessRequest><ns1:input>India</ns1:input></ns1:HelloWorldProcessRequest>" ;
    Locator locator = new Locator("default","bpel");
    IDeliveryService deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME );
    NormalizedMessage nm = new NormalizedMessage( );
    nm.addPart("payload", xml);
    NormalizedMessage res = deliveryService.request("HelloWorld", "process", nm);
    Map payload = res.getPayload();
    System.out.println("HelloWorld Service Response is:"+payload.get("payload"));
    Could you figure out ,what might I missing over here..........
    Please help me out !
    Regards......
    Shaily

    Very-very thanks raphel,but still facing problem
    I did following changes in my code
    String xml = "<ns1:HelloWorldProcessRequest><ns1:input>India</ns1:input></ns1:HelloWorldProcessRequest>";
    Properties props=new Properties();
    props.setProperty("orabpel.platform","ias_10g");
    props.setProperty("java.naming.factory.initial","com.evermind.server.rmi.RMIInitialContextFactory");
    props.setProperty("java.naming.provider.url","opmn:ormi://localhost:9700/home/orabpel");
    props.setProperty("java.naming.security.principal","oc4jadmin");
    props.setProperty("java.naming.security.credentials","welcome1");
    props.setProperty("dedicated.rmicontext", "true");
    Locator locator = new Locator("default","bpel",props);
    IDeliveryService deliveryService = (IDeliveryService)locator.lookupService(IDeliveryService.SERVICE_NAME );
    NormalizedMessage nm = new NormalizedMessage( );
    nm.addPart("payload", xml);
    NormalizedMessage res = deliveryService.request("HelloWorld", "initiate", nm);
    // deliveryService.post("HelloWorld", "initiate", nm);
    Map payload = res.getPayload();
    System.out.println("HelloWorld Service Response is:"+payload.get("payload"));
    and response is herewith :
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/ias/opmn/optic/OpticException
         at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:94)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:303)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:85)
         at com.oracle.bpel.client.delivery.DeliveryService.request(DeliveryService.java:55)
         at com.wips.TestClass.main(TestClass.java:39)
    Caused by: java.lang.NoClassDefFoundError: oracle/ias/opmn/optic/OpticException
         at com.evermind.util.OpmnHelper.<clinit>(OpmnHelper.java:24)
         at com.evermind.server.rmi.RmiServerLookupStrategy$StandardOpmnServerAccess.getOc4jServers(RmiServerLookupStrategy.java:160)
         at com.evermind.server.rmi.RmiServerLookupStrategy$OpmnLookupStrategy.getAvailableServers(RmiServerLookupStrategy.java:120)
         at com.evermind.server.rmi.RMIClientContext.establishLookupConnections(RMIClientContext.java:139)
         at com.evermind.server.rmi.RMIClientContext.establishRemoteConnections(RMIClientContext.java:165)
         at com.evermind.server.rmi.RMIInitialContext.get(RMIInitialContext.java:62)
         at oracle.j2ee.rmi.RMIInitialContextFactory.getInitialContext(RMIInitialContextFactory.java:59)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at com.oracle.bpel.client.util.BeanRegistry.lookupDeliveryBean(BeanRegistry.java:277)
         at com.oracle.bpel.client.delivery.DeliveryService.getDeliveryBean(DeliveryService.java:299)
         ... 3 more
    Process exited with exit code 1.
    Regards,
    Shaily

  • Assert error when quitting

    Been developing an AIR desktop app for a bit and am mostly complete. However I just started getting an Assert Failed dialog when I quit the app now - the error says it's in "module CamExt40V32.ax - 2 objects left active. At line 320 of dllentry.cpp"
    Never seen this before and haven't had much luck find any info on it. I am using the web cam - but have been all along... any thoughts?

    I did a google search on the filename, and this popped up.  I also checked the error string itself and it looks like it's occured with both Chrome and other applications.  Maybe Phillips has an update available?
    Chris

  • Obiee11g :server error when adding action link to analysis

    hello ,
    i have created analysis . but when i try to add action link to my analysis i get following error.
    i have followed following steps
    Go to the Criteria tab and select column properties on any column.
    Click the Interaction tab.
    Click the Column heading Primary Interaction dropdown by Value and select Action Links.
           Click the green plus sign. You will see the following error. When I click OK I am able to repeat the steps and add the action successfully
    following is Screen shot for the error
    http://theimagehost.net/upload/5a9aa2aa7646b6e6e35e39a09d637865.jpg
    So what is causing for the error.?
    i tried to look into ActionFrameworkConfig.xml
    following is the Screen shot for the ActionFrameworkConfig.xml file
    http://theimagehost.net/upload/fd41aad8b041c3357dfe7c45790c33bd.jpg
    thanks in advance,
    -DM

    hello Srinivas,
    thanks for the reply.
    i have checked the services and all services are running.
    here is the screen shot of saw1.log file for the last lines of error
    http://theimagehost.net/upload/7d74341bf82c03e6b3bffa6a6e24daf7.jpg
    regards,
    -DM

  • Assertion error when closing QueueReceiver

    Hi,
    I initially posted this in the JMS newsgroup, but got the following response
    from Zach:
    This appears to a be a problem with class loaders and/or RMI,
    that is to say it is not a JMS Problem. Specifically, the assertion
    is ensuring that the thread has a class loader - and your thread does
    not. The same check was in place for 6.0 so I am not sure why it
    fails now on 6.1
    Please post this in the rmi-iiop newsgroup.So here goes. One additional comment: when switching from WL 6.0 to 6.1, we
    were able to improve the packaging of the application. With 6.0, we were
    forced to make some of the classes available in the server's system
    classpath. With 6.1, the application is now in an EAR file and uses a
    Classpath: entry in the manifest file for referencing a utility package
    (dc.jar). On the client side, the classpath contains weblogic.jar + the same
    dc.jar file + another jar file containing various serializable classes
    (value objects), JavaBeans etc that are necessary because we are passing
    serialized objects as JMS messages.
    Here is the original problem description:
    We have a problem on WL6.1 with an application that used to work fine on WL
    6.0 SP2. We have a JMS queue in the server, and a client process connects to
    this queue. The application works fine, i.e. the client can both send and
    receive messages on the queue without any problem. However, when the client
    disconnects through the following bit of code:
    public void stop() throws TransportException {
    synchronized (jmsSync) {
    try {
    receiver.close();
    session.close();
    connection.close();
    } catch (Exception e) {
    throw new TransportException(e);
    WL throws an AssertionError - see full trace below.
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion
    violated ]
    at weblogic.utils.Debug.assert(Debug.java:74)
    at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:107)
    at
    weblogic.rjvm.MsgAbbrevInputStream.readClassDescriptor(MsgAbbrevInputStream.
    java:211)
    at
    weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectIn
    putStream.java:83)
    at
    weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectIn
    putStream.java:115)
    at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
    at
    weblogic.rmi.internal.BasicRemoteRef.unmarshalReturn(BasicRemoteRef.java:230
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
    at $Proxy2.dispatchSyncNoTranFuture(Unknown Source)
    at
    weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncNoTran(Dispatcher
    WrapperState.java:341)
    at weblogic.jms.client.JMSSession.consumerClose(JMSSession.java:1331)
    at weblogic.jms.client.JMSConsumer.close(JMSConsumer.java:329)
    at ubiquity.dc.JMSComputer.stop(JMSComputer.java:112)
    at ubiquity.rapids.matlab.Engine.stop(Engine.java:57)
    at ubiquity.rapids.matlab.Engine.stopApplication(Engine.java:371)
    --------------- nested within: ------------------
    weblogic.rmi.extensions.RemoteRuntimeException - with nested exception:
    [weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion
    violated ]]
    at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:60)
    at $Proxy2.dispatchSyncNoTranFuture(Unknown Source)
    at
    weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncNoTran(Dispatcher
    WrapperState.java:341)
    at weblogic.jms.client.JMSSession.consumerClose(JMSSession.java:1331)
    at weblogic.jms.client.JMSConsumer.close(JMSConsumer.java:329)
    at ubiquity.dc.JMSComputer.stop(JMSComputer.java:112)
    at ubiquity.rapids.matlab.Engine.stop(Engine.java:57)
    at ubiquity.rapids.matlab.Engine.stopApplication(Engine.java:371)
    Thanks,
    Alain.
    Alain Rogister
    http://www.ubiquity.be

    Zach,
    I checked this and the classloader is null, so this must be the cause of the
    problem. Note that our JMS client app is installed as a W2K service. The
    software we use registers the service with a set of parameters like this:
    RapidsEngines.exe -install %1
    %JAVA_HOME%\jre\bin\hotspot\jvm.dll -Djava.class.path=%ENGINE_CLASSPATH% -st
    art ubiquity.rapids.matlab.Engine -stop
    ubiquity.rapids.matlab.Engine -method stopApplication -out
    %LOG_PATH%\stdout.log -err %LOG_PATH%\stderr.log
    This means that, on the Engine class, the static main() method will be
    called by the start event on the service (this is the default if no other
    method is specified), and the stopApplication() static method will be called
    by the stop event on the service. For some reason that I don't understand
    yet, the ContextClassLoader is null at this point. Anyway, I guess if the
    client connection to WL is just terminated without closing JMS resources
    properly, WL will do the cleanup at some point.
    Should I file a bug report anyway regarding the AssertionError that gets
    thrown ?
    Cheers,
    Alain.
    Alain Rogister
    http://www.ubiquity.be
    "Zach" <[email protected]> wrote in message
    news:[email protected]..
    Also, is this the bottom of the stack? Do you have a class loader
    at the following place in the stack trace?
    at ubiquity.dc.JMSComputer.stop(JMSComputer.java:112)
    at ubiquity.rapids.matlab.Engine.stop(Engine.java:57)
    at ubiquity.rapids.matlab.Engine.stopApplication(Engine.java:371)
    if (Thread.getContextClassLoader() == null) {
    System.out.println("DANGER WILL ROBINSON");
    _sjz.

  • CPP Assertion Error when navigating in Obiee 11g

    Hi,
    I have a report which uses SQL filters and I am trying to navigate from this report to another page.
    And I see the following error :
    Dashboard Display Error
    Assertion failure: isXsiTypeSqlExpression(rExpr) at line 67 of C:\ADE\aime_bi\bifndn\analytics_web\main/project/webreport/exprformulautils.cpp
    Error Details
    Error Codes: ACIOA5LN
    Some forums mentioned that re-creation of saved SQL filters would help but it didn't.
    Has anyone faced similar errors ?
    Thanks for any pointers.
    - Sujana

    Sujana,
    This is a bug in 11g, apply patch 12561330.
    Rgds,
    Dpka

  • Error when executing VI with "Invoke Node" in loop

    Hello,
    please check if this is possible what i am doing here or if there is a better way to do it.
    The goal is to have a VI that i can start in TestStand which is then running in a loop until i set a global variable.
    I do this currently with:
    1.) Starting the VI with "Invoke Node" (see screenshot 01)
    2.)  This Vi is then running all the time in a loop until the global for exiting is True (screenshot 02)
    3.) Then i have another VO to set the Quit-variable to true
    Normally this works as it should, but sometimes i get the error-message:
    Invoke Node in NameOfTheViCalledInTestStand.vi
    Method Name: Run VI
    VI Path: NameOfTheViThatContainsTheInvokeNode.vi
    LabVIEW:  Das VI befindet sich in einem für  diese Operation unzulässigen Zustand.
     The question is: what does this error mean and what better ways are there to do what i want to.
    Perhaps for better understanding, the VI which runs in a loop executes dll-functions to enable and disable an ample-tower to make a light blinking.
    And because there is no function "blink", i have to make it on off on off on off....
    So the vi loops and makes on off until i say "quit" then blinking stops.
    Thanks for any ideas
    Attachments:
    01_InvokeNode.jpg ‏8 KB
    02_ViRunsInLoop.jpg ‏23 KB

    I cant´t do this "Try changing the "Run" node
    to "Wait Until Done" = True." because then the TestStand-Step is
    hanging until the loop is finished.
    I only want to start the "blinking" and the continue normally in the sequence.
    To
    avoid that the vi with the "Invoke Node" is started twice a have a vi
    above it whick checks with the globalVariable "IsCurrentlyBlinking" if
    the start is allowed.
    If  IsCurrentlyBlinking= True then nothing happens.
    So normally it can´t happen  that it starts twice. Only if the GlobalVariables are not correct.
    The
    variable "IsCurrentlyBlinking"is set to TRUE in the subvi before the
    loop starts and after the loop is finished its set to FALSE in the
    subvi.
    Attachments:
    03_CheckStart.jpg ‏16 KB

  • Error when running Actions - Command "set" not currently available.

    I am trying to run an action for creating a 3D paperback book. Every time I run it, whether I make changes or not, it stops part of the way through the second step with the error message 'command "set" not currently available'. If I continue anyway, it completes the action but the end result doesn't look right. What can I do to fix this?

    Yes, it was a free download I found online and yes I was following the steps. However, I ended up fixing the issue by downloading an updated version of the same action that was part of a set of 3D actions. This one was not free but it was well worth it to save me the time and headache of trying to figure out how to fix the other one. Plus it came with tons of other awesome actions that I will use as well.

  • Assertion error with -g: abi2_mangler::entity_expression

    this happens with both WS6U2 (patched with latest patches) and Forte7EA (latest version)
    yet another assertion error when debugging is enabled (-g):
    $ /space/opt/SUNWspro/bin/CC -g -c sparcv9/ultrasan/main.cc -o sparcv9/ultrasan/main.o
    >> Assertion: unhandled expression in abi2_mangler::entity_expression (../lnk/v2mangler.cc, line 1565)
    while processing sparcv9/ultrasan/main.cc at line 0.
    $
    it compiles okay without warnings when "-g" is removed.
    blech
    i can provide sources if needed.
    cheers,
    /lib

    i am using Forte 7: CC: Forte Developer 7 C++ 5.4 Patch 111715-05 2003/02/09
    on Solaris 9: uname -rvpmi gives "5.9 Generic sun4u sparc SUNW,Sun-Blade-1000"
    with this code snippet, saved as forte_template_expressions.cc:
    template < int log2_line_size >
    struct IntTemplate {
    template < int log2_line_size >
    struct IntTemplateArith {
    typedef IntTemplate < log2_line_size + 1 > IT ;
    IT * it ;
    IntTemplateArith (IT * it_) : it(it_) { }
    void spam(IntTemplate<6> * it) {
    IntTemplateArith<5> tmp(it);
    //ends
    $ CC forte_template_expressions.cc -c
    $ CC forte_template_expressions.cc -c -g
    >> Assertion: unhandled expression in abi2_mangler::entity_expression (../lnk/v2mangler.cc, line 1574)
    while processing forte_template_expressions.cc at line 0.
    $
    i note that the readme mentions template expressions as buggy:
    o Expressions involving non-type template parameters in
    the function parameter list for function templates, such
    as
    template<int I> void foo(mytype<2*I> ) { ... }
    but this is not a function template, and anyway it works without debugging enabled.
    cheers,
    /lib

Maybe you are looking for

  • Memory issue on replica client

    I am using bdb 4.7.25 on freebsd 7.0 C++ api. I have applied patch from Link: Re: Question on replication error like "DB_ENV->rep_process_message: DB_NOTF.." to fix log_archive issue. I have also applied the patch suggested in the reply to above mess

  • Setup Problem Airport Express / Window XP/ USB printer

    Hello everyone. I bought an Airport Exress yesterday (802.11n) and try to hook up to USB printer (Samsung CLP 300) but nothing is happening. Existing Setting -My base wireless device Linksys (Wireless-G 2.4 GHZ) hookup to the cable modem and computer

  • ITunes crashes after 5 Seconds.

    Hi ! I have some serious Problems with my Power PC G5. I had updated my iTunes to Version 7.0 . After the Update, my iTunes has started a scan. After a few songs he crashed. I asked in another forum and they said I should : -Rename the "iTunes" folde

  • Excise duty caluclate and compare between Amount (JEXQ ) and JEXP

    Dear all, We are implementing SAP SD module for cement industry So we have special requirement Regarding to Excise Duty BED     JEXQ    IS      600 ( with respect to price value)             JEXP    IS      12% ON MRP.( it should calculate on MRP pri

  • Rebate Agreement Accruals

    I have this peculiar requirement. We are using Rebate Agreements for Sales Volumes with Rebate Condition Scales. We should NOT be paying the customer through the AR credit memo, because of Legal Issue. So we have developed a nice solution, which incl