Webcenter Content installation issues

Hi,
I am new to Webcenter 11g and i am trying to in stall Webcenter Content.
I followed http://docs.oracle.com/cd/E23943_01/doc.1111/e14538/qiecm.htm#autoId15.
After installation i started the Admin server and i having issues starting the managed servers.
I am getting the below error when starting the UCM_server1. Am i missing something?
Thanks
Ajay
ERROR:
<Aug 21, 2012 4:08:35 PM IST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-00056: Failed to create identity store service instance idstore.ldap.provider:idstore.ldap. Reason: weblogic.security.service.SecurityServiceRuntimeException: Invalid host or port for admin server..>
<Aug 21, 2012 4:08:35 PM IST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-00056: Failed to create identity store service instance idstore.ldap.provider:idstore.ldap. Reason: weblogic.security.service.SecurityServiceRuntimeException: Invalid host or port for admin server..
weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-00056: Failed to create identity store service instance idstore.ldap.provider:idstore.ldap. Reason: weblogic.security.service.SecurityServiceRuntimeException: Invalid host or port for admin server..
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1398)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
at weblogic.security.SecurityService.start(SecurityService.java:141)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
Truncated. see log file for complete stacktrace
Caused By: oracle.security.jps.JpsRuntimeException: JPS-00056: Failed to create identity store service instance idstore.ldap.provider:idstore.ldap. Reason: weblogic.security.service.SecurityServiceRuntimeException: Invalid host or port for admin server..
at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
Truncated. see log file for complete stacktrace
Caused By: oracle.security.jps.JpsException: JPS-00056: Failed to create identity store service instance idstore.ldap.provider:idstore.ldap. Reason: weblogic.security.service.SecurityServiceRuntimeException: Invalid host or port for admin server..

Ajay G M wrote: Reason: weblogic.security.service.SecurityServiceRuntimeException: Invalid host or port for admin serverWhen starting the managed server using "startManagedWebLogic", you will provide an admin server address and port as part of the command line argument. The values you provided appear to be incorrect according to the trace.

Similar Messages

  • BI Content Installation issues due to compounding

    Hi All,
    I am on BW 7.4 and am facing some issues while trying to install a BI content cube.
    One of the infoobjects of those cubes has a custom infoobject compounded to it and the BI content installation keeps on failing because the Delivered version of that cube doesnt have that  compounded InfoObject.
    For example 0COMP_CODE has ZXYZ added in compounding. Now I try to install a cube 0ABC having 0COMP_CODE.
    System throws an error that cube 0ABC is missing infoobject ZXYZ and cannot be installed.
    How do I get this cube to be installed so that I can manually put ZXYZ in it and activate? Please help.
    Regards,
    Shyam

    Hi,
    I think I am not clear on my question.
    0COMP_CODE is already present. ZXYZ is already been created and is a custom IO.
    ZXYZ had been added in compounding of 0COMP_CODE.
    This means that whenever you use 0COMP_CODE in a cube/dso you will have to make sure that ZXYZ is also present. Or else that Infoprovider cannot be activated.
    Now the problem is that when I try to install a BI content cube containing 0COMP_CODE system throws an error that ZXYZ is not part of the Infocube (obviously since it is a custom IO) and hence the entire cube installation fails.
    Now my question is how do i get the cube to be installed at least in inactive state so that I can add ZXYZ to it and make it active.
    Regards,
    Shyam

  • OUI-10055:Error in accessing the registry - webcenter content installation

    Hi All,
    I get this OUI error while installing Webcenter Content 11g. I checked the registry permission on HKEY_LOCAL_MACHINE -> Software -> Oracle and it has necessary permission for the user. Can someone help me identify what other registry location that I need to check to get rid of this error. The user executing the installation is part of the administrator group and I still get this error.
    Regards,
    - Anand

    Hi All,
    I get this OUI error while installing Webcenter Content 11g. I checked the registry permission on HKEY_LOCAL_MACHINE -> Software -> Oracle and it has necessary permission for the user. Can someone help me identify what other registry location that I need to check to get rid of this error. The user executing the installation is part of the administrator group and I still get this error.
    Regards,
    - Anand

  • Question about webcenter content installation

    Hi all
    I am installing webcenter content 11.1.1.8 with weblogic 10.3.6.
    After creating a domain which contains webcenter content server, i try to start weblogic server.
    But the following error is raised and weblogic server cannot be started.
    java.lang.OutOfMemoryError: PermGen space
                    at java.lang.ClassLoader.defineClass1(Native Method)
                    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
                    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    I have modified setDomainEnv.sh file as following, but the error is still raised.
    WLS_MEM_ARGS_64BIT = "-Xms2048m -Xmx2048m"
    WLS_MEM_ARGS_32BIT = "-Xms2048m -Xmx2048m"
    MEM_PERM_SIZE_64BIT = "-XX:PermSize=512m"
    MEM_PERM_SIZE_32BIT = "-XX:PermSize=512m"
    MEM_MAX_PERM_SIZE_64BIT = "-XX:PermSize=512m"
    MEM_MAX_PERM_SIZE_32BIT = "-XX:PermSize=512m"
    By the way, i use OEL6.3 64bit and JDK6.0.
    Can anyone tell me how to resolve this problem?
    Thanks
    Qian

    Hi,
    Thank you for your reply. i tried to increase the PermSize to 1024m, but it still failed.
    So i use the latest jrokit instead of JDK, then the error is disappeared.
    Thanks
    Qian

  • Technical content Installation Issue

    Hi Gurus,
    I am installing Technical content in our development box.  I have one thing to be clarified before I go further with the installation job.  I have got lots of infoobjects installed in our server eg., 0CALDAY which are again part of the technical content too.  I have got some routines working on these infoobjects for some other purpose.  If I install the 0CALDAY once again by selecting the Grouping option "data flow before and after" what would be the circuumstances.  My question is do I need to do any sort of  modifications to the objects where my 0CALDAY is refreenced after activating the Technical Content.
    Kindly clarify.
    Regards
    Visweswara

    You shouldn't need to reinstall these objects.  You can either uncheck the Install box, or check the Match box and when you install it will stop at these objects, show you the difference, and allow you to take the new version or keep the old version.
    Take care not to install in background, because this will automatically overwrite everything you have collected with the new versions, even if you uncheck the Install box.
    Bryan

  • Business content installation issue

    HI all
         when iam   installing  0customer infoobject with nesseary attribute from business content, I cannot find the infoobject 0customer in the modelling.
         after clicking the install button .. the infoobject symbol is still in grey color  and showing actuive version..
       please tel me the reason for not showing in the modelling  .
    Thank you
    regards
    pradeep

    Hi ,
    May be these infoobjects may be seen under 'unassigned nodes', when install from business content, you need to collect the infoarea and infoobject catalog also, now try to run function module(SE37)
    RSDG_IOBC_REORG
    Import parameter Value
    I_OBJVERS A
    I_PROGRESS
    I_IOBJTP *
    I_ALL_IOBJ X
    I_T_IOBJNM 0 entries
    I_BYPASS_BUFFER
    F8 -> Execute
    SAP Note 573421
    Hope this will be expedite
    Vaibhave Sharma

  • Issue  in Configuring Oracle WebCenter Content: Records

    HI,
    I have an issue in Configuring Oracle WebCenter Content: Records
    In "Records Management Setup Checklist"
         Checked-in Audit Entries Default Metadata    
         Checked-in Screening Reports Default Metadata    
         Checked-in Reservation Default Metadata
    Am not able to select the category/folder in the default check-in form for the above, and i don't see anything in the drop down also
    When i click on the Browse button of above 3..
    see Retention Schedule & favorite Schedule
    But am not able to select any of those.
    AnyOne faced this issue, pls help..
    Thanks!!!!

    The Oracle webcenter content: Records system will enable the retention schedule but it won't create any default retention category. If you want apply retention to a content then first you have to create the retention category and the disposition rule. Once you create the retention category then it will be listed under Retention Schedule. In your case complete the default configuration without applying retention, once you create retention you can apply that to those contents.
    Browse Content --> Retention Schedules --> Create Retention Category
    HTH..
    Regards,
    Manoj

  • Webcenter Content URL is NOT WORKING

    Hi All,
    I'm new to Oracle Webcenter and  installed webcenter content 11.1.1.8 in my system(Windows 7).After running Admin and managed server(UCM_server1), getting the following error while i'm going
    to connect http://localhost:16200/cs
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Please help me to resolve the issue? Thanks in advance.
    Regards
    Chandra

    Srinath is 100% correct.
    If the deployment failed, then there will very likely be some mention in the log.
    You state that you checked the log, but you didn't mention whether you found an error, no error, a successful startup, etc. you are providing painfully few details to assist.
    I would bet if you posted your .log and .out logs to Pastebin.com - #1 paste tool since 2002 and provided us links, We would be able to point out the error.
    Lacking that information, my best advice would be to re-install and double-check you're completing all steps in the correct order.
    Also, be sure to always search the product documentation first, the search this forum. For basic issues (e.g., standard installation), there is a high probability that someone else has asked that question.
    I hope that helps,
    -ryan

  • Webcenter content is not listedin VM appliance

    Hi all
    I have recently downloaded the VM appliance for SOA and BPM, Webcenter content was listed in teh contents of the VM but could not find it in the VM servver contro panel!
    how can I get that?
    thanks

    I would not suggest using the loopback ip for this. the script clearly expects an actual nic ip for this. either a bridged, nat, or self-assigned would be better than the loopback ip.
    execute ifconfig, then take the non-loopback ip and use it in your update script.
    if your vm doesn't have any nic except for the loopback, then you may not need to use this script. you may just want to update the network configurations manually.
    is there any specific reason you're doing this? do you have any issues starting and running the servers?  you can see here:
    127.0.0.1       $WCHOSTNAME localhost localhost.localdomain
    $1 $BPMHOSTNAME
    the update script will set the dns values like that.
    these are the default vars:
    WCHOSTNAME="wcbpm-vm"
    BPMHOSTNAME="soabpm-vm"
    if you push a param of 127.0.0.1 into the script, then you'll add the same entry twice into your /etc/hosts file. that's going to cause issues, most likely.
    I don't see this script listed in the configuration pdf: http://www.oracle.com/technetwork/middleware/soasuite/learnmore/soabpmvirtualboxreadme-1612068.pdf
    what is leading you to run this script? Using the VM configuration pdf, can you say exactly at which step your experience separated with what the pdf shows?
    It sounds like something may have went awry on your initial startup of the VM. Can you re-import a new VM from the OVA file? Being sure to follow the installation documentation exactly? I wouldn't expect you to run into these problems.
    -ryan

  • Learn about the Exciting New WebCenter Content 11.1.1.8 Features by Attending this Webcast on Nov 21st!

    ADVISOR WEBCAST:   WebCenter Content 11.1.1.8 Overview and Support Information
    November 21, 2013 at 11 am ET, 10 am CT, 9 am MT, 8 am PT, 5:00 pm, Europe Time (Paris, GMT+01:00)
    This one-hour session is recommended for technical and functional users who have installed or will install WebCenter Content 11.1.1.8 or would just like more information on the latest release.
    TOPICS WILL INCLUDE:
    Overview of new features and enhancements
    Installation of the new Content UI
      Upgrading from older WebCenter Content versions
    Support issues including latest patches
    Roadmap of proposed additional features
    Make sure you register and mark this date on your calendar!
    To register for this meeting
    1. Event address for attendees: https://oracleaw.webex.com/oracleaw/onstage/g.php?d=590991341&t=a
    2. Register for the meeting.
    Once the host approves your request, you will receive a confirmation email with instructions for joining the meeting.

    Hi All,
    Not sure if this is the right forum however I am not able to find the installation for Release 11gR1: 11.1.1.7.0 at http://www.oracle.com/technetwork/middleware/webcenter/content/downloads/index.html
    Any pointers where can I download from?
    Thanks

  • Webcenter Content PS5 is Released

    Hello Everyone ,
    FmW PS5 (11.1.1.6.0) is released and is now available for download from the following link :
    http://www.oracle.com/technetwork/middleware/webcenter/content/downloads/index.html?origref=http://www.oracle.com/technetwork/indexes/downloads/index.html
    Thanks
    Srinath
    Edited by: Srinath Menon on Feb 23, 2012 11:17 AM

    Srinath is 100% correct.
    If the deployment failed, then there will very likely be some mention in the log.
    You state that you checked the log, but you didn't mention whether you found an error, no error, a successful startup, etc. you are providing painfully few details to assist.
    I would bet if you posted your .log and .out logs to Pastebin.com - #1 paste tool since 2002 and provided us links, We would be able to point out the error.
    Lacking that information, my best advice would be to re-install and double-check you're completing all steps in the correct order.
    Also, be sure to always search the product documentation first, the search this forum. For basic issues (e.g., standard installation), there is a high probability that someone else has asked that question.
    I hope that helps,
    -ryan

  • Databind method call returns null in WebCenter Content Filter

    Hi,
    I have inherited some code that has an issue and I'm new to WebCenter Content and the Filters that can be added. We have a FileNameFilter class that starts off with the code
    public class CWEFileNameFilter implements FilterImplementor {
        public CWEFileNameFilter() {
            super();
        public int doFilter(Workspace workspace, DataBinder dataBinder,
                            ExecutionContext executionContext) throws DataException {
            String service = dataBinder.getLocal("IdcService");
    However, service sometimes comes back null and then the filter throws a NPE.
    My questions are:
    1) Can anyone explain what dataBinder.getLocal("IdcService"); is doing and why it could come back as null
    2) Can anyone provide any links to documentation that explains Filters and a bit more about the DataBinder object as the JavaDoc isn't much help.
    Thanks
    Marc

    Hi Marc,
    Below code will give service name for which filter is implemented  from LocalData
    String service = dataBinder.getLocal("IdcService");
    for example below
    http://localhost:16200/cs/idcplg?IdcService=DOC_INFO_BY_NAME&dDocName=1111111&IsJava
    This will print entire response data including localdata and results which are created as part of service execution. Below is snippet
    <?hda version="11.1.1.8.0PSU-2015-04-01 00:14:53Z-r126309" jcharset="UTF8" encoding="utf-8"?>
    @Properties LocalData
    DocUrl=https://localhost:16200/cs/weblayout/groups/secure/documents/test/mhdk/mjg1/1111111.pdf
    IdcService=DOC_INFO_BY_NAME
    so String service = dataBinder.getLocal("IdcService"); will be service ="DOC_INFO_BY_NAME".
    Below blog will give some idea about filter but best place to learn or start is "The Definitive Guide to Stellent Content Server Development" by Brian Huff
    http://www.redstonecontentsolutions.com/technical-blog/ucm-service-handlers-and-javafilters
    Also i would recommend reading "WebCenter Content Services Reference Guide"
    http://docs.oracle.com/cd/E23943_01/doc.1111/e11011/toc.htm
    Regards,
    Amol Gavali.

  • WebCenter Content Architecture

    Hello everyone,
    I just need an advice on how to solve a particular client's document management requirement. Need help on a good (if not best) architecture for their case.
    In a nutshell, they have satellite/offsite branches that can receive documents from their customers. They want to get those documents digitized and kept in a doc. mgmt. solution. I've looked into some implementation examples from this site: http://docs.oracle.com/cd/E10316_01/cs/cs_doc_10/implementation/wwhelp/wwhimpl/js/html/wwhelp.htm
    but there's no WCC configuration where a content contributor is outside the client's intranet (or extranet). Is it ok to just have one Content Server in the head office/data center, and the branches can connect to WCC (client-server mode) from a different geographical location? Or should there be a branch content server where scanning is available?
    Hope you can throw in some ideas.
    Thanks,
    Jason

    Thank you for the explanation! I've commented inline on some of the items.
    Well, I don't know. This very much depends on what requirements
    > get those documents digitized and kept in a doc. mgmt. solution
    and
    > a content contributor is outside the client's intranet
    really mean.
    The process basically is that customers go to either the head office or satellite branches to file an application. In order for the application to be processed, supporting documents must be presented. Currently, the client is photocopying these documents and filing away manually in cabinets. If an application needs to be reviewed again later, they need to sift through their storage.
    Since they can accept applications from different locations, scanning and indexing (or in WCC, uploading/checking-in) of documents will be outside the data center where WCC will reside.
    a) It is certainly true that WebCenter Content is a centralized, not distributed system.
    OK, noted!
    b) There are few exceptions (that might be irrelevant to your use case)
    Desktop Integration Suite supports also offline mode (for reading, but even updates of documents)
    Some news from PM suggest that the new 11.1.1.8 release will support mobile solutions, where content can be ingested even in offline mode (where a mobile device has no signal)
    The mobile support will definitely be great as some branches have limited physical space. Although, I might put this in the backburner for now.
    However, those scenarios are usually only for exceptions - you cannot expect that a remote site would work with a single DIS client and/or mobile device.c) ODDC is also a centralized solution, but you could have one ODDC server per branch, if necessary, supplemented by ODC. However, ODC/ODDC can be used only for content ingestion (scanning/importing documents, initial metadata). Once a document is committed to a content repository, it is (usually) no longer available. Besides, there is no support for scenarios like searching, revisions, content retrieval, etc.d) Even though, WCC is a centralized system, it does not mean that you could not try to implement a distributed scenario using content migration/replication (Archiver utility). There are, however, two main reasons against it:
    Costs - CPU/NUP license model is very effective for a centralized solution, because you can benefit from synergy effects of clustering. I remember a project where we had 80+ branches, altogether with 4K+ users that could run on something like 4 CPUs (eq. to 200 NUPs), if centralized
    Manageability - everyone in OCS (Oracle Consulting Services) strongly discouraged us from any distributed design. Imagine a star architecture, where you have one central node containing everything, and a number of smaller branch systems containing items "belonging" to the branch. Unless the product supports a distributed locking (check-out) you can easily end up with inconsistent data. Again, there can be exceptions - in our case, we had just one revision, data were synchronized overnight and it could never happen that data was updated by anyone, but the branch that "owned" them.
    In our case, the issue was the internet connectivity, and fortunately, we were finally able to convince the customer to solve the root cause, rather than go with an overkill architecture.
    I think the architecture can survive with just one ODDC server where branches (not that many) can connect and send scanned documents to. There are no hard requirements on revisions yet. I also need an application to actually encode the customer's application, and is thinking of a custom-made ADF application, deployed on the WLS where WCC will run on. Or can I just create pages on WCC and expose that?
    IMHO,
    > a content contributor is outside the client's intranet (or extranet)
    is not an argument for a distributed architecture.
    OK, understood.
    If your concern is security, you may install web server to DMZ. One remaining challenge might be managing user identities, but even for that there are solutions available.
    OK, I'll look into this.
    Thanks for all the inputs!

  • Customizing prebuilt taskflows for accessing webcenter content server

    Reposting from webcenter content group...
    Hi,
    We are building an application to manipulate content server objects and are thinking of two option: one is to use RIDC and build our own presentation tier. another is to use existing components such as Document Manager and customize them to suite our needs.
    So far we have not been able to find enough documentation on how to customize these out of the box components. To give an example, When a document is uploaded, we requiire to populate metadata such as author name, security group the document belongs to and so on. Another example is when a document is created we want to attach a workflow to that document.
    Are there any recommendations? If customizing existing taskflows is a better option, can you provide us links to the resources?
    We have tried Oracle documentation and some of the blogs, and everytime we run in some exception or the other. I will refrain from posting those exceptions here as our developers have raised those questions in other threads.
    Thanks and Regards
    Shridhar

    Hi Yannik,
    Thanks for your reply. we want user to input values for the metadata fields. We tried to add input fields in Upload.jsff but ran into some exceptions. One of my colleague has posted following threads on this forum.
    Re: Document Manager Task Flow Customization
    Document Manager Task Flow Customization
    Can you please point out to the resources/documents that explains how to add forms in existing taskflows? It is possible that we are looking at wrong places for the information.
    Another issue we face is when we start Jdeveloper as a customization role, JDeveloper either becomes unresponsive or or freezes when we open an XML file or JSFF file from within Webcenter Docuement Services View library. This hampers our further progress as well.
    Thanks again for your reply,
    Shridhar

  • Business Content installation error in Solman

    Hi All,
    While installing Business Content for the transactional data source "0CRM_SRV_PROCESS_H" in the Solman, I came accross the following error-
    "IC=0CRM_PRI IS=80CRM_CNFI error when checking the update rules"
    Can any one help me regarding this BC installation issue?
    Edited by: S Baruah on Sep 3, 2009 12:12 PM
    Edited by: S Baruah on Sep 3, 2009 12:14 PM

    See the error log for the same...there will be procedure to correct the same...just follow that...
    Also see if IC=0CRM_PRI IS=80CRM_CNFI are active.

Maybe you are looking for

  • I want to allocate balance qty in sql.....

    Please help me… I want to allocate balance qty in sql..... I have data like below table and expected answer in column EDIT_UP_TO_EXEPECTED_ANS. I want to edit data with validation of next process executed qty. for example in row 3rd and 4th PROCESS_E

  • Zen Micro headphone jack loosened resulting in poor earphone connect

    I have had the 5g zen micro for 9 months now and love it. My battery play time has been tremendous, I migrated to the window media player and managing my music cannot be easier, I bought some high end earphones and the sound has been off the charts.

  • The document has expected extension (.RPT) - error

    Hi All, We have come across an issue while opening a Crystal report. Below are the details of the same: - Error Message: - "This document has the expected file extension (.RPT), but seems to be corrupted. If this report used to work, try opening it w

  • 求助一个创建空间索引的问题

    我有一个空间数据的表 在创建空间索引时返回了如下的错误: 严重: Exception: ORA-29855: 执行 ODCIINDEXCREATE 例行程序时出错 ORA-13249: internal error in Spatial index: [mdidxrbd] ORA-13249: Error in Spatial index: index build failed ORA-13249: Error in spatial index: [mdrcrtxfergm] ORA-13249

  • Can I download Adobe Creative Suite 6 Design & Web Premium to my Mac and PC?

    I have purchased my CS6 last summer in August and ONLY installed it on my Mac. I wanted to install my Windows addition to my Laptop but I cannot seem to use the same serial code for both of my products. Is their any way that I can use my Mac and Lapt