Unable to start app on HCP after deployment

Hi,
After a successful deployment on the cloud our java webapp is not starting and shows the below exception:
Log
CDI Beans module deployment failedjavax.enterprise.event.ObserverException: Caught Exception while handling event object with type : org.apache.webbeans.portable.events.discovery.AfterBeanDiscoveryImpl
  at org.apache.webbeans.event.NotificationManager.fireEvent(NotificationManager.java:443)
  at org.apache.webbeans.container.BeanManagerImpl.fireEvent(BeanManagerImpl.java:484)
  at org.apache.openejb.cdi.BeansDeployer.fireAfterBeanDiscoveryEvent(BeansDeployer.java:158)
  at org.apache.openejb.cdi.OpenEJBLifecycle.startApplication(OpenEJBLifecycle.java:274)
  at org.apache.openejb.cdi.ThreadSingletonServiceImpl.initialize(ThreadSingletonServiceImpl.java:167)
  at org.apache.openejb.cdi.CdiBuilder.build(CdiBuilder.java:43)
  at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:723)
  at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:546)
  at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:542)
  at org.eclipse.virgo.web.enterprise.openejb.deployer.VirgoDeployerEjb.deploy(VirgoDeployerEjb.java:180)
  at org.eclipse.virgo.web.enterprise.applistener.internal.OpenEjbApplicationListener.deploy(OpenEjbApplicationListener.java:41)
  at org.eclipse.virgo.web.enterprise.applistener.internal.OpenEjbApplicationListener.lifecycleEvent(OpenEjbApplicationListener.java:98)
  at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
  at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5355)
  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  at org.eclipse.gemini.web.tomcat.internal.TomcatServletContainer.startWebApplication(TomcatServletContainer.java:125)
  at org.eclipse.gemini.web.internal.StandardWebApplication.start(StandardWebApplication.java:109)
  at org.eclipse.gemini.web.extender.WebContainerBundleCustomizer.addingBundle(WebContainerBundleCustomizer.java:49)
  at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:467)
  at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:1)
  at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
  at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)
  at org.osgi.util.tracker.BundleTracker$Tracked.bundleChanged(BundleTracker.java:443)
  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
  at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
  at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework.java:1568)
  at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1504)
  at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1499)
  at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391)
  at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
  at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:292)
  at org.eclipse.virgo.web.war.deployer.WARDeployer.start(WARDeployer.java:780)
  at org.eclipse.virgo.nano.deployer.internal.StandardApplicationDeployer.startDeployables(StandardApplicationDeployer.java:324)
  at org.eclipse.virgo.nano.deployer.internal.StandardApplicationDeployer.bulkDeploy(StandardApplicationDeployer.java:115)
  at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.bulkDeployIfNotDeployed(HotDeployerFileSystemListener.java:143)
  at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.onInitialEvent(HotDeployerFileSystemListener.java:105)
  at org.eclipse.virgo.util.io.FileSystemChecker.notifyListenersOnInitialEvent(FileSystemChecker.java:207)
  at org.eclipse.virgo.util.io.FileSystemChecker.handleInitialFiles(FileSystemChecker.java:177)
  at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:261)
  at org.eclipse.virgo.nano.deployer.hot.WatchTask.run(WatchTask.java:48)
  at java.lang.Thread.run(Thread.java:789)
Caused by: org.apache.webbeans.exception.WebBeansException: java.lang.reflect.InvocationTargetException
  at org.apache.webbeans.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:301)
  at org.apache.webbeans.event.NotificationManager.fireEvent(NotificationManager.java:429)
  ... 45 common frames omitted
Caused by: java.lang.reflect.InvocationTargetException: null
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:601)
  at org.apache.webbeans.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:295)
  ... 46 common frames omitted
Caused by: java.lang.NoSuchMethodError: javassist.util.proxy.RuntimeSupport.find2Methods(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;[Ljava/lang/reflect/Method;)V
  at org.springframework.data.jpa.repository.cdi.JpaRepositoryExtension_$$_javassist_0.<clinit>(JpaRepositoryExtension_$$_javassist_0.java)
  at sun.misc.Unsafe.ensureClassInitialized(Native Method)
  at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43)
  at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:140)
  at java.lang.reflect.Field.acquireFieldAccessor(Field.java:949)
  at java.lang.reflect.Field.getFieldAccessor(Field.java:930)
  at java.lang.reflect.Field.set(Field.java:680)
  at javassist.util.proxy.ProxyFactory.setField(ProxyFactory.java:525)
  at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:508)
  at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:492)
  at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:428)
  at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:400)
  at org.apache.webbeans.proxy.javassist.JavassistFactory.doPrivilegedCreateClass(JavassistFactory.java:87)
  at org.apache.webbeans.proxy.javassist.JavassistFactory.getProxyClass(JavassistFactory.java:55)
  at org.apache.webbeans.proxy.javassist.JavassistFactory.getProxyClass(JavassistFactory.java:47)
  at org.apache.webbeans.proxy.ProxyFactory.createProxyClass(ProxyFactory.java:431)
  at org.apache.webbeans.proxy.ProxyFactory.createNormalScopedBeanProxy(ProxyFactory.java:216)
  at org.apache.webbeans.container.BeanManagerImpl.getReference(BeanManagerImpl.java:850)
  at org.apache.webbeans.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:289)
  at org.apache.webbeans.event.NotificationManager.fireEvent(NotificationManager.java:429)
  at org.apache.webbeans.container.BeanManagerImpl.fireEvent(BeanManagerImpl.java:484)
  at org.apache.webbeans.portable.events.discovery.AfterBeanDiscoveryImpl.addBean(AfterBeanDiscoveryImpl.java:75)
  at com.sun.jersey.server.impl.cdi.CDIExtension.addPredefinedContextBeans(CDIExtension.java:823)
  at com.sun.jersey.server.impl.cdi.CDIExtension.afterBeanDiscovery(CDIExtension.java:761)
  ... 51 common frames omitted
The same project used to work a 2 weeks back, but now it shows this exception and fails to start. More precisely, the app will be in "Starting" mode for a while and then shows "Infrastructure Error".
Have attached the complete log

Hi Bhuvan,
Is there a chance that you've run the app on neo-sdk-javaweb (version 1.x) two weeks ago?
Do you use J2EE functionality in your app? In neo-sdk-javaee6 2.x there's already javassist packed in the runtime and bringing another javassist with the application may cause problems since the runtime may start using the app version.
You may try removing the 3.16.1-GA library in case you need to run it on 2.x. Or try running it on 1.x if you don't need any J2EE functionality.
Kind regards,
Katya

Similar Messages

  • Fiori Approve Requisitions error - unable to start app

    Hello Experts,
    We have implemented the UIX01EAP (SAPK-10002INUIX01EAP) Fiori component. I have followed the link Approve Requisitions.
    I have activated the OData Service GBAPP_PRAPPROVAL, activated the UI5 application MM_PR_APV, assigned the Business Role SAP_MM_BCR_Buyer_X1, Technical Role SAP_MM_TCR_T_X1 in the Front-end Server and the authorization role SAP_MM_PR_APV_APP in the Back-end server to the relevant User ID.
    I have also followed the Configuration Tasks given in the above link including maintaining the Workflow Task under Customizing for Materials Management under Purchasing Purchase Requisition Approve Requisitions App Specify Workflow Task IDs for Approve Requisitions App.
    After this when I login to the launchpad URL using the approver user, I am able to see the Buyer (MM) group on the home page and also the Approve Requisitions tile with the correct number of pending workitems.
    But when I click on the Approve Requisitions tile to open the app, I get an error popup saying Failure - Unable to start App and get the below error in Chrome console.
    Can this be due to some missing role/authorization? Or can this be an issue with the Approve Requisitions app itself?
    Regards,
    Saurabh

    Thanks for your response Masa.
    I am getting the below response when I run the service /sap/opu/odata/UI2/INTEROP/ResolveLink service:
    Regards,
    Saurabh

  • Unable to start App World due to error 2

    When I attempt to log in to Blackberry App World on my Playbook, or when I attempt to load an app update, I receive the message "Unable to start App world due to error 2".  A search of the knowledge base and forums does not seem to address this issue.  Any suggestions?
    Solved!
    Go to Solution.

    jontitmas wrote:
    De-brick method? Please help, how do you do this?
    First do a backup because you will lose every thing on the Playbook
    Then unplug the Playbook from the computer and make sure that you are using the latest version of the Desktop Manager on your computer.
    Turn off the Playbook
    With the Desktop Manager running, plug the Playbook into the computer without turning it on
    On the computer you will see a message saying that it can not communicate with the Playbook, on that message there is a button that says UPGRADE, click on it then after that REPAIR, and INSTALL
    This will reset the Playbook to the factory setting, so you will have to redo all the initial setup
    good luck
    Using the Playbook and the Z10 and the Z30 and loving them
    Martin

  • Hi I am having problems downloading and updating apps on my iPad and iPhone. The message cycles between waiting and loading then I get an error message saying unable to download app. Eventually,after many attempts it works.

    Hi Guys - for a few days I have been having problems downloading and updating apps on my iPad and iPhone. The message cycles between waiting and downloading then eventually says unable to download app. Sometimes after many attempts it wil eventually work. I tested it on an old iPhone 3G and got the same problem so it is not an iOS 5 issue. My WI-FI connection is working fine. I was wondering if this is an App Store problem? Anyone else in the UK having this problem?

    Hi John
    iTunes Support wasn't of any use to me.
    I have also been having another problem - with BBC iPlayer and other video streaming not working due to insufficient bandwidth, despite my overall download speed being consistently around 50Gb.  This is also affecting AppleTV downloads
    I am using Virgin Media as my ISP, and was wondering whether you do as well.  This might be the common thread.
    -Bernard

  • Failure - Unable to start app in new launchpad

    Hello Friends,
    We are in NW Gateway 7.4 and when I logged as User and trying to access Approve Purchase Requisition, I am  getting error "Unable to start app". When I looked at error log and in Network element found the below errors. Am I missing something and what I don't understand is the error in Gateway log shows this
    1. "No service found for namespace , name sra001_pcapproval, version 0001"
    2.  Back-end error occurred "T100 Info:GBAPP_APV_MSG-013"
    Network Element error:
    Gateway error:
    Regards,
    S.Srikanth
    Tags edited by: Michael Appleby

    Hi Masa,
    When I gone through the error log for Approve Purchase Requisition, I am getting error "Backend error occured. T100 Info:GBAPP_APV_MSG-013".
    When, I checked with URL http://xxx:8000/sap/opu/odata/sap/gbapp_prapproval;mo/LaunchPageCollection from network element in NW Gateway client, getting below error
    <?xml version="1.0" encoding="utf-8" ?>
    - <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> 
    <code>GBAPP_APV_MSG/013</code>  
    <message xml:lang="en">Workflow Task Type is not passed as filter criteria</message>  
    - <innererror> 
    <transactionid>9E830DE47F50F17D910F0A4197385754</transactionid>  
    <timestamp>20140717082602.1410000</timestamp>  
    - <Error_Resolution> 
    <SAP_Transaction>Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details</SAP_Transaction>  
    <SAP_Note>See SAP Note 1797736 for error analysis (https://service.sap.com/sap/support/notes/1797736)</SAP_Note>  
    </Error_Resolution>
    - <errordetails> 
    - <errordetail> 
    <code>GBAPP_APV_MSG/013</code>  
    <message>Workflow Task Type is not passed as filter criteria</message>  
    <propertyref />  
    <severity>error</severity>  
    </errordetail>
    But, when I checked in NW gateway client with the below URL, I am able to see the PR for approval in user inbox.
    http://xxx/sap/opu/odata/sap/GBAPP_PRAPPROVAL/WorkflowTaskCollection?$filter=TaskType eq'TS00007986'
    Regards,
    Srikanth

  • Failure - Unable to Start App - Fiori App

    Hi,
    I am getting the and error Failure-Unable to Start App when i am trying to start any App from my Launchpad.
    Below is the error we are getting
    2014-09-05 17:52:45 Failed to resolve navigation target: #PurchasingDocumentItem-display - Could not resolve link 'PurchasingDocumentItem-display' sap.ushell.renderers.fiori2.Shell.controller"
    Any help would be appreciated.
    Thanks
    Sarves
    Tags edited by: Michael Appleby

    Hi Sarves,
    Can you please try clear cash.
    You can also clean up your Model and RDP Cache by running (/iwbep/cache_cleanup) in ECC and in GW try (/iwfnd/cache_cleanup) please try it.
    Regards,
    Gurpal

  • Failure - Unable to start App and Service SRA001_PCAPPROVAL failed. Contact your system administrator

    Hi,
    We are getting "Failure - Unable to start App" and "Service SRA001_PCAPPROVAL failed. Contact your system administrator" error.
    we have already activated the service and assigned the required role to User.
    Regards,
    Trilochan
    Tags edited by: Michael Appleby

    Hi Masa,
    we are able to see these services:
    but we are not able to find service SRA001_PCAPPROVAL in
    Activate and Maintain services (/IWFND/MAINT_SERVICE) .
    Could you please guide us how we can get those Odate services for application ,what are the activities we have to perform.
    Regards,
    Trilochan

  • After 10g Upgrade, Unable to start apps listener.

    1. Apps 11.5.10.2 DB 9.2.0.8
    2. Successfully upgraded DB to 10.2.0 (Metalink Note: 362203.1)
    3. Ran ADCONFIG on DB successfully
    4. Ran ADCONFIG on Apps successfully.
    5. Restarted Server
    All services started successfully except
    1. Apps Listener
    2. Report Server
    3. Concurrent Manager
    Further investigation reveals the issue is with Apps Listener. When I start apps listener manually ...
    E:\oracle\prodcomn\admin\scripts\PROD_r12srvr>adalnctl start apps/fumble
    ECHO is off.
    ECHO is off.
    Mon 05/12/2008 08:14 PM
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : e:\oracle\prodora2\8.0.6
    LOCAL : PROD
    ORACLE_SID :
    PATH : e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;e:\oracle\prodappl\au\11.5.0\bin;e:
    \oracle\prodappl\fnd\11.5.0\bin;e:\oracle\prodappl\ad\11.5.0\bin;E:\oracle\prodora2\iAS\appsoui\jre\1.3.1\bin;E:\oracle\prodora2\iAS\Apache\
    perl\5.00503\bin\MSWin32-x86\;e:\oracle\prodcomn\util\unzip\unzip;e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;C:\vscommon\msdev98\BIN;c:\vc8\B
    IN;C:\vscommon\TOOLS\WINNT;C:\vscommon\TOOLS;e:\oracle\prodappl\au\11.5.0\bin;e:\oracle\prodappl\fnd\11.5.0\bin;e:\oracle\prodappl\ad\11.5.0
    \bin;E:\oracle\prodora2\iAS\appsoui\jre\1.3.1\bin;E:\oracle\prodora2\iAS\Apache\perl\5.00503\bin\MSWin32-x86\;e:\oracle\prodcomn\util\unzip\
    unzip;e:\oracle\prodora2\8.0.6\bin;c:\jdk13\bin;C:\MKS\bin\x11;C:\vscommon\Tools\WinNT;C:\vscommon\MSDev98\Bin;C:\vscommon\Tools;c:\vc8\bin;
    c:\mks\mksnt;c:\mks\bin;c:\jdk13;c:\r11itools;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;
    LD_LIBRARY_PATH : e:\oracle\prodora2\8.0.6\lib
    ECHO is off.
    ECHO is off.
    Starting listener process "APPS_PROD" ...
    ECHO is off.
    LSNRCTL80 for 32-bit Windows: Version 8.0.6.3.0 - Production on 12-MAY-2008 20:14:58
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=r12srvr)(Port=1627))
    TNS-12224: TNS:no listener
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL80 for 32-bit Windows: Version 8.0.6.3.0 - Production on 12-MAY-2008 20:15:00
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Starting tnslsnr80: please wait...
    Service OraclePRODOra806_3TNSListener80APPS_PROD start pending.
    Service OraclePRODOra806_3TNSListener80APPS_PROD started.
    TNS-12560: TNS:protocol adapter error
    adalnctl.cmd exiting with status 3
    The error 3 means "The system cannot find the path specified".
    Anyone! Please help me. It is very very urgent.
    Thanks in advance.
    S. Sundar

    This is Oracle Apps. Did you check all requirements before upgrading only the database layer to 10g?
    You may need to change your start/stop scripts to reflect the changes to the database layer (listener ports etc).
    E-Business Suite Forum?
    http://forums.oracle.com/forums/category.jspa?categoryID=3

  • Unable to start   apps services

    hai,
    i was instlled 12.0.4 on RHEL AS 4.0 32 bit operating system. everything is working fine. after some days unexpectullay IPADREss of server was changed.
    know the apps services i was unable to start. can u tell me we need to chane in any files this ipadrress????

    You just need to change the IP address in the etc file and bounce the services. If this does not help, then run AutoConfig on the database and the application tiers.

  • Unable to start apps using adstrtal.sh APPS/APPS

    Hi,
    I upgraded oracle apps 11.5.10 to CU2. Now unable to start applications.
    I am getting below erros.
    [oracle@linux1 ~]$ /u01/apps/viscomn/admin/scripts/VIS_linux1/adstrtal.sh APPS/APPS
    You are running adstrtal.sh version 115.14
    /u01/apps/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Check logfile /u01/apps/viscomn/admin/log/VIS_linux1/12261049.log for details
    [oracle@linux1 ~]$ uname -a
    Linux linux1.lwcky.com 2.6.18-128.el5 #1 SMP Wed Jan 21 07:58:05 EST 2009 i686 athlon i386 GNU/Linux
    [oracle@linux1 ~]$ uname -m
    i686
    [oracle@linux1 ~]$ ldd /u01/apps/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java
    linux-gate.so.1 => (0x00142000)
    /lib/libcwait.so (0x005fc000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x00110000)
    libdl.so.2 => /lib/libdl.so.2 (0x00b74000)
    libc.so.6 => /lib/libc.so.6 (0x00143000)
    /lib/ld-linux.so.2 (0x00614000)
    before upgrade every thing working great. Not sure whats going on?
    Any ideas?
    Thanks,

    Okay guys, I figure out. adstrtal.sh script calling /u01/apps/visappl/ad/11.5.0/bin/adgetlnxver.sh script and we need to comment LD_ASSUME_KERNEL in adgetlnxver.sh.
    After that everything started successfully.
    Thanks.

  • Unable to update apps on 4s after upgrading to iOS 8.1

    Hi,
    I am unable to update apps on 4s app store after upgrading to iOS 8.1. signed in on app store & icloud still app upgrading will show circle running but wouldn't start upgrading. location service OFF, tried after changing to location service ON but still won't upgrade. what should be the issue? any correct way to update apps. I have been using for long, never had issue with app store on previous iOS migrations. anyone here can help please.

    Hi there Sam R 12,
    You may want to try force closing all open apps and resetting the device as an initial troubleshooting step. Take a look at the articles below for more information.
    iOS: Force an app to close
    Turn your iOS device off and on (restart) and reset
    -Griff W. 

  • Unable to start any VM's after accidental shutdown.

    Hi everybody,
    after my beautiful daughter, which i love very much, shutted down my desktop the hard way my HyperV has been down.
    I hope she did not waste more than a full day waiting, but i have not been able to find out as i have been unable to start any VM's since. 
    The hardware requirements is met and enabled etc. it worked flawlessly prior to the shutdown.
    initial error:
    "Vm cannot start because the hypervisor is not running." 
    and true that -  none of the HyperV services are running, and they won't start when i want to start them manually. 
    so i checked the BIOS, Virtualization is enabled in the CPU. so far so good. 
    last but not least i checked the BCDedit.exe just in case and the hypervisorlaunctype were set to 'Auto'.
    BCDedit print:
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {75433aa1-77d7-11e3-820c-8d253c7dc234}
    nx                      OptIn
    bootmenupolicy          Standard
    hypervisorlaunchtype    Auto
    Then i went log hunting and found a couple of errors: 
    Event viewer\windows log\System
    event id 36:
    Hypervisor launch failed; the image \Windows\system32\hvix64.exe failed code integrity checks, and cannot be used.
    and a second under:
    Event viewer\logs for programs and service\Microsoft\Windows\Hyper-V-VMMS
    Event ID 15350:
    VID driver not running. 
    after some googling and reinstalling the feature i eventually came up empty handed, so any assistance will be greatly appreciated. 
    Regards
    Asbjørn

    Hi thank you for the response Bob.
    ran the command a couple of time and rebooted as well. 
    every time i recieve this message after the SFC:
    Windows Resource Protection found corrupt files but was unable to fix some of them
    Details are included in the CBS.Log windir\Logs\CBS\CBS.Log
    Looked in the and found some of the entries not fixable where regarding hyperV.:
    and tried just to try to start a vm and same issue. 
    From CBS.log:
    2014-04-08 20:38:47, Info                  CSI    0000088b [SR] Beginning Verify and Repair transaction
    2014-04-08 20:38:47, Info                  CSI    0000088c [SR] Verify complete
    2014-04-08 20:38:47, Info                  CSI    0000088d [SR] Repairing 6 components
    2014-04-08 20:38:47, Info                  CSI    0000088e [SR] Beginning Verify and Repair transaction
    2014-04-08 20:38:47, Info                  CSI    0000088f Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-hyper-v-drivers-hypervisor_31bf3856ad364e35_6.3.9600.16384_none_210fb36c397c4e2b\hvix64.exe
    do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    00000890 [SR] Cannot repair member file [l:20{10}]"hvix64.exe" of Microsoft-Hyper-V-Drivers-Hypervisor, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000891 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-e..dapplauncher-client_31bf3856ad364e35_6.3.9600.16441_none_38fd958247084804\WEMSAL_WmiProvider.dll
    do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:47, Info                  CSI    00000892 [SR] Cannot repair member file [l:44{22}]"WEMSAL_WmiProvider.dll" of Microsoft-Windows-Embedded-EmbeddedAppLauncher-Client, Version = 6.3.9600.16441,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000893 Hashes for file member \SystemRoot\WinSxS\amd64_netwew00.inf_31bf3856ad364e35_6.3.9600.16384_none_252dacabb361a7e1\NETwew00.sys do not match actual
    file [l:24{12}]"NETwew00.sys" :
      Found: {l:32 b:TMtOkmv4ue8781uyYPEIxz8FVFOYyoTz4kjBiGC02Sc=} Expected: {l:32 b:75xSkHd6Tid9R8h6F0/5RBviPK0vRW01uAhGMEH0Z1w=}
    2014-04-08 20:38:47, Info                  CSI    00000894 [SR] Cannot repair member file [l:24{12}]"NETwew00.sys" of netwew00.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000895 Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB do not match
    actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :
      Found: {l:32 b:8LcvNZBm511T52GSwaqECOaQN2Pm60sxT+RHr6QZOGE=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}
    2014-04-08 20:38:47, Info                  CSI    00000896 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9),
    Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000897 Hashes for file member \SystemRoot\WinSxS\amd64_windows-defender-am-sigs_31bf3856ad364e35_6.3.9600.16384_none_ad431e16ef9845da\MpAvBase.vdm do
    not match actual file [l:24{12}]"MpAvBase.vdm" :
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:47, Info                  CSI    00000898 [SR] Cannot repair member file [l:24{12}]"MpAvBase.vdm" of Windows-Defender-AM-Sigs, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000899 Hashes for file member \SystemRoot\WinSxS\amd64_wialx008.inf_31bf3856ad364e35_6.3.9600.16384_none_9ca3c194b95ed28c\LXAA3drs.dll do not match actual
    file [l:24{12}]"LXAA3drs.dll" :
      Found: {l:32 b:kieFqZCqsO6AQQNNXtIYgybMJnJTkumPv2e2skhEfAg=} Expected: {l:32 b:dw8CQ+SfRzuBuXmiHYtZS1l3e+YdLVc3Enxt1FL6iog=}
    2014-04-08 20:38:47, Info                  CSI    0000089a [SR] Cannot repair member file [l:24{12}]"LXAA3drs.dll" of wialx008.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    0000089b Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-hyper-v-drivers-hypervisor_31bf3856ad364e35_6.3.9600.16384_none_210fb36c397c4e2b\hvix64.exe
    do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    0000089c [SR] Cannot repair member file [l:20{10}]"hvix64.exe" of Microsoft-Hyper-V-Drivers-Hypervisor, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    0000089d [SR] This component was referenced by [l:192{96}]"Microsoft-Hyper-V-ClientEdition-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.Microsoft-Hyper-V"
    2014-04-08 20:38:47, Info                  CSI    0000089e Hashes for file member \??\C:\Windows\System32\hvix64.exe do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    0000089f Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-hyper-v-drivers-hypervisor_31bf3856ad364e35_6.3.9600.16384_none_210fb36c397c4e2b\hvix64.exe
    do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    000008a0 [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:20{10}]"hvix64.exe"; source file in store is also corrupted
    2014-04-08 20:38:48, Info                  CSI    000008a1 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-e..dapplauncher-client_31bf3856ad364e35_6.3.9600.16441_none_38fd958247084804\WEMSAL_WmiProvider.dll
    do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:48, Info                  CSI    000008a2 [SR] Cannot repair member file [l:44{22}]"WEMSAL_WmiProvider.dll" of Microsoft-Windows-Embedded-EmbeddedAppLauncher-Client, Version = 6.3.9600.16441,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008a3 [SR] This component was referenced by [l:160{80}]"Package_67_for_KB2887595~31bf3856ad364e35~amd64~~6.3.2.0.2887595-250_neutral_GDR"
    2014-04-08 20:38:48, Info                  CSI    000008a4 Hashes for file member \??\C:\Windows\System32\wbem\WEMSAL_WmiProvider.dll do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:48, Info                  CSI    000008a5 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-e..dapplauncher-client_31bf3856ad364e35_6.3.9600.16441_none_38fd958247084804\WEMSAL_WmiProvider.dll
    do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:48, Info                  CSI    000008a6 [SR] Could not reproject corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\System32\wbem"\[l:44{22}]"WEMSAL_WmiProvider.dll"; source file in
    store is also corrupted
    2014-04-08 20:38:48, Info                  CSI    000008a7 Hashes for file member \SystemRoot\WinSxS\amd64_netwew00.inf_31bf3856ad364e35_6.3.9600.16384_none_252dacabb361a7e1\NETwew00.sys do not match actual
    file [l:24{12}]"NETwew00.sys" :
      Found: {l:32 b:TMtOkmv4ue8781uyYPEIxz8FVFOYyoTz4kjBiGC02Sc=} Expected: {l:32 b:75xSkHd6Tid9R8h6F0/5RBviPK0vRW01uAhGMEH0Z1w=}
    2014-04-08 20:38:48, Info                  CSI    000008a8 [SR] Cannot repair member file [l:24{12}]"NETwew00.sys" of netwew00.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008a9 [SR] This component was referenced by [l:200{100}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_netwew00"
    2014-04-08 20:38:48, Info                  CSI    000008aa Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB do not match
    actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :
      Found: {l:32 b:8LcvNZBm511T52GSwaqECOaQN2Pm60sxT+RHr6QZOGE=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}
    2014-04-08 20:38:48, Info                  CSI    000008ab [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9),
    Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008ac [SR] This component was referenced by [l:186{93}]"Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_prncacla"
    2014-04-08 20:38:48, Info                  CSI    000008ad Hashes for file member \SystemRoot\WinSxS\amd64_wialx008.inf_31bf3856ad364e35_6.3.9600.16384_none_9ca3c194b95ed28c\LXAA3drs.dll do not match actual
    file [l:24{12}]"LXAA3drs.dll" :
      Found: {l:32 b:kieFqZCqsO6AQQNNXtIYgybMJnJTkumPv2e2skhEfAg=} Expected: {l:32 b:dw8CQ+SfRzuBuXmiHYtZS1l3e+YdLVc3Enxt1FL6iog=}
    2014-04-08 20:38:48, Info                  CSI    000008ae [SR] Cannot repair member file [l:24{12}]"LXAA3drs.dll" of wialx008.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008af [SR] This component was referenced by [l:204{102}]"Microsoft-Windows-Client-Drivers-Package-printscan~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_wialx008"
    2014-04-08 20:38:48, Info                  CSI    000008b0 Hashes for file member \SystemRoot\WinSxS\amd64_windows-defender-am-sigs_31bf3856ad364e35_6.3.9600.16384_none_ad431e16ef9845da\MpAvBase.vdm do
    not match actual file [l:24{12}]"MpAvBase.vdm" :
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:48, Info                  CSI    000008b1 [SR] Cannot repair member file [l:24{12}]"MpAvBase.vdm" of Windows-Defender-AM-Sigs, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008b2 [SR] This component was referenced by [l:268{134}]"Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.Windows-Defender-AM-Default-Definitions-Package"
    2014-04-08 20:38:49, Info                  CSI    000008b3 Hashes for file member \??\C:\ProgramData\Microsoft\Windows Defender\Definition Updates\Default\MpAvBase.vdm do not match actual file [l:24{12}]"MpAvBase.vdm"
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:49, Info                  CSI    000008b4 Hashes for file member \SystemRoot\WinSxS\amd64_windows-defender-am-sigs_31bf3856ad364e35_6.3.9600.16384_none_ad431e16ef9845da\MpAvBase.vdm do
    not match actual file [l:24{12}]"MpAvBase.vdm" :
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:49, Info                  CSI    000008b5 [SR] Could not reproject corrupted file [ml:520{260},l:144{72}]"\??\C:\ProgramData\Microsoft\Windows Defender\Definition Updates\Default"\[l:24{12}]"MpAvBase.vdm";
    source file in store is also corrupted
    2014-04-08 20:38:49, Info                  CSI    000008b6 [SR] Repair complete
    2014-04-08 20:38:49, Info                  CSI    000008b7 [SR] Committing transaction
    2014-04-08 20:38:49, Info                  CSI    000008b8 Creating NT transaction (seq 2), objectname [6]"(null)"
    2014-04-08 20:38:49, Info                  CSI    000008b9 Created NT transaction (seq 2) result 0x00000000, handle @0xee0
    2014-04-08 20:38:49, Info                  CSI    000008ba@2014/4/8:18:38:49.319 Beginning NT transaction commit...
    2014-04-08 20:38:49, Info                  CSI    000008bb@2014/4/8:18:38:49.326 CSI perf trace:

  • OracleCSService unable to start on win2003 node after patching to 10.2.0.4

    Hi,
    Anyone facing problem starting the CS service after patching to 10.2.0.4 on 1 win2003 node while other win2003 node works fine?
    Well seems I found the solution to it. Pl read on if u r facing same problem:
    1. on the non-working node goto the log folders inside "$ORACLE_HOME/log/<node1name>/css/cssdout.log"
    2. if u see any errors like ssmain_run_css going into looping then
    3. from cmd run "crsctl check boot"
    4. check any dll error reporting...(in my case it was orahasgen10.dll)
    5. compare this dll size/date with the one on working node.
    6. If its different copy same dll from workingnode to non-working node.
    7. try restart oraclecsservice. It should start now.
    Hope this helps. I spent a lot of time researching this so hope someone benefits from this.
    Rgds,
    Mounesh.

    Just wanted to help techies out there if facing cs service issue.

  • Unable to start Apps after cloning

    Hi,
    I cloned my VISION instance on linux to "VISION1".
    The "perl adcfgclone.pl appsTier" command failed to start the apps tier services.
    I am getting the following error.
    You are running adfrmctl.sh version 115.33
    Cannot reconnect to gateway
    Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
    Action: Check that your gateway environment variable is set correctly.
    What could be the casue for this?
    How can I resolve this?
    Thanks,
    Dnyanesh

    Hi,
    While running the posclone script on appsTier, I get the following error.
    Starting application Services for VISION1:
    Running:
    /u02/apps/vision1comn/admin/scripts/VISION1_rac1/adstrtal.sh APPS/<appspwd>
    You are running adstrtal.sh version 115.14
    /u02/apps/vision1comn/admin/scripts/VISION1_rac1/adstrtal.sh: line 122: /u02/apps/vision1comn/util/java/1.4/j2sdk1.4.2_04/bin/jre: No such file or directory
    Check logfile /u02/apps/vision1comn/admin/log/VISION1_rac1/09161929.log for details
    Exiting with status 127
    Have you seen this error?
    Thanks,
    Dnyanesh

  • Unable to start APPS after R12 installation. But, DB is UP

    Hi,
    I have installed R12 on my laptop with External Hard drive connected. The installation completed successfully. I can connect to the DB tier. But, apps... sometime it connects and sometimes it doesn't. I was wondering is it something to do with the services I am starting?? Here is the sequence of the services I start for R12 Apps.
    OracleServiceVIS
    OracleVIS_db102_RDBMSTNSListenerVIS
    OracleVIS_TOOLS_c_oracle_VIS_apps_tech_st_10_1_2TNSListenerAPPS_VIS
    Oracle Process Manager for VIS_bhaskara
    Do I need to start any extra services or the Order in which I am starting the services is not correct???
    Thanks a lot for you help.
    Bhaskara

    Some people have reported good results with R12 on Windows. I find R12 on Windows about 100 times more flaky than on Linux on identical hardware. Add an external hard drive into the mix, and you have very slim odd of it working correctly, or for very long. External hard drives try to power themselves down at inopportune times when you run Oracle products on them. You also increase your chances of needing a media recovery of your datafiles if your external hard drive loses power, and you have any datafiles there.
    It is a couple days work, but I recently upgraded 11.5.10.2 Vision on Linux to R12 and have a 70GB footprint. This easily fits on a laptop 100 or 120 GB (non-perpendicular recording =>stable hard drive). Also the memory footprint is much less on Linux, and I can run R12 fine on 2 GB RAM laptops, even have R12 and 11.5.10.2 with Demantra Demand Planning OAS 10.1.3 running concurrently on a T61 with 4 GB of RAM. I have R12 Windows running on a Windows machine with 3 GB of RAM, and with all the applications up, I can log in, but RAM is at 3 GB and the page file is almost full. I only advise people to install R12 on Windows that have a ton of RAM and patience trying to get it and keep it all running.

Maybe you are looking for

  • How do I delete a mac from Itunes on my Iphone

    I have an Iphone, bought a Macpro,  did the Itunes sync with it.  Now I have bought an MacAirbook, and i would like to remove the Macpro from my Iphone, does anyone know how to do?

  • Getdocument function (Loading an xml document from sql plus)

    Hello, I quote from the XML Database Developer's Guide. It appears to be possible to specify an xml file in the query using the following syntax: INSERT INTO XMLTABLE VALUES(XMLTYPE(getDocument(purchaseorder.xml))); Where purchaseorder.xml is a docum

  • Open LDAP Authenticator Configuration on WLSSP5

    I have problems in the open LDAP authenticator configuration on Weblogic Server with Service Pack 5. I have users on OpenLDAP Server that do not belong to any group. My LDIF file contents are as given below. dn: dc=my-domain,dc=com dc: my-domain obje

  • Access global attribute in webdynpro component?

    Hi all i have 2 webdynpro components Comp1 Comp2 Now i have declared a global attribute in comp1 in component controller. I have embedded both component together to share values I want to change the global attribute of comp1 from comp2 Let me know ho

  • Variable from Java Beanshell procedure for usage in interface

    A variable from my package contains value: ' text',' text2',' text3',....etc. I need to use this variable in my interface as: 'text','text2','text3',...etc. So I wrote a Java beanshell procedure with following code and with this input variable as an