Disabling WSRP Complex Producer security

Hello all,
We are using WebLogic 10 Portal in combination with Workshop 10. We got Complex WSRP producer up and running, everything is going/flowing ok.
Is there a way to remove authentication information that is being passes in WSRP message exchanges, so anonymous users are able to perform all operations, including PortletPreferences.store()?
In documentation it clearly states user must be not be anonymous in order to store preferences, is this a configurable option?
We know there are two ways user identity is transfered from consumer to producer:User Name and SAML token runtime propagation, and we have tried to disable security at least temporary, but could not find the magic turn-off switch.
Any tips, pointers to relevant information is appreciated.
Thanks in advance

Veljko,
Is PortletPreferences.store() only operation from the JSR 168 (Java Portlet Specification) affected by security restrictions, such as that anonymous user is not able to perform it?Yes this is the only (JSR-168 specified) operation that requires
authentication.
As for working around authentication you have several options (in rough
order of preference):
1. Propagate the user's identity from the consumer to the producer, WLP
supports:
* SAML
* UNT
* Basic Auth
* Other (Requires you to write an Identity Asserter)
2. Have your portlet detect when there is no logged in user, and log
them in as a made up user (e.g. create a wsrpAnon user)
* See code snippet below
3. Edit the ejb-jar.xml to allow anonymous users access to the relevant
methods
* You'll need to slog through each method that throws and exception and
open them one by one
Code:
//Note: In non-wsrp cases login/logout should ALWAYS happen
// in processAction and send a redirect
     public void doView(RenderRequest request, RenderResponse response)
               throws PortletException, IOException {
          if (request.getUserPrincipal() == null) {
               PortletRequestDispatcher requestDispatcher =
getPortletContext().getRequestDispatcher("/login.jsp");
               requestDispatcher.include(request, response);
Veljko Zivkovic wrote:
Hello Nathan,
Thanks for the reply.
The scenario we have is that some of the WSRP consumers of our WebLogic WSRP Complex Producer are not BEA consumers and they do not support SAML as authentication mechanism.
If we understood WSRP specification correctly, for each user session in "end user-consumer" communication scenario, WSRP consumer is in the background keeping N more session where N is the number of WSRP producers end user is accessing thru consumer. (Consumer is shielding end user from this complexity).
Q: What we need in ideal case is following: when end user authenticates on consumer in some way, and his session is created on consumer, we want producer to trust consumer that user is valid to do anything on producer since he has session, and we do not want producer to authenticate user again.
When user authenticates on consumer, consumer is then sending user id and session data to the producer, so producer knows trusted user is in question, and so on.
Using User Name Token Security is not a viable option, since we can not use two-way encrypted (reversible) method due to various reasons that are out of our control.
Can you just confirm if it is possible or not to do what I have described above in Q, to not use neither SAML not User token, but still be able to treat user as authenticated on producer, since he has valid session on consumer, and consumer is passing session id and user name to the producer.
Thanks in advance

Similar Messages

  • How to disable password complexity rules at application express 4.2 installation?

    Please, provide me how to disable password complexity rules at application express 4.2 installation.
    Best Regards,
    Moustafa

    According to the manual you need to check "Configuring Password Protection" in Oracle Database Security Guide
    In the security guide http://docs.oracle.com/cd/B28359_01/network.111/b28531.pdf, section 3-9/p61, you'll see you need to alter the script UTLPWDMG.SQL. You''l find the script in ORA_HOME/rdbms/admin.
    You'll need to change the script to your own liking.

  • WLP 9.2 Complex Producer - Portal DB

    Hi,
    We have a federated portal architecture where in there is a Consumer and Producer.
    Our application is running in WLP9.2. Since we are using InterPortlet Communication we need to have a complex producer.
    According to BEA WLP9.2, deploying a complex producer requires you to to have a Portal DB as well.
    Since we are not using any Portal DB data, how can we avoid deploying Portal DB?
    Is there a way to deploy complex producer without deploying Portal DB?
    [Portal DB at Consumer is fine. We are concerned at the need for having a Portal DB at Producer as well].

    This solved the problem, thanks!
    One minor adjustment is still required: since we run Portal Admin on the
    Managed Servers, the ldap directory must be deleted from them too
    (\servers\ManagedServer\data\ldap).
    I guess this kind of dependency makes it difficult to share the same
    database between different server environments?
    <Reid Elliott> wrote in message news:[email protected]..
    I would guess when you recreated your database on MSSQL you did not reset
    your Servers LDAP data. There are dependencies between the two so if one
    is deleted, the other must also be cleared or they will get out of sync and
    can run into strange problems.
    There would be two options to do this (reset ldap) after you create your
    database.
    1. Deleting the ldap directory (\servers\AdminServer\data\ldap)
    And if your you don't want to reset the entire database again,
    2. delete the ldap directory above, and delete all entries from
    p13n_entitlement_role,
    p13n_entitlement_resource, p13n_entitlement_policy,
    p13n_entitlement_application and p13n_delegated_hierarchy tables in that
    order..

  • How to disable password complexity

    Ok, I have XE 10g installed with Apex 4.1 ...
    The windows 2008 R2 server has Password Complexity Policy Disabled....
    How do I disable Password Complexity in the Oracle Apex 4.1 it asking me to
    change the admin password on initial loggin after I just changed in SQLPLUS ...
    Another Great New Feature... I can see I'm never going to be able to upgrade pass 10g and 4.02 at
    this rate....
    Thank you....

    See:
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21678/adm_mg_service_set.htm#AEADM204
    The first time you have to set a complex password. After changing the settings, you can change it to a simple password.

  • How to disable password complexity via command

    hello
    i have spent hours searching to find a command or script (powershell, cmd, VB, registry...) to disable group policy password complexity. few solutions has been delivered on the net but none of them works.
    i wonder how what a pity if we can't do such simple thing in Microsoft windows
    i really need that because i have created a script which contains many lines which automates windows customization which i always need in my classrooms for testing & teaching purposes
    thanks in advanced

    The answer is in your question: group policy password complexity. http://technet.microsoft.com/en-us/library/cc875814.aspx#ECAA 
    On a non-domain joined pc, this is governed by local policy.
    Note that if your domain is on functional level 2008 or up, you can use fine grained password policies to have a different password policy on the systems your are deploying. http://technet.microsoft.com/en-us/library/cc770394(v=ws.10).aspx
    There
    is no (supported) way to change the password policy applied to a computer. That is intended in the design because password complexity is one of the keys to protect against bruteforce attacks.
    Why wouldn't your script be able to handle password complexity rules? I would recommend tackling this in
    your script, not in password policy.
    MCP/MCSA/MCTS/MCITP
    hi SenneVL
    i don't understand your sentence:  "Why wouldn't your script be able to handle
    password complexity rules? I would recommend tackling this in your script, not in password policy."
    i exactly need a way to disable password complexity via an script. what script can do that
    ?  as far as i searched, no script

  • Some features have been disabled to avoid potential security risks. Only enable these features...

    Hi,
    I have a web service call. When I it is pointing to an accessible URL it works beautifully. If, for some reason, the URL is unreachable, e.g. behind a firewall, the PDF displays the yelleow message bar with the message,
    "Some features have been disabled to avoid potential security risks. Only enable these features if you trust this document."
    and gives you the options to trust the document once or always. Obviously, if the URL is unreachable, then trusting the document once or always, isn't gping to help.
    If it wasn't for the yellow message bar, I could present the user with a friendly message by trapping the NetworkError exception in the SOAP call, but why do I get yellow bar messaage? It is totally confusing.
    Can someone explain it? Am I overlooking something?

    Hi charl,
    Make sure the option 'Allow multimedia operations' is checked:
    Also check by disabling the protected mode of Acrobat/ Reader:
    - Uncheck 'Enable enhanced security'
    - Turn 'Protected View' Off
    Regards,
    Rave

  • Portlet registry support is disabled for this Producer

    Hi ,
    I m getting these error on deployment
    <Warning> <HTTP> <portalServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>>
    <BEA-420920> Portlet registry support is disabled for this Producer
    Regards,
    Faiz

    Hi,
    Did you come to know the reason behind this warning.
    Regards,
    Faiz

  • BEA-420920 Portlet registry support is disabled for this Producer

    Hi ,
    I m getting these error on deployment
    <Warning> <HTTP> <portalServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>>
    <BEA-420920> Portlet registry support is disabled for this Producer
    Regards

    Hi,
    Did you come to know the reason behind this warning.
    Regards,
    Faiz

  • WSRP Consumer - producer registration error : (100)continue return code

    I am trying to get an ALI WSRP Consumer working with the ALI WSRP Producer. Whenever I try to register the producer wsdl, the consumer fails with the error :
    Failed to get a service description from WSRP provider!
    Error message from WSRP provider: (100)Continue
    Any clues? I can successfully register this producer with a different portal's consumer. Is there a configuration property that needs to be set to allow the (100) response code? Or perhaps my Producer should avoid that response code in the first place? Has anybody run into this?
    Below is the stack trace generated by my consumer on the back-end (from ALI Logging Spy) :
    Failed to get service description from WSRP provider: http://scollins.sd.defenseweb.net:80/wsrpproducer1.1/1.0/WSRPBaseService.asmx
    AxisFault
    faultCode: {http://xml.apache.org/axis/}HTTP
    faultSubcode:
    faultString: (100)Continue
    faultActor:
    faultNode:
    faultDetail:
         {}string: return code: 100
    HTTP/1.1 200 OK
    Server: Microsoft-IIS/5.1
    Date: Wed, 22 Apr 2009 23:31:53 GMT
    X-Powered-By: ASP.NET
    Connection: close
    X-AspNet-Version: 2.0.50727
    Cache-Control: private, max-age=0
    Content-Type: text/xml; charset=utf-8
    Content-Length: 3084
    &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;&lt;soap:Envelope xmlns:soap=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:wsa=&quot;http://schemas.xmlsoap.org/ws/2004/03/addressing&quot; xmlns:wsse=&quot;http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd&quot; xmlns:wsu=&quot;http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd&quot;&gt;&lt;soap:Header&gt;&lt;wsa:Action&gt;urn:oasis:names:tc:wsrp:v1:getServiceDescriptionResponse&lt;/wsa:Action&gt;&lt;wsa:MessageID&gt;uuid:dc3a3069-320a-4a6d-a997-45313098bc00&lt;/wsa:MessageID&gt;&lt;wsa:RelatesTo&gt;uuid:c827c145-c82d-4958-a201-30e7a86c053b&lt;/wsa:RelatesTo&gt;&lt;wsa:To&gt;http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous&lt;/wsa:To&gt;&lt;wsse:Security&gt;&lt;wsu:Timestamp wsu:Id=&quot;Timestamp-18d05f2a-c5dd-4519-8d1d-24b68f27b9e5&quot;&gt;&lt;wsu:Created&gt;2009-04-22T23:31:54Z&lt;/wsu:Created&gt;&lt;wsu:Expires&gt;2009-04-22T23:36:54Z&lt;/wsu:Expires&gt;&lt;/wsu:Timestamp&gt;&lt;/wsse:Security&gt;&lt;/soap:Header&gt;&lt;soap:Body&gt;&lt;getServiceDescriptionResponse xmlns=&quot;urn:oasis:names:tc:wsrp:v1:types&quot;&gt;&lt;requiresRegistration&gt;false&lt;/requiresRegistration&gt;&lt;offeredPortlets&gt;&lt;portletHandle&gt;simple&lt;/portletHandle&gt;&lt;markupTypes&gt;&lt;mimeType&gt;text/html&lt;/mimeType&gt;&lt;modes&gt;wsrp:edit&lt;/modes&gt;&lt;modes&gt;wsrp:help&lt;/modes&gt;&lt;modes&gt;wsrp:view&lt;/modes&gt;&lt;windowStates&gt;wsrp:maximized&lt;/windowStates&gt;&lt;windowStates&gt;wsrp:minimized&lt;/windowStates&gt;&lt;windowStates&gt;wsrp:normal&lt;/windowStates&gt;&lt;windowStates&gt;wsrp:solo&lt;/windowStates&gt;&lt;locales&gt;en&lt;/locales&gt;&lt;/markupTypes&gt;&lt;description xml:lang=&quot;en&quot;&gt;&lt;value&gt;Simple view portlet to test WSRP viewing&lt;/value&gt;&lt;/description&gt;&lt;shortTitle xml:lang=&quot;en&quot;&gt;&lt;value&gt;View&lt;/value&gt;&lt;/shortTitle&gt;&lt;title xml:lang=&quot;en&quot;&gt;&lt;value&gt;View Portlet&lt;/value&gt;&lt;/title&gt;&lt;displayName xml:lang=&quot;en&quot;&gt;&lt;value&gt;SimpleView&lt;/value&gt;&lt;/displayName&gt;&lt;userProfileItems&gt;UserProfileName/PropertyName&lt;/userProfileItems&gt;&lt;templatesStoredInSession&gt;true&lt;/templatesStoredInSession&gt;&lt;doesUrlTemplateProcessing&gt;true&lt;/doesUrlTemplateProcessing&gt;&lt;/offeredPortlets&gt;&lt;offeredPortlets&gt;&lt;portletHandle&gt;helloworld&lt;/portletHandle&gt;&lt;markupTypes&gt;&lt;mimeType&gt;text/html&lt;/mimeType&gt;&lt;modes&gt;wsrp:edit&lt;/modes&gt;&lt;modes&gt;wsrp:help&lt;/modes&gt;&lt;modes&gt;wsrp:view&lt;/modes&gt;&lt;windowStates&gt;wsrp:maximized&lt;/windowStates&gt;&lt;windowStates&gt;wsrp:minimized&lt;/windowStates&gt;&lt;windowStates&gt;wsrp:normal&lt;/windowStates&gt;&lt;windowStates&gt;wsrp:solo&lt;/windowStates&gt;&lt;locales&gt;en&lt;/locales&gt;&lt;/markupTypes&gt;&lt;description xml:lang=&quot;en&quot;&gt;&lt;value&gt;Hello world portlet to test WSRP viewing&lt;/value&gt;&lt;/description&gt;&lt;shortTitle xml:lang=&quot;en&quot;&gt;&lt;value&gt;View&lt;/value&gt;&lt;/shortTitle&gt;&lt;title xml:lang=&quot;en&quot;&gt;&lt;value&gt;Hello World Portlet&lt;/value&gt;&lt;/title&gt;&lt;displayName xml:lang=&quot;en&quot;&gt;&lt;value&gt;HelloWorld99&lt;/value&gt;&lt;/displayName&gt;&lt;userProfileItems&gt;UserProfileName/PropertyName&lt;/userProfileItems&gt;&lt;templatesStoredInSession&gt;true&lt;/templatesStoredInSession&gt;&lt;doesUrlTemplateProcessing&gt;true&lt;/doesUrlTemplateProcessing&gt;&lt;/offeredPortlets&gt;&lt;registrationPropertyDescription&gt;&lt;propertyDescriptions name=&quot;ConsumerName&quot; type=&quot;xsd:string&quot; /&gt;&lt;propertyDescriptions name=&quot;BuildDate&quot; type=&quot;xsd:dateTime&quot; /&gt;&lt;/registrationPropertyDescription&gt;&lt;/getServiceDescriptionResponse&gt;&lt;/soap:Body&gt;&lt;/soap:Envelope&gt;
    (100)Continue
         at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:695)
         at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:129)
         at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
         at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
         at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
         at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
         at org.apache.axis.client.Call.invokeEngine(Call.java:2575)
         at org.apache.axis.client.Call.invoke(Call.java:2564)
         at org.apache.axis.client.Call.invoke(Call.java:2259)
         at org.apache.axis.client.Call.invoke(Call.java:2182)
         at org.apache.axis.client.Call.invoke(Call.java:1702)
         at com.plumtree.wsrp.base.WSRP_v1_ServiceDescription_Binding_SOAPStub.getServiceDescription(WSRP_v1_ServiceDescription_Binding_SOAPStub.java:857)
         at com.plumtree.wsrp.consumer.impl.ServiceDescriptionManager.getServiceDescription(ServiceDescriptionManager.java:118)
         at com.plumtree.wsrp.consumer.servlet.AdminPreference.renderSetRegistrationPage(AdminPreference.java:992)
         at com.plumtree.wsrp.consumer.servlet.AdminPreference.service(AdminPreference.java:117)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)

    This seemed promising, but the proposed solution (adding 'servicePointManager expect100Continue="false"' to Web.config) had no effect.
    My consumer request actually does not include the "Expect: 100-continue" header and receives the 100 response anyways. My understanding now is that this is okay (thought I'm not sure why) and that the client should be expected to handle that response code in any case.
    I am wondering if there is an issue with the combination of products in my environment that is not supported by this product?? I am using
    IIS 5.1,
    .Net 2.0
    AquaLogic WSRP Producer 1.1/WebCenter WSRP Producer 10.3.0 (tried both)
    I am testing this producer in two environments -
    - AquaLogic Consumer running on AL Portal 6.5. When the WSRPConsumer is configured with the producer wsdl, it fails with message "Failed to get service description from WSRP Provider: .... faultString: (100) Continue".
    - Liferay - AFTER successful registration, attempts to deploy my registered .Net portlet (simple hello-world) result in an internal exception thrown in the Producer [Bea.Portlet.Management.PortletManager.LoadPortlet(PortletManager.cs:line 114)] Error loading PortletContainer: Bad PortletState. No request is made to my .Net application.
    It appears from both of these tests that both my producer and consumer are having fundamental problems that do not seem overly exotic (although I have successfully registered other WSRP portlets with the AL Consumer). However, I have not come across much information on these sorts of problems.

  • Desktop and startup shortcuts produce security warning

    I have a laptop running Windows 8.1 Pro with all updates installed. It's a domain member and the primary user was using redirected folders which worked well. Due to other reasons, the user's account was removed from the OU linked to with the redirected folders
    GPO. open file security warning The GPO was setup for Desktop and My Documents so that when the policy was removed the files would revert to the local PC. For some odd reason the Favorites was not that way but configured to leave them on the server. I discovered
    that only after the user's account had been moved out of that OU and the laptop rebooted and the user logged in.
    So the user got her desktop and documents folders back just fine. But even though I changed the GPO to revert the Favorites back to the local PC of course it didn't even after I rebooted a few more times. So when the Favorites icon in IE was clicked,
    favo0rites were still pointing to the server. I had to go through the registry and change the entries for that user's profile to point to the proper folder on the local PC.
    However after I did that then something else showed up. Now when she clicks on the IE shortcut which is pinned to the taskbar or any application shortcut on the desktop or when she logs in and the startup program run, they all produce the Open File - Security
    Warning box so she has to click OK for each one. I've tried looking up this problem but none of the fixes work for this case or I'm not going to lower the IE security.
    Oddly, the Microsoft Office shortcuts pinned on the taskbar don't produce the security window but open up the program. It only seems to happen with shortcuts to programs that I create. Also I can take those shortcuts, copy them to another folder outside
    of the user's profile and there is no security warning. So it's only within the profile that this happens.
    Anyone have an idea what is wrong and how to fix it? I don't see how my changing the path to the Favorites folder in a few places in the registry could have done this but I don't see what else since it didn't occur until after I made the registry changes.
    Jonathan

    Why not use RegShot to capture registry changes after favorites folder was modified.

  • How can I disable local file access security check?

    Windows 7
    Firefox 3.6.16
    I would like to disable the security check used for blocking access to local files.

    I don't know if this is completely correct, but...
    I have the NoScript extension installed. When I looked in about:config, I found an entry called:
    noscript.allowLocalLinks
    When I toggled this to "true," I was able to navigate via URLs to local and networked files.
    When I looked it up, I found out that you can set this switch using the NoScript UI (Options|Advanced|Trusted).

  • 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

  • How do i disable "change password" in "security & privacy"

    Hi... i think something might be wrong... I have a standard account (for a child) that is locked down by parental controls by an admin user. I've locked changing the password - "Disable changing the password"... The lock icon is locked for users and groups in the standard account - so that works.
    However if i goto System Preferences/Security & Privacy/General/Change Password it allows for changing of the standard account password and does not require the admin password.
    Really? Can anybody else confirm this? How do I lock this also?
    thanks in advance.

    This isn't an answer.
    You aren't the only one seeing this behavior. If you monitor the "More Like This" box (top right), other threads appear. Opening them usually displays other threads.
    You might want to submit feedback to Apple so they are aware of the problem:
    http://www.apple.com/feedback/

  • Register WSRP Portlet Producer -- Connection

    I use.Net to create a Portlet, the following error registration
    oracle.portlet.client.container.PortletConnectionException: oracle.webservices.model.SerializationException: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "http://node243-vip:8678/wsrpdefault/wsdl/1.0/WSRPService.wsdl", caused by: java.net.UnknownHostException. : java.net.UnknownHostException: node243-vip
         at oracle.portlet.client.connection.wsrp.WSRPProducerConnection.create(WSRPProducerConnection.java:261)
         at oracle.adfinternal.model.portlet.manager.ProducerConnectionManager.createWSRPProducerConnection(ProducerConnectionManager.java:335)
         at oracle.adfdtinternal.model.portlet.wizards.registration.wsrp.WSRPProducerRegistrationWizard$4$1.doWork(WSRPProducerRegistrationWizard.java:1618)
         at oracle.ide.dialogs.ProgressRunnable.run(ProgressRunnable.java:161)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.webservices.model.SerializationException: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "http://node243-vip:8678/wsrpdefault/wsdl/1.0/WSRPService.wsdl", caused by: java.net.UnknownHostException. : java.net.UnknownHostException: node243-vip
         at oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl.<init>(WebServiceConnectionImpl.java:157)
         at oracle.adf.model.connection.webservice.api.WebServiceConnectionFactory.newInstance(WebServiceConnectionFactory.java:177)
         at oracle.portlet.client.connection.wsrp.WSRPProducerConnection.create(WSRPProducerConnection.java:250)
         ... 5 more
    Caused by: oracle.j2ee.ws.wsdl.LocalizedWSDLException: WSDLException: faultCode=PARSER_ERROR: Failed to read wsdl file at: "http://node243-vip:8678/wsrpdefault/wsdl/1.0/WSRPService.wsdl", caused by: java.net.UnknownHostException. : java.net.UnknownHostException: node243-vip
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:382)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:627)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:605)
         at oracle.adf.model.connection.webservice.util.WsdlUtil.loadWsdl(WsdlUtil.java:97)
         at oracle.adf.model.connection.webservice.impl.WebServiceConnectionImpl.<init>(WebServiceConnectionImpl.java:127)
         ... 7 more
    Caused by: java.net.UnknownHostException: node243-vip
         at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:850)
         at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1201)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1154)
         at java.net.InetAddress.getAllByName(InetAddress.java:1084)
         at java.net.InetAddress.getAllByName(InetAddress.java:1020)
         at HTTPClient.HTTPConnection$25.run(HTTPConnection.java:5831)
         at java.security.AccessController.doPrivileged(Native Method)
         at HTTPClient.HTTPConnection.privilegedInetAddressGetAllByName(HTTPConnection.java:5828)
         at HTTPClient.HTTPConnection.access$3500(HTTPConnection.java:215)
         at HTTPClient.HTTPConnection$EstablishConnection$2.run(HTTPConnection.java:4375)
         at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:740)
         at HTTPClient.HTTPConnection.doAction(HTTPConnection.java:5492)
         at HTTPClient.HTTPConnection$EstablishConnection.run(HTTPConnection.java:4367)
    Please help me

    Hi, the WSDL provided can't be viewed in the browser either.
    I can only view "*http://localhost:7101/"* as soon as I add "*Products/portlets/wsrp2?WSDL*" I have a problem
    What could I be doing wrong??
    kind Regards
    Thabo

  • Disable IE 10 & 11 Security Alert popup w/ Group Policy

    We get a Security Alert popup when accessing a https site
    "You are abut to view pages over a secure connection....."
    With previous version of IE, user can simply check box for "In the future, do not show this warning" and it will not pop up again, however, w/ the new IE 10 and IE 11, it keeps coming back.  What is the group policy rule to disable this pop
    up?
    Thanks in advance.
    Roget Luo

    Hi Roget,
    It seems that we can enable the following setting to block the warning message:
    Computer Configuration/User Configuration > Adminstrative Templates > Windows Components > Internet Explorer >Turn off the Security
    Settings Check feature
    Besides, apart from group policy, if we just want to individually block the message, the following article can be referred to for more information.
    Stop security warning in Internet Explorer
    https://innsida.ntnu.no/wiki/-/wiki/English/Stop+security+warning+in+Internet+Explorer
    Please Note:Since
    the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Best regards,
    Frank Shen

Maybe you are looking for

  • Mid 2010 27" iMac running slowly

    My 27" Mid 2010 Imac has been running more slowly lately.  It takes longer for start-up, and I get the pinwheel frequently when running programs.  I upgraded to Lightroom CC 2015 this week, and the regenerations of the photos on the screen are taking

  • Generating subtotal in ALV...

    Hi, I am using Function modules to display my data in ALV. I also want to perform a subtotal on a field named dmbtr. I am not sure what is wrong but when I try to execute my code I get the error, "Field Catalog  not found". Is my logic wrong or call

  • Dynamic selection in alv

    hai   How to display a column in alv(Container) in dynamic manner at runtime. specify the code if u have. thx in advance.

  • Dbms_lob.LOADFROMFILE()

    What are the types, parameters and syntax of this LOADFROMFILE function ?? Tx in advance, Xavier

  • Java Proxy stuck in JPRRqst Queue

    Hi, I try to do Synchronous process between RFC to Java Proxy. it was wokrikg fine but suddenly Messages stuck in queue. RFC sends a message after mapping. I looked sxmb_moni  it looks like message delivered to Java Proxy  but it didn't. after a whil