User_projects  missing

I am new to weblogic. I downloaded Weblogic Server 7.0 and installed.
But the bea directory is missing user_projects sub-directory.
I tried three times but no use.
What was the problem. Does anyone can help me.
Thanks in advance
-kvs([email protected])

Perhaps you installed "server only" instead of "server + samples?"
kvs wrote:
I am new to weblogic. I downloaded Weblogic Server 7.0 and installed.
But the bea directory is missing user_projects sub-directory.
I tried three times but no use.
What was the problem. Does anyone can help me.
Thanks in advance
-kvs([email protected])

Similar Messages

  • REQD for Fresh BAM Install 11.1.1.3.0 -Data labels missing issue

    Hi
    This information is relevant to anyone who is doing upgrading to 11.1.1.3.0.
    There are 2 options if you encounter the data labels missing on the Active Studio tab :
    (1) Switch to Jrockit
    -Edit setDomainEnv.sh in directory $MW_HOME/user_projects/domains/base_domain/bin
    -Set JAVA_VENDOR variable
    JAVA_VENDOR=Oracle # For JRockit
    JAVA_VENDOR=Sun # For Sun JVM
    You'll see that JAVA_HOME should then point to "$MW_HOME/jrockit_160_17_R28.0.0-679"
    **Jrockit version packaged with the 11.1.1.3.0 install***
    -Start services
    (2) For people who want to use Sun JDK, access support.oracle.com -- look for patch 9553040
    This will provide an upgrade to JDK 1.6.0_20-b03.
    Follow the instruction in the read me file . Refer to the following notes
    - Upgrade the JDK within the Application Server $OH per the instructions in Note 272808.1
    - Upgrade the JDK within the Database $OH per the instructions in Note 418399.1
    Regards
    Payal
    Edited by: PayalS on May 17, 2010 11:07 AM

    Hi,
    I'm having the same problem than you.
    I install the new JDK but now everything work besides BAM.
    That happens with you after the upgrade?
    The error is :
    java.lang.RuntimeException: Invocation target exception.
         at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:196)
         at oracle.bam.system.threading.LoadObjectDelegate.invoke(LoadObjectDelegate.java:41)
         at oracle.bam.system.threading.SynchedHash.getObject(SynchedHash.java:104)
         at oracle.bam.web.shared.WebPage.userAuthCheck(WebPage.java:1371)
         at oracle.bam.web.shared.WebPage.processRequest(WebPage.java:347)
         at oracle.bam.web.shared.WebPage.processRequest(WebPage.java:316)
         at jsp_servlet._8533.__startpage._jspService(__startpage.java:71)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         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:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:416)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bam.web.cache.ClientSideCache.doFilter(ClientSideCache.java:93)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bam.web.filters.GZIPFilter.doFilter(GZIPFilter.java:97)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bam.web.filters.ValidateBrowserSession.doFilter(ValidateBrowserSession.java:212)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bam.web.redirect.Redirect.doFilter(Redirect.java:80)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bam.web.filters.ValidateBrowserSupport.doFilter(ValidateBrowserSupport.java:133)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.bam.web.filters.CharsetFixupFilter.doFilter(CharsetFixupFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:94)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:138)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at oracle.bam.system.Delegate$Sink.invoke(Delegate.java:80)
         at oracle.bam.system.Delegate.dynamicInvoke(Delegate.java:186)
         ... 44 more
    Caused by: oracle.bam.common.remoting.ServiceUnavailableException: BAM-00223: Service interface oracle.bam.adc.common.core.IDataStore is unavailable.
         at oracle.bam.common.remoting.AgentBase.getServiceWrapper(AgentBase.java:190)
         at oracle.bam.adc.api.util.Context.(Context.java:187)
         at oracle.bam.adc.api.util.Context.(Context.java:161)
         at oracle.bam.web.shared.WebPage.createContext(WebPage.java:248)
         ... 50 more
    Caused by: oracle.bam.adc.api.exceptions.ServerUnavailableException: BAM-01261: Cannot connect to the Oracle BAM Server.
         at oracle.bam.common.remoting.ConnectionPoolBase.getLocalService(ConnectionPoolBase.java:954)
         at oracle.bam.common.remoting.ConnectionPoolBase.createProxy(ConnectionPoolBase.java:855)
         at oracle.bam.common.remoting.ConnectionPoolBase.open(ConnectionPoolBase.java:588)
         at oracle.bam.common.remoting.ConnectionPoolBase.open(ConnectionPoolBase.java:77)
         at oracle.bam.common.remoting.AgentBase.getServiceWrapper(AgentBase.java:179)
         ... 53 more
    Thank you
    CD

  • Error starting WL - weblogic.xml.dom.ChildCountException: missing child home in ejb-ref

    hi,
    i get this following error when i start the WL 7.0. The web application fails
    to start but the ejbs are started properly. This is an example from the Monson
    Haefel book, on the CMP: Entity bean relationships.
    Can anybody tell me what is happening ??
    -thanks
    -vasanth
    Error log:
    =============
    <Error> <HTTP> <101179> <[HTTP] Error parsing des criptor in Web appplication
    "C:\bea\user_projects\mydomain\.\myserver\.wlnotdele
    te\titan\titan.war" [Path="C:\eclipse\workspace\titan4\dist\titan.ear", URI="tit
    an.war"
    weblogic.xml.dom.ChildCountException: missing child home in ejb-ref
            at weblogic.xml.dom.DOMUtils.getElementByTagName(DOMUtils.java:147)
            at weblogic.xml.dom.DOMUtils.getValueByTagName(DOMUtils.java:128)
            at weblogic.servlet.internal.dd.EJBReference.<init>(EJBReference.java:61
            at weblogic.servlet.internal.dd.WebAppDescriptor.<init>(WebAppDescriptor
    .java:247)
            at weblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Descri
    ptorLoader.java:540)
            at weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    .java:253)
            at weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    .java:215)
            at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.ja
    va:282)
            at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:714)
            at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
            at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
            at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
            at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
            at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
            at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
            at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
            at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
            at weblogic.Server.main(Server.java:32)
    >
    <Jun 23, 2003 10:10:51 AM CDT> <Error> <Deployer> <149205> <The Slave Deployer
    f
    ailed to initialize the application titan due to error weblogic.management.Appli
    cationException: Prepare failed. Task Id = null
    Module Name: titan.war, Error: Could not load web application from 'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: titan.war, Error: Could not load web application from 'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:720)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
    at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >

    It is working now.
    For a local entity bean, i was using <ejb-ref> instead of <local-ejb-ref>
    Once i changed that, it worlked.
    thanks
    -vasanth
    "Sanjeev Chopra" <[email protected]> wrote:
    correct url for doc...
    http://e-docs.bea.com/wls/docs81/webapp/web_xml.html#1020090
    "Sanjeev Chopra" <[email protected]> wrote in message
    news:[email protected]...
    Seems like titan.war's WEB-INF/web.xml has an ejb-ref element witha
    missing
    <home> element .
    see http://e-docs/wls/docs81/webapp/web_xml.html#1020090
    "Vasanth" <[email protected]> wrote in message
    news:[email protected]...
    hi,
    i get this following error when i start the WL 7.0. The web applicationfails
    to start but the ejbs are started properly. This is an example from
    the
    Monson
    Haefel book, on the CMP: Entity bean relationships.
    Can anybody tell me what is happening ??
    -thanks
    -vasanth
    Error log:
    =============
    <Error> <HTTP> <101179> <[HTTP] Error parsing des criptor in Webappplication
    "C:\bea\user_projects\mydomain\.\myserver\.wlnotdele
    te\titan\titan.war" [Path="C:\eclipse\workspace\titan4\dist\titan.ear",URI="tit
    an.war"
    weblogic.xml.dom.ChildCountException: missing child home in ejb-ref
    atweblogic.xml.dom.DOMUtils.getElementByTagName(DOMUtils.java:147)
    at
    weblogic.xml.dom.DOMUtils.getValueByTagName(DOMUtils.java:128)
    atweblogic.servlet.internal.dd.EJBReference.<init>(EJBReference.java:61
    atweblogic.servlet.internal.dd.WebAppDescriptor.<init>(WebAppDescriptor
    java:247)
    atweblogic.servlet.internal.dd.DescriptorLoader.initializeWebXml(Descri
    ptorLoader.java:540)
    atweblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    java:253)
    atweblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader
    java:215)
    atweblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.ja
    va:282)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:714)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
    atweblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
    atweblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
    atweblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
    atweblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    <Jun 23, 2003 10:10:51 AM CDT> <Error> <Deployer> <149205> <The SlaveDeployer
    f
    ailed to initialize the application titan due to errorweblogic.management.Appli
    cationException: Prepare failed. Task Id = null
    Module Name: titan.war, Error: Could not load web application from'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    weblogic.management.ApplicationException: Prepare failed. Task Id
    = null
    Module Name: titan.war, Error: Could not load web application from'C:\bea\user_
    projects\mydomain\.\myserver\.wlnotdelete\titan\titan.war'
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:720)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:555)
    atweblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContain
    er.java:458)
    atweblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplic
    ations(SlaveDeployer.java:490)
    atweblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeploy
    er.java:253)
    atweblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initi
    alize(DeploymentManagerServerLifeCycleImpl.java:150)
    atweblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.j
    ava:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >

  • OBIEE 11.1.1.7 Action link is Missing *Navigate to e-business suite* Menu

    In OBIEE 11.1.1.7 Action link from menu '*Navigate to e-business suite*' is Missing in Menu. When i click on Menu >> Action >> Navigate ( '*Navigate to e-business suite*) is not showing but i am able to see Navigate to Bi content and Navigate to web page . So from OBIEE 11.1.1.7 Dashboards to Oracle EBS navigation which Action link should i use in or this is a bug?
    Regards
    Sher Ulllah

    Thats the default options you will have. You need to configure the authenticationschemas.xml and few other instanceconfig.xml and actionframework.xml files inorder for you to see those options
    See this Integrating Oracle Business Intelligence Applications (OIBEE 11g) With Oracle E-Business Suite [ID 1343143.1]
    Open the ActionFrameworkConfig.xml. The file can be found at: <Oracle Middleware Home>\user_projects\domains\bifoundation_domain\config\fmwconfig\biinstances\coreapplication
    2. Edit the ActionFrameworkConfig file to include the following element: <ebusinesssuiteconfig><visible>true</visible></ebusinesssuiteconfig>
    3. Save and close the file
    Mark if it helps

  • Managed Server missing error.

    Hi,
    I have installed Weblogic10.3 upgrading from Weblogic 8.1. I am able to start the admin server successfully but cannot start the managed server using a startup script. I get the following error:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name MRO2
    26NTS_BENCALC specified with -Dweblogic.Name does not exist. The configuration i
    ncludes the following servers {MRO250WIN_ADMIN}.
    at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(Runtim
    eAccessImpl.java:149)
    at weblogic.management.provider.internal.RuntimeAccessService.start(Runt
    imeAccessService.java:39)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:459)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:164)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
    at weblogic.Server.main(Server.java:67)
    I cannot find the managed server instance when I log onto the console. How is it missing totally?
    This is the script used to start the managed server: named start_bc_managed_server.cmd
    S:
    cd S:\bea\user_projects\db_dev_domain\bin
    set DBES_ROOT=S:\BenefitCal_WL
    *@rem cmd /K startManagedWebLogic MRO226NTS_BENCALC http://localhost:7000 %DBES_ROOT% 7001 -Xms512m+-Xmx512m BenefitCal*
    *@rem set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=file:/%DBES_ROOT%/dbsystem/config/log4j.xml*
    *@rem set JAVA_OPTIONS=%JAVA_OPTIONS% -Drule.client.location=%DBES_ROOT%\dbsystem\com\fidelity\definedbenefit\benefitcalculator\rule\client*
    cmd /K startManagedWebLogic MRO226NTS_BENCALC http://localhost:7000 %DBES_ROOT% 7001 -Xms512m+-Xmx512m BenefitCal
    THINGS I HAVE DONE:
    1) I have checked config.xml found in S:\bea\user_projects\domain1\config and found it does not contain all the target servers and have replaced it with a config xml that contains all the target servers(MRO226NTS_BENCALC is one of them).
    startManagedWebLogic
    *@ECHO OFF*
    *@REM WARNING: This file is created by the Configuration Wizard.*
    *@REM Any changes to this script may be lost when adding extensions to this configuration.*
    SETLOCAL
    *@REM --- Start Functions ---*
    GOTO :ENDFUNCTIONS
    *:usage*
    *     echo Need to set SERVER_NAME and ADMIN_URL environment variables or specify*
    *     echo them in command line:*
    *     echo Usage: %1 SERVER_NAME {ADMIN_URL}*
    *     echo for example:*
    *     echo %1 managedserver1 http://localhost:7000*
    GOTO :EOF
    *:ENDFUNCTIONS*
    *@REM --- End Functions ---*
    echo in STARTMANAGEDWEBLOGIC------
    *@REM **************************************************************************
    *@REM This script is used to start a managed WebLogic Server for the domain in*
    *@REM the current working directory. This script can either read in the SERVER_NAME and*
    *@REM ADMIN_URL as positional parameters or will read them from environment variables that are*
    *@REM set before calling this script. If SERVER_NAME is not sent as a parameter or exists with a value*
    *@REM as an environment variable the script will EXIT. If the ADMIN_URL value cannot be determined*
    *@REM by reading a parameter or from the environment a default value will be used.*
    *@REM*
    *@REM For additional information, refer to the WebLogic Server Administration*
    *@REM Guide (http://e-docs.bea.com/wls/docs103/adminguide)*
    *@REM **************************************************************************
    *@REM Set SERVER_NAME to the name of the server you wish to start up.*
    set DOMAIN_NAME=db_dev_domain
    set ADMIN_URL=http://localhost:7000
    *@REM Set WLS_USER equal to your system username and WLS_PW equal*
    *@REM to your system password for no username and password prompt*
    *@REM during server startup. Both are required to bypass the startup*
    *@REM prompt.*
    set WLS_USER=
    set WLS_PW=
    *@REM Set JAVA_OPTIONS to the java flags you want to pass to the vm. i.e.:*
    *@REM set JAVA_OPTIONS=-Dweblogic.attribute=value -Djava.attribute=value*
    set JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="S:\bea\wlserver_10.3\server\lib\cacerts" %JAVA_OPTIONS%
    *@REM Set JAVA_VM to the java virtual machine you want to run. For instance:*
    *@REM set JAVA_VM=-server*
    set JAVA_VM=
    *@REM Set SERVER_NAME and ADMIN_URL, they must by specified before starting*
    *@REM a managed server, detailed information can be found at*
    *@REM http://e-docs.bea.com/wls/docs103/adminguide*
    if "%1"=="" (
    *     if "%SERVER_NAME%"=="" (*
    *          CALL :usage %0*
    *          GOTO :EOF*
    *) else (*
    *     set SERVER_NAME=%1*
    *     shift*
    if "%1"=="" (
    *     if "%ADMIN_URL%"=="" (*
    *          CALL :usage %0*
    *          GOTO :EOF*
    *) else (*
    *     set ADMIN_URL=%1*
    *     shift*
    *@REM **************************************************************************
    *@REM Customization by A375886*
    *@REM If you are here with input parameter*
    *@REM %1 = APP_ROOT*
    *@REM %2 = PORT*
    *@REM %3 = (min heap)+(max heap)*
    *@REM (ie -Xms500m+-Xmx500m)*
    *@REM %4 = APPNAME*
    *@REM **************************************************************************
    set DOMAIN_HOME=S:\bea\user_projects\db_dev_domain
    set APP_ROOT=S:
    if "%1" == "" goto setPort
    set APP_ROOT=%1
    *:setPort*
    set PORT=7000
    if "%2" == "" goto setMemArgs
    set PORT="%2"
    *:setMemArgs*
    set MEM_ARGS=-Xms256m -Xmx512m
    if "%3" =="" go setAppName
    set MEM_ARGS="%3"
    *:setAppName*
    if "%4" =="" go setGoOne
    set APPNAME="%4"
    *:setGoOne*
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dlog4j.configuration=%APP_ROOT%\other\dbsystem\config\log4j.xml
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Drule.client.location=%APP_ROOT%\presentation\com\fidelity\definedbenefit\benefitcalculator\rule\client
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DConfigLocation="%APP_ROOT%\other\dbsystem\config"
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DListenPort=%PORT% -Dweblogic.ListenPort=%PORT%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DListenAddress=%ADMIN_URL%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dbea.home=%APP_ROOT%\bea\license
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DAppName=%APPNAME%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.security.allowAnonymous=true
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.disableMBeanAuthorization=true
    set JAVA_OPTIONS=%JAVA_OPTIONS% -DDOMAIN_FOLDER=%DOMAIN_HOME%
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.username=system
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.password=weblogic
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dweblogic.admin.url=http://localhost:7000
    echo JAVA_OPTIONS= %JAVA_OPTIONS%
    echo APP_ROOT = %APP_ROOT%
    echo PORT = %PORT%
    echo MEM_ARGS = %MEM_ARGS%
    echo APPNAME = %APPNAME%
    *@REM Export the admin_url whether the user specified it OR it was sent on the command-line*
    set ADMIN_URL=%ADMIN_URL%
    set SERVER_NAME=%SERVER_NAME%
    *@REM set application specific setting*
    echo domain is %DOMAIN_HOME%
    echo App is %APPNAME%
    call "%DOMAIN_HOME%\bin\setAppEnv.cmd" %APPNAME%
    if "%1"=="" (
    *     @REM Call Weblogic Server with our default params since the user did not specify any other ones*
    *     call "%DOMAIN_HOME%\bin\startWebLogic.cmd" nodebug nopointbase noiterativedev notestconsole*
    *) else (*
    *     @REM Call Weblogic Server with the params the user sent in INSTEAD of the defaults*
    *     call "%DOMAIN_HOME%\bin\startWebLogic.cmd" %1 %2 %3 %4 %5 %6 %7 %8 %9*
    ENDLOCAL

    It seems that you have to check "config.xml" in S:\bea\user_projects\db_dev_domain, not the one in S:\bea\user_projects\domain1\config.
    Please check also that you have started the correct administrative instance (try also to log into the console to check the configuration).
    Bye
    Mariano

  • Oracle BAM Application Policies in EM missing

    Hello,
    I am trying to assign users and/or groups to the pre-seeded Oracle BAM application policies (section 26.3.2 and 26.3.3 of below support document). The way I get there is to navigate in the EM: BAM/OracleBamServer(right-click)/Security/ApplicationPolicies. When the page opens, I click on the blue arrow button to do a search. However, no security policies are found. When I do the same thing for ApplicationRoles, no roles are found. Is there something I need to do to get the pre-seeded application policies and roles for BAM? In other environments, I haven't had this problem - the roles and policies were populated already.
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10226/bam_manage.htm
    Thanks
    Ben
    Edited by: 865170 on Oct 6, 2011 1:31 PM

    The solution provided to me by Oracle Support was to copy/paste a missing section into the admin server's system-jazn-data.xml file. The complete section is listed below. Oracle Support said that the file must have been overwritten at some point during the install or while restarting SOA managed servers.
    The location of the file: /opt/oracle/product/fmw/user_projects/domains/soa_domain/config/fmwconfig
    <application locale="en_US">
    <name>oracle-bam#11.1.1</name>
    <app-roles>
    <app-role>
    <name>Administrator</name>
    <display-name>Has access to all features.</display-name>
    <guid>E4BF6B9177CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>Administrators</name>
    </member>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamAdministrators</name>
    </member>
    <member>
    <class>weblogic.security.principal.WLSUserImpl</class>
    <name>OracleSystemUser</name>
    </member>
    </members>
    </app-role>
    <app-role>
    <name>Report Architect</name>
    <display-name>Has access to features for creating data objects and reports.</display-name>
    <guid>E4C0F23077CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamReportArchitects</name>
    </member>
    </members>
    </app-role>
    <app-role>
    <name>Report Creator</name>
    <display-name>Has access to features for creating reports.</display-name>
    <guid>E4C0F23177CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamReportCreators</name>
    </member>
    </members>
    </app-role>
    <app-role>
    <name>Report Viewer</name>
    <display-name>Has access to features for viewing reports.</display-name>
    <guid>E4C0F23277CF11DFBFF6935F48C1392D</guid>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <members>
    <member>
    <class>weblogic.security.principal.WLSGroupImpl</class>
    <name>BamReportViewers</name>
    </member>
    </members>
    </app-role>
    </app-roles>
    <admin-policy>
    <jazn-policy>
    </jazn-policy>
    </admin-policy>
    <jazn-policy>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Administrator</name>
    <guid>E4BF6B9177CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>Administrator</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateDataObject</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveStudio</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>Architect</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateReport</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateAlertRule</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>EmailRenderedReport</name>
    </permission>
    </permissions>
    </grant>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Report Architect</name>
    <guid>E4C0F23077CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateDataObject</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveStudio</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>Architect</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateReport</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateAlertRule</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>EmailRenderedReport</name>
    </permission>
    </permissions>
    </grant>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Report Creator</name>
    <guid>E4C0F23177CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveStudio</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateReport</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>CreateAlertRule</name>
    </permission>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>EmailRenderedReport</name>
    </permission>
    </permissions>
    </grant>
    <grant>
    <grantee>
    <principals>
    <principal>
    <class>oracle.security.jps.service.policystore.ApplicationRole</class>
    <name>Report Viewer</name>
    <guid>E4C0F23277CF11DFBFF6935F48C1392D</guid>
    </principal>
    </principals>
    </grantee>
    <permissions>
    <permission>
    <class>oracle.bam.common.security.BAMPermission</class>
    <name>ActiveViewer</name>
    </permission>
    </permissions>
    </grant>
    </jazn-policy>
    </application>

  • J2EE:160043]Missing deployment descriptor "WEB-INF/web.xml"

    Hi ,
    When I try to deploy using admin console i get the following error msg.
    J2EE:160043]Missing deployment descriptor "WEB-INF/web.xml"
    The war file has web.xml.
    Can some give me the reason for the above error.
    LOG content:
    weblogic.management.ApplicationException: [J2EE:160043]Missing deployment descriptor
    "WEB-INF/web.xml" at "C:\bea8\user_projects\domains\eConnect\applications\myEconnect.war"
         at weblogic.j2ee.J2EEApplicationContainerFactory.handleError(J2EEApplicationContainerFactory.java:729)
         at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:470)
         at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
         at weblogic.management.deploy.DeployerRuntime.access$000(DeployerRuntime.java:63)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1499)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1490)
         at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1064)
         at weblogic.management.console.actions.mbean.WebAppComponentDeployAction.prePerform(WebAppComponentDeployAction.java:141)
         at weblogic.management.console.actions.mbean.DoMBeanWizardAction.perform(DoMBeanWizardAction.java:215)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

    You'll have to at least show me the out contents of that WAR file.
    -- Rob
    Sowjanya wrote:
    Suppose the directory structure of the appl is c:\myroot\webapp\...
    then we need to go to webapp and then build the war file.
    C:\myroot\webapp>jar -cvf abc.war *
    then copy the war file and paste it in applicaitons folder.
    "sowjanya" <[email protected]> wrote:
    Hi ,
    When I try to deploy using admin console i get the following error msg.
    J2EE:160043]Missing deployment descriptor "WEB-INF/web.xml"
    The war file has web.xml.
    Can some give me the reason for the above error.
    LOG content:
    weblogic.management.ApplicationException: [J2EE:160043]Missing deployment
    descriptor
    "WEB-INF/web.xml" at "C:\bea8\user_projects\domains\eConnect\applications\myEconnect.war"
         at weblogic.j2ee.J2EEApplicationContainerFactory.handleError(J2EEApplicationContainerFactory.java:729)
         at weblogic.j2ee.J2EEApplicationContainerFactory.initializeDeployment(J2EEApplicationContainerFactory.java:470)
         at weblogic.management.deploy.DeployerRuntime.unprotectedActivate(DeployerRuntime.java:833)
         at weblogic.management.deploy.DeployerRuntime.access$000(DeployerRuntime.java:63)
         at weblogic.management.deploy.DeployerRuntime$1.run(DeployerRuntime.java:1499)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.management.deploy.DeployerRuntime.checkAndPerformDeployerActions(DeployerRuntime.java:1490)
         at weblogic.management.deploy.DeployerRuntime.activate(DeployerRuntime.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
         at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
         at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
         at weblogic.management.runtime.DeployerRuntimeMBean_Stub.activate(DeployerRuntimeMBean_Stub.java:1064)
         at weblogic.management.console.actions.mbean.WebAppComponentDeployAction.prePerform(WebAppComponentDeployAction.java:141)
         at weblogic.management.console.actions.mbean.DoMBeanWizardAction.perform(DoMBeanWizardAction.java:215)
         at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:173)
         at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

  • Missing config.xml after unpacking

    Hi, I installed 11g on two machines. I'm following the steps on the wonderweblogic post mostly except that instead of copying the whole directory, I wanted to use the pack utilities. When I setup the domain, I created a cluster of two machines. Then I used pack.sh and passed it -managed=true. Then I unpacked it on my second machine. The directory structure looks ok. When I try to start up the second machine with startManagedWeblogic.sh server2, I get:
    weblogic.management.ManagementException: [Management:141249]The configuration directory /home/weblogic/test/config is missing the file config.xml and the admin server is not available to download it.
    at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:213)
    There isn't a config.xml on this machine but there is a config_bootstrap.xml that looks correct..similar to the config.xml from the first machine. The first machine's admin server and managed server are both running correctly. What did I do wrong? thanks.

    I use this sort of syntax, explicitly giving the domain directory.
    ./pack.sh -managed=true -domain=/orclapps/oracle/middleware/user_projects/domains/SOADomain -template=/tmp/soa_domain_template.jar -template_name=soa_domain_template
    and then on the 2nd node ( after copying the template jar )
    ./unpack.sh -domain=/orclapps/oracle/middleware/user_projects/domains/SOADomain -template=/tmp/soa_domain_template.jar

  • Partner application configuration is missing error on SSO login page

    We have APEX 3.1.2 setup as a partner application and an application within APEX setup to use SSO for authentication. Following a link to the APEX application redirects to the Single Sign-On page, as it should, but it also shows "Error: The partner application configuration is missing or expired." I type in my password and username, click the Login button, and (if I entered my username and password correctly, of course!) then the APEX application is shown. So, I cannot figure out why we're getting the no_papp_err error and I have not found any solutions to that issue on Metalink or anywhere else on the Internet. Any ideas? I'm concerned that we have a misconfiguration somewhere that is causing this error and will affect any other partner application we setup in the future.
    We're on Oracle Portal 10.1.4, SSO 10.1.2, and SSL is setup on both infra and mid tiers.

    Did you try checking the partner application entries on the SSO-login server page?
    please login as orcladmin or some other user with membership in, i beleive, iasadmins group. verify that for this partner application, what you see here corresponds to the application URL. it looks like your login page call may have issues. so check for login url too.
    also check the ORASSO.WWSSO_LS_CONFIGURATION_INFO$ for entries corresponding to Apex application.

  • HT203167 A movie I purchased in the iTunes store is missing. It isn't hidden and doesn't show up in search. I've followed support steps.  Where is it and how do I find it?  I believe I originally purchased the film on my 1st Gen AppleTV.

    A movie I purchased in the iTunes store is missing. It isn't hidden and doesn't show up in search. I've followed support steps.  Where is it and how do I find it?  I believe I originally purchased the film on my 1st Gen AppleTV...other movies show up. Help.

    It was Love Actually. It's been in my library a few years but is now missing. It's odd...it isn't even in the iTunes Store anymore. I think there is a rights issue because a message appeared in the store saying it wasn't available at this time in the U. S. store. Still, if I bought it years ago it should be in my library or I should get a refund....

  • Songs that I have purchased are missing in iTunes (file not found/exclmation point), and do not show up in the iTunes Store for download.

    I have a laptop that has (or had) pretty much all of my music, both burned from CDs and downloaded from iTunes. My 17 year old son on occasion syncs his iPhone and iPad with this laptop. As of the last sync (as best I can determine), many songs that I purchased in the past few years are now missing, in that they have an exclamation point to the left of the song title, and when I try to play the song, I get an error message that says "The song could not be used because the original file could not be found" or something to that effect. As it turns out, the file seems to be erased. This has happened multiple times, and I could be wrong, but I believe that there are some songs that had the exclmation point last time he synced that now don't, and vice-versa. There is not an obvious correlation or grouping as to why these songs are missing (e.g,. they were not all purchased on the same date, not all songs from one artist are missing, etc.).
    Since most of these songs have been purchased through iTunes through my account, my reaction was to go to the iTunes store, log in with my account, and re-download them. Problem is, all of these songs instead ask me to purchase the song, instead of displaying a "cloud" logo. Therefore, it appears that I have to re-purchase these songs, which does not sound correct.
    Questions: Does anyone know, most importantly (to get an immediate fix):
    1. How can I re-download these songs and why doesn't iTunes Store recognize that I have already purchased them?
    and perhaps as important (more of a long-term question):
    2. Why does this happen and how can I prevent this from happening again (since it has happened multiple times)?
    Thanks.

    1. iTunes won't offer cloud downloads for songs that it "thinks" are in your library, even if it "knows" the files are missing. If you've exhaustively searched for the missing files and there is no prospect of repair by restoring to them to their original locations, or connecting to new ones, then delete that tracks that display both the missing exclamation mark and are of media kind Purchased/Protected AAC audio file. Don't hide from iTunes in the cloud when asked, close iTunes, then reopen. You can download from the cloud links or iTunes Store > Quicklinks > Purchased > Music > Not on this computer > All songs > Download all.
    2. Why? Not sure, perhaps 3rd party tools or accidental key presses combined with previously hidden warning messages when trying to organize the library. There is a hint that using the feature to downsample media as it is synced to a device may also be involved, though I've not replicated it. Whatever the reason a backup would protect your media.
    tt2

  • Regarding Field Missing in Dso Transformation

    Hi
    Folks
    I am facing the issue like
    In Datasouce to DSO transformation i can see the 55 objects in DSO table, and in DSO to Cube Transformation i can see 54 fields in DSO table, one field is missing , the object  0TXTSH(short discription) is mapped to field 0TXZ01in DS to DSO transformation.
    so How can i get the field in DSO to Cube transformation.??
    any settings have to be change???
    waiting for yours Valuable answers
    Regards
    Anand

    Hi,
    Please identify the object and check it whether it is an attribute or a characteristic, if it is attribute only disable that option then check it.
    Regards,
    Srinivas

  • Options - Text Editor - C/C++ missing intellisense entry. Intellisense not working

    Options -> Text Editor -> C/C++ missing intellisense entry.  Intellisense not working.    Solutions to turn options for the editor off and on are not working.  The intellisense entry is present for other languages,
    such as C#, but not C/C++.
    By not working, I mean the intellisense right click menu items are grayed out, and intellisense files are not produced.

    Hi JerroldBrody,
    Thank you for posting in MSDN forum.
    >>I mean the intellisense right click menu items are grayed out, and intellisense files are not produced.
    Based on your issue, could you please share me a screen shot about the intellisense right click menu items are grayed out?
    Generally, I know that it is default that we can enable the intellisense for C/C++ by going to the TOOLS->Options -> Text Editor -> C/C++ ->Advanced-> IntelliSense like the following screen shot.
    So please try to check if you set Disable Intellisense property as False in the VS IDE.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Loops "missing" but still in library

    Upon update, many loops went 'Missing" although they are in the loop library still.
    Have tried several attempts to re-index loops to no avail.
    For instance, "Live Edgy Drums 07" remains, but "Live Edgy Drums 29.2" does not and has no sound.
    in sound effects, "Airplane Takeoff" is in the loop library and is functioning, but "is not found" in my composition.

    how do i get them back into my playlist?
    On the left side ofTunes, drag from Library -> Music to the playlist you want it in.
    why does it keep doing this?
    Are you deleting the playlists the song(s) are in?

  • New Black BT Vision box - what is missing, a discu...

    Maybe it's just me but here is a list of things which are currently missing or wrong with the new BT Vision box (black edition with new interface and OS). Thought it might be useful to keep a list of these going which people can add to.
    would also appreciate it if anyone can help with any of these issues in case i've missed something
    Red button doesn't work - believe this is  'coming soon'. you can still access the channels by going to 301 or 302
    Teletext doesn't work - the button pops up a message saying it's not available, coming soon?
    There is no way to set recordings to over run? - this used to be very handy on old box, particularly with live shows. is this being brought back?
    No signal strength tester - you used to be able to check digital signal reception strength and quality from the settings menu, not any more
    Pressing 'play' when viewing a recording doesn't flash up the progress bar - any other good way to do this, used to be handy. Fix: pressing "select" does the trick
    no HD Freeview - the box isn't capable, wondering whether they might upgrade us to YouView later on for this?
    No options to set resolution - used to be able to define 720p or 1080i for instance, not any more
    Sky Sports small white box - a small logo in the bottom right area, not sure what this is or why it's now there?
    Subtitles on iPlayer missing
    Some reported picture quality issues - both on SCART and HDMI
    On the plus side:
    Bigger capacity on the hard disc
    Faster inteface and movement between sections
    Nice new design and sharp interface resolution
    Channel logos / graphics now in the information bar menu
    When in the TV Guide there's still a small box showing you what you are watching on the current channel
    Music playlist
    Bookmarks
    Reinstatement of the 30s jump and better fast-forward / rewind (30s jump doesn't work on Sky Sports)
    Ability to jump to specific point in recordings (you need to start it first, then stop and go back into it to have option)
    Ability to reenter a recording at a time offset
    Icon to show which recordings have been watched
    HD iPlayer
    Recently viewed in iPlayer
    Ability to resume a programme on iPlayer
    Ability to resume on demand
    Disk usage on Recordings page
    Auto switching format for HDMI and SCARTOne-press toggling of Subtitles and Audio
    Previous channel facility
    'Play all' feature for On Demand series
    anything else people want to add?

    Subtitles on iPlayer
    Life | 1967 Plus Radio | 1000 Classical Hits | Kafka's World
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Helpful Post?
    If a post has been helpful, say thanks by clicking the ratings star.

Maybe you are looking for

  • Page error causes server to crash

    These are the symptoms: we start loading a page and Oracle launches a process that hogs as much CPU as it can, slowing everything on the server to a near standstill. If we don't catch it within about 5 minutes, we cannot even log on to kill the proce

  • CS6 on Mac OS 10.8 printing booklet

    Hi all, I've just switched from WinXP/CS5.5 to Mac10.8/CS6 Design & web Premium and I have a problem with booklets. I'm newbie on Mac so please excuse me if it's lame question. When I'm doing a booklet (File -> Print Booklet), defining all my needs (

  • Itunes will not open because of false error w/ audio

    three days ago my itunes was working fine and then i go to update the most recent addition and whenever i try to open it a message just pops up that says "itunes cannot run because it has detected an error in your audio configuation' there should be

  • Deltas are not capturing for the enchanced field

    Hi Friends, We have enchanced 2LIS_11_VAITM datasource with custom field called customer requested date. For initial setup i can see the data for this field in BI. But when user changes the customer requested date then this is capturing in deltas. ca

  • Safari Problem with Non-English websites

    Hello every body, I ran into strange problem, I do not know why I can not browse corectly some non-english websites like کانادا مهاجرت  or مهاجرت کانادا or مهاجرت به کانادا . it sounds a messy, could I make a change in HTML codes to make it compatibl