Error in add_service-ref

I'm using JDeveloper 10.1.3.2 and working on the WebCenter Framework Tutorial.
In Step # 6: Testing the Portlet I am getting the following error:
When I select and drag the MyJavaPortlet (from Component Palette -> TutorialProducer) and drop it on the Form (MyPage.jspx) I get the following error message: "Could not complete add_service-ref because it would result in an invalid document."
One note: In the Design view my MyPage.jspx does not appear exactly as it does in the tutorial. It contains a Form icon with a box to insert stuff into. I have tried droping the MyJavaPortlet both inside this box as well as behind the box and receive the same error each time.
I would appreciate any help getting around this.
In addition here are the details from the error message:
oracle.bali.xml.model.XmlInvalidOnCommitException: SEVERE: Element taglib not expected [ node = taglib ]
SEVERE: Element taglib not expected [ node = taglib ]
SEVERE: Element taglib not expected [ node = taglib ]
SEVERE: Element taglib not expected [ node = taglib ]
SEVERE: Element taglib not expected [ node = taglib ]
SEVERE: Element service-ref not expected [ node = service-ref ]
<web-app xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
<taglib>
<taglib-uri>http://java.sun.com/jsf/core
</taglib-uri>
<taglib-location>/WEB-INF/lib/jsf-impl.jar
</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://xmlns.oracle.com/adf/faces
</taglib-uri>
<taglib-location>/WEB-INF/lib/adf-faces-impl.jar
</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://xmlns.oracle.com/adf/faces/html
</taglib-uri>
<taglib-location>/WEB-INF/lib/adf-faces-impl.jar
</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://xmlns.oracle.com/adf/faces/portlet
</taglib-uri>
<taglib-location>/WEB-INF/lib/portlet-client-adf.jar
</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://xmlns.oracle.com/adf/faces/customizable
</taglib-uri>
<taglib-location>/WEB-INF/lib/custComps.jar
</taglib-location>
</taglib>
<description>Empty web.xml file for Web Application
</description>
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD
</param-name>
<param-value>client
</param-value>
</context-param>
<context-param>
<param-name>CpxFileName
</param-name>
<param-value>view.DataBindings
</param-value>
</context-param>
<context-param>
<param-name>oracle.mds.web-app-root
</param-name>
<param-value>/ViewController/public_html
</param-value>
</context-param>
<context-param>
<param-name>oracle.adf.view.faces.CHANGE_PERSISTENCE
</param-name>
<param-value>oracle.adfinternal.view.faces.change.HybridChangeManager
</param-value>
</context-param>
<filter>
<filter-name>trinidad
</filter-name>
<filter-class>org.apache.myfaces.trinidad.webapp.TrinidadFilter
</filter-class>
</filter>
<filter>
<filter-name>adfFaces
</filter-name>
<filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter
</filter-class>
</filter>
<filter>
<filter-name>adfBindings
</filter-name>
<filter-class>oracle.adf.model.servlet.ADFBindingFilter
</filter-class>
</filter>
<filter>
<filter-name>mdsFilter
</filter-name>
<filter-class>oracle.mds.jsp.MDSJSPFilter
</filter-class>
</filter>
<filter-mapping>
<filter-name>trinidad
</filter-name>
<servlet-name>Faces Servlet
</servlet-name>
<dispatcher>FORWARD
</dispatcher>
<dispatcher>REQUEST
</dispatcher>
</filter-mapping>
<filter-mapping>
<filter-name>adfFaces
</filter-name>
<servlet-name>Faces Servlet
</servlet-name>
</filter-mapping>
<filter-mapping>
<filter-name>adfBindings
</filter-name>
<url-pattern>*.jsp
</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>adfBindings
</filter-name>
<url-pattern>*.jspx
</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>adfBindings
</filter-name>
<servlet-name>resourceproxy
</servlet-name>
</filter-mapping>
<filter-mapping>
<filter-name>adfBindings
</filter-name>
<servlet-name>adfportlet
</servlet-name>
</filter-mapping>
<filter-mapping>
<filter-name>mdsFilter
</filter-name>
<servlet-name>jsp2
</servlet-name>
<dispatcher>FORWARD
</dispatcher>
<dispatcher>INCLUDE
</dispatcher>
<dispatcher>REQUEST
</dispatcher>
</filter-mapping>
<servlet>
<servlet-name>Faces Servlet
</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet
</servlet-class>
<load-on-startup>1
</load-on-startup>
</servlet>
<servlet>
<servlet-name>resources
</servlet-name>
<servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet
</servlet-class>
</servlet>
<servlet>
<servlet-name>adfportlet
</servlet-name>
<servlet-class>oracle.adfinternal.view.faces.renderkit.html.portlet.ADFPortletServlet
</servlet-class>
<load-on-startup>1
</load-on-startup>
</servlet>
<servlet>
<servlet-name>resourceproxy
</servlet-name>
<servlet-class>oracle.portlet.client.resourceproxy.adf.ADFPortletResourceServlet
</servlet-class>
</servlet>
<servlet>
<servlet-name>jsp2
</servlet-name>
<servlet-class>oracle.jsp.runtimev2.JspServlet
</servlet-class>
<init-param>
<param-name>tags_reuse_default
</param-name>
<param-value>none
</param-value>
</init-param>
<init-param>
<param-name>check_page_scope
</param-name>
<param-value>true
</param-value>
</init-param>
<init-param>
<param-name>debug_mode
</param-name>
<param-value>false
</param-value>
</init-param>
<init-param>
<param-name>page_provider
</param-name>
<param-value>oracle.mds.jsp.MDSJSPProvider
</param-value>
</init-param>
<init-param>
<param-name>page_repository
</param-name>
<param-value>oracle.mds.jsp.MDSJSPProvider
</param-value>
</init-param>
<load-on-startup>1
</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet
</servlet-name>
<url-pattern>/faces/*
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>resources
</servlet-name>
<url-pattern>/adf/*
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>resources
</servlet-name>
<url-pattern>/afr/*
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>adfportlet
</servlet-name>
<url-pattern>/adfportlet
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>adfportlet
</servlet-name>
<url-pattern>/adfportletfullpage
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>resourceproxy
</servlet-name>
<url-pattern>/resourceproxy
</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>jsp2
</servlet-name>
<url-pattern>/*.jspx
</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>35
</session-timeout>
</session-config>
<mime-mapping>
<extension>html
</extension>
<mime-type>text/html
</mime-type>
</mime-mapping>
<mime-mapping>
<extension>txt
</extension>
<mime-type>text/plain
</mime-type>
</mime-mapping>
<service-ref>
<service-ref-name>service/WSRPServiceRefV1
</service-ref-name>
<service-interface>javax.xml.rpc.Service
</service-interface>
<wsdl-file>WEB-INF/wsdl/WSRP_v1_Service.wsdl
</wsdl-file>
<jaxrpc-mapping-file>WEB-INF/WSRP_v1_Service-java-wsdl-mapping.xml
</jaxrpc-mapping-file>
<service-qname>service-qname_ns__:WSRP_v1_Service
</service-qname>
<port-component-ref>
<service-endpoint-interface>oracle.portlet.wsrp.v1.soap.WSRP_v1_Markup_PortType
</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oracle.portlet.wsrp.v1.soap.WSRP_v1_ServiceDescription_PortType
</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oracle.portlet.wsrp.v1.soap.WSRP_v1_Registration_PortType
</service-endpoint-interface>
</port-component-ref>
<port-component-ref>
<service-endpoint-interface>oracle.portlet.wsrp.v1.soap.WSRP_v1_PortletManagement_PortType
</service-endpoint-interface>
</port-component-ref>
</service-ref>
</web-app>
     at oracle.bali.xml.model.XmlModel._validateSubtree(XmlModel.java:3353)
     at oracle.bali.xml.model.XmlModel._validateDocument(XmlModel.java:3264)
     at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2684)
     at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
     at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
     at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2717)
     at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
     at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
     at oracle.adfdtinternal.model.portlet.addins.PortletConfigurationTask.insertNode(PortletConfigurationTask.java:583)
     at oracle.adfdtinternal.model.portlet.addins.PortletConfigurationTask.addWSRPServiceRefEntries(PortletConfigurationTask.java:779)
     at oracle.adfdtinternal.model.portlet.addins.PortletConfigurationTask.configureWebInfForWSRP(PortletConfigurationTask.java:409)
     at oracle.adfdtinternal.view.faces.portlet.PortletNodeCreator.createNode(PortletNodeCreator.java:309)
     at oracle.bali.xml.util.XmlModelUtils.initializeAndInvokeCreatorIfNeededOrSpecified(XmlModelUtils.java:186)
     at oracle.bali.xml.util.XmlModelUtils.createNodeFromKey(XmlModelUtils.java:158)
     at oracle.bali.xml.model.AbstractModel$1.performTask(AbstractModel.java:459)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:190)
     at oracle.bali.xml.model.AbstractModel.insertXmlKey(AbstractModel.java:447)
     at oracle.bali.xml.model.datatransfer.operation.CreateFromXmlKeyOperation$1.performTask(CreateFromXmlKeyOperation.java:43)
     at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:167)
     at oracle.bali.xml.model.datatransfer.operation.CreateFromXmlKeyOperation.apply(CreateFromXmlKeyOperation.java:38)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._apply(OperationProcessor.java:393)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor._forceSimpleApplyImpl(OperationProcessor.java:346)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:293)
     at oracle.bali.xml.model.datatransfer.operation.OperationProcessor.forceSimpleApply(OperationProcessor.java:243)
     at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper._doRegularDrop(DropHandlerHelper.java:268)
     at oracle.bali.xml.gui.swing.dnd.DropHandlerHelper.performDrop(DropHandlerHelper.java:87)
     at oracle.bali.xml.gui.swing.dnd.ModelDropHandler.drop(ModelDropHandler.java:153)
     at java.awt.dnd.DropTarget.drop(DropTarget.java:430)
     at sun.awt.dnd.SunDropTargetContextPeer.processDropMessage(SunDropTargetContextPeer.java:500)
     at sun.awt.dnd.SunDropTargetContextPeer.access$800(SunDropTargetContextPeer.java:53)
     at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchDropEvent(SunDropTargetContextPeer.java:812)
     at sun.awt.dnd.SunDropTargetContextPeer$EventDispatcher.dispatchEvent(SunDropTargetContextPeer.java:736)
     at sun.awt.dnd.SunDropTargetEvent.dispatch(SunDropTargetEvent.java:29)
     at java.awt.Component.dispatchEventImpl(Component.java:3826)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processDropTargetEvent(Container.java:3963)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3817)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

This may help explain the situatin. I originally had JDeveloper 10.1.3.2 installed when I started this tutorial. I then installed JDeveloper 11 version 4 and tried to work the WebCenter Protlet tutorial. When I did it tried to migrage my settings. However, when I attempted to do the tutorial I noticed that it did not have the same options for the WebCenter new applications that would create a Portlet folder. So, I went back to 10.1.3.2 to work the tutorial. No error was flagged at this point but that is when the problems started occuring. I browsed my working directory (C:\Oracle\jdevinstance) where I had my applications stored (C:\Oracle\jdevinstance\mywork) and I noticed that I had what appared to be possible conflicting system files. I had the following system files listed under the working directory: system, system11.1.1.0.17.45.24, system11.1.1.0.22.47.96, and system11.1.1.0.22.49.49. I don't know if this is the issue or not and any feedback about these extra files would be apprecaited?
In addition, I create a new application (using 10.1.3.2) with a different applicaiton directory (C:\Oracle\jdevinstance\MyWork_10.1.3.2) and started the tutorial over. This time I had no issues with the JSP page and all of my web.xml files are the same version (2.4).

Similar Messages

  • Error while determining ref.mov.type for WM via Table 156S: 647/ / / /L/ /

    Guyz,
    Firstly despite the plant+storage location + warehouse no. assignments are done , my replenishment delivery (delivery for stock transport order between plants under same company code) is not picking up storage location and warehouse no and thus stopping me from doing picking and PGI (post goods issue).
    However in VL02N when i'm trying to change storage location for line item, i'm getting following weird error
    *Error while determining ref.mov.type for WM via Table 156S: 647/ / / /L/ /*
    I found a SAP Note(133223) regarding this error and VL02 transaction but that note was specific to older versions. I'm on ECC 6.0
    Any suggestions please ?
    Thanks

    Warehouse managment has its own movement types, most identical to inventory management movement types.
    These WM movement types are determined via reference movement types.
    the error you have just looks like your customizing is not complete.
    IMG > LE > WM > Interfaces > IM > define movement types.

  • Error messag -'Error while determining ref.mov.type for WM via Table 156S:'

    Hi Guys,
    I am currently facing some issues with respect to the deliver creation.
    The scenario is somthing like this.
    I have assigned a FOC Item category to an Consignment Issue order type.
    The system is able to determine the Item category successfully.
    However when the delivery is created it throws an error message
    'Error while determining ref.mov.type for WM via Table 156S: 903/X/X/W/L/X/'
    Not sure why this occurs.
    All the settings seem to be set.
    If any one of you can help me out it would be great.
    Thanks.
    Regards,
    Pandi

    Dear Pandiraj
    The standard process is that consignment issue order should be created with reference to Proforma invoice.  Having said that I dont understand why you have assigned a FOC item category to issue order.  Not sure, whether this will work.  Also I feel that you should explain in detail the process for which you are configuring this.
    thanks
    G. Lakshmipathi

  • Error while determining ref.mov.type for WM via table 156S:601///

    Hi SAP gurus
    while doing delivery i am getting error like
    Error while determining ref.mov.type for WM via table 156S:601///
    please give me needful solution
    regards
    Sarvesh

    Chk via
    SPRO>LE>WM>Interfaces>IM>Define mvt>Assign MVt reference...and then LE-WM interface...
    maintina the correspoding entries..
    BR,
    Krishna

  • I'm running iTunes 11.0.5.6 on Windows 8.  When I try to update to iTunes 11.1.0, I receive error messages that refer to a "network resource that is unavailable" and that "the older versionof iTunes cannot be removed."  What do I need to do?

    I'm running iTunes 11.0.5.6 on Windows 8.  When I try to update to iTunes 11.1.0, I receive error messages that refer to a "network resource that is unavailable" and that "the older versionof iTunes cannot be removed."  What do I need to do?

    Perhaps this can be of help:
    http://support.apple.com/kb/TS3704
    It fixed the problem for this DukeHutchens in this thread:
    https://discussions.apple.com/thread/3916663?start=0&tstart=0

  • Printing with Apex generates error (namespace prefix ref....)

    Hello forum helpers,
    i have installed bi publisher standalone and bi publisher desktop with MS Word 2003.
    I have generated a rtf document as a template.
    I loaded this rtf template into the apex database and started the TEST REPORT BUTTON in apex report queries.
    But i have seen no report.
    So, I have placed a xdodebug.cfg file into the folder java/jre/lib and so i have several logfiles created after processing printing.
    This logfiles shows this lines, which i do not understand:
    [030211_051252364][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_030211_051252364_fo_data_14.xsl' is created.
    [030211_051252364][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setData(InputStream) is called.
    [030211_051252364][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_030211_051252364_fo_data_15.xml' is created.
    [030211_051252379][oracle.apps.xdo.template.FOProcessor][STATEMENT] Log file 'xdo_030211_051252364_fo_out6.out' is created.
    [030211_051252379][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutput(OutputStream)is called.
    [030211_051252379][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.setOutputFormat(byte)is called with ID=3.
    [030211_051252379][oracle.apps.xdo.template.FOProcessor][STATEMENT] Start Memory: max=247MB, total=62MB, free=23MB
    [030211_051252379][oracle.apps.xdo.template.FOProcessor][STATEMENT] FOProcessor.generate() called.
    [030211_051252379][oracle.apps.xdo.template.FOProcessor][STATEMENT] createFO(Object, Object) is called.
    [030211_051252395][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Oracle XML Developers Kit 10.1.0.5.0 - Production
    [030211_051252395][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Scalable Feature Disabled
    [030211_051252410][oracle.apps.xdo.common.xml.XSLTWrapper][ERROR] XSL error:
    XML-22008: (Error) Namespace prefix 'ref' used but not declared.
    [030211_051252410][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) is called.
    [030211_051252426][oracle.apps.xdo.template.FOProcessor][STATEMENT] clearInputs(Object) done. All inputs are cleared.
    [030211_051252426][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=247MB, total=62MB, free=20MB
    [030211_051252426][][EXCEPTION] java.lang.reflect.InvocationTargetException
    You see, that an xml-22008 Error appears.
    In google i only found, that the declaration of this reference must be before using it. Seems to be logical.
    But the template is generated by BI Publisher himself, so now i do not understand.
    I have no choice to declare references, the xml file is made by bi publisher.
    Has anyone a solution for this ?
    Thank you for help.
    Frank

    Issue was solved, found it in the bi publisher options in word 2003

  • Everytime I change ink cartridges, I get error message stating "REFER TO PRINTER DOCUMENTATION"

    EVERYTIME I CHANGE INK CARTRIDGES, I GET AN ERROR MESSAGE STATING REFER TO PRINTER DOCUMENTATION.  I HAVE UNPLUGGED AND TURNED EVERYTHING OFF AND TRIED SEVERAL TIMES.

    Hello enicole87,
    Welcome to the HP Forums.
    I see that you are having some issues when replacing the ink cartridges with an error message.
    So I can better assist you, please respond with your printers Model Number.
    How Do I Find My Model Number?
    Write be back when you have time and I will be happy to help.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • WRT160N - LELA FAILED - ERROR - MSG_100_000_003 & Object ref not set to an instance of an object

    First of all I would like to say I'm very disappointed with Cisco/Linksys support. I made 6 phone calls and spent about 3 hours on hold and being connected to someone else over the course of about two weeks. The Tech supportin this particular case was the worst I have ever experienced. Regarding the problem - make sure that you do not have any items in the start up such as Linksys EasyLink Advisor and in particular nmctxth unchecked. Also, check that your Anti-Virus does not have the app blocked. I was instructed to uninstall and reinstall about six different times - which I did. This never solved anything. Then I notice a program named "Pure Networks", this appears to be app associated with LELA. The best I could tell this does not get uninstalled and reinstalled like the rest of the program. So I chased the app down to Documents and Settings\All Users\Application Data\Pure Networks\Setup\PlatformSetupInstaller_0.msi . Executed this program which initiated an install program for the same and selected the REPAIR option from the three options (Repair\Modify\Uninstall). After about two or three minutes the program indicated the Repair had completed and the PC needed to be rebooted. Which I did and now the program (LELA) works with no issues. I think when you uninstall and reinstall the LELA program this never gets executed. So when you manually run the program it actually gets executed. I performed this Repair when the file: PlatformSetupInstaller_0.msi was selected and actually executed. The following error messages were indicated before the issue was resolved:
    Error
    MSG_100_000_003
    Cannot find Platform service, make sure that the service is correctly installed on your machine.
    Error
    Object ref not set to an instance of an object.
    Error
    1628
     These errors occured when various items were selected in LELA and after reboot on reinstall. And by the way LELA would be blank with no Network Map present. If you go through the log files under the Documents and Settings\All Users\Application Data\Pure Networks and C:\Documents and Settings\All Users\Application Data\Linksys\Lela, then search for the word fail, you will turn up these errors in bits and parts. The registry key:  4CDCB1A1-87EE-49AB-9A9F-E270FC5DB823 led me to the Pure Networks program or I might not have figured it all out.
    All of these error messages are related to the log files in either folder indicated above. 
    I hope this helps everyone - again the support was pitiful and I really expected more.

     The Linksys Link Network Advisor (LELA) sometimes works, most of the times does not on our "House-PC"; we have to install the disk again when it gets stuck to make it work. Also, in order to make changes to our network, we can do it easily on its web site, but the LELA will not synchronize it sometimes; so we have to go again and put the disk in to re-install LELA and "synchronize" it; though in reality, it is as if we are installing LELA for the first time, everytime we want to make changes to our network, by the way, a real pain!! After reading the advice above, I also installed Sisco's (the Linksys parent company) Network Magic software and now all my computers in my network work seamessly, and perfectly well. I can even share my printers now!! Thanks for this advice; very helpful indeed.
    a happy network administrator

  • FOTY0001 Error while calling ref:populateXRefRow function in BPEL

    I am getting folowing error while invoking populateXRefRow function in BPEL.
    Expression is : ref:populateXRefRow("CustomerTable","SAP","SAP001","EBS","EBS_001","ADD")
    TableName - CustomerTable
    Column Names- SAP,EBS
    Already ran xreftables.sql script and bounced the server too but still getting the error.
    Any solution?
    Thanks in Advance

    HI
    Usage of variables in populateXref statements in BPEL assign activities as follows :
    For example, the following is not supported:
    xref:populateXRefRow("apps_intg","common","common-12345",bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root-Element/ns3:appname'),bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root-Element/ns3:id'),"ADD")
    The following is supported:
    xref:populateXRefRow("apps_intg","common","common-12345",string(bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root
    -Element/ns3:appname')),string(bpws:getVariableData('Receive_Read_InputVariable','Root-Element','/ns3:Root-Element/ns3:Root-Element/ns3:id')),"ADD")
    Please enclose the bpws:getVariableData() with string() function as populateXRefRow() expects strings as its arguments.
    Hope this resolves and answers your question.
    Cheers
    Anirudh Pucha

  • Error in downloading. refer to windows-activity

    Hi,
    When downloading video, there is a message "one error occured during downloadig, Refer to Windows-Activity". Video file can only be saved as webarchive instead of  flv (no given choice). Any idea how to fix the problem? Note that the problem arised one week before. Before, video files were automatically saved in Downloads as videoplayback.

    There seems to be a few threads about this error code.
    Try typing error 43 into the search discussions box above and see what you get.
    This is one:
    http://discussions.apple.com/thread.jspa?threadID=1421870
    Z.

  • Error in dynamic ref cursor

    hi
    i tried the following but getting the error.. Could you help me in this please
    SQL> create or replace package curpack as
      2    type T_CUR is ref cursor;
      3    procedure CHECKDYNREF (io_cur out T_CUR);
      4  end curpack;
      5  /
    Package created.
    SQL>
    SQL> create or replace package body curpack as
      2    procedure CHECKDYNREF (io_cur out T_CUR);
      3    is
      4     begin
      5       open io_cur for 'SELECT * FROM EMP';
      6    end;
      7  end curpack;
      8  /
    Warning: Package Body created with compilation errors.
    SQL> sho err
    Errors for PACKAGE BODY CURPACK:
    LINE/COL ERROR
    3/3      PLS-00103: Encountered the symbol "IS" when expecting one of the
             following:
             begin end function package pragma procedure subtype type use
             <an identifier> <a double-quoted delimited-identifier> form
             current cursor
    7/1      PLS-00103: Encountered the symbol "END"Thanks...
    Edited by: josh1612 on Jan 24, 2010 9:05 PM

    Hi,
    There should not be a ';' (semi colon ) after the declaration of procedure in package body
    SQL> create or replace package body curpack as
          procedure CHECKDYNREF (io_cur out T_CUR);
          is
           begin
             open io_cur for 'SELECT * FROM EMP';
          end;
        end curpack;
        / Something like above
    Regards

  • ORA-12714 error using NVARCHAR2, REF CURSOR and TABLE FUNCTION

    Hello,
    we have tested this simple script on all the following versions of Oracle: 9.2.0.3, 10.2.0.1.0 , 11.1.0.6.0 - but we got the same error in everyone of these.
    CREATE OR REPLACE TYPE Rec_Prova IS OBJECT(
        Id INTEGER,
        NodeValue NVARCHAR2(50)
    CREATE OR REPLACE TYPE Tab_Prova IS TABLE OF Rec_Prova;
    DECLARE
        CurProva SYS_REFCURSOR;
        varTable Tab_Prova := Tab_Prova();
    BEGIN
        OPEN CurProva FOR
            SELECT Id, NodeValue FROM TABLE(CAST(varTable AS Tab_Prova));
    END;The error is: "ORA-12714: invalid national character set specified"
    We know that changing the type of NodeValue from NVARCHAR2 to NCLOB it works, but the performances are very poor.
    Therefore this solution is not acceptable for us.
    We also know that if the character set of the database is set to unicode (NLS_NCHAR_CHARACTERSET = AL16UTF16) we can use the VARCHAR2 for store also the unicode characters and the problem is solved. But some of our customers can't change the settings of theirs databases... moreover, in this forum someone says:
    "To all dba's who try to change the NLS_CHARACTERSET or NLS_NCHAR_CHARACTERSET by updating props$ . This is NOT supported and WILL corrupt your database. This is one of the best way's to destroy a complete dataset. Oracle Support will TRY to help you out of this but Oracle will NOT warrant that the data can be recoverd or recovered data is correct. Most likely you WILL be asked to do a FULL export and a COMPLETE rebuild of the database."
    Is there any workaround except the two that I have mentioned?
    Thank you in advance.
    Edited by: user11929330 on 22-set-2009 7.50

    ORA-12714: invalid national character set specified
    Cause: Only UTF8 and AL16UTF16 are allowed to be used as the national character set
    Action: Ensure that the specified national character set is valid
    So it looks like that you should change the character set or go for NCLOB (and if you're on version 11, maybe securefiles gives you the performance you want).
    -Andy

  • SOA Order Booking build properites - BindWebApp error: javax.management.Ref

    Hi All,
    I am trying to understand the "SOA Order Booking Application" which is given as part of example in SOA Demo.
    I tried to follow all the steps as per the user guide for this example, but when I am trying to build XML for SOA Order Booking, I get the following error
    Buildfile: C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml
    java Java Result: 1
    pre-deploy:
    validateTask:
    echo-----
    | Validating workflow
    validateTask url is file:/C:/Pratap/JDeveloper/jdevstudio10134/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    validateTask Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    echo
    | Deploying decision services for SOAOrderBooking on uspg2-10-032, port 8888
    deployDecisionServices 08/10/10 15:29:48 Notification ==&gt;Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:48 Notification ==&gt;Undeploy previous deployment
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing EJB container
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Loading connector(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Starting up resource adapters
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing EJB sessions
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Committing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize DecisionService-web begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize DecisionService-web ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 922 msecs
    deployDecisionServices
    deployDecisionServices
    deployDecisionServices *{color:#ff0000}BindWebApp error: javax.management.ReflectionException*
    *{color}*
    deployDecisionServices
    *{color:#ff0000}BUILD FAILED*
    **C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"*{color}*
    Total time: 6 seconds
    deployDecisionServices BindWebApp error: javax.management.ReflectionException
    I have the build properties file
    domain=default
    rev=1.0
    admin.user=oc4jadmin
    admin.password=oc4jadmin
    hostname=uspg2-10-032
    http.port=8888
    rmi.port=12401
    oc4jinstancename=home
    asinstancename=
    opmn.requestport=6003
    platform=ias_10g
    #platform=oc4j_10g
    same every where.
    C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"
    Kindly let me know what should be done to resolve errors.
    Regards,
    Pratap
    Edited by: user10244582 on Oct 10, 2008 4:00 PM
    Edited by: user10244582 on Oct 10, 2008 4:02 PM

    Thanks!! absolutely spot on solution.
    I developed in 10.1.3.4, got this error, then deployed using 10.1.3.1. Fantastic.
    Just that build.xml generated by 10.1.3.4 contains isSSL attribute, which seems is not supported by 10.1.3.1. So I created a dummy project in 10.1.3.1, and replaced the build.xml of my rules project with the one generated by 10.1.3.1 jdev

  • Error importing Quicktime Ref file

    Until yesterday i could import a quicktime reference file from AVID to AME. Since today i get the message that the file may be corrupted. I did a test with different files (also with files which worked until yesterday) and i got always  the same error message. I didn`t made any changes in my settings.
    Last thing i tried: I imported the "corrupted" file into After effects and made a composition. The composition was accepted by AME without any errors.

    That's how I got to Adobe, when Media Composer 6 came out with all the issues.  I uninstalled Avid completely, went to the Adobe Cloud thinking the grass was greener with all the hype.  I do high end weddings and my sequences are normally anywhere from 20 minutes to an hour long and I grade every single clip.  That means hundreds or over a thousand or so clips and lots of noise removal for the reception parts.  The built in filters for color grading in Premiere is way too hard to use and are nothing like anything I have ever used to color grade with, so the only options were Colorista or go to After Effects and use Color Finesse.  Don't like Colorista, way to limiting, if you have ever done real color grading, you will know what I mean.  Adobe Dynamic Link for the first couple of clips works okay but soon every time you move in Premiere you have to wait 30 seconds or more for the frame to come up, even with quality turned all the way down.   When I finally would finish a project and try to open in Encore it would take 20 minutes to open, would work a little and then Encore would crash.   Wait another 20 minutes for it to open, repeat the process over and over again.  Tried to encode the project first in AME and it was not unusual to get 10 hours into an encode and then Adobe would just stop encoding for no reason (lots of others having same issues, no fix just lots of troubleshooting and workarounds).  When I finally did get through the  22 hours render if there was no issues with the project I would take it into Encore where things would go faster but Encore has lots of issues (can't burn directly to disk, you have to built to a folder and then burn that to disk and not to mention all the errors you get when trying to build to the folder).   If you are going to create DVDs and a Blu-rays you have to created projects in Encore for both from scratch.
    Spent days every project reading forums where others are having the same issues, trying different workarounds and after finally getting it done, the next project running into the same issues.  I have only mentioned a couple of the issues I had and lots of other people are having also, with no real fixes, just lots of troubleshooting or workarounds.  Every project I would try something new like, I will try to simplify my work flow and try to do everything in Premiere and maybe it will work better and faster.  Color Finesse has a version that can work in Premiere Pro, so maybe if it works, I will buy it and work only in Premier.  Got the demo and nope, not only does it crash but Premier Pro does not through 32bit video to Color Finesse so that makes that program useless, glad I did not buy it.  According to Synthetic Aperture this is a Premiere thing and there solution was to send a product suggestion to Adobe.
    Again, this is a brief overview of some of the issues I ran into without 99% of the details.  After months of trying to find a suitable workflow I had to give up.  After a few days of searching for a suitable workflow with Avid, I found one.  Now I add timecode to all video and tape names, transcode all video to DNxHD 36, (about 2 - 3 Hours) edit in Avid, with all titles speed effects etc, AAF to Resolve, color grade, render (about 1 to 2 hours)and back to Avid AAF DNxHD 175x check the final and export a QT Reference file (2 minutes to render out).  Final transcoding to a Blu-ray about 1 hour.  May not seem simple but it is, and things never get sluggish, everything just works that is until I get to Encore.  What was taking weeks in Adobe only takes days in Avid.
    My suggestion before you make any permanent changes, complete a real project from start to finish and test the workflow with Adobe. Maybe it will work for you and your needs.  I know not every person is having every issue I have had, but I cannot imagine how anybody trying to use Adobe has got it working efficiently the way they advertise it to work.  No matter what anyone says, I would have to stand over their shoulder and watch them from start to finish to believe them.  Maybe the Matrox will speed things up a bit but I am not familiar with how all that works.  I know lots have complained about how Avid runs with Matrox.  The thing I can say about Avid is within a couple of day I was able to get around the defects of it and come up with a workflow that works, Adobe I was not, even after weeks and months of trying.
    And yes I had issues with Avid before and a rebuild of the databases helped.

  • Error number: -113 (refer to the online help)  On installing Photoshop 7.0.1 update or Photoshop 6 Tryout Version

    There is a problem with the auto-extractor.
    Manually extract the files from the downloaded file using Winzip and extract to a new folder. Then run Setup.exe from that folder.
    Also, make sure that your Temp folders have been cleared out.
    The latest version of WinZip may be downloaded from http://www.winzip.com

    Hi
    Please find the document below and your issue would be resolved.
    http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Hope It Helps
    Thanks

Maybe you are looking for

  • MM pricing procedure doubt!!!

    Hello All 1) Would like to know where we connect PO doc type to the MM pricing procedure? or it is not at all connected? 2) Suppose i am creating a standard PO, so how system actually knows which pricing procedure to pick up out of so many maintained

  • APPLE'S AIRPORT EXTREME (802.11n) UPDATE SUUUUCCCCCKKKKKKSSSSSSSS!!!!!

    This update is absolutely unacceptable! My base station was working just fine until I updated it...now it works for about 5 minutes and then it completely drops the signal. I am writing this via a neighbors wireless connection...this suuuckkkssss so

  • Full screen

    Hello everyone I've been using logic pro x the day after is was released and I love the update. But there's one problem. The window of logic seems to be bigger than the screen of my mac. I have a 13 inch 2011 macbook pro. Also when I use full screen

  • TS3276 message displays with question marks instead of content

    The mail message doesn't load completely.  Instead, it has question marks instead of the content.  There doesn't seem to be the choices under View Message that the help window suggests. How do I get the mail system to display what it considers unsafe

  • How do i know if iCloud backed my stuff up?

    Before the ios8 update i restored my ipad. Im not sure if i had stuff backed up in icloud but in the icloud settings on my ipad i had photo and back up on. I logged onto the icloud website but i don't see anything saying i backed up photos.