Oim_server1 and soa_server1 show running but have failed deployments

RHEL5 64bit
DBS: 11.2.0.1
RCU: 11.1.1.5
JDK: 6u24
IDAM Suite: 11.1.1.5
IDM: 11.1.1.5 (after 11.1.1.2 patchset)
SOA: 11.1.1.5
WLS: 10.3.5
We have installed IDM11g (11.1.1.3) several times before with success. We decided to try and move to 11.1.1.5 install. Follwoing the docs (we think we have the correct one -- besides, not really all that different from 11.1.1.3), we got everything installed and all processes (oim, soa, oaam_admin, oaam_server, oam, and AdminServer and wls_ods1) are listed as running in the EM Console and WLS. However, the oim deployemnt for oim_server1 and the TaskDetails deployment for soa_server1 are listed as down in the EM Console and the Servers/Deployment tab on WLS.
We have tried to restart the servers multiple times from the command line with startManagedWebLogic.sh, EM and WLS -- without a change in the outcome.
When we checked the logfiles, soa_serve1 listed an error for TaskDetails:
<Sep 6, 2011 3:07:17 PM EDT> <Error> <oracle.wsm.resources.policyaccess> <WSM-06303> <The method "registerListener" was not called with required permission "oracle.wsm.policyaccess" >
<Sep 6, 2011 3:07:17 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "oracle.iam.sod.ws.SoDCheckInitiateService_InitiatePortImpl" failed to preload on startup in Web application: "/workflow/TaskDetails".
java.lang.SecurityException: WSM-06303 : The method "registerListener" was not called with required permission "oracle.wsm.policyaccess"
at oracle.wsm.policyaccess.PolicyAccessPoint.checkPermission(PolicyAccessPoint.java:182)
at oracle.wsm.policyaccess.PolicyAccessPoint.registerListener(PolicyAccessPoint.java:357)
at oracle.wsm.agent.handler.WSMEngineInvoker$2.run(WSMEngineInvoker.java:815)
at oracle.wsm.agent.handler.WSMEngineInvoker$2.run(WSMEngineInvoker.java:813)
at java.security.AccessController.doPrivileged(Native Method)
Truncated. see log file for complete stacktrace
Caused By: java.security.AccessControlException: access denied (java.lang.RuntimePermission oracle.wsm.policyaccess)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
at java.security.AccessController.checkPermission(AccessController.java:546)
at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:436)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:496)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:519)
Truncated. see log file for complete stacktrace
When we checked the oim_server1 log, we found a similar error:
<Sep 6, 2011 3:09:21 PM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "CallbackServiceServlethttp" failed to preload on startup in Web application: "workflowservice".
java.lang.SecurityException: WSM-06303 : The method "registerListener" was not called with required permission "oracle.wsm.policyaccess"
at oracle.wsm.policyaccess.PolicyAccessPoint.checkPermission(PolicyAccessPoint.java:182)
at oracle.wsm.policyaccess.PolicyAccessPoint.registerListener(PolicyAccessPoint.java:357)
at oracle.wsm.agent.handler.WSMEngineInvoker$2.run(WSMEngineInvoker.java:815)
at oracle.wsm.agent.handler.WSMEngineInvoker$2.run(WSMEngineInvoker.java:813)
at java.security.AccessController.doPrivileged(Native Method)
Truncated. see log file for complete stacktrace
Caused By: java.security.AccessControlException: access denied (java.lang.RuntimePermission oracle.wsm.policyaccess)
at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
at java.security.AccessController.checkPermission(AccessController.java:546)
at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:436)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:496)
at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:519)
Truncated. see log file for complete stacktrace
>
<Sep 6, 2011 3:09:22 PM EDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'oim [Version=11.1.1.3.0]'.
Both of these errors refer to "oracle.wsm.policyaccess" and WSM-06303 error. Also The oim error describes oim as "Version 11.1.1.3]... but we installed 11.1.1.5.
Any ideas what might be preventing these deployments from starting? We cannot access the oim console at this point. We get an Error-404 when we attempt it.
Edited by: OldGuy on Sep 6, 2011 1:34 PM
Edited by: OldGuy on Sep 6, 2011 1:35 PM

I found a site (http://gerardnico.com/wiki/dat/obiee/patch_11g#updating_configurations_and_stores) that mentioned the same error we are getting -- WSM-06303.
weblogic.application.ModuleException: [HTTP:101216]Servlet: "LocationSvcPort" failed to preload on startup in Web
application: "analytics/actions".
java.lang.SecurityException: WSM-06303 : The method "registerListener" was not called with required permission
"oracle.wsm.policyaccess"
Their solution was to run upgradeOpss:
For each WebLogic Server domain, you must run the upgradeOpss() WLST command to update your configurations and stores from previous releases to Release 11.1.1.5.0 configurations and stores using a system-jazn-data file in Release 11.1.1.5.0.
upgradeOpss(jpsConfig="/opt/oracle/product/fmw/user_projects/domains/IDMDomain/config/fmwconfig/jps-config.xml",
jaznData="/opt/oracle/product/fmw/oracle_common/modules/oracle.jps_11.1.1/domain_config/system-jazn-data.xml")
I ran the following in wlst.sh:
wls:/offline> upgradeOpss(jpsConfig="/opt/oracle/product/fmw/user_projects/domains/IDMDomain/config/fmwconfig/jps-config.xml",
jaznData="/opt/oracle/product/fmw/oracle_common/modules/oracle.jps_11.1.1/domain_config/system-jazn-data.xml")...
Starting upgrade of jps configuration and security stores.
WLS ManagedService is not up running. Fall back to use system properties for configuration.
Sep 6, 2011 5:11:37 PM oracle.security.jps.internal.tools.utility.destination.apibased.JpsDstPolicy <init>
WARNING: No identity store associate with policy store found.
Upgrade of jps configuration and security stores is done.

Similar Messages

  • Managed Server failed to start(oim_server1 and soa_server1) in weblogic

    Hi All,
    Following upgrade guide is getting followed for OIM version upgrade from 9.1.0.2 to 11g.
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10129/upgrade_oim.htm
    After performing step '13.8 Task 6: Start the WebLogic Administration Server'
    Following steps were done
    1. Started weblogic administrator server
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startWebLogic.cmd
    2. Opened the weblogic console (http://localhost:7001/console/login/LoginForm.jsp)
    3. Assigning listen address (IP address of server) to both server OIM_SERVER1 and SOA_SERVER1.
    4. Created two clusters OIM_CLUSTER and SOA_CLUSTER
    5. Added AdminServer and OIM_SERVER1 to cluster OIM_CLUSTER
    6. Added soa_server1 to cluster SOA_CLUSTER
    7. Created machine with hostname of server
    8. Added all the server to newly created machine
    9. Started node manager with following command
    E:\Oracle_11g\middleware_home\wlserver_10.3\server\bin>startNodeManager.cmd
    10. checked node manager status, it is reachable.
    Now when I am going for starting OIM_SERVER1, it is getting failed and state is showing Admin.
    When I am going to start soa_server1, it is getting failed.

    Nishith,
    Thaks for our help.
    Did you mean following ?
    Microsoft Windows [Version 6.0.6002]
    Copyright (c) 2006 Microsoft Corporation. All rights reserved.
    K:\>cd E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin
    K:\>e:
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startManaged
    WebLogic.cmd
    Need to set SERVER_NAME and ADMIN_URL environment variables or specify
    them in command line:
    Usage: startManagedWebLogic.cmd SERVER_NAME {ADMIN_URL}
    for example:
    startManagedWebLogic.cmd managedserver1 http://mapidmapn01:7001
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>startManaged
    WebLogic.cmd oim_server1 http://localhost:7001/console
    ** Setting up SOA specific environment for win...
    PATH=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\native;E:\ORACLE~2\MIDD
    LE~1\patch_ocp371\profiles\default\native;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \native\win\x64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;E:\ORACLE~2\MIDDLE~1\
    modules\ORGAPA~1.1\bin;E:\Java\JDK16~1.0_3\jre\bin;E:\Java\JDK16~1.0_3\bin;E:\Or
    acle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste
    m32\Wbem;C:\Program Files (x86)\Windows Imaging\;E:\Java\jdk1.6.0_32\bin;C:\Wind
    ows\sysWOW64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;E:\O
    racle_11g\middleware_home\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    USER_MEM_ARGS=-Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    JAVA_OPTIONS=-Dweblogic.security.SSL.trustedCAKeyStore="E:\Oracle_11g\middleware
    _home\wlserver_10.3\server\lib\cacerts" -Xverify:none
    ** End SOA Specific environment setup for win.
    JAVA Memory arguments: -Xms768m -Xmx1536m -XX:PermSize=256m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar
    ;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\user-patch.jar;E:\Oracle_
    11g\middleware_home\Oracle_SOA1\soa\modules\soa-startup.jar;;E:\ORACLE~2\MIDDLE~
    1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\OR
    ACLE~2\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_pa
    tch.jar;E:\Java\JDK16~1.0_3\lib\tools.jar;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \lib\weblogic_sp.jar;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;E:\
    ORACLE~2\MIDDLE~1\modules\features\weblogic.server.modules_10.3.6.0.jar;E:\ORACL
    E~2\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;E:\ORACLE~2\MIDDLE~1\modules\
    ORGAPA~1.1/lib/ant-all.jar;E:\ORACLE~2\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-con
    trib.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;E:\ORACLE
    ~2\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;E:\Or
    acle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.common.adapters_11.1
    .1\oracle.soa.common.adapters.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\comm
    unications\modules\usermessaging-config_11.1.1.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1
    \modules\oracle.xdk_11.1.0\xsu12.jar;E:\ORACLE~2\MIDDLE~1\modules\features\weblo
    gic.server.modules.xquery_10.3.1.0.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1
    \soa\modules\db2jcc4.jar;E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\s
    oa-infra;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\fabric-url-handle
    r_11.1.1.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\quartz-all-1.
    6.5.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.fabric_
    11.1.1\oracle.soa.fabric.jar;E:\Oracle_11g\middleware_home\Oracle_SOA1\soa\modul
    es\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;E:\Oracle_11g\middleware_
    home\Oracle_SOA1\soa\modules\oracle.soa.adapter_11.1.1\oracle.soa.adapter.jar;E:
    \Oracle_11g\middleware_home\Oracle_SOA1\soa\modules\oracle.soa.b2b_11.1.1\oracle
    .soa.b2b.jar;E:\Oracle_11g\middleware_home\Oracle_IDM1\server\lib\oim-manifest.j
    ar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\ESAPI-2.0-rc4.jar;E
    :\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\antisamy-bin.1.3.jar;E:
    \ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-configuration-1.
    5.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-fileuplo
    ad-1.2.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\commons-lan
    g-2.3.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\nekohtml-0.9
    .5.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.owasp_11.1.1\xercesImpl-2.9.
    1.jar;E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;E:\ORACLE~
    2\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;E:\ORACLE~2\MIDDLE~1\WLSE
    RV~1.3\server\lib\xqrl.jar
    PATH=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\native;E:\ORACLE~2\MIDD
    LE~1\patch_ocp371\profiles\default\native;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server
    \native\win\x64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\bin;E:\ORACLE~2\MIDDLE~1\
    modules\ORGAPA~1.1\bin;E:\Java\JDK16~1.0_3\jre\bin;E:\Java\JDK16~1.0_3\bin;E:\Or
    acle\product\10.2.0\client_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\Syste
    m32\Wbem;C:\Program Files (x86)\Windows Imaging\;E:\Java\jdk1.6.0_32\bin;C:\Wind
    ows\sysWOW64;E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\native\win\x64\oci920_8;E:\O
    racle_11g\middleware_home\Oracle_SOA1\soa\thirdparty\edifecs\XEngine\bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_32"
    Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
    Starting WLS with line:
    E:\Java\JDK16~1.0_3\bin\java -client -Xms768m -Xmx1536m -XX:PermSize=256m -XX:
    MaxPermSize=512m -Dweblogic.Name=oim_server1 -Djava.security.policy=E:\ORACLE~2\
    MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.security.SSL.trustedCA
    KeyStore="E:\Oracle_11g\middleware_home\wlserver_10.3\server\lib\cacerts" -Xver
    ify:none -da -Dplatform.home=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3 -Dwls.home=E:\ORAC
    LE~2\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\
    server -Dcommon.components.home=E:\ORACLE~2\MIDDLE~1\ORACLE~1 -Djrf.version=11.
    1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger
    -Ddomain.home=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Djrockit.optfile=
    E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Dor
    acle.server.config.dir=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMW
    CON~1\servers\oim_server1 -Doracle.domain.config.dir=E:\ORACLE~2\MIDDLE~1\USER_P
    ~1\domains\BASE_D~1\config\FMWCON~1 -Digf.arisidbeans.carmlloc=E:\ORACLE~2\MIDD
    LE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\carml -Digf.arisidstack.home=E:\
    ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\FMWCON~1\arisidprovider -Dora
    cle.security.jps.config=E:\ORACLE~2\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fm
    wconfig\jps-config.xml -Doracle.deployed.app.dir=E:\ORACLE~2\MIDDLE~1\USER_P~1\d
    omains\BASE_D~1\servers\oim_server1\tmp\_WL_user -Doracle.deployed.app.ext=\- -D
    weblogic.alternateTypesDirectory=E:\Oracle_11g\middleware_home\Oracle_IDM1\serve
    r\loginmodule\wls,E:\ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,E:
    \ORACLE~2\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Djava.protocol.ha
    ndler.pkgs=oracle.mds.net.protocol"|"oracle.fabric.common.classloaderurl.handler
    "|"oracle.fabric.common.uddiurl.handler"|"oracle.bpm.io.fs.protocol -Dweblogic.
    jdbc.remoteEnabled=false -DXL.HomeDir=E:\Oracle_11g\middleware_home\Oracle_IDM1
    \server -Djava.security.auth.login.config=E:\Oracle_11g\middleware_home\Oracle_
    IDM1\server\config\authwl.conf -Dorg.owasp.esapi.resources=E:\Oracle_11g\middle
    ware_home\Oracle_IDM1\server\apps\oim.ear\APP-INF\classes -da:org.apache.xmlbea
    ns... -Dsoa.archives.dir=E:\Oracle_11g\middleware_home\Oracle_SOA1\soa -Dsoa.ora
    cle.home=E:\Oracle_11g\middleware_home\Oracle_SOA1 -Dsoa.instance.home=E:\ORACLE
    ~2\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Dtangosol.coherence.clusteraddress=227.7.
    7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.x
    ml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.tr
    ansaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Dj
    avax.net.ssl.trustStore=E:\ORACLE~2\MIDDLE~1\WLSERV~1.3\server\lib\DemoTrust.jks
    -Dem.oracle.home=E:\Oracle_11g\middleware_home\oracle_common -Djava.awt.headles
    s=true -Dums.oracle.home=E:\Oracle_11g\middleware_home\Oracle_SOA1 -Dweblogic.ma
    nagement.discover=false -Dweblogic.management.server=http://localhost:7001/conso
    le -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=fa
    lse -Dweblogic.ext.dirs=E:\ORACLE~2\MIDDLE~1\patch_wls1036\profiles\default\syse
    xt_manifest_classpath;E:\ORACLE~2\MIDDLE~1\patch_ocp371\profiles\default\sysext_
    manifest_classpath weblogic.Server
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    E:\Oracle_11g\middleware_home\user_projects\domains\base_domain\bin>

  • HT1338 I begin to download mountain lion update and it fail. Then I tried again and icon shows "waiting" but it never begin to download. What can I do?

    I begin to download mountain lion update and it fail. Then I tried again and icon shows "waiting" but it never begin to download. What can I do?

    RainbowGarner wrote:
    By install i presume you mean add it to the bottom of the machine ?
    Yes, and it's rather easy to do too.
    Your machine has two slots. These are the specs for a 2008 iMac (if your machine is different then check with Crucial.com and they will match the correct RAM for your machine)
    Maximum Memory
    6.0 GB (Actual) 4.0 GB (Apple)
    Memory Slots
    2 - 200-pin PC2-6400 (800MHz) DDR2 SO-DIMM
    So all you need to do is visit Crucial.com or OtherWorld Computing to order it, and OtherWorld Computing has install videos.
    Here is one on YouTube. Easy pleasy.
    Just make sure to discharge any static electricity and not touch the contacts, just the plastic edges.
    https://www.youtube.com/watch?v=Fb_B3K1Za5Y

  • I have lost AirPlay and sharing with my PC since accepting a software upgrade to the TV yesterday. I have tried restoring and reinstalling this software but this failed to solve the problem. Any suggestions would be very welcome.

    I have lost AirPlay (with iPad and iPod touch (new) both on os5 ) and sharing with my PC (uptodate iTunes) since accepting a software upgrade to the Apple TV yesterday. I have tried restoring and reinstalling this software but this failed to solve the problem. Any suggestions would be very welcome.

    IEP1 wrote:
    I have lost AirPlay (with iPad and iPod touch (new) both on os5 ) and sharing with my PC (uptodate iTunes)
    Check your Windows settings along this contribution from Chrism0:
    https://discussions.apple.com/message/16568477#16568477
    Also check that the ports 5353 and 5354 (Bonjour (mDNSResponder), AirPlay, Home Sharing, Printer Discovery) are open on Windows Firewall.
    Lupunus

  • Just got a new iPod Nano 7gen. Have downloaded and installed iTunes 10.7 and installed succesfully. But iTunes fails when I try to start the program. Have OS X 10.8.2. Moutain Lion. Please help - thanks. Sven

    Just got a new iPod Nano 7gen. Have downloaded and installed iTunes 10.7 and installed succesfully. But iTunes fails when I try to start the program. Have OS X 10.8.2. Moutain Lion. Please help - thanks.
    Sven

    Problem solved. Copied latest file of iTunes Library.itl from Previous iTunes Libraries and replaced it with the original in Music - iTunes-folder.

  • HT5503 I accidentally forgot my passcode and tried 6 attempts but all failed.I don't have iTunes.I turned power off.Now it is not responding.Any suggestions?

    I accidentally forgot my passcode and tried 6 attempts but all failed.I don't have iTunes.I turned power off.Now it is not responding.Any suggestions?

    Without iTunes on a computer there is nothing that you can do. If you are locked out because you forgot the passcode your only solution is to restore the iPad using iTunes on a computer.
    I don't know exactly want you mean by it is not responding - does that mean that it will not power up again?

  • My TV show purchases don't play correctly. When I click on them, a black screen with no audio plays. The timecode for the show runs, but I don't see or hear anything besides that black screen. Help!

    My TV show purchases don't play correctly. When I click on them, a black screen with no audio plays. The timecode for the show runs, but I don't see or hear anything besides that black screen. Help!

    Have you tried resetting the iPad:
    Reset iPad:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.

  • My computer died when I was syncing music from iTunes onto my iPad. I can reset it and get it running, but I want to get back my photos and videos. How do I get back photos and videos in recovery mode?

    My computer died when I was syncing music from iTunes onto my iPad. I can reset it and get it running, but I want to get back my photos and videos. How do I get back photos and videos in recovery mode?

    Clucktastic wrote:
    How do I get back photos and videos in recovery mode?
    Once the Device is asking to be Restored with iTunes... it is too late to save anything...
    See Here  >  http://support.apple.com/kb/HT1808
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766

  • HT201442 I am got error while trying to restore,, but i just only error file with 3194. I try many step by install lastest version and fix host file, but still fail. Anybody can give me any key point to solve this problem? Thank you

    I am got error while trying to restore,, but i just only error file with 3194. I try many step by install lastest version and fix host file, but still fail. Anybody can give me any key point to solve this problem? Thank you

    Error 3194:
    This device isn't eligible for the requested build
    It means that Apple has stopped signing the version of iOS that you have, try downloading the latest iOS version, then try Restore again.

  • I can't upload new apps or updated apps, and it shows that I have problem with last purchase. I guess my credit card is over limit and the purchase is not completed because of uncollected. I have filled up some to my credit card. Will it deduct later?

    I can't upload new apps or updated apps, and it shows that I have problem with last purchase. I guess my credit card is over limit and the purchase is not completed because of uncollected. I have filled up some to my credit card. Will it deduct later?
    The problem is I have no computer to use the Itunes and can't go to last purchase. Also, I have ipad 2 using the same adminstrator and have the same problem.

    Same thing happened to me with my peruvian credit card in the peruvian app store, I want to buy an app, but it says that my credit card is "not supported in the Peruvian app store"

  • Joined Cloud and paid for it but have had no confirmation email

    Joined Cloud and paid for it but have had no confirmation email and I am being prompted to join the Cloud - am I in or not? All the software is showing but are these Trial versions or full versions - a bit confused!

    It looks like your order might still be processing. How long ago did you purchase it?
    -Dave

  • I can no longer open any attachments that are sent to me. I click on and get cannot preview (but have had this for ages). I am clicking on download and nothing happens. It does not download. I clicked to install a new version after updating and clicking r

    I can no longer open any attachments that are sent to me. I click on and get cannot preview (but have had this for ages). I am clicking on download and nothing happens. It does not download. I clicked to install a new version after updating and clicking repair. But still the attachments won't open including invoices I have received today. It is all attachments not just pdfs.

    Angela Richens wrote:
    It is all attachments not just pdfs.
    Then most likely it is not caused by Adobe Reader.
    Anyway, perhaps someone has some idea, if you give us some details: operating system, browser, email client, ...

  • When inserting a .pdf of a document with a standard white paper color the test and images show up, but the white background is transparent. How do you also make the white paper color show up?

    When inserting a .pdf of a document into a Keynote template with a standard white paper color the text and images show up, but the white background is transparent. How do you also make the white paper color show up?

    Use the color fill option - select the inserted .pdf and assign a fill color of white to it using the Color Fill Menu on the Toolbar or the Color Picker Palette.
    Good Luck.

  • Im trying to find my iPhone via iCloud but i does not show a map with its last know location. It only shows the menu options. My iPad and Mac show up but the map of my iPhone does not.

    Im trying to find my iPhone via iCloud but i does not show a map with its last know location. It only shows the menu options. My iPad and Mac show up but the map of my iPhone does not. Can anyone help?

    If your phone is turned off or not connected to the Internet, you will be unable to locate it. Last known location is only stored for 24 hours.

  • I bought download Adobe Premier elements last year. It is on my old computer which is not powerful enough.  I have a new computer that is, I bought and upgrade for $69 but have got no where after several hours.  what do I do

    I bought download Adobe Premier elements last year. It is on my old computer which is not powerful enough.  I have a new computer that is, I bought and upgrade for $69 but have got no where after several hours.  what do I do?

    What are you trying to do?  What actions are you taking?  What happens when you try?

Maybe you are looking for

  • Epson Stylus Photo R2400 printer driver will not update from 2.53 to 3.0

    I am having an issue with installing a print driver from Epson's web site. I do not have access to the print options or any other settings of the printer when i try to FILE>PRINT. The choices are crossed off the list and say "This panel is not compat

  • How to use WBS element in Asset master data upload

    Dear All Does any body know how to treat field WBS element in Asset master during upload. Field POSNR in table ANLA is of 8 characters, but WBS element which is entered in asst master is more than 8 char. I vaguely remember tht with wbs system intern

  • Elements 12 wont accept .mov video files

    I'm trying to import .mov files into Premiere Elements 12 but it will only bring them in as audio files, not video?  The source file is playing fine in Quicktime, but elements won't accept it.  I'm working on PC and urgently need to edit this piece..

  • J1IEX_C

    Hi All., In PO, Excise Duty is Rs.100,  ECS-Rs.2.,   SHS-Rs. 1 While capturing excise details in J1IEX_C., as per the Vendor Excise Invoice, I have changed BED amount as RS. 110  ECS-RS.4    SECESS- RS.2 Then i have done MIGO & posted EXCISE INVOICE

  • X-Windows fails after Every Major Upgrade: About to give up Archlinux

    I have resigned myself to this behavior.  I need to get Nvidia cuda toolkit working and after a major upgrade that effects X-windows I lose X. Usually my fix is to reinstall nvidia drivers and cuda, sometimes successfully from aur but usually not.  W