The element type jsp:useBean must be terminated by the matching end-tag

Hi, I have deployed an application under WLS 8.1 SP4 and I get this error, when I try to access a page. I searched through the BEA site and it does refer to solution id S-13709 which says issue has been fixed in WLS 7.0. Hence should I not be seeing this error?
          java.io.IOException: javax.servlet.jsp.JspException: The taglib validator rejected the page: "org.xml.sax.SAXParseException: The element type "jsp:useBean" must be terminated by the matching end-tag "</jsp:useBean>"., "

It would be useful if you provided a little more information about what you're trying to do on your JSP page. For instance, are you using an include directive or include action on the page? Are you trying to start the "jsp:useBean" element in one file, and end it in another? That, in particular, would likely be rejected.

Similar Messages

  • Could not generate stub object - The element type "META" must be terminated by the matching end-tag "".

    I am getting the following error message when I try invoking
    a webservice.
    Could not generate stub objects for web service invocation.
    Name: ProgrammePrivilege. WSDL:
    https://clientaccweb.reseaudistinction.com/CardHolderInfo.asmx?WSDL.
    org.xml.sax.SAXException: Fatal Error: URI=null Line=11: The
    element type "META" must be terminated by the matching end-tag "".
    It is recommended that you use a web browser to retrieve and
    examine the requested WSDL document for correctness. If the
    requested WSDL document can't be retrieved or it is dynamically
    generated, it is likely that the target web service has programming
    errors.
    The problem is, the webservice is working fine, the
    application was working yesterday, the error message just appears
    after a couple of days and I have to refresh the service in the CF
    Administrator. Once I refresh it, everything starts working again.
    Anyone else got this problem? ANY help would be appreciated!
    If you guys need my code anyway, I can attach it but like I
    said, everything works for a couple of days, then, out of the blue,
    it stops working so I doubt that it's my CFINVOKE that's the
    problem...

    Similar kind of problems here - reported back to Adobe a
    couple of months ago, so let's wait and hope for the best. My
    problems have related to registering multiple web services and
    executing them. One problem is that, If I register two identical
    (and quite complex) web services, I can only execute either of
    them. After CF restart, either of them works, but invoking the
    other doesn't work.
    For example; CF_Restart -> Try A first, A works -> B
    doesn't. Also, CF_Restart -> Try B first, B works -> A
    doesn't.
    CFMX7.0.2, Apache 2.2, WinXP

  • Fatal Error:-The element type "br" must be terminated while download image

    Hi ,
    I am downloading images from Flickr webserver using Flickr API.While parsing the url usinfg document object
    I got the fatel error:
    *[Fatal Error] ?method=flickr.photos.getRecent&api_key=myapikey&tags=&per_page=10&page=1:16:155: The element type "br" must be terminated by the matching end-tag "</br>".*
    The requested url to download the image is :-
    "http://www.flickr.com/services/rest/?method=flickr.photos.getRecent&api_key=myapikey&tags=&per_page=10&page=1"
    what is the problem in this.Please help my out here.
    Thanks in advance.
    Thanks and Regards,
    Kalpesh Jain

    Sorry for missing letter 'h'.
    The actual URL is this "http://www.flickr.com/services/rest/?method=flickr.photos.getRecent&api_key=my_api_key&tags=tiger&per_pa
    ge=10&page=1"
    When paste this url into browser then following contain are display:-
    <?xml version="1.0" encoding="utf-8" ?>
    - <rsp stat="ok">
    - <photos page="1" pages="100" perpage="10" total="1000">
    <photo id="3637930746" owner="80714421@N00" secret="dcffaf4ceb" server="3410" farm="4" title="IMG_9002e" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930724" owner="32405530@N00" secret="cdab38ff2d" server="3628" farm="4" title="P6132622" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930706" owner="56529377@N00" secret="80fab8f394" server="3657" farm="4" title="DSCN0127" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117815" owner="15586202@N00" secret="efc096d2e6" server="3637" farm="4" title="IMG_0329" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117783" owner="42809587@N00" secret="086c2f05a7" server="3376" farm="4" title="N628CC" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117761" owner="28756676@N02" secret="5583b7a2b8" server="2468" farm="3" title="18062009609-001" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117659" owner="31242357@N07" secret="edcf46b7ea" server="2427" farm="3" title="_DSC0033_edited-1_filtered" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930808" owner="99361158@N00" secret="895cf707b3" server="3618" farm="4" title="_DSC7786" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930800" owner="91431624@N00" secret="d157f95156" server="3602" farm="4" title="DSCF5530" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930790" owner="31507225@N00" secret="8b7fa39d3d" server="3595" farm="4" title="Library - 3094" ispublic="1" isfriend="0" isfamily="0" />
    </photos>
    </rsp>
    Thanks and Regards,
    Kalpesh

  • Document type declaration for root element type "web-app" must end with ' '

    I am attempting to deploy an application (.war file) using the Sun Access Manager Agent installed, (Reference http://docs.sun.com/app/docs/doc/819-3201/6n5eht3k4?a=view -near the bottom) and I get this error:
    Error loading deployment descriptors for ajacs Line 3 Column 19 -- The document type declaration for root element type "web-app" must end with '>'.
    Here is the relavent code:
    <!DOCTYPE web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <web-app>
    <filter>
    <filter-name>Agent</filter-name>
    <filter-class> com.sun.identity.agents.filter.AmAgentFilter </filter-class>
    </filter>
    <filter-mapping>
    <filter-name>Agent</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>INCLUDE</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>ERROR</dispatcher>
    </filter-mapping>
    <display-name>AJACS</display-name>
    <welcome-file-list>
    <welcome-file>frameSet.jsp</welcome-file>
    </welcome-file-list>
    etc...
    Now, when I remove the parts that http://docs.sun.com/app/docs/doc/819-3201/6n5eht3k4?a=view said to add, it deploys just like it used to deploy- just fine with no errors. However, I add that code and it breaks.
    Note: The code was a straight copy/paste, so if there is any error in the code, it is because it's written incorrectly on the Sun doc website.
    Any help would be MUCH appreciated. Thanks!

    Well, if that was pasted on one line, it would be:
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    So it's supposed to be that way. I just tried it with the extra quotes, and no dice...

  • Element type "netuix:desktop" must be followed by either attribute specifications, " " or "/ "

    Hi,
    I've a portal.portal created using WLW8.1SP2
    I used SP4 to deploy the portal and got the Exception included at the end
    of this message.
    My portal.portal netuix:desktop is below:
    <netuix:desktop definitionLabel="defaultDesktopLabel" markupName="desktop"
    markupType="Desktop" tit le="
    Portal Desktop">
    no editing has been done. I created the staffportal desktop to use this
    template via the Portal Admin.
    I've tried removing the desktop via the Admin and re-create - problems
    persist.
    There's no documentation on this on BEA website.
    the console log:
    ================
    org.xml.sax.SAXParseException: Element type "netuix:desktop" must be
    followed by either attribute specifications, ">" or "/>".
    at
    weblogic.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.jav
    a:232)
    at
    weblogic.apache.xerces.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:213)
    at
    weblogic.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:375)
    at
    weblogic.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:305)
    at
    weblogic.apache.xerces.impl.XMLScanner.reportFatalError(XMLScanner.java:1269)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragment
    ScannerImpl.java:736)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(X
    MLDocumentFragmentScannerImpl.java:1477)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScan
    nerImpl.java:329)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
    at
    weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at
    weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1175)
    at
    com.bea.netuix.nf.container.jsp.tags.StreamingControlFactoryBuilder.getNetuixControlFactory(Str
    eamingControlFactoryBuilder.java:166)
    at
    com.bea.netuix.servlets.manager.PortalServlet.createPortalAccessData(PortalServlet.java:932)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getAnonymousPortalAccessData(PortalServlet.java:8
    22)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getCustomizedPortalAccessData(PortalServlet.java:
    885)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getPortalAccessDataForDesktop(PortalServlet.java:
    789)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getPortalAccessData(PortalServlet.java:681)
    at
    com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:587)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at portal.LoginFilter.doFilter(LoginFilter.java:30)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:326)
    at
    jsp_servlet._login.__stfpauthenticate._jspService(STFPauthenticate.jsp:770)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:223)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext
    .java:6724)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.servlet.ServletException: com/bea/netuix/logging/NetUILoggerFactory
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:469)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at portal.LoginFilter.doFilter(LoginFilter.java:30)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:326)
    at
    jsp_servlet._login.__stfpauthenticate._jspService(STFPauthenticate.jsp:770)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:223)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext
    .java:6724)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    Hi,
    I've a portal.portal created using WLW8.1SP2
    I used SP4 to deploy the portal and got the Exception included at the end
    of this message.
    My portal.portal netuix:desktop is below:
    <netuix:desktop definitionLabel="defaultDesktopLabel" markupName="desktop"
    markupType="Desktop" tit le="
    Portal Desktop">
    no editing has been done. I created the staffportal desktop to use this
    template via the Portal Admin.
    I've tried removing the desktop via the Admin and re-create - problems
    persist.
    There's no documentation on this on BEA website.
    the console log:
    ================
    org.xml.sax.SAXParseException: Element type "netuix:desktop" must be
    followed by either attribute specifications, ">" or "/>".
    at
    weblogic.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.jav
    a:232)
    at
    weblogic.apache.xerces.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:213)
    at
    weblogic.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:375)
    at
    weblogic.apache.xerces.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:305)
    at
    weblogic.apache.xerces.impl.XMLScanner.reportFatalError(XMLScanner.java:1269)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragment
    ScannerImpl.java:736)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(X
    MLDocumentFragmentScannerImpl.java:1477)
    at
    weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScan
    nerImpl.java:329)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)
    at
    weblogic.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)
    at
    weblogic.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    at
    weblogic.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1175)
    at
    com.bea.netuix.nf.container.jsp.tags.StreamingControlFactoryBuilder.getNetuixControlFactory(Str
    eamingControlFactoryBuilder.java:166)
    at
    com.bea.netuix.servlets.manager.PortalServlet.createPortalAccessData(PortalServlet.java:932)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getAnonymousPortalAccessData(PortalServlet.java:8
    22)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getCustomizedPortalAccessData(PortalServlet.java:
    885)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getPortalAccessDataForDesktop(PortalServlet.java:
    789)
    at
    com.bea.netuix.servlets.manager.PortalServlet.getPortalAccessData(PortalServlet.java:681)
    at
    com.bea.netuix.servlets.manager.PortalServlet.service(PortalServlet.java:587)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at portal.LoginFilter.doFilter(LoginFilter.java:30)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:326)
    at
    jsp_servlet._login.__stfpauthenticate._jspService(STFPauthenticate.jsp:770)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:223)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext
    .java:6724)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    javax.servlet.ServletException: com/bea/netuix/logging/NetUILoggerFactory
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:469)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at portal.LoginFilter.doFilter(LoginFilter.java:30)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:326)
    at
    jsp_servlet._login.__stfpauthenticate._jspService(STFPauthenticate.jsp:770)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at
    weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.p13n.servlets.PortalServletFilter.doFilter(PortalServletFilter.java:313)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    com.bea.wlw.netui.pageflow.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:223)
    at
    weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext
    .java:6724)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

  • RMPS, RM, CM: How can I attach the element type Case Locator to a model?

    EN
    It is necessary to provide the Search of a case from the Record (not from the Electronic desk (scaseps)). So I attached the element type  Case Locator to my record model. But there are some problems. I see only the place holder of the element and only if the record is opened in the change mode. I tried to attach it as an instance, but the element has no POID. If You had the same problem and know, how to do it, please help me. Thanks.
    DE
    Wie kann ich den  Element Type Case Locator zu einer  case/record Model anknüpfen?
    Es ist notwendig die Suche eines Cases aus einer Record zu machen (nicht aus dem Arbeitstisch ->Transaktion scaseps). Ich wollte den Element type Case Locator zur Record model anknüpfen. Aber da gibt es Schwierigkeiten: der Element ist lehr, d.h. man kann ihn ausnützen und sehen nur wenn  der Case für Veränderung geöffnet ist und ich kann ihn nicht wie eine Instance anknüpfen (das ist eigentlich verständlich, weil der Elenemt keinen POID hat). Falls Sie so was schon gemacht haben, raten Sie mir bitte, wie es richtig gemacht wird. Danke.  
    RU
    RM, CM, RMPS: Как присоединить Case Locator к модели?
    В регистре есть сервис провайдер Case locator. Возникла необходимость реализовать поиск случая, из записи, а не из рабоченго стола. Решила к модели записи присоединить вид элемента Case Locatоr, но возникли нюансы: Вид элемента присваевается как пустой (place holder), виден и работает только при отрытии записи в режиме "изменение". Присоединить его как инстанцию не получилось (оно и понятно, отсутствует POID). Коллеги, если вы работали с этим видом элемента, сталкивались с подобыми задачами и нашли из них выход - подскажите пожалуйста.
    Edited by: XeniaBB on Aug 14, 2009 7:56 AM

    EN
    It is necessary to provide the Search of a case from the Record (not from the Electronic desk (scaseps)). So I attached the element type  Case Locator to my record model. But there are some problems. I see only the place holder of the element and only if the record is opened in the change mode. I tried to attach it as an instance, but the element has no POID. If You had the same problem and know, how to do it, please help me. Thanks.
    DE
    Wie kann ich den  Element Type Case Locator zu einer  case/record Model anknüpfen?
    Es ist notwendig die Suche eines Cases aus einer Record zu machen (nicht aus dem Arbeitstisch ->Transaktion scaseps). Ich wollte den Element type Case Locator zur Record model anknüpfen. Aber da gibt es Schwierigkeiten: der Element ist lehr, d.h. man kann ihn ausnützen und sehen nur wenn  der Case für Veränderung geöffnet ist und ich kann ihn nicht wie eine Instance anknüpfen (das ist eigentlich verständlich, weil der Elenemt keinen POID hat). Falls Sie so was schon gemacht haben, raten Sie mir bitte, wie es richtig gemacht wird. Danke.  
    RU
    RM, CM, RMPS: Как присоединить Case Locator к модели?
    В регистре есть сервис провайдер Case locator. Возникла необходимость реализовать поиск случая, из записи, а не из рабоченго стола. Решила к модели записи присоединить вид элемента Case Locatоr, но возникли нюансы: Вид элемента присваевается как пустой (place holder), виден и работает только при отрытии записи в режиме "изменение". Присоединить его как инстанцию не получилось (оно и понятно, отсутствует POID). Коллеги, если вы работали с этим видом элемента, сталкивались с подобыми задачами и нашли из них выход - подскажите пожалуйста.
    Edited by: XeniaBB on Aug 14, 2009 7:56 AM

  • In elements 12, when I click a photo in Window Explorer, it will load the elements 12 editor, but it doesn't load the pic ( *.jpg ) into the editor? It always did in earlier versations?

    in elements 12, when I click a photo in Window Explorer, it will load the elements 12 editor, but it doesn't load the pic ( *.jpg ) into the editor? It always did in earlier versations?

    green
    When you click on the Playclaw's Encoder tab, what do you see in the next dialog for Video Compression when the Container field in that dialog is set to .avi?
    Since you are seeing some video at all in Premiere Elements (glitchy as it is), I am assuming the video compression is not AVCHD. If that were the case, I would expect you not to be able to import the file at all. By any chance is the video compression Xvid or DivX?
    It appears that Video compression could also be "H.264 Intel QuickSync" with a mkv file extension. That seems ruled out since you say your file extension is .avi and not mkv.
    So, with the .avi file extension
    what is listed as Video Compression and what have you done, if anything, under the Encoder Setup button?
    Do you have the same issues with and without the antivirus and firewall(s) disabled?
    Also, if you took footage that worked before in Premiere Elements back into today's Premiere Elements, problems or no problems?
    At this time, can you import a bunch of jpg photos into a project and work without this type of issue?
    Thanks.
    ATR

  • Sharepoint error - Search Issue - The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1).

    i see this error everywhere - In ULS logs, on site. On the site > Site settings > search keywords; I see this - 
    The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>IIS 7.0 Detailed Error - 500.19 - Internal Server Error</title> <style type="text/css"> <!-- body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} .config_source code{font-size:.8em;color:#000000;} pre{margin:0;font-size:1.4em;word-wrap:break-word;} ul,ol{margin:10px 0 10px 40px;} ul.first,ol.first{margin-top:5px;} fieldset{padding:0 15px 10px 15px;} .summary-container fieldset{padding-bottom:5px;margin-top:4px;} legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'.
    I am facing issues in searching, my managed metadata service is not running, search results page throws internal error. Any Idea why this above error comes.
    P.S: We use windows authentication in our environment.

    Hi IMSunny,
    It seems you have solved this issue based on your another post.
    http://social.technet.microsoft.com/Forums/en-US/aa468ab0-1242-4ba8-97ea-1a3eb0c525c0/search-results-page-throws-internal-server-error?forum=sharepointgeneralprevious
    Thanks
    Daniel Yang
    TechNet Community Support

  • The amount of down payment must be less than the invoice amount

    Hi all,
    Our customers are using SAP 2007-PL15 and SAP 2007-PL41.
    When we want to create a down payment for a sales order, and we want to pay the entire amount of the sales order, including tax, we have to put an amount inthe TOTAL field of the Down Payment window since by default, the down payment amount is the total of the invoice before applying tax.  The DPM is
    higher than 100% (strange but I think it's normal since the down payment is not planned to take the tax in consideration).
    Then, we create an incoming payment for this down payment. It's ok.
    Then, we create an invoice based on the sales order we have paid with the down payment. It's impossible to use the down payment for the invoice... why that ? We receive the error 'The amount of down payment must be less than the invoice amount'. This causes big headaches to our customers !!
    Could you explain us what to do please ?
    thanks,
    Luce

    I'm very sorry, I have a similar question in dealing with AP Down Payment Request Linked to AP Invoice,  my case like this:
    1. I created 3 AP DPRs,their amount are each 100,000 RMB(for example, their document number are 10,11,12). then do the outgoing payment fully paided.
    2. I created a AP Invoice with the amount 150,000 RMB(for example, this AR Invoice document number is 5). I use the buttom"Total Down Payment",and selecet AP DRP No.10 and 11. When I click the buttom"Add",an error shows:
    The amount of down payment must be less than the invoice amount
    and I don't know how to continue.....
    Many Thanks
    Kam
    (PS:My English is poor,forgive me please. Shall I Speak in Chinese? then I can describe this question more clearly.)

  • What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    If you had Firefox save your Yahoo password, first try deleting that here:
    orange Firefox button ''or'' classic Tools menu > Options > Security > "Saved Passwords"
    The "signed out" message seems to be related to how Yahoo authenticates you. Some users have reported that disabling automatic proxy detection solves the problem, and it also resolves an issue of getting logged out every few minutes, if you have ever experienced that.
    To make the change:
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "Network" mini-tab, click the "Settings" button, then choose "No Proxy" and OK your way back out.
    If your work connection requires you to use a proxy server, try the "Use system settings" option instead.
    Does that help?

  • The data types varchar and varchar are incompatible in the subtract operator

    Hi ;
    I want to fetch values  6,903,00  format ,my query is ;
    SELECT CONVERT(varchar(50), CONVERT(money,SUM(DEBIT)),1) AS DEBIT ,CONVERT(varchar(50), CONVERT(money,SUM(CREDIT)),1),AS
    CREDIT CONVERT(varchar(50), CONVERT(money,SUM(DEBIT)),1) - CONVERT(varchar(50), CONVERT(money,SUM(CREDIT)),1) AS BALANCE
    FROM TABLE
    it was get error :  The data types varchar and varchar are incompatible in the subtract operator.
    I want to Show result ;
    DEBIT         -          CREDIT            -    BALANCE
    6,903,00              4,387.24             2,515.76
    Thanks in advance

    You have to do the subtraction with the MONEY data type (prior to covert-ing).
    Starting with SQL Server 2012, you can use the FORMAT command:
    https://msdn.microsoft.com/en-us/library/hh213505.aspx
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Database Design
    New Book / Kindle: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2014
    We have to use SQL 2005 due to licensing issue .

  • Why is it when I press on the music icon on the bottom it says ''you must be synced to the computer to listen to music''? I haven't been able to listen to music in a long time.

    Why is it when I press on the music icon on the bottom it says ''you must be synced to the computer to listen to music''? I haven't been able to listen to music in a long time.

    katenater wrote:
    Thank you now how do I get the songs on to the flash drive?
    Insert the flash drive into the other computer, and open it so it looks like a window.  Highlight the songs you want in his iTunes, and drag them into that window.
    That will cause them to copy onto the flash drive, and will not affect his library.
    If you normally run iTunes in full-screen mode, make it smaller so that you can do the drag.
    Then insert the flash drive into your computer.  Find your Automatically Add to iTunes folder (it is inside the iTunes media folder) and drag the songs into it.

  • Error #1085: The element type "elements" must be terminated by the matching end-tag " /elements "." faultCode="Client.CouldNotDecode"

    Hello everyone,
    I'm using an httpservice with a php script and resultformat "e4x".
    When I call my script directly in my browser, I receive a well formatted XML file (I think so as I can even see the closing tag </elements>).
    But, in my application, the debugger gives me the error saying that the end-tag is not there...
    Can you please help me?
    Here's the script:
    <?php
    //Set no caching
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
    header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
    header("Cache-Control: no-store, no-cache, must-revalidate");
    header("Cache-Control: post-check=0, pre-check=0", false);
    header("Pragma: no-cache"); 
    header("Content-Type: text/xml");
    // Connect to MySQL database
    require_once('database/ConnectDB.php');
    mysql_select_db($database_ConnectDB, $ConnectDB);
    function DisplayElements($zone_id){
        $query = "
                SELECT
                    element.element_id, element.name, element.description, element.zone_id, actval
                    FROM element
                    LEFT JOIN elm_motor USING (element_id)
                    LEFT JOIN modregister USING (element_id)
                    LEFT JOIN module USING (module_id)
                    WHERE element.type_sw_id = 602
                    AND module.status >= 128 AND element.zone_id = $zone_id
                    GROUP BY element.element_id ORDER BY name
            $result = mysql_query($query) or die(mysql_error());
        while($data=mysql_fetch_assoc($result)){
            echo '<element id="'.$data['element_id'].'" name="'.$data['name'].'" description="'.$data['description'].'" zone_id="'.$data['zone_id'].'" actval="'.$data['actval'].'" prefval="'.$data['prefval'].'"/>';
    $zone_id = $_POST["zone_id"];
    echo '<elements>';
    DisplayElements($zone_id);
    echo '</elements>';
    ?>
    Thank you very much,
    a beginner...

    The problem is that your PHP script is only going to provide a single response, so the second echo never gets to your Flex app.
    Store the result in a variable and echo that:
    $returnVal = "<elements>";
    ... code to add elements
    $returnVal = "</elements>";
    echo $returnVal;
    If this post answers your question or helps, please mark it as such.

  • The XSD type double does not exactly correspond to the ABAP type FLTP

    Hi Experts,
    i wanna create a proxy from a wsdl file. While creating the the proxy in SE80 i got some errors like described in the subject. I also got an error "Item is part of recursion". I have found already a post in the forum but i don't get what to do. Ok, I have to change the data type but how or where?
    Do I have to update the Web Service (which I cannot do, because I don't have access to the WS) or can I do the mapping in my Client System. But where? In SE80 I haven't seen any possibility to change the Data Type and the Data Element does not exists in the ABAP Dictionary yet because the Proxy haven't been activated.
    Thanks in advance for you reply.
    Best regards,
    Sebastian
    Edited by: Sebastian Wilhelm on Dec 21, 2011 11:43 AM

    The Problem with the recursion is solved on my own.
    In SE80 ABAP Workbench go to Utilities > Setting > Proxy Generation
    Activate Expert View in Workbench
    Go to a recursive element. A Check Box Untyped mapping appears. Activate the Check Box.
    The Type of the element will be created in DDIC as XSDANY.
    Regards,
    Sebastian
    Edited by: Sebastian Wilhelm on Dec 21, 2011 1:40 PM

  • The data type of "output column "Cookies" (7371)" does not match the data type "System.Int32" of the source column "Cookies"

    I have the following data flow:
    ADO Source
    Input Column: Cookies       ID: 7371      Datatype: DT_NUMERIC
    Output Column: Cookies     ID: 7391      Datatype: DT_NUMERIC
    DATA CONVERSION TASK
    Input Column: Cookies       ID: 1311     Datatype: DT_NUMERIC
    Output Column: Copy of Cookies   ID: 1444    Datatype: DT_I4
    SQL Server Destination
    Input Column: Copy of Cookies    ID: 8733    Datatype: DT_I4
    Output Column: Cookies       ID: 8323     Datatype: DT_I4
    This looks fine to me. Why am I getting the error?
    This is SQL Server 2008 and I am working at this point only in BIDS, so it is not a question of dev vs prod server or anything. One environment, running in BIDS. Other similar data flows seems to be working ok. It seems the error is referring to a datatype
    mismatch in the source--but how can that be?
    Thanks!

    Actually, I am wrong in that Visakh. I think you are correct.
    There are two versions of all tables, one with 15 minute rollups and one with daily rollups. Otherwise the tables are the same--same exact fields. I use a loop with a data flow inside to get data from one version of the rollup and then the other.
    The problem is, for some of the fields with larger values the datatype is NUMERIC instead of INTEGER. (This is Cache database). SO:
    dailyCookies:   Field: CountOne   Datatype:  NUMERIC
    15minCookies:   Field: CountOne   Datatype: INTEGER
    A variable dynamically creates the query so it appends "daily" or "15min" to the beginning of the tables. So on the first loop it does the 15min tables and on the second the daily tables. When I created this particular table I have to plug a default query
    in so I used the daily. It picked up the datatype as NUMERIC so when I run the package it loops through 15min first and sees the datatype is INTEGER.
    How to deal with this? I suppose I could convert the datatype in the source query, but that would be a hassle to do that for some fields and not others. This tables has hundreds of fields, BTW. Can one source object deal with a change of datatypes? SSIS
    is so picky on datatypes compared to other tools....
    Thanks,

Maybe you are looking for

  • PI 7.0 - Design - Release Transfer Question

    Hi, i created a new SWCV to extend a consisting integration scenario design. I'd like to copy the existing objects from the "old" SWCV 2.00 into the "new" SWCV 2.01. I'd like to use the function "Release Transfer", so that i have to change the consis

  • Invoice outputs are not printing after saving the document..!

    Invoice outputs are not printing after saving the document. Eventhough we maintain all condition records not only that Processing log also it showed that it has been processed on some date. but customer not received the printout Amar

  • Capacity Leveling Problem

    If I have an order that requires 85 hours of production, and the work center responsible only has available capacity of 14 hours per day, how can I divide up the order in a Capacity Leveling Planning Table (CM22)? When I dispatch the order, it automa

  • Microbooks not playing properly??

    Hi Guy's, I have been trying to play Microbooks, but it only plays portions and I'm getting errors?? Anyone know if this can be solved?? Thanks in advance.

  • Can't connect to a certain wireless network

    I canconnect to my home network, I can connect to the grocery store wifi, but when I try to connect to the school's wireless using the 13 character password that the tech guy typed in, I get a a screen and no matter what I clcik, the screen just pops