Oracle Files as Portlet

Is there a portlet for Oracle Files?
Thanks!
Karen

Hi,
The right forum for this will be the JPDK forum. (http://forums.oracle.com/forums/forum.jsp?id=455609&pgm=otn&uid=1033971347198)
You might get an answer to your question in this forum.
Thanks,
Ravi

Similar Messages

  • Oracle Mail webclient error and Oracle Files web error

    Having some problems with Collaboration.
    I've made a single-box installation on a Windows 2000 with SP4.
    The installation was successfully done.
    The problems that I have are listed below:
    1) Error in Oracle Mail webclient
    When accessing the Oracle Mail webclient, I'm getting the following messages:
    "Application Error. An error occurred during log in"
    then, when I click im "Mail", I get:
    "Application Error. Error occurred while refreshing folder list"
    I've tried the steps related in the 247517.1 document, but I'm still getting the same errors.
    On the Collaboration Suite start page (when user logs in), the user can see the Oracle Mail portlet whithout any problem:
    Welcome to Collaboration Suite Mail, USERID
    You have 0 message(s) in Inbox.
    0 unread message(s), 0 voice message(s), and 0 fax message(s).
    2) Oracle Files is not accessible in the HTTP page.
    I can access the Files by a FTP client, but when I try the http://host:port/files/app url, iget the 503 error message.
    I've seen a lot of messages about this here in Metalik, but none of them could solve my problem.
    Any Ideas?
    Thanks in advance.

    it's me again, just some more information.
    I've looked for error messages in the logs, and I've found this on ocs_onebox\mtier\um\log\Webmail_Client\563686183\text.log:
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.init())(priority internal_error 1)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-1)(msgid <null>)(mtext MSAAPI Logging Services initiated; log level ERROR))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module RefreshUserPrefs.getAttributeStringValue())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-2)(msgid <null>)(mtext Attribute orclmailquota not an integer value; returning null))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module MailLogin.process())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-3)(msgid <null>)(mtext Exception occurred during mail login: java.lang.NullPointerException))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.processRequest())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-4)(msgid <null>)(mtext Error caught during action; checking for logout flag))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module RefreshFolderList.process())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-5)(msgid <null>)(mtext Exception caught: java.lang.NullPointerException))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.processRequest())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-6)(msgid <null>)(mtext Error caught during action; checking for logout flag))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module RefreshFolderList.process())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-7)(msgid <null>)(mtext Exception caught: java.lang.NullPointerException))
    (compclass Webmail_Client)(compinst 0)(component Webmail_Client)(module traffic_cop.processRequest())(priority error 6)(execid 127.0.0.1:563686183.ApplicationServerThread-7:1108563686-8)(msgid <null>)(mtext Error caught during action; checking for logout flag))

  • Oracle PDK Java Portlet

    Hello,
    I am using jDeveloper 9.0.4 and currently have a stand-alone server. I create a new project, then create a Portlet using the Item Oracle PDK Java Portlet. The project is generated, however when I try to run the jsp to see the output, I receive a null pointer error.
    There is a line that says:
    PortletRenderRequest pReq = (PortletRenderRequest)request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    String name = pReq.getUser().getName();
    If I comment out these two lines I am able to view the jsp file. However, if I leave this as is and upload to the Oracle 10g Application Server, register the portlet, I am able to add this portlet to my pagegroup and it will show the username you are currently logged in as.
    My question is how can I set up my jDeveloper so I can run this jsp without having to upload and register the portlet?
    Thank you

    Hello Kevin
    However, if they enter a wrong password or username, will it bring up the screen indicating the wrong credentials were entered and the user needs to try again?
    tug: To alert portal that the cedentials are wrong you have to raise an AuthenticationException that will show the "login message" in the portlet.
    I am trying to figure out if this tutorial makes a url based external application or if this is a web based.
    tug: in my example I am using the SSO External Application just to send the credential information to the portlet and the login mechanism is fully programmatic. (it is not related to URL based portlet.
    Also, once you have created the java class, SQLProviderInstance were do you put it on the server?
    tug: in my case I am creating a portlet from scratch, so it is a J2EE application deploys using WAR/EAR file.
    The application I am trying to do this for is a web based authentication that has a username/password field, but also 5 hidden fields. I have sucessfully configured the application with external application, but I am having problems when I am trying to use a url based portlet.
    tug: Please explain step by step how you have done the portlet. Also I will invite you to using the Web Clipping portlet instead of URL Portlet since it is browser based, easy to use and support also SSO External Application
    Regards
    Tugdual

  • Oracle Files max directory depth

    Hi, we have users who have been uploading directory structures to Oracle Files using webdav. Some complained that when uploading directories with up to around 10-17 subdirectories depth, they got error messages. I'm unclear as to what the exact error message is but this indeed does happen. Does anyone happen to know what the max directory depth that Oracle Files allow?
    This uploadings of large (and extended directory structures) subsequently created runaway webcache processes on the midtier. I don't know if these two issues have anything to do with running webdav via HTTPS.
    Thanks in advance for your input.

    I'm search for the Ifs portlet. Could anybody provide me with a link to download this code?
    Many thanks ahead!
    P.S: Marcel I'm very interested in your own Ifs Portlet. You're code would be really helpfull.

  • How to return a pdf (iText) file using Portlet?

    Dear all,
    I want to know how to return a pdf file using iText API via Portlet.
    I can manage to return a pdf file through a standalone servlet, but I don't have idea of how to generate a pdf file via Portlet.
    Can anyone help me?
    Thanks
    George (HK)
    Welcome to my blog at www.xanga.com/georgelkh

    Hello,
    that is easy. In your driver program, please check the inputs of the job/ generator function modules.
    You provide GETPDF = 'X' attribute what will make the FM not to print the form or display the preview but to return the binary stream of the PDF data (type FPCONTENT) what is a RAW or something. Next look for the PDF output parameter to get the returned binary data and send it as you wish through JCo.
    Regards Otto
    p.s.: Note there is Adobe forms forum under NetWeaver, you can find me and the others doing Adobe every day

  • How i can deal with oracle file by using php api

    how I can deal with oracle file by using php api ?

    What has this to do with Reflections and Reference Objects?

  • Accesss Files Stored in Oracle Files from Forms

    I am attempting to access the files that are stored in Oracle Files (oracle collaboration suite) from an Oracle Forms.
    To be more specific I am would like to implement a solution to access Files from Custom Form in Oracle Application(11i).
    Any suggestions/thoughts in this regard is very much appreciated.
    Pavan

    Hi we are on a project similar to this, basically you have two options:
    a) Use Java-Importer to include the necessary classes to interact with IFS (e.g. rename, delete or get informations about documents).
    b) Use a servlet to get files out-of and into IFS.
    Because we had to do a lot of "loading" and we didn't want to run a round at client side to sign our forms jar files we decided to use method b).
    Regards,
    Ingo

  • How to upgrade from OCS 904 to 10g but not upgrading Oracle Files

    Hi All,
    We have installed OCS 904 from where we only are using:
    - Portal
    - Oracle Files
    Our idea is to upgrade this installation to OCS 10g but keeping the same version of Oracle Files (we don't want to migrate to content services for the moment).
    Is this possible? or if we want to keep Oracle Files we need to do a fresh install of OCS 10g in another location?
    Thanks in advance,
    Harvey

    >I want to upgrade it from RHEL 6 TO  RHEL 7 and from ORACLE 11G TO ORACLE 12C. I wonder if anyone could suggest the best url for for upgrading accordingly.
    which metric measures best? Fewest keystrokes?
    BTW - you are actually doing 2 upgrades. You are upgrading OS & you are upgrading Oracle version.
    So you can either over then up or up then over.
    How much down down time is available?
    How much risk do you want to include?

  • TIPS(20) : MAKE A MAP OF YOUR ORACLE FILES

    제품 : SQL*PLUS
    작성날짜 : 1996-11-12
    TIPS(20) : Make a Map of Your Oracle Files
    ==========================================
    The script below generates a report on all the Oracle files
    (database, redo log, and control) in an Oracle UNIX system.
    It's like a map of your Oracle files. Moreover, it also makes available other
    information (size and physical I/Os, if applicable) related to the files.
    THE SCRIPT
    rem
    rem File: filemap.sql
    rem
    rem This script provides information on the location/path, file name,
    rem size and physical I/Os (if applicable) of all the Oracle files
    rem (database, control and redo log) in an Oracle/UNIX platform.
    rem
    rem
    set pages 999
    col path format a20 heading 'Path'
    col fname format a15 heading 'File Name'
    col fsize format 999b heading 'M bytes'
    col pr format 999999b heading 'Phy. Reads'
    col pw format 999999b heading 'Phy. Writes'
    break on path skip 1
    spool zzfilemap.rep
    select substr(name,1,instr(name, '/', -1)-1 ) path,
    substr(name,instr(name, '/', -1)+1 ) fname,
    bytes/1048576 fsize,
    phyrds pr,
    phywrts pw
    from v$datafile df, v$filestat fs
    where df.file# = fs.file#
    UNION
    select substr(name,1,instr(name, '/', -1)-1 ) path,
    substr(name,instr(name, '/', -1)+1 ) fname,
    0 fsize,
    0 pr,
    0 pw
    from v$controlfile
    UNION
    select substr(lgf.member,1,instr(lgf.member,'/', -1)-1) path,
    substr(lgf.member,instr(lgf.member, '/', -1)+1 ) fname,
    lg.bytes/1048576 fsize,
    0 pr,
    0 pw
    from v$logfile lgf, v$log lg
    where lgf.group# = lg.group#
    order by 1,2
    spool off
    exit
    --------------------------Sample Output----------------------------------
    Path File Name M bytes Phy. Reads Phy. Writes
    /u01/oradata/PDB7 control3.ctl
    rdmxf1.dbf 50 694 2781
    redo1b.log 10
    redo2b.log 10
    redo3b.log 10
    tempf1.dbf 30
    /u02/oradata/PDB7 control1.ctl
    rbsf1.dbf 40 6 2813
    redo1a.log 10
    redo2a.log 10
    redo3a.log 10
    /u03/oradata/PDB7 control2.ctl
    genf1.dbf 50 1551 396
    rdmf1.dbf 100 4403 2335
    systemf1.dbf 50 5905 1116
    toolsf1.dbf 15 2979
    16 rows selected.

    Thanks for your reply, but I'm not sure if you understood my point correctly.
    I didn't exactly mean to use my iPod as a USB memory stick.
    What I meant was that if I copied the contents of my iPod to a DVD and if something weird happened to my music player and I would have to format it...
    Could I then just copy the files (I had burned on the DVD) back to my iPod and it would be the same as before? My music would be saved?

  • Oracle Files in https mode

    Hi
    We have a webdav oracle files instance running in http mode.
    how can it be switched / configured to run in https mode ?
    Thanks in advance

    The pros and cons can be found at a far more easily visible level than getting into fibres versus threads.
    1. Put antivirus software on the Windows server and performance will become glacial
    2. In testing in my lab, without antivirus software, Oracle Enterprise Linux gives superior performance too all versions of Windows except 2008 Server.

  • Oracle Files Install

    Is there a down-load site where I could get just the Oracle Files component without downloading the entire Collaboration Suite? If so, please provide the URL.
    I wish to use Oracle Files for content management. We have the ContentMangagement SDK already installed on the middle tier and I would like to install Oracle Files over the top of that. Can this be done?

    Hi!
    I am quite sure that there is no such thing as a stand-alone Oracle Files. Furthermore the Oracle Files component is integrated with OID and the Email component of the Collaboration Suite.
    Maybe you just have to create your own version of Files without the integration, purely based on the CM SDK.
    cu
    Andreas

  • Oracle Files Customization?

    Can Oracle Files be customized with the Oracle Content Management SDK? Specifically I need Oracle Files to work with Oracle Label Security. I also want to drive searching according to document classification level and user classification, show documents they can see, but only showing thematic info for documents they are not cleared for.

    Although Oracle Files is built on CM SDK - we do not support utilizing the CM SDK API against Files.
    Oracle Files has a special FMI Layer that all operations against it work through. By using the CM SDK API you bypass this layer - plus the business logic etc.
    You may want to take a look at using the CM SDK Web Starter Application as a basis for building your own application. CM SDK exposes a much finer grained access control. In particular it distinguishes between obtaining a document's content, versus its attributes / categories etc.
    Even though you may be able to locate a document based on some metadata, you may not have sufficient privileges to view its content.
    [Edited by: mshannon on Feb 10, 2004 7:04 PM]

  • Oracle Files

    Hello. I have read it somewhere that Oracle Files feature can be used as a standalone product without having to purchase the OCS. Is this possible?
    If so, are there any instructions on how to do this?

    You will need to login as the Subscriber Administrator. The username/password for this user was created when you created the subscriber and emailed you. Please login at http://host:port/files/app/AdminLogin and then click on the Users tab.
    -sancho

  • Oracle Files AdminApp

    Hi,
    my single-box installation is almost working 100%, the only part that don't work correctly is Oracle Files. I start Oracle Files like this (as root):
    cd $ORACLE_HOME/ifs/files/bin
    ./ifsctl start
    Running status tells me that it's started:
    [oracle@ocs bin]$ ./ifsctl status
    Oracle Internet File System
    Copyright (c) 2002, 2003 Oracle Corporation. All rights reserved.
    Schema password:
    Domain ifs://xxxxx:1521:ACAIQ:ACAIQFS
    Domain controller
    (runs locally)
    is launched; is started
    ACAIQ
    (runs locally)
    is launched
    In Entreprise Manager, I can see the domain and two components:
    Domain Controller     Domain Controller     The status of "Domain Controller" is up     xxxxx     Yes
    ACAIQ     Node     The status of "ACAIQ" is up     xxxx     Yes
    But I can't connect to the AdminApp located at
    http://xxx:7778/files/app/AdminLogin, and I can't connect to the Portal (/files/app/) either, I get:
    503 Service Unavailable
    What is missing ?

    Oups, I ran the command from Infrastructure instead of Midtier. This is the good one:
    Current State for Instance:ACAIQiAS.ocs.osci.qc.ca
    Component Type Up Status In Sync Status
    ================================================================================
    1 HTTP Server ohs Up True
    2 OC4J_Demos oc4j Up True
    3 OC4J_Portal oc4j Up True
    4 OC4J_UM oc4j Up True
    5 OC4J_iFS_files oc4j Up True
    6 OC4J_imeeting oc4j Up True
    7 home oc4j Up True

  • How to create a "Recent Files" type portlet?

    I have a request to create a "recent files" type portlet that would be specific to each user on our Intranet -- I'm guessing something similar to how MS Word's Recent Documents or IE's History works. Any ideas?

    The Recent Objects portlet includes only items that have been created/modified, so it's not suitable for users.
    I would like to add a portlet of recently viewed pages but am not sure how to proceed.
    Does anyone have any thoughts on this?

Maybe you are looking for

  • Iphone drivers wont let itunes open or find my iphone 3GS

    my windows 7 dell wont open my iphone 3GS in Itunes. It shows up under my computers divices as "Apple Mobile Device USB Driver" . I am currently running 3.1.3 on my iphone and have never updated the phone since i first got it in 2009. I have Itunes 1

  • Changing Font in Oracle Forms 9i PL/SQL Editor

    Hi, My fonts in PL/SQL Editor(Where we write code for triggers and Program Units) got changed some how and now the font is very very small and it is very difficult to read. i want to restore the original font !!! Please mail how i can change the font

  • If you hold down the up and down buttons....

    hi. Am i being really stupid but if you hold the up or down buttons on a macbook pro keyboard it doesnt scroll up and down the page? if you keep pressing the buttons it does or press the fn button together with the up or down arrows it works as it do

  • Blinking images and messageBox colors

    I am looking for the most efficient way to create an image (such as a .gif or .jpg) that blinks for a specified amount of time. I tried to do something with the setTimeOut method, but Adobe doesn't seem to like it. I would also like to change the col

  • Configurat​ion value on program start

    I am not sure that it is a right thread or should it be in just LabView section. I have USB 6008 and I have created procedure of writing configuration file on exit (it writes values of different controls, Double, Boolean,string, etc.) and works fine.