Unable to create remote portlet

Hi
I have created and deployed a simple wsrp portlet on producer end.
when i tried to add the created portlet as remote portlet, i got this error. I am using weblogic portal server 9.2 and weblogic workshop 9.2.
com.bea.wsrp.consumer.management.producer.ProducerManagerException: Internal Server Error
     at com.bea.wsrp.consumer.management.ProducerManagerImpl.registerProducer(ProducerManagerImpl.java:379)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlImpl.registerProducer(ProducerManagerControlImpl.java:218)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlBean.registerProducer(ProducerManagerControlBean.java:485)
     at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper$RegisterProducer.run(AddProducerHelper.java:595)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.runAction(AddProducerWizardController.java:566)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.doIfValid(AddProducerWizardController.java:542)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.registerProducerAction(AddProducerWizardController.java:387)
     at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
     at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
     at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:878)
     at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
     at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
     at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
     at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
     at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
     at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:90)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
     at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
     at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
     at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
     at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
     at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
Caused by: com.bea.wsrp.faults.TransportException: Internal Server Error
     at com.bea.wsrp.proxy.ProxyBase.raiseFault(ProxyBase.java:578)
     at com.bea.wsrp.proxy.ProxyBase.invoke(ProxyBase.java:464)
     at $Proxy63.register(Lcom.bea.wsrp.transport.soap.Message;)Lcom.bea.wsrp.transport.soap.Message;(Unknown Source)
     at com.bea.wsrp.client.ProducerAgentImpl.register(ProducerAgentImpl.java:140)
     at com.bea.wsrp.consumer.management.ProducerManagerImpl.registerProducer(ProducerManagerImpl.java:373)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlImpl.registerProducer(ProducerManagerControlImpl.java:218)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlBean.registerProducer(ProducerManagerControlBean.java:485)
     at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper$RegisterProducer.run(AddProducerHelper.java:595)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.runAction(AddProducerWizardController.java:566)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.doIfValid(AddProducerWizardController.java:542)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.registerProducerAction(AddProducerWizardController.java:387)
     at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
     at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
     at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:878)
     at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
     at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
     at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
     at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
     at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
plz help me in solving this error.
Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Do you see any log messages on the producer end?
Subbu
shanmugam vairavan wrote:
Hi
I have created and deployed a simple wsrp portlet on producer end.
when i tried to add the created portlet as remote portlet, i got this error. I am using weblogic portal server 9.2 and weblogic workshop 9.2.
com.bea.wsrp.consumer.management.producer.ProducerManagerException: Internal Server Error
     at com.bea.wsrp.consumer.management.ProducerManagerImpl.registerProducer(ProducerManagerImpl.java:379)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlImpl.registerProducer(ProducerManagerControlImpl.java:218)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlBean.registerProducer(ProducerManagerControlBean.java:485)
     at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper$RegisterProducer.run(AddProducerHelper.java:595)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.runAction(AddProducerWizardController.java:566)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.doIfValid(AddProducerWizardController.java:542)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.registerProducerAction(AddProducerWizardController.java:387)
     at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
     at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
     at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:878)
     at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
     at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
     at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
     at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
     at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
     at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:90)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2114)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:554)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:851)
     at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:630)
     at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:157)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
     at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1169)
     at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:688)
     at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.processActionInternal(ScopedContentCommonSupport.java:144)
Caused by: com.bea.wsrp.faults.TransportException: Internal Server Error
     at com.bea.wsrp.proxy.ProxyBase.raiseFault(ProxyBase.java:578)
     at com.bea.wsrp.proxy.ProxyBase.invoke(ProxyBase.java:464)
     at $Proxy63.register(Lcom.bea.wsrp.transport.soap.Message;)Lcom.bea.wsrp.transport.soap.Message;(Unknown Source)
     at com.bea.wsrp.client.ProducerAgentImpl.register(ProducerAgentImpl.java:140)
     at com.bea.wsrp.consumer.management.ProducerManagerImpl.registerProducer(ProducerManagerImpl.java:373)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlImpl.registerProducer(ProducerManagerControlImpl.java:218)
     at com.bea.jsptools.portal.helpers.wsrp.ProducerManagerControlBean.registerProducer(ProducerManagerControlBean.java:485)
     at com.bea.jsptools.portal.helpers.wsrp.AddProducerHelper$RegisterProducer.run(AddProducerHelper.java:595)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.runAction(AddProducerWizardController.java:566)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.doIfValid(AddProducerWizardController.java:542)
     at portalTools.definitions.portletProducers.wizard.AddProducerWizardController.registerProducerAction(AddProducerWizardController.java:387)
     at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
     at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
     at org.apache.beehive.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:878)
     at org.apache.beehive.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:808)
     at org.apache.beehive.netui.pageflow.FlowController.internalExecute(FlowController.java:477)
     at org.apache.beehive.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:305)
     at org.apache.beehive.netui.pageflow.FlowController.execute(FlowController.java:335)
     at org.apache.beehive.netui.pageflow.internal.FlowControllerAction.execute(FlowControllerAction.java:51)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:95)
     at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2042)
plz help me in solving this error.
Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or

    I keep getting this error in Dreamweaver when I am trying to upload my website?  Can you tell me what I am doing wrong?  here is the error message: /html - error occurred - Unable to create remote folder /html.  Access denied.  The file may not exist, or there could be a permission problem.   Make sure you have proper authorization on the server and the server is properly configured.  File activity incomplete. 1 file(s) or folder(s) were not completed.  Files with errors: 1 /html

    Nobody can tell you anything without knowing exact site and server specs, but I would suspect that naming the folder "html" wasn't the brightest of ideas, since that's usually a default (invisible) folder name existing somewhere on the server and the user not having privileges to overwrite it.
    Mylenium

  • Unable to create remote app

    Hi,
    I am unable to create remote app, every time I tried to create remote app, I am getting the following error:
    Context:
    32ae8534-a25f-42a1-a1f6-d2bea2ff9305
    Not sure what does that mean and how to resolve this.

    Hi,
    Would you please tell us that which step went wrong when you tried to publish remote app?
    Here is a blog below for your reference:
    Windows Apps in the Cloud: Introducing Microsoft Azure RemoteApp
    http://blogs.msdn.com/b/rds/archive/2014/05/12/windows-apps-in-the-cloud-introducing-microsoft-azure-remoteapp.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Unable to create remote folder

    When I attempt to go to the data bindings on an ASP form I
    have, I get the following error:
    Unable to create remote folder 550 _mmdbscripts: Access
    Denied
    The form works fine, but I can add any new fields to the form
    because I get this error when I attempt to update the field list
    under server behaviors.
    Any suggestions?

    Does your FTP hang on all sites? Or this this the only one?
    How many sites
    do you have? Does it hang with all folders or only these
    specific ones?
    What happens if you create a new folder in the site and try
    to upload that?
    Such curious FTP problems in DW are almost ALWAYS the result
    of an
    interference from your local firewall - are you running one?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "hfeurstein" <[email protected]> wrote in
    message
    news:fe7uu9$34r$[email protected]..
    >I am so glad you are out there - this is the most
    responsive forum I have
    >ever
    > experienced:)
    >
    > Essentially I am trying to upload my site from my hard
    disk to the ftp
    > server
    > using DW.
    >
    > Each time I make an attempt, it will copy a few files
    and then I will get
    > the
    > error message as described in my initial posting. First
    I thought that it
    > had
    > to do with my file and I deleted an entire folder from
    my hard disk. Upon
    > my
    > next attempt to upload, the same error message occurred
    with a different
    > folder. And each time I attempt to upload the same thing
    will happen with
    > "a"
    > folder...
    >
    > In the last two hours while having this correspondence,
    I have switched to
    > FireFTP - a free FTP by Mozilla and the entire site is
    uploading swiftly
    > and
    > without any error messages - I am only half way through
    but the three
    > folders
    > that have given me errors in DW have already been
    uploaded successfully.
    >
    >
    >

  • Unable to create remote folders

    For some reason, Dreamweaver 8 has stopped allowing 10+ users
    the ability to create folders on the remote FTP site. The FTP
    server has not changed, and the FTP location/permissions/user
    accounts have not changed.
    Everytime we try to create any folder on any remote FTP site,
    Dreamweaver returns with "Sorry, creating new folder failed". If we
    use any other FTP program, folders can be created without issue. I
    have already updated the users to Dreamweaver 8.0.2 and it hasn't
    fixed the problem. Does anyone know why this happened all of a
    sudden out of the blue? It is very frustrating.
    I myself have tried it both within a Mac and a PC, and I've
    tested it on 8+ FTP sites and have the same issue. As I mentioned
    earlier, there have not been any changes to the user permissions on
    the server or the users' systems.

    Hi,
    Would you please tell us that which step went wrong when you tried to publish remote app?
    Here is a blog below for your reference:
    Windows Apps in the Cloud: Introducing Microsoft Azure RemoteApp
    http://blogs.msdn.com/b/rds/archive/2014/05/12/windows-apps-in-the-cloud-introducing-microsoft-azure-remoteapp.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • ALUI-Create Web Service - Remote Portlet Error 401:Unauthorized

    I have some problems during user ALUI(AquaLogic User Interaction 6.1).
    I created a Web Service - Remote Portlet,then set value of Basic Authentication Settings is "User's Basic Authentication Information". When related remote server refer to tomcat5.5,the Web Service - Remote Portlet is fine to run,but not when the related remote server refer to weblogic9.2.
    When value of Basic Authentication Settings is "Use Remote Server Basic Authentication Information", related remote server refer to weblogic9.2 or tomcate5.5, the portlet is fine.
    error detail:
    Error
    sso Portlet cannot be displayed because the remote server returned an invalid HTTP response code.
    We recommend:
    • Refresh sso Portlet
    • Accessing this portlet at a later time.
    • Contacting your portal administrator if problems persist.
    Detailed error information
    • Response status: 401
    • Response body:
    Error 401--Unauthorized
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.2 401 Unauthorized
    The request requires user authentication. The response MUST include a WWW-Authenticate header field (section 14.46) containing a challenge applicable to the requested resource. The client MAY repeat the request with a suitable Authorization header field (section 14.8). If the request already included Authorization credentials, then the 401 response indicates that authorization has been refused for those credentials. If the 401 response contains the same challenge as the prior response, and the user agent has already attempted authentication at least once, then the user SHOULD be presented the entity that was given in the response, since that entity MAY include relevant diagnostic information. HTTP access authentication is explained in section 11.

    How to configure remote server to accept authorization header?
    I set value of Basic Authentication Settings is "User's Basic Authentication Information" because the Web Service - Remote Portlet need to get the portal's login user infomation.If the value is "Use Remote Server Basic Authentication Information",the application is fine to run.
    The follow is the way to get login user infomation.
    IPortletContext portletContext = PortletContextFactory.createPortletContext(request, response);
    ICredentialProvider cProvider = portletContext.getCredentialProvider();
    String username = cProvider.getUsername();
    String password = cProvider.getPassword();
    Do you have other way to authenticate users?
    Thanks.
    Edited by: user2233298 on 2009-4-22 下午8:25

  • Unable to create a clustered VM using Remote Server Administration Tools - Failover Cluster Manager

    Hi
    I am using two Hyper-V Server 2012 R2 and a single WS2012 Datacenter Edition with GUI Interface for management purpose.
    I have installed Failover Clustering feature on these two Hyper-V servers and remote server administration tools for Failover Clustering on WS2012 DC Edition with GUI.
    I have created cluster using powershell cmdlets on Hyper-V server because I was unable to create a cluster using RSAT-Failover Clustering (May be some privileges issues).
    The problem is " I am still not able to create a Hyper-VM using Failover Cluster Manager on WS2012 DC Edition server". It gives me an error "Invalid operation"
    Any Help regarding this issue will be very appreciated.
    Thanks in Advance.....
    Abhinav | MCTS-Server Virtualization

    Thanks Tim for your response but atleast I should be able to create and configure VMs for high availability. 
    I think this is not the issue which I am facing. It gives me an error "invalid class". There is something missing.
    Please check and let me know if it can be solved. Any help will be really appreciated.
    Thanks in advance.
    Abhinav | MCTS-Server Virtualization

  • Error OAB-90061 unable to create connection to the remote server

    hello
    i have a problem with introspection: i want to introspect wls.
    i installed wls on a virtual machine. zip archive, no installer.
    i also installed ovab on my local virtual machine.
    start ovab, conect to serverpool: ok. now i want to start a introspection. but i got only an error:
    INTROSPECTION STARTED for: juriwls
    - remote ExecutionContext created...
    Copy AssemblyBuilder to remote machine.
    Creating local assemblybuilder.zip.
    Local assemblybuilder.zip created.
    Copying assemblybuilder.zip to remote machine.
    Copy at 10%
    Copy at 20%
    Copy at 30%
    Copy at 40%
    Copy at 50%
    Copy at 60%
    Copy at 70%
    Copy at 80%
    Copy at 90%
    Copy at 100%
    Copy of assemblybuilder.zip complete.
    Copying support scripts
    Copy of support scripts complete
    Copy of AssemblyBuilder is complete.
    Start remote AssemblyBuilder.
    Introspection failed
    Error: Error initializing the remote connection.
    Caused by: OAB-90061: Unable to create connection to remote server
    Cause: Timed out trying to connect to IPV4 and IPV6 sockets.
    Action:
    Double click on the failed node for detail
    ok may the interfaces are down: checked, ok. static ip
    tied to ping each other: no problem.
    nslookup: everything perfect.
    firewall off on each machine!
    wls is started and in runnig mode!
    variables set in .bashrc
    so i dont know what to do. anybody else?
    thanks in advance

    thanks for help
    in cli i entered: system-config-securitylevel-tui quiet port=http --port=ssh
    well done introspection starts ... but after a while another error occurs
    INTROSPECTION STARTED for: juri
    - remote ExecutionContext created...
    Copy AssemblyBuilder to remote machine.
    Copy of AssemblyBuilder is complete.
    Start remote AssemblyBuilder.
    Introspection failed
    Error: Error initializing the remote connection.
    Caused by: OAB-90061: Unable to create connection to remote server
    Cause: Timed out trying to connect to IPV4 and IPV6 sockets.
    Action:
    Double click on the failed node for details.
    INTROSPECTION STARTED for: juri
    - remote ExecutionContext created...
    Copy AssemblyBuilder to remote machine.
    Copy of AssemblyBuilder is complete.
    Start remote AssemblyBuilder.
    Remote AssemblyBuilder is started and connected.
    - START SUBMIT...
    - END SUBMIT...
    onProgress<juri>: started WLS dehydration (expect delays during domain template creation)
    onProgress<juri>: started processing WLS configuration
    onProgress<juri>: creating appliances for the servers in the domain
    onProgress<juri>: Processor: 0 completed
    onProgress<juri>: capturing application deployment plans
    onProgress<juri>: determining the list of application deployments
    onProgress<juri>: building target map
    onProgress<juri>: Processor: 1 completed
    onProgress<juri>: capturing cluster configuration
    onProgress<juri>: building list of all clusters
    onProgress<juri>: building cluster sub-assemblies
    onProgress<juri>: Processor: 2 completed
    onProgress<juri>: capturing Coherence Java option configuration
    onProgress<juri>: processing setDomainEnv.sh
    onProgress<juri>: processing config.xml
    onProgress<juri>: adding rehydration scripts
    onProgress<juri>: Processor: 3 completed
    onProgress<juri>: creating package definition for domain
    onProgress<juri>: Processor: 4 completed
    onProgress<juri>: processing inputs/outputs
    onProgress<juri>: Processor: 5 completed
    onProgress<juri>: capturing data source configuration
    onProgress<juri>: Processor: 6 completed
    onProgress<juri>: start jms message bridge processing
    onProgress<juri>: Processor: 7 completed
    onProgress<juri>: start ldap processing
    onProgress<juri>: Processor: 8 completed
    onProgress<juri>: start listen address processing
    onProgress<juri>: Processor: 9 completed
    onProgress<juri>: capturing node manager configuration
    onProgress<juri>: Processor: 10 completed
    onProgress<juri>: capturing oracle home
    onProgress<juri>: Processor: 11 completed
    onProgress<juri>: validating truststore configuration
    onProgress<juri>: server truststore configuration is valid
    onProgress<juri>: Processor: 12 completed
    onProgress<juri>: processing foreign jms connections
    onProgress<juri>: Processor: 13 completed
    onProgress<juri>: setting resource requirements
    onProgress<juri>: Processor: 14 completed
    onProgress<juri>: Processor: 15 completed
    onProgress<juri>: creating appliance connections
    onProgress<juri>: no managed servers found, nothing to do
    onProgress<juri>: Processor: 16 completed
    onProgress<juri>: capturing BAM configuration
    onProgress<juri>: processing BAM managed server specific configuration files
    onProgress<juri>: Processor: 17 completed
    onProgress<juri>: authenticating admin credentials
    onProgress<juri>: admin credentials authenticated
    onProgress<juri>: Processor: 18 completed
    onProgress<juri>: exporting security configuration
    onProgress<juri>: Processor: 19 completed
    onProgress<juri>: capturing file store configuration
    onProgress<juri>: Processor: 20 completed
    onProgress<juri>: adding ready metric data to appliance
    onProgress<juri>: Processor: 21 completed
    onProgress<juri>: adding contentdata to appliances+
    onProgress<juri>: creating common resources
    onProgress<juri>: adding admin server resources to appliance AdminServer
    onProgress<juri>: adding appliance resources
    onProgress<juri>: Processor: 22 completed
    INTROSPECTION DONE for: juri
    Introspection failed
    Error: OAB-50002: Failed to create assembly for WLS domain.
    Caused by: OAB-50042: Domain template creation failed.
    Action: Check /tmp/abRemote_oracle/ab_home/tmp/createDomainTemplate18246.out and /tmp/abRemote_oracle/ab_home/tmp/createDomainTemplate18247.log for details. These log files will be on the remote system if this is a remote introspection. This problem must be resolved before introspection can succeed.
    ok lets check these log files: cat on these logs.
    these logs are EMPTY!!!
    i dont know what to do now ...

  • Creating a Producer for remote portlets

    Hi there.
    I need to to offer one of my portlets as a remote portlet. I´m using Weblogic 8.1 SP3 and the problem is that the workshop property editor doesn´t show the "Offer as remote" property for my portlets as it´s written in the documentation. Can anyone help me solve this problem ?
    thks.
    Eduardo Earp

    I'm not sure if sp3 has "offer as remote" at portlet level. The documentation that you are looking at is for SP4.
    --SJ.                                                                                                                                                                                                                                               

  • WSRP - Changing the css of remote portlets

    Hi,
    Consumer: WLP 10.2
    Producer: Websphere Portal 6
    I need to apply css files of the consumer to the remote portlets (not the shell, but to the content inside the actual portlets). Is there any way to override the producer portlet stylesheets before rendering at consumer side?
    I thought of creating same stylesheets at consumer side with same class names and with different attributes (according to requirements) inside the classes.While rendering, in the interceptor class I am planning to read markup data using response and try to change the css name to consumer side css name and again writing the markupdata. Is it possible or is there any other best solution for this. Please help me.
    Thanks,
    Sid

    Hi George,
    We tried to apply "!important" declaration for each rule in css file.Its not picking from local CSS (Consumer) file.But What i feel like remote portlet is not picking up the local css file when get the viewsource on remote portlet the css file path is producers.as below.
    &lt;link rel="stylesheet" type="text/css"
    href='http://localhost:7001/WsrpConsumerWeb/resource;SSPXYYSESSIONID=gDQ5JH9V2TYtzph1XhpgsC301Qbbp516f0nCTFxmgQnqsgM0Qtl6!30602842?_pageLabel=voipTrunk_portal_page_10&_portlet.portalUrl=%2FWsrpConsumerWeb%2FvoipTrunk.portal&_windowLabel=portlet_6_1&_nfpb=true&_portlet.renderResource=true&wsrp-urlType=resource&wsrp-url=http%3a%2f%2faiomt991.dev.qintra.com%3a1080%2foneflex%2fPA_SIPInventory%2ftheme%2fstylesheet.css&wsrp-requiresRewrite=false&wsrp-resourceID=&wsrp-preferOperation=&wsrp-resourceState=&wsrp-resourceCacheability='
    title="Style"&gt;
    wsrp-url=http%3a%2f%2faiomt991.dev.qintra.com%3a1080%2foneflex%2fPA_SIPInventory%2ftheme%2fstylesheet.css
    should be replaced with local css file path right.Which we are trying to do in interceptor file.But we are unable to replace existing path to local path If you any other way to do this please let us know.
    Thanks
    Kalpana,Sid & Anu.

  • How to create a portlet for a new web page?

    I create a web page "A" in the remote server and have another page "B" which have a button in it. And when push the button in page "B", I want to use PRC to add a new portlet object linking to page "A" to portal. How should I do this?
    I know it's possible to add a new portlet template using IRemoteSession.GetPortletTemplateManager().CreatePortletTemplate(intparentFolderID, intwebServiceID), but how should I get the webServiceID while it haven't been created for the page "A". Must I create the web service in the portal server by hand? Is there any programmatic method to create a new web service by PRC? Or if there are some other methods to create a portlet for a new page without creating webservice, that would be a prefer.

    Hi Prateek,
    I Did the Things Which is Presented By Michal in This Blog.
    But When I Executed RZ70 With My Gateway Service as "sapgw01" And the Gateway Host As "Server Host Name".
    I Got the Error When I Click on "<b>start Data Collection"</b> After Execution of the Program As Follows
    <b>"Used RFC destination :SLD_NUC"</b>
    <b>"RFC call failed : Error opening an RFC connection"</b>
    <b>"Batch job not scheduled"</b>
    All Other Are Success Like Data Collection ......
    Please let me Know What to Do Now...
    Regards
    Khanna

  • Unable to Create a Disk Image of Device

    Hello.
    The MacIntosh is a Mac Mini w/1.83Ghz Intel Core 2 Duo. The OS is Snow Leopard, 10.6.2. I am unable to create a disk image of the device "Macintosh HD".
    Here's my procedure:
    1) Reboot the Mac Mini from the Snow Leopard Install Disk
    2) Set Language and then load "Disk Utility"
    3) Select the Macintosh HD from Disk Utility
    4) Set "Create a New Image from Macintosh HD"
    5) Leave the settings as they are (type of disk image is "compressed" target repository is root home dir)
    6) Error message is "Unable to create Macintosh HD (error -61)"
    7) When I then try to create a blank disk image, once again, with root home as repository the error message is "Unable to create name.dmg (read-only) file system"
    Any suggestions how to fix?
    Thanks
    Mike

    you can smb from terminal but it will not help you. you'll need to create a folder which will serve as the mount point first and where will you put it? you can not do it on the dvd. and you can not put it in the main drive itself. but why do you need to do it that way at all. there is no need to boot from the DVD period. boot normally and clone your hard drive to a remote disk image on an smb share using one of many backup programs that can do this. Superduper can do it. so can CCCloner.

  • Portlet Edit Mode in a Remote Portlet doesn't work with JSP

    I am facing a strange problem. I created a protelet and attached the edit to a JSP Page(edit.jsp). When I create a portlet of this and display in a portal, the edit works fine in case of a local portlet. But when the same is made as a remote portlet, I get an Operation failed fault.
    The exception is:
    Fault: {urn:oasis:names:tc:wsrp:v1:types}OperationFailed
    Internal Server Error: Page Flow [testPortlet.edit.edit.jsp] is invalid..; nested exception is: java.lang.IllegalStateException: Page Flow [testPortlet.edit.edit.jsp] is invalid
    Does anyone know why the edit in a remote portlet works only with a page flow?

    There is no edit mode defined in this portlet.
    Subbu
    Chandra Mouli Parameswaran wrote:
    Here you go!. This is the portlet file on the producer side.
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:portlet definitionLabel="portlet_2" title="ViewQuotesController">
    <netuix:titlebar/>
    <netuix:content>
    <netuix:pageflowContent contentUri="/viewQuotes/ViewQuotesController.jpf"/>
    </netuix:content>
    </netuix:portlet>
    </portal:root>

  • Problem consuming ADF/Webcenter Portlet in Worskshop for as remote portlet

    hi,
    I am using Jdeveloper 11g and creating a portlet of a full fledged application with model and data control.
    I am consuming this portlet in Workshop for Weblogic 10gR3 as remote portlet through registering it as wsrp.
    The problem i am facing is the images doesn't get displayed..also the functionality like page navigation don't work!!
    The same portlet works fine in jdeveloper web center environment when consumed with same wsdl.
    Please help
    Regards
    Ajinkya.

    Hi,
    please try the WebCenter forum WebCenter Portal
    Frank

  • Unable to Create FTP Adapter + Oracle ESB

    Hi,
    Following is the scenario in Oracle ESB:-------
    I created one FILE Adapter for reading file from directory and FTP Adapter to put that file to FTP site in Oracle ESB.
    When i checked in the ESB console File was getting picked up by the FILE ADAPTER but unable to put on the FTP Site.
    Could any one please tell me what should i suppose to enter in the field of "Directory for Outgoing Files (physical path):" and what should i select "Physical Path" OR "logical path" i.e in STEP 4
    I have given all access to FTP site i.e READ/WRITE
    Following is the error message i am getting in Oracle ESB Console for the same....
    Could any one please suggest some thing???
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/Application1_Project2/FTP_Adapter.wsdl Put_ptt::Put(opaque) - WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server. Unable to send file to server. ; nested exception is: ORABPEL-11429 Error sending file to FTP Server. Unable to send file to server. Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space. at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:623) at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:726) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.utils.EventUtils.raiseBusinessEvent(Unknown Source) at oracle.tip.esb.server.service.EsbRouterSubscription.onBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.EventDispatcher.executeSubscription(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscription(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.processSubscriptions(Unknown Source) at oracle.tip

    Hi JTaylor,
    I am still unable to find FtpAdapter in the EM (Enterprise Manager) so can't find/change the entry for "eis/Ftp/FtpAdapter"
    Following are the some application which are already in my EM.
    Applications:-
    ascontrol, ccore, coreman, datatags, default, esb-dt, esb-rt,
    gateway, hw_services, javasso, orabpel, orainfra, policymanager, ruleauthor ,
    rulehelp , WSIL-App
    Still i am getting the following error which is related to step 2. Entry in the step 2 & oc4j-ra.xml is the same i.2
    ""eis/Ftp/FtpAdapter"
    An unhandled exception has been thrown in the ESB system. The exception reported
    is: "org.collaxa.thirdparty.apache.wsif.WSIFException:
    esb:///ESB_Projects/Application1_Project2/FTP_Adapter.wsdl [
    Put_ptt::Put(opaque) ] - WSIF JCA Execute of operation 'Put' failed due to:
    Adapter Framework unable to create outbound JCA connection.
    esb:///ESB_Projects/Application1_Project2/FTP_Adapter.wsdl [
    Put_ptt::Put(opaque) ] - : The Adapter Framework was unable to establish an
    outbound JCA connection due to the following issue: ORABPEL-12510 Unable to
    locate the JCA Resource Adapter via WSDL port element jca:address. The Adapter
    Framework is unable to startup the Resource Adapter specified in the WSDL
    jca:address element: location='eis/Ftp/FtpAdapter'. The reason for this is most
    likely that either 1) the Resource Adapters RAR file has not been deployed
    successfully to the OC4J Application server or 2) the 'location' attribute in
    $J2EE_HOME/application-deployments/default/deployed-adapter-name/oc4j-ra.xml has
    not been set to eis/Ftp/FtpAdapter. In the last case you might have to add a new
    'connector-factory' entry (connection) to oc4j-ra.xml. Please correct this and
    then restart the BPEL/OC4J Application Server ; nested exception is:
    ORABPEL-12511 Adapter Framework unable to create outbound JCA connection.
    esb:///ESB_Projects/Application1_Project2/FTP_Adapter.wsdl [
    Put_ptt::Put(opaque) ] - : The Adapter Framework was unable to establish an
    outbound JCA connection due to the following issue: ORABPEL-12510 Unable to
    locate the JCA Resource Adapter via WSDL port element jca:address. The Adapter
    Framework is unable to startup the Resource Adapter specified in the WSDL
    jca:address element: location='eis/Ftp/FtpAdapter'. The reason for this is most
    likely that either 1) the Resource Adapters RAR file has not been deployed
    successfully to the OC4J Application server or 2) the 'location' attribute in
    $J2EE_HOME/application-deployments/default/deployed-adapter-name/oc4j-
    Could please give me u r e-mail id so i can send some snap shot to u ? So it would be greate help for me to solve this problem.
    Thanks & Regards
    Shivraj

Maybe you are looking for

  • Control Multiple computers on the same router remotely

    How can I connect to multiple client computers on the same network over the internet? Whe I search for my ip address ( which is the same for both computers ) becuase they are on the same network only 1 of them how up. I am able to control that one fi

  • Trying to add Avira to knowledge base

    Hi ! In our school district we use Avira anti-virus in French. Even if Avira is in the Product Recognition Knowledgebase (we use the last PRU of July 2010 ZENworks 7.5 Asset Management July 2010 PRU), we can't see it our inventory asset. I think it's

  • Serializable objects

    Hi! My class looks like that: class TR{ public int index; public Vector <String> mNames; public Vector <Vector <String> > vecvec; public Vector <Integer> sizes; public void add(String name, Vector<String> vec, int size){ sizes.add(index,size); mNames

  • Problem with downloading drivers from Toshiba EU site

    Hello, I have a Qosmio G30-126 With Vista Ultimate. Every time that I try to download any new drivers from Toshiba-Europe site, the connection is broken. The result is an incomplete ZIP file which is unusable. If I use Download Accelerators, the file

  • Problem installing Oracle on Suse 6.0

    Hi everybody, I have a problem when I install the intelligent Agent. I receive a message that a linking error occured. I had the same error with Suse 5.3, and I found a patch on the Suse Homepage for this error. Does anybody know if there is a patch