Weblogic Producer and Sun Portal as Consumer

Hi,
I am trying to have Weblogic 8.1SP4 as a producer and Sun Portal 2005Q1 as consumer.
I have deployed my JSR 168 compliant portlet application on Weblogic. When i try 2 register a WSRP consumer in Sun Portal using the WSDL URL generated by Weblogic it throws a
java.io.FileNotFoundException: http://hostip:port/TestPortalProject/wlp_wsrp_v1_bindings.wsdl.
Any suggestions on why such an exception is thrown?
Regards,
Mukta

This is a known issue. The work-around is to deploy copy the imported
files from wsrp-common.jar's schema/src dir to the root of your webapp.
Subbu
Mukta Shetye wrote:
Hi,
I am trying to have Weblogic 8.1SP4 as a producer and Sun Portal 2005Q1 as consumer.
I have deployed my JSR 168 compliant portlet application on Weblogic. When i try 2 register a WSRP consumer in Sun Portal using the WSDL URL generated by Weblogic it throws a
java.io.FileNotFoundException: http://hostip:port/TestPortalProject/wlp_wsrp_v1_bindings.wsdl.
Any suggestions on why such an exception is thrown?
Regards,
Mukta

Similar Messages

  • Creator and Sun Portal 6

    Are there any issues with using the latest version of Sun Java Studio Creator to develop portlets deployed to the Sun Portal version 6 (not 7)? I want to make sure there are no compatibility issues with releases.
    Thank you

    Hello,
    I exported portlet WAR for J2EE 1.3, as have been advised for me earlier:)
    When i tried to execute pdeploy command for SUN Application Server 8.1, i got the following:
    Done Updating Display Profile! Deploying War File to Web Container...
    May 4, 2006 7:14:26 PM com.sun.enterprise.deployment.node.SaxParserHandler error
    SEVERE: "DPL8007: Invalid Deployment Descriptors in archive /var/opt/SUNWps/tmp/portlet/Portlet4.war in deployment descriptor file WEB-INF/web.xml
    Line 119 Column 14 -- The content of element type "servlet" must match "(icon?,servlet-name,display-name?,description?,(servlet-class|jsp-file),init-param*,load-on-startup?,run-as?,security-role-ref*)". "
    CLI171 Command deploy failed : Deploying application in domain failed; Error loading deployment descriptors for Portlet4 Line 119 Column 14 -- The content of element type "servlet" must match "(icon?,servlet-name,display-name?,description?,(servlet-class|jsp-file),init-param*,load-on-startup?,run-as?,security-role-ref*)".
    ; requested operation cannot be completed
    So, i looked onto web.xml descriptor (this version corresponds to Servlet 2.3 specification) - this is an excerpt from it:
    <servlet>
    <description>Generated By Sun Java Studio Creator</description>
    <display-name>CreatorPortlet Wrapper</display-name>
    <servlet-name>Portlet4</servlet-name>
    <servlet-class>org.apache.pluto.core.PortletServlet</servlet-class>
    <init-param>
    <param-name>portlet-class</param-name>
    <param-value>com.sun.faces.portlet.FacesPortlet</param-value>
    </init-param>
    <init-param>
    <param-name>portlet-guid</param-name>
    <param-value>Portlet4.Portlet4</param-value>
    </init-param>
    </servlet>
    So, please take into account that sub-elements in <servlet> element created in wrong order: <description> preceeds <display-name> and <display-name> preceeds <servlet-name>.
    If you change the order of elements to :
    <servlet-name/>
    <display-name/>
    <description/> ,
    you will be able to successfully deploy portlet war on portal -and i have done it successfully.
    Obviously, this a creator (not a Portal Server) issue :)
    Best regards, Vad.

  • Weblogic MBeanMaker and Sun JDK 1.4.2

    I just upgraded the JVM in my development environment to 1.4.2_04 and
    the Weblogic MBeanMaker no longer works.
    Has anyone seen this?
    The configuration is as follows:
    WLS 8.1 SP2
    JDK 1.4.2_04
    Windows 2000
    The build script is Ant driven and I verified that if I return to
    1.4.1_06 it works fine and the MBean jar file is created.
    Here is the relevant xml file from the Ant script and the error that I get:
    <target name="build.mjf" depends="init">
    <echo message="Generating MJF file: ${mjf}"/>
    <java classname="weblogic.management.commo.WebLogicMBeanMaker"
    fork="true" failonerror="true">
    <jvmarg line="-Dfiles=${mfiles} -DMJF=${mjf} -DcreateStubs=true"/>
    <classpath>
    <pathelement path="${classpath}"/>
    <pathelement location="${build_dir}"/>
    <pathelement location="${WEBLOGIC}"/>
    </classpath>
    <arg value="-g"/>
    <arg value="-verbose"/>
    </java>
    </target>
    build.mjf:
    [echo] Generating MJF file: X:/release/CustomWeblogicProviders.jar
    [java] Compiling the files...
    [java] About to compile with arguments:
    [java] -g -d X:/release/lib/build_mb
    [java] javac: no source files
    [java] Usage: javac <options> <source files>
    [java] where possible options include:
    [java] -g Generate all debugging info
    [java] -g:none Generate no debugging info
    [java] -g:{lines,vars,source} Generate only some debugging info
    [java] -nowarn Generate no warnings
    [java] -verbose Output messages about what the
    compiler is doing
    [java] -deprecation Output source locations where
    deprecated APIs are used
    [java] -classpath <path> Specify where to find user class
    files
    [java] -sourcepath <path> Specify where to find input
    source files
    [java] -bootclasspath <path> Override location of bootstrap
    class files
    [java] -extdirs <dirs> Override location of installed
    extensions
    [java] -d <directory> Specify where to place generated
    class files
    [java] -encoding <encoding> Specify character encoding used
    by source files
    [java] Compiling these files (debug)Exec failed .. exiting
    [java] -source <release> Provide source compatibility
    with specified release
    [java] -target <release> Generate class files for
    specific VM version
    [java] -help Print a synopsis of standard options
    --dejan

    I think, this is a bug between the jvm from Sun and the Ant Task because I have
    tried without the Server, and I have not this problem.
    I have tried with a lot of values, for exemple :
    -Xms32m -Xmx200m
    -Xms64m -Xmx200m
    -Xms128m -Xmx200m
    -Xms128m -Xmx128m
    -Xms256m -Xmx256m
    -Xms512m -Xmx512m
    If the virtual machine need up than 512, there is a problem somewhere !!!
    And I have not this problem with the previous version 1.4.1_05.
    I have also tried with just the max value, -Xmx200m, I have no problem. And with
    just the min value, I have the following message Too small initial heap, else
    with 512.
    This is impossible to have not enough memory with 512 MB.
    How has you resolved your problem ???
    Thanks for your help.
    "Deyan D. Bektchiev" <[email protected]> wrote:
    Sebastian,
    Your problem might be much simpler than you think. Just set your minimum
    heap size to be equal to the maximum and then try it again.
    It could be that the minimum heap size allowed values was changed.
    Regards,
    Dejan
    Seb wrote:
    Hi Deyan,
    We have almost the same problem with an ant task to start a WeblogicServer.
    Our Ant Task starts any problem with the java version 1.4.1_05 but wehave the
    same error message "Invalid initial heap size: -Xms32m -Xmx200m Couldnot create
    the Java virtual machine." when we uses the java version 1.4.2.
    Thanks help us to find a solution.
    "Deyan D. Bektchiev" <[email protected]> wrote:
    I just upgraded the JVM in my development environment to 1.4.2_04 and
    the Weblogic MBeanMaker no longer works.
    Has anyone seen this?
    The configuration is as follows:
    WLS 8.1 SP2
    JDK 1.4.2_04
    Windows 2000
    The build script is Ant driven and I verified that if I return to
    1.4.1_06 it works fine and the MBean jar file is created.
    Here is the relevant xml file from the Ant script and the error that
    I get:
    <target name="build.mjf" depends="init">
    <echo message="Generating MJF file: ${mjf}"/>
    <java classname="weblogic.management.commo.WebLogicMBeanMaker"
    fork="true" failonerror="true">
    <jvmarg line="-Dfiles=${mfiles} -DMJF=${mjf} -DcreateStubs=true"/>
    <classpath>
    <pathelement path="${classpath}"/>
    <pathelement location="${build_dir}"/>
    <pathelement location="${WEBLOGIC}"/>
    </classpath>
    <arg value="-g"/>
    <arg value="-verbose"/>
    </java>
    </target>
    build.mjf:
    [echo] Generating MJF file: X:/release/CustomWeblogicProviders.jar
    [java] Compiling the files...
    [java] About to compile with arguments:
    [java] -g -d X:/release/lib/build_mb
    [java] javac: no source files
    [java] Usage: javac <options> <source files>
    [java] where possible options include:
    [java] -g Generate all debugging info
    [java] -g:none Generate no debugging info
    [java] -g:{lines,vars,source} Generate only some debugging
    info
    [java] -nowarn Generate no warnings
    [java] -verbose Output messages about what the
    compiler is doing
    [java] -deprecation Output source locations where
    deprecated APIs are used
    [java] -classpath <path> Specify where to find user class
    files
    [java] -sourcepath <path> Specify where to find input
    source files
    [java] -bootclasspath <path> Override location of bootstrap
    class files
    [java] -extdirs <dirs> Override location of installed
    extensions
    [java] -d <directory> Specify where to place generated
    class files
    [java] -encoding <encoding> Specify character encoding used
    by source files
    [java] Compiling these files (debug)Exec failed .. exiting
    [java] -source <release> Provide source compatibility
    with specified release
    [java] -target <release> Generate class files for
    specific VM version
    [java] -help Print a synopsis of standard
    options
    --dejan

  • Business Package on Producer and Consumer in a FPN

    Hi Gurus,
       I need to know if we need to install the Same Business packages on both the producer and consumer or is it enough to install the Business Package only on the producer....
    Regards!

    Whats your scenario, typically one would go about installing business packages and other content on the producer or multiple producers and federate it with a consumer portal and provide access via the consumer.
    For example if you have a box which hosts ESS content, another box which hosts BI content and you have a global portal which is the box which all the end users will be accessing, then you simly have to install BP for ESS on the ESS box, create BI content on the BI box and display all this content via the consumer (global portal).
    Hope this helps.
    Good Luck!!
    GLM

  • Consumer Producer and FPN

    I have a layered portal approach, one for internal use, one for external customers and one for vendors. With multiple WD for java apps, and webservices deployed can a portal serve as both producer and comsumer becuase of our approach.
    Thanks Mikie

    can a portal serve as both producer and comsumer
    yes it is, a consumer can produce the content aswell
    jo

  • How to Run both UCM Server and Webcenter Portal Services on single Weblogic

    Hi,
    First i have installed Oracle UCM and configure it on Weblogic Server successfully. But after the installation of Webcenter Portal on same machine and Weblogic Server. UCM Server is not running it shows Forcefully shutting down error. Kindly help me i want to run both UCM and Webcenter Portal Servers on one Weblogic server.
    Regards
    Shaheer Badar
    www.infotechinspiration.blogspot.com

    Hi Shaeer,
    Make sure that you dont have same port numbers on both servers.
    If it then try to avoid them.
    Secondly also check nodemanager log server log to verify why it went to shutdown mode.
    Regards,
    Kal

  • Creation and deployment of web services on sun portal server

    Hi
    can you please tell me.
    How we can create and deploy web service on sun portal server.
    or provide me some document or URL, so that I can proceed forward
    Thanks
    Vikram

    Hi
    can you please tell me.
    How we can create and deploy web service on sun portal server.
    or provide me some document or URL, so that I can proceed forward
    Thanks
    Vikram

  • Wsrp producer in weblogic app server not portal server

    I am following the instructions given in [url http://edocs.bea.com/wlp/docs92/federation/Chap-Working_With_Producers.html]
    to create wsrp producers on weblogic server without the portal server.
    However in Figure 8-7 (Select Project Facets) of the article, the facets being selected belong to weblogic portal which means weblogic portal server will need to be installed. In my case, this defeats the purpose of being being able to create wsrp producers on weblogic server alone (i.e without the portal server installed).
    Is there a way we could achieve this without installing weblogic portal? Any help would be appreciated.

    No, the 8.1 instruction will not work with 9.2.
    In 9.2 you do need to install WLP in order to get the correct templates
    and jars.
    Nate
    Ranjan Saikia wrote:
    You mean to say that the instructions for 8.1 will work for 9.2 too? I tried them out but could not find some of the jars(javelin.jar, knex.jar) in the 9.2 installation.
    I was initially following the [url http://edocs.bea.com/wlp/docs92/federation/Chap-Working_With_Producers.html]instructions in the 9.2 docs but couldnt get the required facets until I installed the portal server.

  • Producer and Consumer  JMS Connections

    Hello,
    I am writing a JMS provider and I notice that Flex creates a
    JMS connection for a Producer and another JMS connection for a
    Consumer in my test application. Is this normal behavior for Flex
    or do I have a problem with my provider that is causing this?
    Thanks,
    Chris Shafer, George Weiss Associates

    If your goal is to have one JMS Consumer which receives
    messages and broadcasts them to Flex clients, you can do this
    without using the JMS adapter. Write some Java code either as a
    "message driven bean" or using the JMS apis directly to grab the
    JMS messages. You can then convert these messages to flex messages
    and send them to an ActionScriptAdapter flex messaging destination.
    See the Feed.java sample for the code necessary to do this. The
    trickiest part of this is getting the JMS messages in the first
    place. We are working on packaging up our JMS consumer apis so you
    can do this more easily in a future release.

  • Weblogic 7.0 and Sun's sdk 1.4.1_01

    I'm involved in a project which is composed of Weblogic application server
    and later a rich Java client (Swing).
    I dislike having a lot of Java sdk(s) on multiple places in my computer and
    I wish to use the Java most recent version.
    My questions are:
    - Is Java sdk 1.4 supported on Weblogic 7?
    - If not, do you have any experience/problems with it?
    - In the worst case, I won't upgrade to the most recent Java version on the
    server side.
    What implications, if any, does this have on the rich client?
    Should I use for client side development the same Java version as Weblogic
    does or can I get by with 1.4?

    Why do you recommend 1.3.1_06, not 1.3.1_07? I just tried _07 (on WinXP) and I'm
    not sure but I think the error I'm getting now about "libmuxer not found" didn't
    happen with _06. Is that a known problem?
    -greg.
    "Wayne W. Scott" <[email protected]> wrote:
    Oh Gawd, here we go again. Please don't yell at me like so many others
    have done when
    they get answers that they did not want to hear.
    Java SDK 1.4 has NOT been certified with any BEA product yet. The plans
    are for the
    first one to be the Olympic release, probably to be called WLS 8.1, due
    this Summer.
    AFAIK, the biggest problems have been in the integration of Security
    products with 1.4.
    I do not know all the nitty-gritty details. The latest JDK I would
    use is 1.3.1_06.
    I have no further guidance on other related topics.
    Best Wishes,
    Wayne Scott
    Yonatan Taub wrote:
    I'm involved in a project which is composed of Weblogic applicationserver
    and later a rich Java client (Swing).
    I dislike having a lot of Java sdk(s) on multiple places in my computerand
    I wish to use the Java most recent version.
    My questions are:
    - Is Java sdk 1.4 supported on Weblogic 7?
    - If not, do you have any experience/problems with it?
    - In the worst case, I won't upgrade to the most recent Java versionon the
    server side.
    What implications, if any, does this have on the rich client?
    Should I use for client side development the same Java version asWeblogic
    does or can I get by with 1.4?

  • Error in registering WSRP portlet producer  with Oracle Portal 10.1.4

    Hi all,
    I am using OC4J 10.1.3.4.0 as producer of portlets and Oracle Portal 10.1.4 as consumer. I am encountering error in registering the producer WSDL. Here's the stack trace:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An error occurred during the call to the WSRP Provider: java.rmi.RemoteException: Runtime exception; nested exception is:
    deserialization error: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.encoding.DeserializationException: deserialization error: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.encoding.DeserializationException: deserialization error: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    com.sun.xml.rpc.streaming.XMLReaderException: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    Java stack trace from root exception:
    com.sun.xml.rpc.sp.ParseException:1: com.sun.xml.rpc.sp/Illegal Namespace prefix: xml
    at com.sun.xml.rpc.sp.Parser2.fatal(Parser2.java:2015)
    at com.sun.xml.rpc.sp.Parser2.fatal(Parser2.java:2000)
    at com.sun.xml.rpc.sp.Parser2.processStartElement(Parser2.java:2794)
    at com.sun.xml.rpc.sp.Parser2.parseContent(Parser2.java:3036)
    at com.sun.xml.rpc.sp.Parser2.parse(Parser2.java:2360)
    at com.sun.xml.rpc.streaming.XMLReaderImpl.next(XMLReaderImpl.java:105)
    at com.sun.xml.rpc.streaming.XMLReaderBase.nextContent(XMLReaderBase.java:23)
    at com.sun.xml.rpc.streaming.XMLReaderBase.nextElementContent(XMLReaderBase.java:41)
    at oracle.webdb.wsrp.PortletDescription_LiteralSerializer.doDeserialize(PortletDescription_LiteralSerializer.java:94)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.internalDeserialize(LiteralObjectSerializerBase.java:174)
    at com.sun.xml.rpc.encoding.literal.LiteralObjectSerializerBase.deserialize(LiteralObjectSerializerBase.java:84)
    at oracle.webdb.wsrp.ServiceDescription_LiteralSerializer.doDeserialize(ServiceDescription_LiteralSerializer.java:88)
    at com.sun.xml.rpc.encoding.literal. (WWC-43273)
    Note that when the producer is OC4J 10.1.3.1.1 then it works fine. The OC4J log file is also not throwing any exception. So, i think some problem with Oracle Portal 10.1.4.
    Thanks
    Tarun

    Please follow the instructions given in https://metalink.oracle.com/help/usaeng/Search/search.html#file with document id 341922.1

  • Double stack BI and Enterprise portal for SSO

    I am in the process of configuring a double stack BI and SAP Enterprise Portal. Both systems are residing on different domains. We want to utilize the standalone SAP Enterprise Portal for our BEx etc. For that I have exchanged certificates between the ABAP and the SAP Enterprise Portal systems and with the help of Support desk tool I have overcome the certificate issues. The RFC connection from ABAP and SAP Enterprise Portal works fine. The Support desk tool is complaining now about the prefix of these two servers. Also when I check the connection testing between these two systems all the messages are correct except for WEBAS connection it complains about the ping service which is already active on ABAP side. For Connectors it complains about SSO which is not detected/complained by the Support desk tool (0.426). I need your advice:
    1. Either uninstall the JAVA instance of BI or
    2. Make a Federated Portal network by making the BI JAVA as PRODUCER and the SAP standalone as CONSUMER.
    The Support package levels are the same as EHP1 SP 7 of both the double stack BI and the standalone Enterprise Portal systems. The source of users are both local to the systems.

    answered

  • Crystal Reports and Federated Portals

    Hi Experts,
    We've got a SAP Portal used to display some BI / BO (Crystal Reports) content. We'd like to federate this portal. The BI / BO portal would be the producer and our global portal would be the consumer. I know how to federate the BI content but what are the SAP guidelines to federate the BO content?
    Regards,
    Pierre

    Hi,
    Well, it seems this scenario is not supported yet (using the BOBJ template) : https://service.sap.com/sap/support/notes/1462514
    Regards,
    Pierre

  • Personalizing SUN Portal 6.2

    I am having limited sucess personalizing Sun Portal Server. I haven't seen a really good step by step guide on how to accomplish the following task.
    I have multiple roles configured in the console. When a person logs on with one role I want them to be able to see application providers that are different from another person in a different role.
    Here is what I have done:
    0.5 Starting from the top level Display Profile...
    1.. I created a overall CSTMJSPTabContainer.
    2. I created another AppTabContainer that is nested inside CSTMJSPTabContainer.
    3. I created two TableContainers called Role1FormAppTableContainer and Role2FormAppTableContainer and assigned them to the AppTabContainer as available and visible.
    4. I used the instructions that I have seen in the knowledgebase on how to create nested containers to do the collection entries.
    5. I created two BookmarkProvider applications with two different names that had default links that are Role Specific called Role1BookmarkContainer and Role2BookmarkContainer.
    6. I assigned them to the corresponding table containers as available and visible
    When I test the changes, I now get a portal view that shows a two tabbed window with the appropriate content. Selecting each tab gives me the BookmarkApplication for the role name that the tab signifies.
    What I want to do is implement the proper way to change this to show only a single tab with the information for Role1 when logged in as Role1 and the same for Role2.
    Can someone give me a step by step approach to doing this that will allow me to use that procedure throughout my portal installation? I have a large number of pages and application views I must implement.

    I may have figured out what my issues were.
    For any other readers interested in this: When I created the suborganization that defines this portal, it created the DisplayProfile as having a priority of "user". My Roles had priority of 2 or 3 as the case may be, but the Global Display Profile had the higher priority of "user" so my efforts at doing personalization were generating very dubious results. When I changed the DisplayProfile priority to "0" things started working as I thought they were supposed to. So my lesson learned is that the portal defaults all new DisplayProfiles generated to "user" and you have to manually change them to the proper priority yourself! Or at least this is what is occurring in my installation.

  • Failure messages to be displayed in BAM and ESB Portal

    Hi,
    As per requirement, I need to display all resumable/Non-resumable messages in both BAM and ESB Portals.for resumable messages,admin will resubmit the messages from ESB Portal.Please let me know how to achieve this requirement.

    I have a project requirement, where I have to show all failure messages(resumable\non-resumable) in BAM and ESB portal.
    Order Creation Process:
    1. Developed Main Orchestration and exposed as a webservice for front end client. There are sub -process orchestration involved
    2.Front end client will consume Main Orchestration Service and submit the data
    3.There are multiple sub -process orchestration are involved after receving the data from Main Orchestration
    4.while executing Order Process, if any error occurs in any of the orchestration then those failure's to be displayed in BAM and ESB Management Portal
    5. Based on the Order ID  End User will need to search failure message details  from BAM
    6. The failure message will be resubmit from ESB Management Portal for further process.
    Please let me know your thoughts on how to provide the solution for above approach

Maybe you are looking for

  • HP SimplePass Reader Does not Work after Sleep

    I have only had my laptop for a week - the fingerprint reader stopped working 2 days after I bought it. I have tried everything: removing and re-installing various drivers and software, stopping and starting Credentials Manager, unchecking the box th

  • Can anyone tried register relationship in ECC 6.0

    Hello isuians, In ecc 6.0 , the standard no. range object  "isu_indexn" is missed .this no. range is used to maintain register relationship. i know that the same no. range object exist in 4.72 but not there in ECC 6.0 The issue is isu_indexn is stand

  • Difference between Distribution and Assessment cycle

    Hi, Can any one help me regarding the above(Difference between Distribution and Assessment cycle) Thanks in advance Rajani

  • Help me on overdelivery tolerance

    Hi SD Functionals, I'm an abapper. My client wanted to limit her delivery quantity based on the sales order.. I am not sure how overdelivery tolerance works. Please guide me with this. The other abapper tried to used and configured item category TAN

  • Extract Satellite System Details from SOLMAN

    Hi We are using SOLMAN EHP 1.  There are n no. of systems connected to our SOLMAN. We want to create inventory sheet of all satellite system. Requirement is we want to export System Details (Hostname,IP Address, System No) of all satellite systems to