Lotus Notes Portlet .. Error: "LotusNotesProvider is currently unavailable"

Hi all,
I am trying to integrate Lotus Notes portlets available from Oracle with Oracle Portal 10g 10.1.2.0.2. I am able to register and publish the Lotus Notes portlets but i am getting the following error:
"LOTUSNOTESPROVIDER is not currently available for maintenance reasons."
I checked the FAQ and there is an error reported for this.I tried following their steps but it was not useful. My application.log file reads as following:
06/06/12 20:22:35 lotusnotes: [instance=(null), id=78254009913,7] ERROR: Unhandled exception in SOAP call
java.lang.IllegalArgumentException: ExternalPrincipal is null.
at oracle.portal.integration.lotusnotes.v2.LotusAuthenticationContext.<i
nit>(Unknown Source)
at oracle.portal.integration.lotusnotes.v2.definition.LotusProviderInsta
nce.initSession(Unknown Source)
at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.initSession(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.doMethodCall(Unknown Source)
at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.handleRequest(Unknown Source)
at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
a:824)
I would appreciate if someone can help me on this. Kindly guide me on the steps that i need to take.
Thanks,
Amit

Thanks Harsha... I am able to publish the portlet and access my emails also :))..i am this close to success but just have these two problems..
1) When i click on "New Message" in myInbox portlet- I get the following error message " Application Exception - Could not find design note:. The URL on the web browser shows as following :
"http://<domino server name:port>/mail/<username>.nsf/Memo/?OpenForm&docurl=" .
I asked the Notes Admin and they said that it is something to do with the URL and the parameters it is passing. I have configured the portlets exactly as specified by Oracle Installation guide. Same goes with "New Appointment", "New Contact","New ToDo". I am able to read and access my old emails, calendar ,contacts and todo. The problem is only with the "New xxxxxx" links only.
2) The portlets are displayed exactly as shown by Oracle. That is fine with me but when i click on any of my old emails then i get a different template in a new window. We have a customized company template that we would like to use and is closest to iNote6. How can i use my company's template while looking at mails,calendar,to-do,contact in a new window?
I would appreciate if you can help me on the above issues... :)
Thanks,
Amit

Similar Messages

  • Lotus Notes Portlet

    I have been having similar problems as forum messages # 520072 &
    524480 (ref. below). my only difference is that in the apache
    error log I get the following:
    java.net.MalformedURLException: unknown protocol: https
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.fillInStackTrace(Compiled Code)
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.io.IOException.<init>(Compiled Code)
    at java.net.MalformedURLException.<init>(Compiled Code)
    at java.net.URL.<init>(Compiled Code)
    at java.net.URL.<init>(Compiled Code)
    at
    sun.net.www.protocol.http.HttpURLConnection.followRedirect
    (Compiled Code)
    at
    sun.net.www.protocol.http.HttpURLConnection.getInputStream
    (Compiled Code)
    at java.net.URL.openStream(Compiled Code)
    at lotus.domino.NotesFactory.getIOR(Compiled Code)
    at lotus.domino.NotesFactory.createSession(Compiled Code)
    at
    oracle.lotus.application.ApplicationLogin.authenticateUser
    (Compiled Code)
    at oracle.lotus.application.ApplicationLogin.performLogin
    (Compiled Code)
    at oracle.lotus.application.LotusProvider.process
    (Compiled Code)
    at oracle.lotus.application.ExternalServlet.doGet
    (Compiled Code)
    at oracle.lotus.application.ExternalServlet.doPost
    (Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest
    (Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    Our Lotus notes web sever is running HTTPS (on a Sun Box) and
    the portal (v3.0.9x) is running on Sun Solaris 8. And like the
    others, I have followed the Oracle doc on creating a Lotus
    Portlet to the letter. But, I'm at a lost since I can not find
    a resolve for the error or what it really means. I've searched
    MetaLink and Technet and even put in a TAR (which Oracle said
    they do not support their own demo portlets - thanks a lot :^
    ( ) Any insight to this problem would be great.
    thanks,
    kurt
    reference msgs:
    **part of msg #524480
    I am trying to install these portlets from the PDK and am having
    problems. Looked through all other threads relating to these
    portlets and have not found a the answer to my problem.
    I have followed instructions to the letter and can access
    mailbox in browser by using http://
    [lotus_host]/mail/mailbox.nsf.
    Having set up the External Application as instructed, when I
    attempt to logon to the application, I am presented with a page
    headed Lotus with the five input fields from the previous form,
    Username, Password, MailFilename, MailServer, Hostname. When I
    complete these fields nothing seems to happen.
    part of msg #520072
    Using the downloaded Java PDK framework and the Lotus Notes zip
    file, I have successfully configured and tested the 'sample'web
    provider.
    I then configured the apache configuration files
    jserv.properties and zone.properties for Lotus Notes (as
    described in the Lotus Notes Portlets help file.
    All went well until I got to Registering the Provider with
    Oracle
    9iAS Portal :
    I got as far as the Input form for the Lotus Notes Inbox (i.e.
    clicking on the hyperlink for the external application).
    This form asks for Username, Password,Mailfilename, Mailserver
    and Hostname.
    The form is headed 'LOTUS', the only other item on the Form
    being the 'Submit' button.
    When I submit the form the entries are cleared (returning an
    empty input form as before) but nothing happens.

    If you check out the thread from my question (524480), we found
    that we had to enable the IIOP task on the domino server as we
    were not running it, this cured the problem I think you are
    encountering.
    This has not solved all our problems as I only see Notes data in
    the Inbox Portlet Preview mode, this problem is refered by other
    contributors as the collapsing Portlet problem (496625) and I do
    not know whether there is a solution to this problem yet.
    Hope this helps.

  • Problem with Lotus Notes portlet

    Hi all, i have another problem with the latest Lotus Notes portlet (version 9.0.4.0.0_05062003). I have installed and configured the portlet and the domino server to be used with the Basic Authentication. I followed all the steps in the installation document and everything seems OK. However when i include these portlets in a page, some links (not all) doesn't work, in example: the new contact link. Any of these links opens a new browser window. This window displays that i have successfully configured Lotus Notes External Application, but i can't do anything to perform the action, as to add the new contact. Does anybody have the same problem?, it's a bug? or i have committed an error?
    Finally, if i configure the portlet and the domino server to be used with session based Authentication i have the same problem that Remy Vanderplaetsen has posted.
    Any help will be very appreciated.
    Thanks a lot!

    I guess this problem is again with the same portal issue. You need to apply the patch as mentioned in the FAQ.html document for LotusNotes. Please refer this document on how to get and apply the portal patches so that it could work.

  • Lotus Notes Portlets in Arabic

    I am encountring a problem with Lotus Notes Portlets, I want them to dispaly in arabic.
    Note: they are running very good in English
    I used the propertyResourceBundle way, and it indeed retreives the strings from the correct file -LotusBundle_ar.properties in my case , but as long as the strings are in English. If I changed the translated strings to arabic strings, it returns me a rubbish in the Portlet headers (e.g. From , Subject , Date Received , ToDo , ..). I tried to set the charSet in the getWriter() method and in PortletRenderRequest.setCharacterEncoding() to UTF-8 and WINDOWS-1256 charsets, in the InboxRenderer class and in the LotusProvider class but nothing worked it always returned me rubbish words, I also set the NLS_LANG of the ias machine which is a windows NT server machine to ARABIC_UNITED ARAB EMIRATES.AR8MSWIN1256, the charSet of the Portal db is not unicode but the NLS_LANG env. variable of the db machine is set to ARABIC_UNITED ARAB EMIRATES.UTF8 , but still nothing worked.
    Notes: Arabic is installed on my portal (ver 3.0.9.8) and using the SetLanguage portlet i can switch between english and arabic in a seamless way, also the Database plsql Services Portlet sample is running well and it switches between Eng and Ar also -I have seeded the arabic strings to make it dispaly arabic.
    The Notes Arabic cient is installed, and the Notes web access also runs now in arabic (it shows me the Inbox, Calendar, Contacts , ToDo documents all in arabic).
    So where is the problem with web portlets, where exactly to set the charSet, I still have a doubt about the portal db charSet which is as I mentioned not unicode, it is American, but how the portal itself is running in arabic and the plsql portlets also while using this American charSet? Pls Oracle people do not let us lost that way. I'll try to use the ListResourceBundle way as maybe the encoding used when saving the .properties file is not correct, and then give u a feed back.
    Pls all colleagues if any one can help, and give some guiding points, he will be greatly appreciated.
    Amr
    null

    Thanks Christopher for your reply ..
    The Good news is that the problem is now solved when using the ListResourseBundle way, I think that my doubt was correct; the encoding used when saving the .properties files is some how Latin (e.g. US-ASCII for example), so that when retreiving the translated strings and writting them on the reponse object using WINDOWS-1256 charSet, some characters get lost, and hence I got the rubbish strings. The problem now is that you cannot provide more than one resourseBundle for one portlet,I need to provide Bilingual interface, so I have two resourseBundle classes for each portlet (e.g. InboxBundle_ar.class , InboxBundle_en.class). I Couldn't provide more than one resourse tage for each portlet in provider.xml, otherwise it gives an ERROR OCCURED! message in the rendered portlet body. So how to resolve this ?
    The second problem, wchich is bigger, is that the dynamic strings returned from Lotus server are showing as rubbish strings (e.g the Subject itself of the message, Subject of an appointment,the Last name of a user in a Contacts list,..)althoug these strings are showing well in Arabic from the Lotus web access for the same logged in user. I think that the methods doc.getItemValueString(), doc.getColumnValues().get() are returning strings assuming Latin charSet, I tried to play the following code for the rendered message subject :
    byte[] bytes = doc.getItemValueString("Subject").getBytes("US-ASCII");
    String subj = new String(bytes,"WINDOWS-1256");
    out.println("<td><FONT SIZE=2><a href=\""+readMsgURL+"\" target=\"_new\">"+subj+"</a></FONT></td>");
    But unfortunately it didn't work, even when using UTF-8 and UTF-16 in the getBytes statment and when initializing the subj string. note: the out object is assuming the WINDOWS-1256 charset, I forced it to this charset by writting the following code in the renderShow method in the InboxRenderer class :
    pr.setCharacterEncoding("WINDOWS-1256");
    PrintWriter out = pr.getWriter("text/html","WINDOWS-1256");
    where pr is the portletRenderRequest.
    So what to do ??? If you can help me Christopher or pass the topic to any one of the people who wrote the Lotus Notes Portlets, to tell me how to overcome these two problems.
    Note: It is an urgent requirement to arabize these Lotus Notes Portlets.
    Thanks Christopher,
    Thanks all
    Amr

  • Cannot perform authentication in Lotus notes portlets

    Hello again,
    I have managed to setup an external application for Lotus Notes portlet for
    9.0.2.0.1 AS. By clicking the login button I can access my Lotus Domino mail!
    However, when I registered the Lotus Notes Provider (its test page runs fine),
    associated its authentication model with my ext. app, and then tried to access the
    portlets I keep getting messages about "user authentication failed".
    Actually my log file reads:
    11/29/02 1:17 PM webapp1: oracle.webdb.provider.v2.adapter.SOAPServlet: init
    11/29/02 1:17 PM webapp1: NumberFormatException while initializing Logger. Defaulting LogLevel to 4
    11/29/02 1:17 PM webapp1: ServletLogger - Logging level: 4
    11/29/02 1:17 PM webapp1: [id=(null), instance=(null)] CONFIGURATION: Invalid or null value for property - executionWarningTimeout = null - setting to default value of 20 seconds
    11/29/02 1:17 PM webapp1: [id=(null), instance=(null)] CONFIGURATION: Invalid or null value for property - executionKillTimeout = null - setting to default value of 80 seconds
    11/29/02 1:17 PM webapp1: [id=(null), instance=(null)] Unhandled exception in SOAP call
    oracle.webdb.provider.v2.utils.soap.SOAPException: Error: Failed to authenticate user with external application
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.initSession(Unknown Source)
         at oracle.webdb.provider.v2.adapter.soapV1.ProviderAdapter.initSession(Unknown Source)
         at java.lang.reflect.Method.invoke(Native Method)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.doMethodCall(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
         at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
         at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    Is there any issue with the fact that I installed the latest PDK (November 02)? Its test
    page also appears without problems.
    Thanking you in advance,
    Serafeim.

    This may be happening because the configured Lotus Notes External Application does not have the Lotus Domino Username, Password and MailFilename entries. Please click on the "Update Login Information" link and supply these values. You should be able to see the Lotus Notes portlets now.
    Thanks,
    Geeta

  • Fail to create External Application for Lotus Notes portlet (diiop_ior.txt)

    I've downloaded the PDK-January today and I'm trying the Lotus Notes Portlet. I have been following the document located in the PDK directory pdk\pdk\solutions\lotusnotes\installation.html.
    I encountered problem when I trying the section Publishing the Lotus Notes Portlets - Creating the External Application -> at the last 2 steps.
    At first I think it's my fault until I keep finding other posts and monitoring the console log for my standalone OC4J server.
    java.io.FileNotFoundException: http://dominalWebMailip:80/diiop_ior.txt
    java.io.InputStream sun.net.www.protocol.http.HttpURLConnection.getInput
    Stream()
    HttpURLConnection.java:560
    java.io.InputStream java.net.URL.openStream()
    URL.java:798
    java.lang.String lotus.domino.NotesFactory.getIOR(java.lang.String)
    NotesFactory.java:314
    lotus.domino.Session lotus.domino.NotesFactory.createSession(java.lang.S
    tring, java.lang.String, java.lang.String)
    NotesFactory.java:65
    boolean oracle.portal.integration.lotusnotes.application.ApplicationLogi
    n.authenticateUser(java.lang.String, java.lang.String, java.lang.String, java.la
    ng.String, java.lang.String)
    void oracle.p[i]Long postings are being truncated to ~1 kB at this time.

    (Continued)
    void oracle.security.jazn.oc4j.JAZNFilter.doFilter(javax.servlet.Servlet
    Request, javax.servlet.ServletResponse, javax.servlet.FilterChain)
    JAZNFilter.java:283
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.serv
    let.ServletRequest, javax.servlet.ServletResponse)
    ServletRequestDispatcher.java:560
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(j
    avax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    ServletRequestDispatcher.java:306
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.e
    vermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpSer
    vletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.Input
    Stream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:767
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    Thanks for any help and replies!

  • Lotus Notes connector: Error while crawling LOB contents

    Hi all,
    I am trying to configure Lotus Notes connector on SP search. We have successfully followed the Randy Rempel's blog on
    test environment. No problem to search lotus notes content.
    In production environment, we've followed the same procedure but we are facing the following problem. During the full crawl, the below error is thrown
    Error while crawling LOB contents. ( Error caused by exception: Microsoft.BusinessData.Infrastructure.BdcException The shim execution failed unexpectedly - Exception has been thrown by
    the target of an invocation..: System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail] An unexpected error occurred in the Lotus Notes protocol handler while processing the URL
    We have forced Lotus Notes Connector to be more verbose, without success.
    Any help will be appreciated
    David

    Reset the index and re-crawl. That usually claers it
    If you are using NTLM authentication, then make sure that you specified the PassThrough authentication for crawling
    Probably you need to debug the BDC code that underlies the external content types.
    can you Check the permission that you have set for the lotus notes domino databases? Was the content access account added to the local administrator group?
    If this helped you resolve your issue, please mark it Answered

  • Trex assign datasource to Lotus Notes Repository error

    when I create a index to assign datasource to Lotus Notes Repository,I catch the follow error
    EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.system_administration/com.sap.portal.system_admin_ws/com.sap.portal.system_configuration/com.sap.km.AdminConfig/com.sap.km.AdminSystemIndexes/com.sap.km.IndexAdmin
    Component class : com.sapportals.wcm.portal.component.base.ControllerComponent
    User : gdcnzmk
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:545)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.wdf.WdfError
         at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:678)
         at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.htmlb.Container.preRender(Container.java:120)
         at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:414)
         at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:237)
         at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:130)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
         at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    Regards!

    Hi,
    you have to customize a cache for your Repository Manager.
    How to:
    http://help.sap.com/saphelp_nw04/helpdata/en/a0/2c6b028c8b774799e2498138019010/content.htm
    and:
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/798e07b33b11d5993800508b6b8b11/content.htm
    Regards,
    Gerhard

  • Error V04 and Currently Unavailable

    Hi Guys,
    This is my first post here on the new forums.
    I tried to access an ondemand movie last night and received a V04/Currently Unavailable error. Its still doing the same this morning. So far, ive reset both the homehub and Vbox, and tried other content. My Internet connection appears to be working fine. Any ideas? Ive never had a problem accessing content before
    Thanks
    Andy

    Is this the same on all content or just on the OnDemand Movie?
    If it is try a line speed check test it may be that your line has dropped in speed???
    I would give them a call.
    The only time i ever recall this happening to me was when the Edinburgh node went down and we were long lined to a London node meaning the connection was realy ropey.
    Life | 1967 Plus Radio | 1000 Classical Hits | Kafka's World
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Helpful Post?
    If a post has been helpful, say thanks by clicking the ratings star.

  • Problem installing lotus notes portlets

    hi! got the following message when trying to test out at http://myhost/servlets/lotusAppProv
    Error!
    javax.servlet.ServletException: Failed to parse provider.xml: Error
    in expression: '*|/'.13
    Any ideas?
    thx

    Hi,
    Please check if your middle tier(http server) is started when you are accessing the Provider's test page. Also check if you are able to see the provider test pages of other providers successfully,which are configured on the same mid tier, like the sample provider that comes jpdk. You may test this by visiting http://server:port/servlets/sample.
    regards,
    Geeta
    Portal version : 3.0.9.8.3
    RDBMS : 8.1.7.0
    Lotus portlet -->January 2002 v1.
    PDK-->the one wich come with the patchset 3 of Portal.
    I4ve installed the JPDK successfully and I could install the external application servlets and this is running.
    I change the provider.xml to change the phisical path.
    Another change I did recently is to change the header of the provider.xml.
    change ISO-...... to UTF-..... and the result was that when I run trouugth the url
    http://server:port/servlets/lotusAppProv
    No page found apper.
    And when I want to add the portlet provider the following stack of errors happend.
    {PRIVATE}Error:
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call
    terminated by uncaught Java exception:
    java.io.InterruptedIOException: recv() timed out
    Resource temporarily unavailable (WWC-43000)
    An unexpected error occurred: java.io.InterruptedIOException:
    recv() timed out
    Resource temporarily unavailable
    at
    java.net.SocketInputStream.socketRead(SocketInputStream.jav
    a)
    at java.net.SocketInputStream.read(SocketInputStream.java)
    at
    HTTPClient.ExtBufferedInputStream.fill(ExtBufferedInputStream
    .java)
    at
    HTTPClient.ExtBufferedInputStream.read(ExtBufferedInputStre
    am.java)
    at
    HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.jav
    a)
    at HTTPClient.RespInputStream.read(RespInputStream.java)
    at HTTPClient.RespInputStream.read(RespInputStream.java)
    at HTTPClient.Response.readResponseHeaders(Response.java)
    at HTTPClient.Response.getHeaders(Response.java)
    at HTTPClient.Response.getStatusCode(Response.java)
    at
    HTTPClient.RetryModule.responsePhase1Handler(RetryModule
    .java)
    at
    HTTPClient.HTTPResponse.handleResponse(HTTPResponse.j
    ava)
    at
    HTTPClient.HTTPResponse.getInputStream(HTTPResponse.ja
    va)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(Ht
    tpProviderDispatcher.java:817)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.registerPro
    vider(HttpProviderDispatcher.java:261)
    (WWC-43000)
    Thanks in advanced
    Matmas
    Tx.
    Matmas

  • Problem using the Lotus Notes Portlet with Domino DIIOP

    hi! the DIIOP service always gives a memory error when the session hits 60. I've read that in R5.0.10, the ORB_LISTEN_QLEN can be set.
    but I can't find that line in the notes.ini?!
    kindly advise.
    thx

    eek eek!!
    I tried.... turns out, that was the download I was originally working with, and just to be sure, I redeployed the application from that download. I get the same problems. In a nutshell:
    1) "My Inbox" portlet has no way to view the most RECENT email
    2) When I click a link in the "Calendar" or "My Inbox", I get Error 401 - "You are not authorized to perform the operation"
    3) The inbox, calendar, and contacts portlets seem to function upon first page view. Refreshing the page causes "Your session with this application has expired.."
    4) The "My ToDo" portlet doesn't work at all. I get a stack dump in the vain of:
    "java.lang.NullPointerException at oracle.portal.integration.lotusnotes.application.LotusProvider.showToDo(Unknown Source) at oracle.portal.integration.lotusnotes.application.LotusProvider.showPortlet(Unknown Source) at oracle.portal.integration.lotusnotes.application.LotusProvider.process(Unknown Source) at oracle.portal.integration.lotusnotes.render.ToDoShowRenderer.getURLStream(Unknown Source) at"
    Feels like I'm fightin' a losing battle... anyone?
    -sean-

  • LOTUS NOTES Reconciliation error message

    I am using OIM 11gR2 with connector server java installed on 32 bit windows 2003 server. While performing reconciliation i am getting the following error message includes both OIM side error messages and connector server side error message. Can any one help me out to over come this issue ASAP.
    OIM side error message:
    [2012-09-04T08:10:23.508-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Kernel executing default validation with process id, event id, entity and operation 5,045.0.JobDetails.SCHEDULE NOW
    [2012-09-04T08:10:23.519-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Execute default action handler with 5045.15771.JobDetails.SCHEDULE NOW.entityId=null
    [2012-09-04T08:10:23.541-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.dao] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Inserting records for orchestration cleanup
    [2012-09-04T08:10:23.552-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] Completed orchestration with action result - Done
    [2012-09-04T08:10:23.570-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Job Listener, Job to be executed Description null FullName DEFAULT.Domino Connector User Reconciliation Name Domino Connector User Reconciliation
    [2012-09-04T08:10:23.645-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Method details Method details: executeJob
    [2012-09-04T08:10:23.645-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.vo] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Method details executeJob Domino Connector User Reconciliation
    [2012-09-04T08:10:24.392-05:00] [oim_server1] [WARNING] [] [oracle.iam.scheduler.vo] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] ADP ClassLoader failed to load: Script1
    [2012-09-04T08:10:24.393-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.features.scheduler.agentry.operations] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: fe4e49376a8b4763:-2d65a256:139909ad0fc:-8000-0000000000001b2e,0] [APP: oim#11.1.2.0.0] ADP ClassLoader failed to load: Script1[[
    java.lang.ClassNotFoundException: ADP ClassLoader failed to load: Script1
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.java:229)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at oracle.iam.scheduler.vo.ClassLoaderObjectInputStream.resolveClass(ClassLoaderObjectInputStream.java:72)
    at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1574)
    at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
    at java.io.ObjectInputStream.readClass(ObjectInputStream.java:1461)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1311)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
    at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
    at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
    at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
    at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
    at oracle.iam.scheduler.vo.JobHistory.getExceptionObject(JobHistory.java:78)
    at oracle.iam.features.scheduler.agentry.operations.LookupActor.prepare(LookupActor.java:1282)
    at oracle.iam.features.scheduler.agentry.operations.LookupActor.refresh(LookupActor.java:3074)
    at oracle.iam.features.scheduler.agentry.operations.LookupActor.receiveEvent(LookupActor.java:2793)
    at oracle.iam.consoles.faces.mvc.canonic.Model.handleIntent(Model.java:975)
    at oracle.iam.consoles.faces.mvc.canonic.Controller.doHandleIntent(Controller.java:533)
    at oracle.iam.consoles.faces.mvc.canonic.Controller.doSelectAction(Controller.java:204)
    at oracle.iam.consoles.faces.event.NavigationListener.processAction(NavigationListener.java:99)
    at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:675)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:179)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2012-09-04T08:10:31.907-05:00] [oim_server1] [WARNING] [] [oracle.iam.scheduler.vo] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] IAM-1020021 Unable to execute job : Domino Connector User Reconciliation with Job History Id:28449[[
    java.lang.RuntimeException
    at org.identityconnectors.framework.impl.serializer.CommonObjectHandlers$15.createException(CommonObjectHandlers.java:283)
    at org.identityconnectors.framework.impl.serializer.CommonObjectHandlers$15.createException(CommonObjectHandlers.java:282)
    at org.identityconnectors.framework.impl.serializer.CommonObjectHandlers$ThrowableHandler.deserialize(CommonObjectHandlers.java:115)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:162)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObjectField(BinaryObjectDecoder.java:417)
    at org.identityconnectors.framework.impl.serializer.MessageHandlers$5.deserialize(MessageHandlers.java:155)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder$InternalDecoder.readObject(BinaryObjectDecoder.java:162)
    at org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder.readObject(BinaryObjectDecoder.java:313)
    at org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection.readObject(RemoteFrameworkConnection.java:153)
    at org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler.handleStreamResponse(RemoteOperationInvocationHandler.java:119)
    at org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler.invoke(RemoteOperationInvocationHandler.java:97)
    at $Proxy1085.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.identityconnectors.framework.impl.api.BufferedResultsProxy$BufferedResultsHandler.run(BufferedResultsProxy.java:162)
    [2012-09-04T08:10:31.923-05:00] [oim_server1] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-1] [userId: oiminternal] [ecid: 0000JaGajgHDOd8pVg_Aic1GHS_g000003,1:16405] [APP: oim#11.1.2.0.0] Job Listener, Job was executed QuartzJobListener.jobWasExecuted Description null FullName DEFAULT.Domino Connector User Reconciliation Name Domino Connector User Reconciliation
    connector server side error message:
    Sep 04, 2012 8:12:33 AM org.identityconnectors.framework.server.impl.CCLWatchThr
    ead checkCCL
    INFO: Creating thread 'pool-1-thread-3' with a non-null CCL
    Sep 04, 2012 8:12:40 AM org.identityconnectors.framework.server.impl.ConnectionL
    istener processOperationRequest
    SEVERE: null
    java.lang.NullPointerException
    at org.identityconnectors.domino.Query.executeQuery(Query.java:160)
    at org.identityconnectors.domino.DominoConnector.executeQuery(DominoConn
    ector.java:248)
    at org.identityconnectors.domino.DominoConnector.executeQuery(DominoConn
    ector.java:75)
    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl
    .rawSearch(SearchImpl.java:105)
    at org.identityconnectors.framework.impl.api.local.operations.SearchImpl
    .search(SearchImpl.java:82)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.local.operations.ConnectorA
    PIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.local.operations.ThreadClas
    sLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:107)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invo
    ke(DelegatingTimeoutProxy.java:107)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.impl.api.LoggingProxy.invoke(Logging
    Proxy.java:76)
    at $Proxy5.search(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.proc
    essOperationRequest(ConnectionProcessor.java:287)
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.proc
    essRequest(ConnectionProcessor.java:191)
    at org.identityconnectors.framework.server.impl.ConnectionProcessor.run(
    ConnectionProcessor.java:121)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
    java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:603)
    at java.lang.Thread.run(Thread.java:722)

    "....java.lang.ClassNotFoundException: ADP ClassLoader failed to load: Script1
    at com.thortech.xl.dataobj.tcADPClassLoader.findClass(tcADPClassLoader.java:229)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)..."
    Did you do any modification on this environment these days? Eg: migration from OIM 9.x? If so, probably you removed certain supporting classes used by the adapter framework of this connector.
    I hope this helps,
    Thiago Leoncio.

  • Numbers/Keynote/Pages will not update; error message states "Update Unavailable with This Apple ID.This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." Help.

    I have been the only person purchase and download programs onto my macbook pro. Does anyone know why I cannot update these programs? Thanks. mskillasmile

    Genius reservation http://www.apple.com/retail/geniusbar/
    on-line https://getsupport.apple.com/GetproductgroupList.action
    Apple Customer Relations - 1-800-767-2275

  • Problem in accessing a Lotus Notes installed in French from the portlet

    Hi,
    We installed the Lotus Notes Portlet on a 9iAS V2 on a solaris Box. The installation of the portlet worked fine and we tried to get the messages from notes.
    Accessing a french install of Notes on a Win2K box, we got the following error:
    Error: Lotus Notes Portlet encountered Domino error:4045 Invalid date lotus.domino.NotesException at lotus.domino.cso.Session.createDateTime(Session.java:196) at oracle.lotus.application.LotusProvider.showPortlet(LotusProvider.java:817) at oracle.lotus.application.LotusProvider.process(LotusProvider.java:1091) at oracle.lotus.application.InboxShowRenderer.renderBody(InboxShowRenderer.java:84) at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:165) at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:528) at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:660) at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:500) at org.apache.jserv.JServConnection.run(JServConnection.java:321) at java.lang.Thread.run(Thread.java:484)
    We tried to change the NLS_LANG and NLS_DATE_FORMAT in jserv.properties without any success.
    After that, we connected the Lotus external application to an American Notes install on Linux and we didn't got the problem.
    Where do i have to modify something to be able to use the portlet WITH my French Notes install ?
    Thanks
    regards

    We have the same problem with a spanish Lotus Domino installation.
    This is the stack of error shown when display the Domino portlets.
    Error: Lotus Notes Portlet encountered Domino error:4045 Invalid date lotus.domino.NotesException at lotus.domino.cso.Session.createDateTime(Session.java:196) at oracle.lotus.application.LotusProvider.showPortlet(LotusProvider.java:817) at oracle.lotus.application.LotusProvider.process(LotusProvider.java:1091) at oracle.lotus.application.CalendarShowRenderer.renderBody(CalendarShowRenderer.java:64) at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:165) at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:524) at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:660) at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:424) at org.apache.jserv.JServConnection.run(JServConnection.java:216) at java.lang.Thread.run(Thread.java:479)

  • Error when Provision in Lotus Notes

    Anybody can help me
    When IDM provision to Lotus Notes. Error Message will be 'DominoExtension::Error while executing 'WS_NSFDbQuotaSetExt' errCode: '16643'. File does not exist'
    How we know where it is kept in and manage this problem?
    Thank you for anybody can support me.

    Hi  Tgunter, and welcome to the forums!
    Please send the Type of PC, Operating system
    Version of desktop software you are running, and if you have
    Reinstalled it, or have installed a different version lately,.
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

Maybe you are looking for

  • Sudden increase of Bounce Backs

    Everyone in our company has suddenly seen an increase in Bounce Back email messages. I've been reviewing most of them and they usually say "Host or domain not found". I then usually try to ping or telnet into one of these domains and most of the time

  • Bootcamp not giving me an option to use a usb drive

    Bootcamp 5.0.3 on OS 10.8.4 is not giving me an option to use a usb drive to install windows. It worked on my Macbook Pro but not on my IMac. And it's not recognizing the dvd with the windows ISO on it. Any suggestions?

  • Lyrics Not Saving on iTunes files on AirDisk

    I've got my music files on an external hard drive connected to my Airport Extreme via the USB AirDisk. I haven't been able to get iTunes to save any of the lyrics when I add the lyrics in the "Get Info --> Lyrics" area. Any clues why not or how to fi

  • TS1369 My ipod has a red " x " with a circle around it.What can I do ?

    Question :  My ipod is not recognised by my computer anymore when I plug it into itunes.The ipod has a red " X " with a circle around it. Is there anything I can do to get past this problem and start using my ipod again ?        

  • Edit with Photoshop inactive

    Hi Folks, Didnt find anythin about this problem so maybe someone can help. Currently Using Lightroom 3.0 64b Photoshop CS5 Extended 12.01 64bit All the Options in Lightroom for Editing in Photoshop are inactive. Means, i cant use 'Edit in Photoshop'