Guys why is Coherence asking for hibernate.cfg.xml file ???

Wondering why Coherence could not read/interpret from our hibernate mapping file and ask for hibernate.cfg.xml.
Wondering if Coherence has been configured to require hibernate.cfg.xml.
Here is the error i get while running JUnit test
2009-11-10 11:01:31.302/42.589 Oracle Coherence GE 3.5.1/461p2 <Error> (thread=DistributedCache, member=1): BackingMapManager com.tangosol.net.DefaultConfigurableCacheFactory$Manager: failed to instantiate a cache: com.comcast.customer.contract.contract.hibernate.Contract
2009-11-10 11:01:31.302/42.589 Oracle Coherence GE 3.5.1/461p2 <Error> (thread=DistributedCache, member=1):
(Wrapped: Failed to instantiate class "com.tangosol.coherence.hibernate.HibernateCacheStore" using sun.misc.Launcher$AppClassLoader@1ab634
<class-scheme>
  <class-name>com.tangosol.coherence.hibernate.HibernateCacheStore</class-name>
  <init-params>
    <init-param>
      <param-type>java.lang.String</param-type>
      <param-value>com.comcast.customer.contract.contract.hibernate.Contract</param-value>
    </init-param>
  </init-params>
</class-scheme>) java.lang.reflect.InvocationTargetException
     at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
     at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2307)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateAny(DefaultConfigurableCacheFactory.java:2959)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateCacheStore(DefaultConfigurableCacheFactory.java:2822)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.java:1458)
     at com.tangosol.net.DefaultConfigurableCacheFactory.configureBackingMap(DefaultConfigurableCacheFactory.java:1223)
     at com.tangosol.net.DefaultConfigurableCacheFactory$Manager.instantiateBackingMap(DefaultConfigurableCacheFactory.java:3457)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.instantiateResourceMap(DistributedCache.CDB:22)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.setCacheName(DistributedCache.CDB:27)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ConfigListener.entryInserted(DistributedCache.CDB:15)
     at com.tangosol.util.MapEvent.dispatch(MapEvent.java:206)
     at com.tangosol.util.MapEvent.dispatch(MapEvent.java:166)
     at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
     at com.tangosol.util.ObservableHashMap.dispatchEvent(ObservableHashMap.java:229)
     at com.tangosol.util.ObservableHashMap$Entry.onAdd(ObservableHashMap.java:270)
     at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
     at com.tangosol.coherence.component.util.collections.WrapperMap.put(WrapperMap.CDB:1)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$ServiceConfigMap.put(Grid.CDB:31)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$StorageIdRequest.onReceived(DistributedCache.CDB:45)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
     at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
     at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2297)
     ... 22 more
Caused by: org.hibernate.HibernateException: /hibernate.cfg.xml not found
     at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:147)
     at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:1405)
     at org.hibernate.cfg.Configuration.configure(Configuration.java:1427)
     at org.hibernate.cfg.Configuration.configure(Configuration.java:1414)
     at com.tangosol.coherence.hibernate.HibernateCacheLoader.<init>(HibernateCacheLoader.java:72)
     at com.tangosol.coherence.hibernate.HibernateCacheStore.<init>(HibernateCacheStore.java:48)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
     at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2297)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateAny(DefaultConfigurableCacheFactory.java:2959)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateCacheStore(DefaultConfigurableCacheFactory.java:2822)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.java:1458)
     at com.tangosol.net.DefaultConfigurableCacheFactory.configureBackingMap(DefaultConfigurableCacheFactory.java:1223)
     at com.tangosol.net.DefaultConfigurableCacheFactory$Manager.instantiateBackingMap(DefaultConfigurableCacheFactory.java:3457)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.instantiateResourceMap(DistributedCache.CDB:22)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.setCacheName(DistributedCache.CDB:27)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ConfigListener.entryInserted(DistributedCache.CDB:15)
     at com.tangosol.util.MapEvent.dispatch(MapEvent.java:206)
     at com.tangosol.util.MapEvent.dispatch(MapEvent.java:166)
     at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
     at com.tangosol.util.ObservableHashMap.dispatchEvent(ObservableHashMap.java:229)
     at com.tangosol.util.ObservableHashMap$Entry.onAdd(ObservableHashMap.java:270)
     at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
     at com.tangosol.coherence.component.util.collections.WrapperMap.put(WrapperMap.CDB:1)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$ServiceConfigMap.put(Grid.CDB:31)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$StorageIdRequest.onReceived(DistributedCache.CDB:45)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)

Hi Tom/Rob,
Thanks for quick response. As suggested i have added another <init-param> so that HibernateCacheStore picks up my configuration file instead of hibernate.cfg.xml
Here is the exception
- Error parsing XML: application-context.xml(6) Document is invalid: no grammar found.
- Error parsing XML: application-context.xml(6) Document root element "beans", must match DOCTYPE root "null".
- configuring from resource: application-context.xml
- Configuration resource: application-context.xml
- Error parsing XML: application-context.xml(6) Document is invalid: no grammar found.
- Error parsing XML: application-context.xml(6) Document root element "beans", must match DOCTYPE root "null".
2009-11-10 13:38:39.254/45.068 Oracle Coherence GE 3.5.1/461p2 <Error> (thread=DistributedCache, member=1): BackingMapManager com.tangosol.net.DefaultConfigurableCacheFactory$Manager: failed to instantiate a cache: com.comcast.customer.contract.contract.hibernate.Contract
2009-11-10 13:38:39.254/45.068 Oracle Coherence GE 3.5.1/461p2 <Error> (thread=DistributedCache, member=1):
(Wrapped: Failed to instantiate class "com.tangosol.coherence.hibernate.HibernateCacheStore" using sun.misc.Launcher$AppClassLoader@18b634
<class-scheme>
  <class-name>com.tangosol.coherence.hibernate.HibernateCacheStore</class-name>
  <init-params>
    <init-param>
      <param-type>java.lang.String</param-type>
      <param-value>com.comcast.customer.contract.contract.hibernate.Contract</param-value>
    </init-param>
    <init-param>
      <param-type>java.lang.String</param-type>
      <param-value>application-context.xml</param-value>
    </init-param>
  </init-params>
</class-scheme>) java.lang.reflect.InvocationTargetException
     at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
     at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2307)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateAny(DefaultConfigurableCacheFactory.java:2959)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateCacheStore(DefaultConfigurableCacheFactory.java:2822)
     at com.tangosol.net.DefaultConfigurableCacheFactory.instantiateReadWriteBackingMap(DefaultConfigurableCacheFactory.java:1458)
     at com.tangosol.net.DefaultConfigurableCacheFactory.configureBackingMap(DefaultConfigurableCacheFactory.java:1223)
     at com.tangosol.net.DefaultConfigurableCacheFactory$Manager.instantiateBackingMap(DefaultConfigurableCacheFactory.java:3457)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.instantiateResourceMap(DistributedCache.CDB:22)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$Storage.setCacheName(DistributedCache.CDB:27)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ConfigListener.entryInserted(DistributedCache.CDB:15)
     at com.tangosol.util.MapEvent.dispatch(MapEvent.java:206)
     at com.tangosol.util.MapEvent.dispatch(MapEvent.java:166)
     at com.tangosol.util.MapListenerSupport.fireEvent(MapListenerSupport.java:556)
     at com.tangosol.util.ObservableHashMap.dispatchEvent(ObservableHashMap.java:229)
     at com.tangosol.util.ObservableHashMap$Entry.onAdd(ObservableHashMap.java:270)
     at com.tangosol.util.SafeHashMap.put(SafeHashMap.java:244)
     at com.tangosol.coherence.component.util.collections.WrapperMap.put(WrapperMap.CDB:1)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid$ServiceConfigMap.put(Grid.CDB:31)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$StorageIdRequest.onReceived(DistributedCache.CDB:45)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
     at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
     at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
     at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2297)
     ... 22 more
Caused by: org.hibernate.MappingException: invalid configuration
     at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1487)
     at org.hibernate.cfg.Configuration.configure(Configuration.java:1428)
     at com.tangosol.coherence.hibernate.HibernateCacheLoader.<init>(HibernateCacheLoader.java:94)
     at com.tangosol.coherence.hibernate.HibernateCacheStore.<init>(HibernateCacheStore.java:62)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
     at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
     at com.tangosol.run.xml.XmlHelper.createInstance(XmlHelper.java:2297)Please note the addition of
<init-param>
      <param-type>java.lang.String</param-type>
      <param-value>application-context.xml</param-value>
    </init-param>application-context.xml - is for Spring application context
META-INF/spring.xml - is for root hibernate configuration File .
So in the above code snippet i tried replacing"application-context.xml " with "spring.xml" or "META-INF/spring.xml " or "classspath*:META-INF/spring.xml " anything results in the above exception

Similar Messages

  • Web Dynpro: Where put hibernate hibernate.cfg.xml?

    I have seen several people asking about the place to put the config file of Hibernate, but not any conclusive answer until now...
       I created a external library in WAS (I verified using Visual Admin that the lib was correctly deployed). In my Web Dynpro References -> Library Reference I add the library in the format Provider Name/Library Name: "sap.com/hiblibs"
    <b>  Where can I store the hibernate.cfg.xml?</b> I have tried put it in all web dynpro folders!
    Thanks,
    Ivan Garcia
    From Brazil
    <b>  This is my source code:</b> 
      Configuration cfg = new Configuration();
      cfg.configure("hibernate.conf.xml");
    <b>  The error:</b>
      org.hibernate.HibernateException: hibernate.conf.xml not found
        at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:147)
        at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:1402)
        at org.hibernate.cfg.Configuration.configure(Configuration.java:1424)
    I have read all  forum topics about this, including:
    Where to put config files in webdynpro ?
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf0d57db-0c01-0010-6fa3-83503981eed4
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2ae0614a-0601-0010-a491-a9a635f06613
    Problem in placing hibernate.cfg.xml
    /people/bala.krishnan2/blog/2006/09/25/bid-adieu-to-bots--using-captchas
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    How to add external jar in web dynpro without going for DC
    Web Dynpro References
    Using External Library in Web Dynpro - Error
    Deploy external jar to WAS 6.40

    Hi Ivan,
    you need to make sure you place the configuration file where the application server's class loader will find it. If you are running Web Dynpros (or any other web application), you may put it under WEB-INF/classes of your web module.
    You may have J2EE applications without any web components - for example if you intend to only provide business logic for web services or rich clients. In this case you may not have any web modules, but will probably have some kind of EJB jars or such. The Hibernate POJOs are a more natural part of such jars rather then WARs (web modules). In this case you can put them under the root of this JAR. The class loader of the SAP J2EE Engine will load any property file placed in the class path of the class loader - whether it's a flat text file or an xml file. WEB-INF/classes or WEB-INF/lib is always in the class path of the (application) class loader.
    There is one thing you have to be aware of though. I do not know which version of Hibernate you are working with, but if you look at the source code of hibernate (the binaries are in the hibernate.jar) you will see that, the method Configuration.configure() without any argument will try to load the hibernate.cfg.xml from the current path - which means, the hibernate.jar and the hibernate.cfg.xml will have to reside under the same folder. But you do not seem to do this, so it is OK. This applies to versions of the NetWeaver 6.40 or 6.40s. Most likely this also applies to the new JEE 5 preview version of the NetWeaver application server also available for download on SDN, since to my knowledge the class loadign concepts have not been changed. But I have not tested this yet.
    Beyond the How-To-Guide about running Hibernate on NetWeaver (or SAP J2EE Engine) 6.40 we have also provided a sample application and its source code as IDE projects. Take a look at them and you will find the hibernate.cfg.xml file in the deployable EAR.
    I hope this answers your question and my comment has been helpful to you.
    Cheers, Goran

  • Problem in placing hibernate.cfg.xml

    Hi,
      I have written one ejb project with hibernate in my net weaver.Now i have a problem in placing hibernate.cfg.xml.so tell me where to place it .Give some examples related to that and some related links.

    Hi,
    you can place it into the root of the EJB project as your EJBs probably access Hibernate as persistence layer. In this case make sure that you pass the string "hibernate.cfg.xml" within the method invocation when retrieving a SessionFactory as follows:
    try
    Configuration cfg = new Configuration();
    sessionFactory = cfg.configure 
         ("hibernate.cfg.xml").buildSessionFactory();
    catch (Throwable ex)
    Otherwise the Configuration file may not be found by the application class loader due to different path syntax.
    For further information you can refer to this https://www.sdn.sap.com/irj/sdn/developerareas/java?rid=/webcontent/uuid/e081a4b6-0801-0010-7fa4-c3c7a0454815#hibernate [original link is broken] [original link is broken], although the hibernate.cfg.xml file is placed in the Web-Project in this example.
    Hope this helps,
    Best regards,
    Robin

  • Why Coherence mandates to name the file as hibernate.cfg.xml ???

    Wondering Why Coherence mandates to name the file as hibernate.cfg.xml , otherwise it wouldn't work
    We use Spring 2.5, Hibernate 3.2, Coherence 3.5
    •     Currently we have created hibernate.cfg.xml to make coherence work whereas we would like to leverage existing spring configuration file
    •     We wrote separate DAO’s i.e. xxxCoherenceDAO in addition to exsisting DAO’s. We would like to inject NamedCache into **CoherenceDAO
    • How to leverage Spring to start the CacheFactory i.e. we would like to avoid the following code in our XXXCoherenceDAO's
    NameCache customerCache = CacheFactory.getCache(com.xx.Customer.class.getName());

    Take a look at the [JavaDoc for HibernateCacheLoader|http://download.oracle.com/otn_hosted_doc/coherence/352/com/tangosol/coherence/hibernate/HibernateCacheLoader.html]. It has several constructors that allow you to either provide the name of the Hibernate configuration or provide a SessionFactory created externally.
    Thanks,
    Patrick

  • Why are you asking for my Visa card information when I have a balance on my iTunes gift card?

    Why are you asking for my Visa card information when I have a balance on my iTunes gift card?

    Either because you're trying to buy some sort of gift, or the iTunes Store servers are checking the validity of your account and won't charge the card, or there's a problem at Apple's end.
    (99821)

  • After installing, why is lightroom asking for a serial number, when I am a CC subscriber

    after installing, why is lightroom asking for a serial number, when I am a CC subscriber - I am logged in to my CC account

    I have the same issue. I downloaded for my 30 day trial. My time was up, I started my CC subscription and I'm still prompted for a serial number.

  • Why is iTunes asking for security questions?

    Why is iTunes asking for security questions?

    Hello Loopdog,
    Thanks for using Apple Support Communities.
    Apple uses security questions to provide you with a secondary method to identify yourself online or when contacting Apple Support.
    For more information on this, take a look at this article:
    Apple ID: Security and your Apple ID
    http://support.apple.com/kb/ht4232
    Best of luck,
    Mario

  • Hey Guys! Can i Ask for Licensure Serial Number for Photoshop CC 2014

    Hey Guys! Can i Ask for Licensure Serial Number for Photoshop CC 2014

    CC is licence via a subscription and activate by a sign in with a with a user ID and password that has a subscription.  Here is some of my Photoshop System Info the last line I'm including shows my serial number.That is where your serial number is.
    Adobe Photoshop Version: 2014.1.0 20140730.r.148 2014/07/30:23:59:59  x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:13, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading
    Physical processor count: 12
    Logical processor count: 24
    Processor speed: 1995 MHz
    Built-in memory: 40886 MB
    Free memory: 33785 MB
    Memory available to Photoshop: 37129 MB
    Memory used by Photoshop: 94 %
    3D Multitone Printing: Disabled.
    Touch Gestures: Disabled.
    Windows 2x UI: Disabled.
    Image tile size: 1024K
    Image cache levels: 4
    Font Preview: Huge
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Display: 2
    Display Bounds: top=0, left=-1360, bottom=768, right=0
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=1
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=2048
    glgpu[0].GLName="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLVendor="NVIDIA Corporation"
    glgpu[0].GLVendorID=4318
    glgpu[0].GLDriverVersion="9.18.13.4052"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="Quadro 4000/PCIe/SSE2"
    glgpu[0].GLRendererID=1757
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um"
    glgpu[0].GLDriverDate="20140702000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40 NVIDIA via Cg compiler"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[6553 6]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[4]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[4096]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[124]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.1"
    clgpu[0].CLDeviceVersion="1.1 CUDA"
    clgpu[0].CLMemoryMB=2048
    clgpu[0].CLName="Quadro 4000"
    clgpu[0].CLVendor="NVIDIA Corporation"
    clgpu[0].CLVendorID=4318
    clgpu[0].CLDriverVersion="340.52"
    clgpu[0].CUDASupported=1
    clgpu[0].CUDAVersion="6.5.12"
    clgpu[0].CLBandwidth=7.48422e+010
    clgpu[0].CLCompute=184.394
    License Type: Subscription
    Serial number: 96040035116912554961

  • I want to download free apps for iphone 4s but when downloading it is asking for payment info. the application are free but why it is asking for purchase details...please help me...

    I want to download free apps for iphone 4s but when downloading it is asking for payment info. the application are free but why it is asking for purchase details...please help me...

    In iTunes, click "Store", sign in with your Apple I.D. After singing in, click "Store" again, select "View my Account", re-enter your password and your account info will be displayed.
    Click "Edit" in front of "payment information" and select "None"

  • OS X Mavericks is offered as a free download, why is apple asking for a credit card number?

    Can someone tell me why apple is asking for a credit card number to download the Free OS X Mavericks?

    Yes.  This is what it says.
    Resolution
    You might not be able to see or select the None payment option for one of these reasons. If you don’t want to use a credit card, you can use another form of payment, such as a gift card.
    If you have an unpaid balance or payment due
    You can't select None as your payment type until you pay your balance. To see which order you need to pay for,view your purchase history on a Mac or PC. When you sign in to the store, you might see a message that there was a billing issue with your last order. Click the Billing Info button to see the order.
    After you pay for the order, you can change your payment information to None.
    If you’re using the iTunes Store or App Store for the first time
    If you’re using the store for the first time with an existing Apple ID, you must provide a payment method. After you create the account, you can change your payment information to None.
    If you’re creating a new Apple ID, you might be able to create an account without entering your credit card details.
    If you changed your country or region
    When you change the country or region of an existing Apple ID, you must provide a payment method and update your billing options. If you want to remove your payment method after you change the country or region, you canchange your payment information to None.
    She hasn't changed countries nor regions, she's not using the either store for the first time, nor does she owe anything.  She doesn't have a gift card.  She's just a person without a credit card.  She did have one, and now she doesn't. 

  • Trying to load my Photoshop CS3 onto new Mac Book Air. Why does it ask for InDesign CS4 part way through?

    Loading my Photoshop CS3 onto new Mac Book Air. Why does it ask for InDesign CS4 part way through?  I have a CS5.5 disc. Will suffice?

    that doesn't make sense.  you will only be prompted for earlier adobe versions when installing a latter upgrade version.
    double check your versions.
    also, you might want to clean your computer before retrying to install, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Why is maverick asking for my billing information

    Why is mavrick asking for my billing information?  It does not tell me how much it is  going to charge me.  I thought Mavrick was free?

    It is free, but if there is missing info in your account information, it asks demands that you fix it.

  • Why is it asking for my billing info but the app is free how do I turn this off?

    Why is it asking for my billing info but the app is free how do I turn this off?

    possibly to verify age or perhaps the app has "add on" features that cost and they would need to know where to bill these to if you wanted them 
    I know you can store your billing details, even a credit card number, securely within your iTunes account to prevent you from getting this prompt for future apps

  • Why FPSEC1 is asking for recon key

    As we post security deposit as statstical document than why FPSEC1 is asking for recon key . 
    Appreciate your help in this
    Kind regards,
    Vinod Khelani

    Hi Vinod,
    The answer  to your question lies in the event  1113  where the sample FM FKK_SAMPLE_1113_USER is configured.
    This event gets triggerred when you create a FI-CA document.
    The FM works in such a way it selects the origin key for the particular  process from TFK001C (in this case Security Deposit with orgin key -13) and then looks whether the Username is assocaited with a reconcliation  group or not in TFK001U.
    If the conditons do not get satisfied, it raises an error message....
    So you need to maintain the reconciliation grp against your user ID in table TFK001U.
    Please refer to the SAP note 442560 for the same.
    Morever, you will find that after you have maintained  the above setting and have created a SD successfully, the reconcilation  key field in the header for the security deposit line item is blank, i.e. it is not captured in a recon key as it is statistical in nature.
    Thanks,
    Amlan

  • HT201303 Why am I asked for account details if I want to download a free app?

    Why am I asked for account details for a free app?

    For the App Store you need an Apple ID with a credit card tied to it.
    Apple will make an Authorisation Holds for a $1 to verify credit card information but will be not charge.
    http://support.apple.com/kb/HT3702

Maybe you are looking for