Streams & OID

I can not find any good information about how Oracle Streams integrates with OID. In particular, I need to understand how the Queue and Queue agents register with OID. I have 3 Databases that I am trying to setup with Streams, 2 are OID enabled and one is not. I am getting several errors indicating in udump trace file on the first DB (which is OID enabled)
Failed to add agent cn="STRMADMIN"."CTATIC_QUEUE"@DB2.....
Failed to add agent cn="STRMADMIN"."CTATIC_QUEUE"@DB3....
DB2 is OID enabled but DB3 is not....
any ideas or can someone at Oracle point us to documentation about Queues and Streams?
thanks

Hi,
I am also new to AQ and I am trying to setup the AQ Queues in OID. I am not sure how much this many help you, but...here goes....
The Advanced Queue entries are stored under cn=<ORACLE_SID>,cn=OracleContext in an OID. E.g: cn=OracleDBQueues, cn=<ORACLE_SID>,cn=OracleContext.
I have started a Queue using the steps ( standard off-the-book steps ) :
1. CONNECT system/manager
2. CREATE USER aq IDENTIFIED BY aq;
3. GRANT Aq_administrator_role TO aq;
4. EXECUTE DBMS_AQADM.CREATE_QUEUE_TABLE ( Queue_table => 'aq.objmsgs_qtab', Queue_payload_type =>'RAW');
5. EXECUTE DBMS_AQADM.CREATE_QUEUE (Queue_name=> aq.msg_queue',Queue_table=>'aq.objmsgs_qtab');
6. EXECUTE DBMS_AQADM.START_QUEUE (Queue_name =>'aq.msg_queue',Enqueue=> TRUE);
At this point, this queue should have appeared under cn=OracleDBQueues, cn=<ORACLE_SID>,cn=OracleContext as cn=aq.msg_queue,cn=OracleDBQueues, cn=<ORACLE_SID>,cn=OracleContext. However, I don't see anything under cn=OracleDBQueues.
After scrougin Metalink, I discovered that SSL should be configured between the database and OID server.
I am currently looking at these three Metalink Notes :
1. Metalink Note:294059.1: AQ Queues In Database Are Not Populated In OID
2. Metalink Note:178714.1: Configuration and Test of OID with SSL
3. Metalink Note:304255.1: How to Send OID Change Messages to a Queue
I haven't tried Streams.....
I am also badly looking for a good document / WhitePaper that details the steps for making an OID the Central Repository to store Queues, Agents, etc.
Regards,
Sandeep

Similar Messages

  • Register Oracle Streams with OID

    I'm trying to setup an Oracle Streams environment that registers queues with OID. I have the db registered, and set global_toppic_enabled=true. DB is in archivemode. When I try to setup a queue with:
    BEGIN
    DBMS_STREAMS_ADM.SET_UP_QUEUE(
    queue_table => 'STREAMS_QUEUE_TABLE',
    queue_name => 'STREAMS_QUEUE',
    queue_user => 'STRMADMIN');
    END;
    I get
    Error report:
    ORA-00600: internal error code, arguments: [kcbgtcr_5], [52583], [4], [0], [], [], [], []
    ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 739
    ORA-06512: at line 2
    00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
    *Cause:    This is the generic internal error number for Oracle program
    exceptions.     This indicates that a process has encountered an
    exceptional condition.
    *Action:   Report as a bug - the first argument is the internal error number
    Has anyone run into this? I searched metalink, but couldn't find anything. I'm running 10.2.0.1 on Windows 2K.
    Thanks in advance.

    I never use streams with OID but check Bug 4996133 - OERI[kcbgtcr_5] updating an IOT in RAC environment.
    I would consider to upgrade db to 10.2.0.3 - it is first really stable release of 10gR2
    Regards,
    Serge

  • WebCenter Portal application with OID

    Can someone show the way to resolve the below Challenge?
    Intention: Integrate OID User repository with Oracle WebCenter Portal application
    Sequence of steps followed:
    1) We have created a new provider under WLS and made the control flag to sufficient,
    2) Reorder the OID Provider with the default provider and changed the default provider control flag to optional
    3) Created new WebCenter Portal application(with the default webcenter framework template) and deployed into custom managed server
    4) Now iam able to login to the sample portal application with the OID Users
    Challenge: i can able to get the administration tab in the application(Sample deployed application) by making the OID Group as a Administrator role, but if i go to the security tab under the webcenter framework administration option it is not fetching any user/group list from OID+*,
    it is showing the popup message like "An unknown error occured during data streaming, Ask your system administrator to inspect the server side logs "
    and here are the logs from custom managed server,
    <Jun 21, 2012 8:40:46 AM CEST> <Warning> <oracle.adfinternal.view.faces.lifecycle.LifecycleImpl>; <BEA-000000> <ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    javax.el.ELException: java.lang.NullPointerException
    at javax.el.BeanELResolver.getValue(BeanELResolver.java:298)
    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
    at com.sun.el.parser.AstEqual.getValue(AstEqual.java:54)
    at com.sun.el.parser.AstAnd.getValue(AstAnd.java:59)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.getBooleanProperty(UIXComponentBase.java:1204)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.isRendered(UIXComponentBase.java:423)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:154)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:213)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:343)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:406)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.renderDataCell(BaseColumnRenderer.java:1386)
    at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.encodeAll(BaseColumnRenderer.java:104)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:406)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.renderDataBlockRows(TableRenderer.java:1957)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderSingleDataBlock(TableRenderer.java:1618)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._handleDataFetch(TableRenderer.java:1022)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.encodeAll(TableRenderer.java:506)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:538)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938)
    at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils$EncodeChildVisitCallback.visit(InvokeOnComponentUtils.java:113)
    at org.apache.myfaces.trinidadinternal.context.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:222)
    at org.apache.myfaces.trinidad.component.UIXIterator.visitTree(UIXIterator.java:251)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at oracle.adf.view.rich.component.rich.RichDocument.visitTree(RichDocument.java:198)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils.renderChild(InvokeOnComponentUtils.java:43)
    at oracle.adfinternal.view.faces.streaming.StreamingDataManager._pprComponent(StreamingDataManager.java:757)
    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.execute(StreamingDataManager.java:525)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:3607)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1508)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:938)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:267)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:191)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:258)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    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:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:34)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:45)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    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:57)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    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:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    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)
    Caused By: java.lang.NullPointerException
    at oracle.webcenter.security.common.WCGroup.<init>(WCGroup.java:74)
    at oracle.webcenter.security.common.IdentityWrapper.getGroup(IdentityWrapper.java:183)
    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 javax.el.BeanELResolver.getValue(BeanELResolver.java:293)
    at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
    at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
    at com.sun.el.parser.AstValue.getValue(AstValue.java:138)
    at com.sun.el.parser.AstEqual.getValue(AstEqual.java:54)
    at com.sun.el.parser.AstAnd.getValue(AstAnd.java:59)
    at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:206)
    at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:68)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.getBooleanProperty(UIXComponentBase.java:1204)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.isRendered(UIXComponentBase.java:423)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:154)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:213)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:343)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.renderDataCell(BaseColumnRenderer.java:1386)
    at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer.encodeAll(BaseColumnRenderer.java:104)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
    at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:2633)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.renderDataBlockRows(TableRenderer.java:1957)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._renderSingleDataBlock(TableRenderer.java:1618)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer._handleDataFetch(TableRenderer.java:1020)
    at oracle.adfinternal.view.faces.renderkit.rich.TableRenderer.encodeAll(TableRenderer.java:506)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:538)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils$EncodeChildVisitCallback.visit(InvokeOnComponentUtils.java:113)
    at org.apache.myfaces.trinidadinternal.context.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:222)
    at org.apache.myfaces.trinidad.component.UIXIterator.visitTree(UIXIterator.java:251)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:326)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at oracle.adf.view.rich.component.rich.RichDocument.visitTree(RichDocument.java:198)
    at org.apache.myfaces.trinidad.component.UIXComponent.visitTree(UIXComponent.java:443)
    at oracle.adfinternal.view.faces.util.rich.InvokeOnComponentUtils.renderChild(InvokeOnComponentUtils.java:43)
    at oracle.adfinternal.view.faces.streaming.StreamingDataManager._pprComponent(StreamingDataManager.java:756)
    at oracle.adfinternal.view.faces.streaming.StreamingDataManager.execute(StreamingDataManager.java:525)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:3606)
    at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1508)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1396)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
    at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.renderView(CustomViewHandler.java:258)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    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.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    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.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
    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 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)
    Edited by: ngsankar on Jun 21, 2012 9:55 AM

    Do you have same more logs? Maybe in AdminServer?
    When you get
    ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
    javax.el.ELException: java.lang.NullPointerException
    Usually is a error that you isn't catched in some class and you get error in your jspx page.

  • OID Install fails - Cannot connect to database.

    Hi there,
    I am trying to install OID onto a Weblogic domain.
    The server is running OEL 5.8.
    Weblogic version 10.3.5.
    OID 11.1.1.6.
    I ran the RCU, and had no issues. I then installed OID with no problems. I then tried to install OVD, but created it with a different instance home by mistake. I then removed OID and OVD, removed the schemas and removed the domain from Weblogic.
    I ran the RCU again, configured just for OID, and ran the installer for OID.
    The installer goes through all checks and "installation", but crashes during configuration. The step that creates Oracle Internet Directory fails. When checking the log file:
    [2013-02-25T22:00:33.618+02:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] reportStartConfigAction: EXIT........
    [2013-02-25T22:00:33.618+02:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Start of create component
    [2013-02-25T22:00:33.781+02:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Action for the oid1 is CREATE
    [2013-02-25T22:00:33.782+02:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Trying to create the component oid1
    [2013-02-25T22:00:33.999+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] OID onCreate....[[
    [2013-02-25T22:00:34.364+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Cmd: /u01/app/oracle/product/fusion11g/Oracle_IDM//bin/oidctl connect=OIDDB server=OIDLDAPD inst=1 delete
    [2013-02-25T22:00:34.412+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Error Stream: NLS_LANG not set in environment
    [2013-02-25T22:00:34.412+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Error Stream: Setting NLS_LANG to AMERICAN_AMERICA.AL32UTF8
    *[2013-02-25T22:00:34.416+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Error Stream: Could not connect to the Database.*
    [2013-02-25T22:00:34.426+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Moving Directory /u01/app/oracle/product/fusion11g/asinst_1/diagnostics/logs/OID/oid1
    [2013-02-25T22:00:34.427+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Num of OIDs: 1
    [2013-02-25T22:00:34.427+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Deleting file /u01/app/oracle/product/fusion11g/asinst_1/config/tnsnames.ora
    [2013-02-25T22:00:34.427+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Deleting file /u01/app/oracle/product/fusion11g/asinst_1/config/tnsnames_copy.ora
    [2013-02-25T22:00:34.427+02:00] [as] [NOTIFICATION] [] [oracle.as.config] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] Deleting file /u01/app/oracle/product/fusion11g/asinst_1/OID/admin
    [2013-02-25T22:00:41.523+02:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [[
    oracle.as.config.ProvisionException: Exception in onCreate()
         at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:235)
         at oracle.as.config.impl.OracleASComponentBaseImpl.createComponent(OracleASComponentBaseImpl.java:597)
         at oracle.as.config.impl.OracleASComponentBaseImpl.create(OracleASComponentBaseImpl.java:106)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:144)
         at oracle.as.provisioning.fmwadmin.ASComponentProv.createComponent(ASComponentProv.java:73)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createComponent(ASInstanceProv.java:401)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createComponent(ASInstanceProv.java:358)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:136)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.IdMDirectoryServicesManager.doExecute(IdMDirectoryServicesManager.java:874)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.config.ProvisionException: Error getting free Non-SSL ports oracle.as.config.ProvisionException: Specified NonSSLPort: 389 not free
         at oracle.iam.management.oid.install.wls.OIDComponent._setNonsslPort(OIDComponent.java:271)
         at oracle.iam.management.oid.install.wls.OIDComponent.onCreate(OIDComponent.java:116)
         ... 20 more
    [2013-02-25T22:00:41.523+02:00] [as] [TRACE:16] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [SRC_CLASS: IdMProvisioningEventListener] [SRC_METHOD: onConfigurationError] ENTRY ca90f105-b68c-46e5-98b5-84720a3f83f1
    [2013-02-25T22:00:41.523+02:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2013-02-25T22:00:41.524+02:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID ca90f105-b68c-46e5-98b5-84720a3f83f1
    [2013-02-25T22:00:41.525+02:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35076
    [2013-02-25T22:00:41.525+02:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error creating ASComponent oid1.
    Cause:
    An internal operation has failed: Exception in onCreate()
    Action:
    See logs for more details.
    [2013-02-25T22:00:41.526+02:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 36] [ecid: 0000JoIr7XZ4ulI6yrnZ6G1HAvTC00000R,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError]
    I have searched through documentation and blogs, and cannot seem to find where the issue lies. Like I said, it seems to connect fine during the install, just once it gets to the configuration that it bums out.
    Does anyone have an idea on what might be happening here? I might be making a really stupid mistake :)
    Thanks in advance!
    Kevin
    Edited by: 990245 on Feb 25, 2013 1:15 PM

    if MS is really doing good job then such things (scCm on remote sql) should be easy for us with proper docs. Cheers!
    The docs are "proper". They give you all the technical details needed. They assume however that you know how to translate the stated requirements, like the ports necessary (as documented at
    http://technet.microsoft.com/en-us/library/hh427328.aspx ), into the environment you are working in. They cannot give you a click by click guide because that would only be applicable to
    generic lab environments.
    Sorry that that may sound a bit harsh, but it is reality. They simply have no idea what customer networking environments actually look like as the possibilities are simply unbounded. They must rely on the implementer being able to take the core technical
    requirements and implement them for the uniqueness of the environment they are working in. In most cases, this is generally straight-forward, but there is a great deal of variety in the real-world.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Using OID for tnsnames saving

    Hello.
    I want to use OID as a single point for tnsnames saving. So, I has installed OID without WebLogic Domain from Oracle Identity Management 11.1.1.2.0 for Linux x86 64. DB for OID is 11.1.0.7.0.
    As it seems, OID works, "bind successfull" and etc. But I can't tnsping any of descriptor, which has already been wrote into LDAP.
    This is ldap search for descriptor s1
    [oracle@s1db01 ~]$ ldapsearch -s sub "cn=s1" -p 3060 -h 10.128.164.139 -D "cn=orcladmin" -q
    Please enter bind password:
    cn=s1,cn=OracleContext,dc=fc,dc=uralsibbank,dc=ru
    objectclass=top
    objectclass=orclNetService
    cn=s1
    orclnetdescstring=(DESCRIPTION=(SOURCE_ROUTE=OFF)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.128.164.139)(PORT=1521)))(CONNECT_DATA=(SID=s1)(SRVR=DEDICATED)))
    This is tnsping trace
    nlstdipi: entry
    nlstdipi: exit
    nnfun2awanm: entry
    nnfgiinit: entry
    nncpcin_maybe_init: first request sent to name server will have ID 0
    nncpcin_maybe_init: initial retry timeout for all name servers is 1500 csecs
    nncpcin_maybe_init: max request retries per name server is 1
    nngsini_init_streams: initializing stream subsystem, cache size is 10
    snsgblini: Max no of descriptors supported is 65536
    snsgblini: exit
    nngtini_init_msg: initializing PDU subsystem, initial pool size is 2
    nncpcin_maybe_init: default name server domain is [root]
    nnfgiinit: Installing read path
    nnfgsrsp: entry
    nnfgsrsp: Obtaining path parameter from names.directory_path or native_names.directory_path
    nnfgsrdp: entry
    nnfgsrdp: Setting path:
    nnfgsrdp: checking element LDAP
    nnfgsrdp: Path set
    nnfun2a: entry
    nlolgobj: entry
    nnfgrne: entry
    nnfgrne: Going though read path adapters
    nnfgrne: Switching to LDAP adapter
    nnflboot: entry
    nnflcgc: entry
    nnflobc: entry
    nnflobc: initialized new connection ctx 1e27ad30
    nnflgcp: entry
    nnfloiddisco: entry
    nnflgetnlpactx: entry
    nlpaxini: entry
    nlpaxini: exit
    nnflgetnlpactx: NLPA context successfuly initialized
    nnflgetnlpactx: exit
    nztysgs_genseed: entry
    exit
    nzddri_init: entry
    nztysgs_genseed: entry
    exit
    nnfloidinfocache: entry
    nnfloidinfocache: Info: Inserted value DIRECTORY_SERVER_TYPE=OID at index 0 into NLPA_CACHE
    nnfloidinfocache: entry
    nnfloidinfocache: Info: Inserted value DIRECTORY_CONNECT_METHOD=NONE at index 0 into NLPA_CACHE
    nnfloidinfocache: entry
    nnfloidinfocache: Info: Inserted value DIRECTORY_SERVSSL=s1db01:3131 at index 0 into NLPA_CACHE
    nnfloidinfocache: entry
    nnfloidinfocache: Info: Inserted value DIRECTORY_SERVERS=s1db01:3060 at index 0 into NLPA_CACHE
    nnfloidinfocache: entry
    nnfloidinfocache: Info: Inserted value DIRECTORY_SERVER_TYPE=OID at index 0 into NLPA_CACHE
    nnfloidinfocache: entry
    nnfloidinfocache: Info: Inserted value DEFAULT_ADMIN_CONTEXT=dc=fc,dc=uralsibbank,dc=ru at index 0 into NLPA_CACHE
    nnfloidinfocache: entry
    nnfloidinfocache: Attempt to discover CONTEXT_MAP from OID API failed with code 0
    nnflctxmap: entry
    nnflctxmap: cannot get contextMap: 408
    nnfloiddisco: exit
    nnflgcp: exit
    nnflobc: directory server type is 1
    nnflgcp: entry
    nnflgcp: can't get config parameter PRIMSVR_CONNRETRY_EXPTIME
    nnflgcp: exit
    nnflgcp: entry
    nnflgcp: exit
    nnflrlc: entry
    nnfldlc: entry
    nnfldlc: exit
    nnflpsl: entry
    nnflgcp: entry
    nnflgcp: exit
    nnflpsl: No connect method found.
    nnflgcp: entry
    nnflgcp: exit
    nnflpsl: host = 's1db01'
    nnflpsl: port = 3060
    nnflpsl: exit
    nnflilc: entry
    nnflilc: Opening sync conn to s1db01:3060
    nnflalc: entry
    nnflalc: bind <null> returns 0x0
    nnflalc: exit
    nnflilc: exit
    nnflrlc: exit
    nnflobc: exit
    nnflcgc: exit
    nnflboot: exit
    nnfln2a: entry
    nnflcgc: entry
    nnflcgc: exit
    nnflrne1: entry
    nnfln2x: entry
    nnfln2x: exit
    nnflrne1: Quering the directory for dn: cn=s1,cn=OracleContext,dc=fc,dc=uralsibbank,dc=ru
    nnflqbf: entry
    nnflqbf: Search: Attrs[0]: objectclass
    nnflqbf: Search: Base: cn=s1,cn=OracleContext,dc=fc,dc=uralsibbank,dc=ru; Scope: 0; filter: (objectclass=*) returns 0x30
    nnflqbf: exit
    nnflrne1: exit
    nnfldlc: entry
    nnfldlc: exit
    nnfln2a: exit
    nnfgrne: Query unsuccessful, skipping to next adapter
    nnfgrne: exit
    nnfun2a: address for name "s1" not found
    nnfun2awanm: Getting the path of sqlnet.ora
    nnfun2awanm: Getting the path of local and system tnsnames.ora
    nnfun2awanm: exit
    What is wrong? Any ideas?
    Thanks in advance.

    So.... If you wanna do something, it would be better do it by yourself.
    The problem was in port confguration and anonymous bind flag.
    ldapmodify -U 1 -p 3131 -h s1db03 -D "cn=orcladmin" -q -v <<EOF
    dn: cn=asinst1_oid1_1_s1db03.fc.uralsibbank.ru,cn=osdldapd,cn=subregistrysubentry
    changetype: modify
    replace: orclnonsslport
    orclnonsslport: 44016
    EOF
    ldapmodify -U 1 -p 3131 -h s1db03 -D "cn=orcladmin" -qn -v <<EOF
    dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry
    changetype: modify
    replace: orclnonsslport
    orclnonsslport: 44016
    EOF
    ldapmodify -U 1 -p 3131 -h s1db03 -D "cn=orcladmin" -q -v <<EOF
    dn: cn=asinst1_oid1_1_s1db03.fc.uralsibbank.ru,cn=osdldapd,cn=subregistrysubentry
    changetype: modify
    replace: orclsslport
    orclsslport: 44017
    EOF
    ldapmodify -U 1 -p 3131 -h s1db03 -D "cn=orcladmin" -q -v <<EOF
    dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry
    changetype: modify
    replace: orclsslport
    orclsslport: 44017
    EOF
    And...
    ldapmodify -p 44016 -h s1db03 -D "cn=orcladmin" -q -v <<EOF
    dn: cn=oid1,cn=osdldapd,cn=subconfigsubentry
    changetype: modify
    replace: orclanonymousbindsflag
    orclanonymousbindsflag: 1
    EOF
    ldapmodify -p 44016 -h s1db03 -D "cn=orcladmin" -q -v <<EOF
    dn: cn=asinst1_oid1_1_s1db03.fc.uralsibbank.ru,cn=osdldapd,cn=subregistrysubentry
    changetype: modify
    replace: orclanonymousbindsflag
    orclanonymousbindsflag: 1
    EOF
    And in addition I have changed /etc/services by adding lines with ssl and non-ssl ports.

  • Large buffer memory OID

    Hi All,
    Got to know from my colleague that below IOS and MIB are running on modular IOS (VZ image), hence, the SNMP objects ciscoMemoryPoolUsed and ciscoMemoryPoolFree report specifically on the 'ios-base' statistics as is seen in the output of "show memory detailed ios-base statistics”, and not the total processor and I/O memory available in the system. In fact, this is an expected behavior in modular IOS,
    SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.896 (s72033-ipservicesk9_wan-vz.122-33.SXI7)
    SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.657 (s72033-ipservicesk9_wan-vz.122-33.SXI2)
    SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.832 (s72033-ipservicesk9_wan-vz.122-33.SXI2)
    However, does anyone know the exact OID for 'Large buffers' in Public buffer pools?
    Show buffers
    Switch#sh buffers
    Buffer elements:
         495 in free list (500 max allowed)
         1613438366 hits, 0 misses, 0 created
    Public buffer pools:
    Small buffers, 104 bytes (total 1024, permanent 1024):
         943 in free list (128 min, 2048 max allowed)
         225564301 hits, 0 misses, 0 trims, 0 created
         0 failures (0 no memory)
    Medium buffers, 256 bytes (total 3000, permanent 3000):
         2997 in free list (64 min, 3000 max allowed)
         1364429398 hits, 0 misses, 0 trims, 0 created
         0 failures (0 no memory)
    Middle buffers, 600 bytes (total 512, permanent 512):
         502 in free list (64 min, 1024 max allowed)
         1059385296 hits, 0 misses, 0 trims, 0 created
         0 failures (0 no memory)
    Big buffers, 1536 bytes (total 1000, permanent 1000):
         992 in free list (64 min, 1000 max allowed)
         779183877 hits, 0 misses, 0 trims, 0 created
         0 failures (0 no memory)
    VeryBig buffers, 4520 bytes (total 10, permanent 10, peak 12 @ 7w0d):
         10 in free list (0 min, 100 max allowed)
         6716997 hits, 13 misses, 6 trims, 6 created
         13 failures (0 no memory)
    Large buffers, 9240 bytes (total 8, permanent 8):
         8 in free list (0 min, 10 max allowed)
         22562420 hits, 0 misses, 0 trims, 0 created
         0 failures (0 no memory)
    Huge buffers, 18024 bytes (total 2, permanent 2, peak 10 @ 7w0d):
         2 in free list (0 min, 4 max allowed)
         319767 hits, 13 misses, 26 trims, 26 created
         0 failures (0 no memory)
    Many thanks,
    Tang

    As far as I am aware, increasing the page buffer has little to no effect on the client side.
    It just determines how much of the page is generated before you start sending it to the client.
    The main delay will be in network latency - not in the buffer.
    Are there any other consideration for large buffer sizes?Once the buffer is full and flushed, the response is committed.
    Once the response is committed, you can't issue a forward/redirect.
    Also if an exception occurs, Tomcat will just stop sending the data, and log an error to the output stream.
    No error message gets sent to the client, because the page was already committed.

  • Issues with OID server

    While trying to start the OID server using opmnctl..I am seeing the following issues in the
    DispatcherListener: sgslunlListen: Listen failed, OS error = (98)
    DispatcherListener: Listen on (IPV4) NON SSL port = 389 failed, ignoring ...
    After OID server is started, when I do ' netstat -an | grep 389 ' I could see the following error in the oidldapd01-0001.log
    tcp 0 0 :::389 :::* LIST EN
    unix 3 [ ] STREAM CONNECTED 542750389 /tmp/orbit-root/linc -662a-0-59f324c447e02
    From the above o/p an other process is using the port 389. So I tried to run the following command under Oracle_Home/bin
    oidctl connect=odidb server=oidldapd instance=1 config=0 flags='-p 3060' start
    Now after running the above oidctl command I could see the following error in the oidldapd01-0001.log
    DispatcherListener: sgslunlListen: Listen failed, OS error = (98)
    DispatcherListener: Listen on (IPV4) NON SSL port = 3060 failed, ignoring ...
    If anybody is aware of this issue.. please let me know. Thank you.

    Running Linux (or another, IPV6 enabled platform) by any change? Check if IPV4 is still enabled; many distro's don't do both

  • How I was able to install Windows 10 on HP Stream 13 (32GB SSD)

    I wanted to install windows 10 on my Stream 13 (only 32 GB SSD). With the recovery partition and windows 8.1 plus all updates i was left with not nearly enough space to install Windows 10.  After a few failures I was able to make this work and this is how. My solution to the problem. This is not to say that a easier one may turn up but this is the only thing that worked for me. *Compleate a fresh recovery to create as clean of a install as posible*Install all updates*use the Media creation tool to create a USB for the instal.https://www.microsoft.com/en-us/software-download/windows10*On another USB I created a copy of the system recovery (because my goal was to delete the recovery partition after installing windows 10 and save some much needed space)*Click on the setup on the USB made from the media creation tool (dont boot in to it this time and run a full clean install or windows will not recognise your 8.1 key). follow the directions to upgrade your pc. *Somewhere here i was told that i didnt have enough space on my  computer but was given an option to select an additional drive or USB to compleate the upgrade. I used my micro SD but had the option to use a USB thumb drive as well.  Just plug one in with enough space, refresh and select the one you want.*once done I was running a upgraded version of windows 10. and all was well.  Now at this point my hardware was recognized for Windows 10 and I can reinstall all I want.*Personally at this point i didnt want the 7GB windows 8 recovery paertition just sitting there. *I now ran the USB made by the media creation tool to run a full clean install of windows 10. During that process I was able to format the C: drive and additionaly the recovery partition (but not remove it yet)  There are plenty of youtube videos on how to run this clean install with step by step help.*once windows 10 was back up I used DISKPART to remove the recovery partition and then went back in to Disk Management to expand the main partition to fill the remaining empty space on the SSD.  Again there are many great videos and posts on how to run DISKPART and Disk Management. Sounds rough but was very simple and done very fast. *Lastly ran all updates and followed a little guide from HP on how to make sure you have all the right GP drivers up and going on a Clean install. near the bottom you will see Steps to take after upgrading to windows 10. *Now DO NOT LOOSE that USB recovery tool you made because that can always get you back to factory settings.  http://h20565.www2.hp.com/hpsc/doc/public/display?sp4ts.oid=5071171&docId=emr_na-c04734799&docLocale=en_US  Sorry if any of this is unclear but when I was trying to get this to work I could nto find anything with the steps to take and I ended up having to use the system recovery USB i made time and time again to start again.       EDIT:  I have am HP Stream 13 that came with 8.1   The hard drive ont hese things is not large enough to compleate the upgrade to windows 10. So i preformed a clean install from a USB.  Now i have 10 and it is not activated.  NOW I read that you MUSST preform the upgrade first in order for windows to detect your hardware and register it as valis for the free windows 10.   BUT since upgrade was not posible I have a windows 8.1 key that is useless since there is no service to change the key to a windows 10 key..   This is insane. these laptops are being advertisd with the free upgrade to windows 10 yet are not able to be upgraded.  Not sure what to do now.    I am running a new HP stream 13 touchscreen with windows 8.1 I want to upgrade to windows 10 before I am back to school (before i have to install all kinds of software and files) Obciously the Stream does not have enough SSD left to preform the upgrade.  I have created a clean install USB thumb drive but am worried about using it.  From what i have read the recovery partition that is not deleteable houses files that the system accesses. When i do a Clean install wiping the C drive (but not the partition) will everything work? will i loose the use of that partition space forever?   and lastly I used a program to access my windows key since it is located in the bios not on a sticker but I want to know if anyone else has done this and did it auto detect? or did they run in to any problems.  Sorry if this is all posted somewhere else but i am not finding any information at all.  EDIT!   I do have a USB recovery that i can use if i must to windows 8.1    I installed 10 from a USB and it is workign fine other than it is now saying my KEY isnt valid for this clean install. How do i convert my 8.1 key to a key that will work for 10? I cant see myself buying a new key from microsoft when the laptop was sold with an advert saying free upgrade to 10.   It isnt posible to do a upgrade because of the space required for the upgrade to do its work. this is a real pain. 

    OMG, what a pain in the neck.  I bought a brand new Stream 13, got it on saturday.  Fired it up, and it immediately wants to upgrade to Win10, which is great.  But, I run it through windows update and it fails, 5 times in a row.  Doesn't really give you an explanation, except update failed.  Thanks a lot So, I download Win10 from MSFT, and put it on a USB, but that fails too, first, the machine refuses to boot off of a USB drive.  If I run the update directly (setup.exe off of the USB, it fails too, but this time telling me I don't have enough drive space. So, i called HP support, remember this PC is 5 hours old at this point.  I got the runaround like i've never seen before.   I talked to 7 different people over a 95 minute perioud, none of whom could help me.  The last person wanted me to pay for a support subscription plan.  Yeah, I am gonna do that for a $200 laptop.
    At one point it gives you the option to specify another drive to store the backup of the old OS on.  I tried that, but then later in the upgrade process it says to insert removable media, with an OK and Cancel button. I assume it is looking for that other drive...But it is in there, but apparently it can't find it. So, then i downloaded the ISO from MSFT and made my own USB.  Still won't boot off of it.  Tried running setup.exe but that fails too. Then I copied all the setup files to the micro-SD, and run setup from there.  One thing that the setup does is it asks to download additional updates.  I chose NO, and what do you know, I got one of the insider builds of windows 10 (10162) installed!  But, it is very broken, and can't even get to the store. So, I go to windows update to see if it will move to 10120 (the retail build), but no luck, it tells me my account isn't signed up for windows insider (this is my daughter's PC).  So, i sign her up, but now it won't find any new updates.  SO, I log to the laptop wil MY account, and now it finds 101240!!!! But, when I try to run it, it tell me I need more free space.  now mind you, i haven't installed a single thing, haven't copied a single file, but I am several hundred megabytes short.  I did try the option with storing the old OS files on a different drive, but got the "insert removable media - Ok/Cancel" again.  Arrgggghhhh.  I have removed my daughter's login from the machine, and have now reclaimed just barely enough space to make the upgrade happy. So, this is where I am at for the moment.  Next I will try DiskPart to add the 7GB of recovery space to the C drive, i bet it works then. I give this today only, and if I can't figure out, it goes back to HP, and I'll spend a little more money and get something with more than 21GB of HDD.  Really, shouldn't HP just put the recovery partition on a USB thumb drive and include that with the PC ???? Frustrated in Denver.

  • OID/Linux and Netsacpe Java SDK don't play nice

    Here's a brief description of the problem. We are developing with the Netscape LDAP SDK for Java connecting to OID on Linux and deploying on Solaris. The problem I'm discussing here doesn't happen on Solaris. All access to the LDAP server is being funelled through one connection (please don't ask, I didn't design it).
    Lets call an add, modify, delete or read an "action," for the sake of convenience. When an ldapjdk.jar client connects to an OID server, it can perform 32764 "actions." On the 32765th, it blocks forever waiting for OID server to return. Ok, the obvious solution is to implement a timeout and try again. Did that and it doesn't work. Ok, lets try dropping the connection at a watermark (say 30000 actions) and establishing a new one. Nope, still doesn't work. At the 32765 actions per client machine mark, it blocks forever.
    Dumping the threads on the client side gives us something like the following:
    main:
    [1] java.lang.Object.wait (native method)
    [2] java.lang.Object.wait (Object.java:424)
    [3] netscape.ldap.LDAPMessageQueue.waitForMessage (LDAPMessageQueue.java:179)
    [4] netscape.ldap.LDAPMessageQueue.nextMessage (LDAPMessageQueue.java:101)
    [5] netscape.ldap.LDAPSearchListener.nextMessage (LDAPSearchListener.java:86)
    [6] netscape.ldap.LDAPConnection.search (LDAPConnection.java:2584)
    [7] netscape.ldap.LDAPConnection.read (LDAPConnection.java:2104)
    [8] netscape.ldap.LDAPConnection.read (LDAPConnection.java:2098)
    [9] ReadLockTest.run_test (ReadLockTest.java:96)
    [10] ReadLockTest.run (ReadLockTest.java:49)
    [11] ReadLockTest.main (ReadLockTest.java:25)
    LDAPConnThread chakotay:389:
    [1] java.net.SocketInputStream.socketRead (native method)
    [2] java.net.SocketInputStream.read (SocketInputStream.java:90)
    [3] java.io.BufferedInputStream.fill (BufferedInputStream.java:190)
    [4] java.io.BufferedInputStream.read (BufferedInputStream.java:208)
    [5] netscape.ldap.ber.stream.BERElement.getElement (BERElement.java:101)
    [6] netscape.ldap.LDAPConnThread.run (LDAPConnThread.java:420)
    Not much help there. I turned on all debugging on the OID server and got massive amounts of data back (and the server slowed to a crawl. :-] ). They all show the choke happening after gsldfb_FetchBaseObjs, and before leaving gslfcfdRefreshRootDSE. The last request (the 32765th) has started, but
    never completes. I can provide parts of the logs on request.
    Has anyone else encountered this problem?
    Thanks.
    Glenn McAllister
    SOMA Networks, Inc.

    Hello Glen:
    I have not seen this before. Sounds like you have done a thorough job troubleshooting this and this may be a bug. If you are able, I would like you to file a trouble report at our Oracle Support web site:
    http://www.oracle.com/support/metalink/index.html
    Thanks,
    Jay
    null

  • Stream 8 tablet location does not work on T-mobile broadband

    On my HP Stream 8 tablet, location works fine with GPS only (GNSS on; Mobile Broadband, Wi-Fi, and Bluetooth off).
    However, if I turn on Mobile Broadband and connect to T-Mobile and turn off GNSS (or GNSS on inside where there is no GPS signal) and keep Wi-Fi and Bluetooth off, the location gives very odd results.  Last week the map showed Phoenix as my location (I am actually located in San Francisco).  This week, it gives Brentwood or Clayton, CA, both more than 30 miles away.
    HP tech support said call T-Mobile.  T-Mobile said they had occasionally seen equally odd locations.
    I went to a nearby T-Mobile store.  They had a Samsung Galaxy Tab 4 which always gave a correct location, within 100 feet using T-Mobile alone.  Manually moving the map to a different location in an attempt to confuse it and turning it on and off, it would still find the correct location.  No surprise there, my three year old Virgin Mobile LG android cell phone does just as good a job at finding locations.
    (The T-mobile store also had an iPad Mini 3 that I was able to confuse.  On T-Mobile alone and clicking on My Location in maps, it produced a grid that was blank except for a line saying that it was unable to find a location, no info or link to what to do next.  The T-Mobile store did not have a Stream 8.  The Microsoft Store has a Stream 8 but it is not connected to Mobile Broadband.)
    Does anyone else have this problem?  Is my unit defective? There  are times that a GPS signal is unavailable and a T-mobile broadband signal is available, and it seems that this unit should be able to find a location at least as well as my cell phone.
    Thanks.

    I see the same basic results, wifi=off, bluetooth=off, gnss=off, t-mobile=on. Open win8.1 map-app shows my location in LA south of the 101/110 junction. I'm in SF Bay area near San Jose about 400 miles away. Turn on wifi and map-app shows me at my real address. With t-moile only, opened win8.1 IE, went to www.bing.com/maps location also shows LA.
    My only t-mobile account is the stream8 free 200mb/month data plan, don't think they have my real address anywhere. My t-mobile "phone" number is 720 area code in the Denver area. No idea why middle of LA is the t-mobile location. Must be a "feature, not a bug".

  • Internet Streams in Playlists do not show up on Apple TV

    I use the following setup:
    - Apple TV MD199LL/A (Software 6.0.1) just updated to the latest
    - iTunes 11.1.3 for Windows (from a Windows 7 x64)
    - iTunes 11.1.3 for MAC (from a Apple MacBook Pro x64, Maverix)
    Homesharing is turned on both computers
    From both machines I share pictures, videos and music.
    All photos, videos and music files are getting displayed  on the Apple TV menu, and can be played.
    All iTunes playlists from both machines are  getting displazed on the Apple TV
    BUT!
    If a internet stream is added to a playlist, this entry does not show on the Apple TV menu.
    If the playlist contains only internet streams the Apple TV menu says "There are no songs in this library"
    If I hit the play key on my remote, it  will randomly play the first stream in the playlist (not realy reproducable pattern)
    I can play those streams in iTunes and send it via AirPlay without problems,
    Can anyone help me with this and tell me what I'm doing wrong?
    Thank you

    You can only view that rental on the iPad. For it to show up it has to be rented directly on ATV or through a computer and streamed via home sharing

  • How can I move photos from my album to a photo stream to make space on my iphone

    My phone says I dont have enough space to update to iOs 7.0.3 and I am trying to clear pictures and just put them in an iCloud photo stream so Ic an take them off my phone and create the space.  How can I do this

    https://discussions.apple.com/message/16881894#16881894
    2 way to get the icon...
    Finder>Preferences>General, check what you want to show on Desktop.
    Finder>Preferences>Sidebar, check what you want to show in the Sidebar of all windows.

  • How can I see My Photo Stream from two Macs associated with the same Apple ID?

    I have a MacBook Pro (my personal machine) and an iMac (our family computer).
    The iPhoto library housing all of our family photos lives on the iMac.
    The iPhoto library on my MacBook Pro is currently empty.
    I have an account on both machines.  I have associated the same Apple ID with both machines.
    When I launch iPhoto on my MacBook Pro and attempt to turn on photo sharing (so that I can see My Photo Stream, as well as other shared streams), iPhoto informs me that "iCloud Photos for xxx@xxx is being used with another library named 'iPhoto Library'."
    My iPhone, which is also affiliated with the same Apple ID, shows the streams just fine.
    What can I do to remedy this situation?  I'd like to be able to view my shared streams on my MacBook Pro, while leaving the actual massive photo library on the iMac.

    I found out about this issue when I created a new library with some photo's I wanted to sync to my iCloud account.  I found the following on the Fat Cat Software page and thought it might be helpful to others:
    Using Photo Stream with multiple libraries
    Starting in iPhoto 9.2, Apple introduced a new feature called Photo Stream, which lets you automatically transfer photos via their iCloud service between your iPhoto library and your other devices such as an iPhone, iPad, or another Mac. This feature works when you have multiple iPhoto libraries set up, but there are a couple things to be aware of.
    First, iPhoto will only allow Photo Stream to be active in one iPhoto library at any given time. If you've already enabled Photo Stream in one library, but then open a second library and enable Photo Stream there, this will cause Photo Stream to be turned off in the first library.
    Any photos downloaded by Photo Stream are actually stored in an entirely separate location from any of your iPhoto libraries. This means that, even if you do switch Photo Stream from one library to another, you will not need to go through redownloading all the photos you already have in Photo Stream back from the iCloud servers. So, switching Photo Stream from one library to another is a relatively inexpensive operation, so you can do it as often as needed without it being much of a hassle.

  • More than one photo stream?

    Hi Folks,
    OK - I have a MBP and IP3GS which work wonderfully with iCloud. Syncing has pretty much been seamless and is working well. iPhoto too...I snap a pic on my IP3GS and it shows up on my MBP.
    My wife has a MBA and iPod Touch. With her own iCloud account, all her syncing is working well. iPhoto too...she snaps a pic on her Touch, it shows up on the MBA.
    My Apple ID is the one we both use for the store.
    In iCal on my MBP and IP, I have added her iCloud account, so I can see all her appointments. I've added my iCloud account to iCal on her MBA and Touch, so she can see mine.
    All this works so very well - just as I had hoped.
    My one remaining mystery is photo stream. Here is what I would love:
    -I snap a pic on my IP3GS and it shows up on my MBP AND my wife's MBA
    -my wife snaps a pic on her Touch and it shows up on her MBA AND my MBP
    Is this possible?
    Currently I'm "syncing" our iPhoto libraries by emailing or iMessaging photos from one iOS device to the other...but I was hoping there was a better way.

    I think I might have it - need to try this...
    I have a Cloud account that does my contacts, photos, etc.
    My wife has same.
    What if I turn off the Photo Stream for both of these accounts...create a third Cloud accound that I turn everything BUT photostream off for - that is, this Cloud account only stores photos. Then I add this Cloud account to both iOS devices and both Macbooks.
    That might do it....

  • How Do I Use One PC (Windows) To Run iCloud Photo Stream for Two Users?

    How Do I Use One PC (Windows) To Run iCloud Photo Stream for Two Users? I and my wife have two Iphones (iOS 6.1.4) and we want to have use 2 iCloud accounts for one PC.

    Disregard the question. The solution has nothing to do with any "Firefox bug". Turns out that my session wasn't being managed properly. Or rather, I was accidentally deleting other users' information when new users logged in. So if I had user 1 and user 2, and user 2 logged in after user 1, some of user 1's information would be deleted, resulting in the errors.
    Oops; sorry about the false alarm. :)
    (Was hoping to retract the question, but it looks like others have a similar problem.)

Maybe you are looking for