[Java 3D] Wich OpenGL versions are supported by natives libraries ?

Hi,
anyone could tell me which OpenGL specifications are supported by Java 3D natives libraries ?
Thanks in advance.

Hi,
Java 3D requires at least OpenGL 1.2. It runs on all newer releases up to the current release 4.1 and will run on future versions. Java 3D creates an OpenGL compatibility profile context supporting the (legacy) fixed function pipeline as well as the OpenGL Shading Language GLSL.
Java 3D's on-screen and off-screen rendering capabilities correspond to OpenGL 2.0 and support vertex and fragment shaders inclusive newest shading language features. On my OpenGL 3.2/DirectX 10 capable graphics device I successfully ran GLSL 1.5 features, see http://www.java.net/forum/topic/javadesktop/java-desktop-technologies/java-3d/shaders-java-3d-0 .
August

Similar Messages

  • Cannot load Runtime engine verion 7.0, only 8.0 and later versions are supported

    Hi,
    I am new to using third party labview drivers. I have a labview driver for Chroma 63600 loads that I want to use in TestStand 2012.
    However when I load the vi. I get an error 'cannot load Runtime engine verion 7.0, only 8.0 and later versions are supported'
    I have Labview Runtime Engine version 7.0 Installed on my Windows 7 machine.
    Could anyone please let me know, How I could resolve this issue?
    Please see attached driver for Chroma Loads
    Solved!
    Go to Solution.
    Attachments:
    chr63600_LabView_V11.zip ‏866 KB

    To avoid more confuison,Here is the scenario,
    The version that was on the driver attached is from the  driver manufacturer.
    I do not have any version of labview INSTALLED on my system. I am using the driver in Test Stand 2012 using a labview adapter.
    I make sure I match the VI version and the run time engine version on TestStand 2012 to load the VI.
    But for this specific driver, I was not successful in loading the VI at all.
    As I understood that only 8.0 OR LATER are supported on TS 2012, I have asked to upconvert the driver to work with 8.2.1 Labview runtime engine.
    I have now got a.LLB file of the driver  mass compiled in Labview 2012 from discussion boards( and also attached here).  I have tried the mass compiled LLB file on TS2012 but still have issues loading the VI as it moans about different version of SUB VIs.
    However I am still trying to fix this version incomaptibilies. Any help would be much appreciated

  • How to determine (in bulk) whether a document has OCR text and what reader versions are supported?

    Help!
    I've inherited a task which has spanned many years and which was not well thought out over the transitions.  At least three project teams have scanned and stored tens of thousands of documents to PDF.  What was discovered subsequently was that the project teams did not apply a uniform standard for which versions of Adobe would be supported in each PDF, and that not all documents appear to have been OCR'ed as part of the scan process.
    This has resulted in two major problems.  First, PDFs which support all Reader versions are bloated and consuming significant amounts of storage; second, the automated processing tools which depend upon the OCR text are failing once they pass the front and rear cover sheets (which do contain extractable text).  I need to know if there is a way that PDFs can be bulk scanned to determine which Reader versions are supported (say 8.0 to current), and if the OCR'ed / extractable text is not just limited to the first few and last pages of each PDF.
    I have been manually fixing individual files with Adobe Acrobat 9.0.  I can force Adobe to re-OCR and save the files, but I would rather not have to re-process the existing bulk that we have unless absolutely necessary.  If I could determine which ones need fixing and just processing those it will save man years of work.
    Thanks, in advance, for any assistance.
    Michael

    What I meant by supporting a version of Reader is that I don't need the files to be fully backwards compatible all the way back to say the first few versions of Adobe Reader.  (There are likely limitations on that much backwards compatibility, anyway.)  One of the scanners that was used apparently was set for full backwards compatibility, to the extent possible, for every PDF that it generated.  Some of those PDFs are huge, commonly 300-400MBs in size.  If I open them in Acrobat 9.0, limit the backwards compatibility to Adobe Reader 8.0 and forward, then resave the file, the size is often significantly reduced.
    As to how it is measured, there is something in the PDF itself that indicates a minimum version for Adobe Reader for compatibility purposes.  When you select for compatibility in Acrobat during the save process I mentioned, you get to pick the version at which you want to stop -- so if you selected 8.0, it would be compatible with 8.0, 9.0, and so on.

  • Which XSLT versions are support by Oracle BPEL? v1.1  or v2.0?

    Which XSLT versions are support by Oracle BPEL? v1.1 or v2.0?
    As far as I heard v1.1 is the highest version but some functions of v2.0 are supported as well.
    Is this true?
    If yes: Which XSLT functions of v2.0 are supported?
    Does it matter if I change the
    version="1.1"
    attribute in the topmost
    <xsl:stylesheet......>
    tag?
    Which XSLT processor is built-in/used?
    Peter

    XSL mapper in BPEL supports 1.0 only in-built. And this is true for 11g also. However, we can declare <xsl:stylesheet version = 2.0 ... and use all xpath 2.0 functions. I have used few of them and has been successful so far. Once you declare version as 2.0 the only issue will be that XSL's visual GUI mapper will not work in JDeveloper and you will need to modify the code from the source.

  • 7921 wich firmware versions are these?

    Hi,
    I have seen these firmware versions in some of my 7921 iphones (trough web GUI or ip phone menu):
    System Load ID CP7921G-MFG-C.2.LOADS
    System Load ID CP7921G-MFG-A.7.LOADS
    What firmware version are?
    Best Regards,
    MC

    D.7 equates to 1.3(4)SR1.  If pre-loaded with that mfg image then more than likely you have a 7921 hw rev that can not downgrade to 1.3(3).
    We do have a 1.3.3.0.3 ES that can be loaded onto the 7921s and has the same scanning and roaming logic.
    Otherwise would suggest to upgrade to 1.4(1)SR1, which is available on Cisco.com for download, but the scanning and roaming logic was altered a bit as of the 1.3(4) release.
    If you want 1.3.3.0.3, open a TAC case.
    If you want to go forward with the latest generally available phone load, would suggest to try on a phone or two first before doing a bulk upgrade.  Can extract the zip contents and upload 1 by 1, restart TFTP service,  set the necessary phones to the desired phone load, then restart the 792x phone to upgrade the image.
    This way will not impact other phone firmware.

  • What DBMS versions are supported?

    Hi. Where do I find the versions of the DBMS that Oracle
    still supports? Where do I find the versions of the DBMS
    that the driver(s) support?
    I am trying to connect to an 8.1.6 DBMS with ojdbc6,
    and I get:
    java.lang.ArrayIndexOutOfBoundsException: 4
    at oracle.jdbc.driver.T4C8TTIdty.marshal(T4C8TTIdty.java:61)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:358)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:494)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:199)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:30)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:494)
    at thin.main(thin3.java:28)
    The 10.2.0.3.0 does connect...
    Joe

    JDBC Thin Oracle Database 11g Release 1 (11.1) drivers may be used with the 10.2.x, 10.1.x, 9.2.x, and 9.0.1.x Oracle Database releases.
    http://www.filibeto.org/sun/lib/nonsun/oracle/11.1.0.6.0/B28359_01/java.111/b31224/getsta.htm#i1008205

  • Which version are supported in HP QTP?

    I read the following page. But it doesn't help me at all.
    https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-127-24%5e 1352_4000_100__
    QTP supports AIR 2.0 with Flex SDK 3.x in ja_JP?
    Is there a matrix of supported versions??
    thanks
    Shigeru Nakagaki

    Thanks Tom for the helpful article link. Though where would one find a list of the iPad availabe fonts...?
    From Apples own text...
    Use fonts common to both the Mac and iPad platforms. Fonts that are not available on the iPad are replaced with the Helvetica font.
    So does the iPad tell the user which fonts are "common" ???
    Thanks again.

  • CS5.5 Air for iOs - Which iOs versions are supported?

    Hi everyone,
    I wanted to test the functionalities of the Cs5.5 exporter for iOS, by exporting a previous Flash game i made on my 2G iPod, with 4.2.1 iOs version installed.
    Since i wouldn't want to pay for the iOS developer certificate just for trying, can anyone point out a solution for this?
    Moreover, is anyone sure it's gonna work? I wouldn't wanna spend good money just for seeing the Flash exporter is no good for my device.
    Suggestions?
    Anyone tried on similar OS?
    Thanks a lot
    Iacopo

    Ok, i managed to use a fake certificate (i know i shouldn't say that) just to check the feasability of a game on iOS and.... I found out that the exporter doesn't work on my iPod Touch 2G (iOs 4.2.1)!! It says the iPod is not supported!!
    Any news on this?
    Do i need to buy an iPhone 5 to test flash games? It sounds a little extreme....

  • Which flash plugin versions are supported on Firefox 7.0.1?

    I recently upgraded to Firefox 7.0.1 running on Solaris 10 (SPARC) and my flash plug-in is no longer working. It is not listed in the Tools/Add-ons page and if I follow the "Check to see if your plugins are up to date" link, I get the following message:
    Missing FLASH? For your safety, Firefox has disabled your outdated version of Flash. Please upgrade to the latest version.
    I have installed the latest version of the flash plugin for Solaris/SPARC (11.0.1.152) and still get the same message. In addition, the flash plugin is listed in the INVALID section of my pluginreg.dat file, so I know it is finding the correct plugin.
    This is only happening on Solaris/SPARC. The same flash plugin version works correctly with Firefox 7.0.1 on Solaris 10/X64 (x86 version obviously) and on Windows.
    Is this a problem with the Solaris/SPARC build?
    Is there any way to override Firefox's version requirement for the flash plugin?

    Prior to upgrading from Firefox 6.0.2 to Firefox 7.0.1 I was running version 10.3.183.5 of the flash plugin. After upgrading to Firefox 7.0.1, I noticed that flash was no longer working, so I downloaded and installed version 11.0.1.152 of the flash plugin. I downloaded the damn thing three times to make sure I got the correct one and that it wasn't somehow corrupted. Same results every time.
    As I mentioned above, the flash plugin does not show up in the Tools/Add-ons/Plugins page for Firefox 7.0.1. The "Check to see if your plugins are up to date" page displays a message indicating that the flash plugin is out of date and has been disabled. The Tools/Add-ons/Plugins page of Firefox 6.0.2 shows the expected version number for the flash plugin.

  • What file versions are supported by Idisk App for downloading to my iPad.

    When trying to view my iDisk file on my iPad, I keep getting the message that they are unsupported or an error occurred in downloading. What's up with that?

    Hi Tom and welcome...
    Help here for you.
    MobileMe: Troubleshooting the MobileMe iDisk app on iPad
    Carolyn

  • What versions of Java are supported on Intel EM64T processors?

    We cannot get Java running on a machine with Intel Xeon EM64T processors, even though we are running the 32 bit version of RedHat. Version 1.4.2_04 always hangs the cpu on a call to JNI_CreateJavaVM. Version 1.4.2_09 does not hang here, but we get call kinds of other java crashes. We can't go to Java version 1.5 because we have a lot of other software that will not run on this release yet.
    Does anyone have a definitive answer on what versions are supported on this hardware? Either in Linux or Windows.
    Our assumption that because this processor can run in 32 bit mode with a 32 mode OS, then it should work just like any Intel architecture, seems to have been wrong.

    Forgot to mention I was using Oracle 10g AS (9.0.4)

  • What versions of JDE are supported?

    I have been trying to connect to a JDE OneWorld Xe installation using Oracle adapters.
    Working with the FAQ I found some of the required .jar files and was able to get a JDEAdapter listed in the adapter explorer. However when I try to connect I get an message type not recognised error.
    I am working with JDE OneWorld XE 7333. The download page for adapters does list OneWorld XE, however the datasheet only specifies version 8. What versions are supported by Oracle adapters? If my version is not supported what other options do I have?

    I could be wrong here but from my understanding only 1.1 is supported in terms of version in the current 10g release of the SOA suite. I believe the 11g version will be very up to date and support WSDL 2.0

  • Which versions of Windows 7/8 are supported/best for Boot Camp 4/5?

    Hello
    As the title suggests, I'm a bit confused as to which versions of Windows 7 work with Boot Camp 4, or whichever ships with Mountain Lion (which one, 4 or 5, comes with ML 10.8.3?).
    Mainly, I want to know if I can use an OEM copy, and what difference it makes to me, the end user, as opposed to a full license disk. Additionally, which service packs are supported? Eg, SP1 or SP2 or ...?
    Lastly, and this is more of an opinion question, but is Windows 7 or 8 better suited to a Mac? I have 2.5 GHz i5 processor, 8GB RAM, ML 10.8.3, Macbook Pro 13-inch Mid-2012.

    You can get a better idea of which version are supported by each Boot Camp version in this website > http://support.apple.com/kb/HT5634?viewlocale=en_US&locale=en_US
    In general, Boot Camp 4 supports 32-bit Windows XP, and 32 and 64-bit Windows Vista and 7, and Boot Camp 5 supports 64-bit Windows 7 and 8 versions (in compatible computers).
    You can use a OEM or System Builder license, always that you have bought it from a source like Amazon or NewEgg. If you are trying to use the copy you got from another PC, it won't work. Boot Camp supports Windows XP SP2 and later, so all service packs released after it are supported.
    Windows 8 has been out for a few months and it has got a new interface. If you don't want to learn a new interface, go for Windows 7. Both versions will work properly on your computer, so it's a matter of personal choices

  • Java Mapping - Class versions are incompatible (linkage error)

    Hi Friends,
        While testing java mapping in Integration Repository i am getting an error - "Class versions are incompatible (linkage error)". Can anyone plz tell what might be the reason.
    Regards,
    Gowtham Kuchipudi.

    hello
    I have this message but my trace look like this:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
    - <Trace level="1" type="B" name="interface activity determination">
      <Trace level="1" type="T">Version 000</Trace>
      <Trace level="1" type="T">Message status 000</Trace>
      <Trace level="1" type="T">Interface action INIT</Trace>
      <Trace level="1" type="T">(must be INIT for a new determination)</Trace>
      <Trace level="1" type="T">Message type BEST EFFORT. -> No determination</Trace>
      <Trace level="1" type="T">Set interface action INIT into *MAST*</Trace>
      </Trace>
      <Trace level="1" type="E">CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST</Trace>
    - <Trace level="1" type="B" name="PLSRV_RECEIVER_DETERMINATION">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_RD_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_INTERFACE_DETERMINATION">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_ID_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">I N T E R F A C E - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
    - <Trace level="1" type="B" name="PLSRV_RECEIVER_MESSAGE_SPLIT">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_RECEIVER_SPLIT-ENTER_PLSRV">
      <Trace level="1" type="T">number of receivers: 1</Trace>
      <Trace level="1" type="T">Single-receiver split case</Trace>
      </Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST" />
      <Trace level="1" type="B" name="PLSRV_MAPPING_REQUEST" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
      <Trace level="1" type="B" name="CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV" />
    - <!--  ************************************
      -->
      <Trace level="1" type="T">Interface Mapping http://Migdal.co.il/CRM/SAP-CRM/ProposalDeatailsService ProposalDeatailsService_WS2RFC_IM</Trace>
      <Trace level="1" type="T">LinkageError at JavaMapping.load(): Could not load class: xmlpayload</Trace>
      <Trace level="1" type="T">java.lang.UnsupportedClassVersionError: xmlpayload (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.lang.ClassLoader.defineClass(ClassLoader.java:448) at com.sap.aii.ibrun.server.mapping.MappingLoader.findClass(MappingLoader.java:158) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at com.sap.aii.ibrun.server.mapping.JavaMapping.load(JavaMapping.java:95) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:45) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor296.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy158.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:107) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)</Trace>
      <Trace level="1" type="T">Linkage error occurred when loading class xmlpayload (http://Migdal.co.il/CRM/SAP-CRM/ProposalDeatailsService, d7e31f30-53be-11dc-8fbd-ee09c0a8664d, -1)</Trace>
      <Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.MappingRuntimeException: Linkage error occurred when loading class xmlpayload (http://Migdal.co.il/CRM/SAP-CRM/ProposalDeatailsService, d7e31f30-53be-11dc-8fbd-ee09c0a8664d, -1) at com.sap.aii.ibrun.server.mapping.JavaMapping.load(JavaMapping.java:115) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:45) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor296.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy158.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:107) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) Root Cause: java.lang.UnsupportedClassVersionError: xmlpayload (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.lang.ClassLoader.defineClass(ClassLoader.java:448) at com.sap.aii.ibrun.server.mapping.MappingLoader.findClass(MappingLoader.java:158) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at com.sap.aii.ibrun.server.mapping.JavaMapping.load(JavaMapping.java:95) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:45) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor296.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy158.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor428.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:107) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)</Trace>
      <Trace level="1" type="E">CL_XMS_PLSRV_MAPPING~ENTER_PLSRV</Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      </SAP:Trace>
    the error that I recieve in the SXMB is:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">LINKAGE_ERROR</SAP:Code>
      <SAP:P1>xmlpayload</SAP:P1>
      <SAP:P2>http://Migdal.co.il/CRM/SAP-CRM/ProposalDeatailsS~</SAP:P2>
      <SAP:P3>d7e31f30-53be-11dc-8fbd-ee09c0a8664d</SAP:P3>
      <SAP:P4>-1</SAP:P4>
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Class versions are incompatible (linkage error)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    this is my XI information
    Runtime Environment
    Java version:1.4.2_12
    Java vendor:Sun Microsystems Inc.
    Version
    Service pack:21
    Release:30_VAL_REL
    Latest change:409678
    Sync time:200709211024
    since I already have the SP required by the note, any other suggestions?
    Thanks
    Kfir

  • Java Runtime Environment (JRE) version 1.6 is not supported by this driver"

    Goal: create new ODI install in testlab on single server
    Installer: ODI newbie
    Server Software Installed: all 32-bit
    Windows 2008
    sql 2008
    JDK 1.6_22
    sqljdbc4.jar (downloaded from Microsoft's site)
    No weblogic server installed
    Issue: Using ODI Studio to create Master Repository. Jar files and config described below already implemented. When press “Test Connection ” in ODI Studio I get this error: : “Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0"
    Details:
    (Sqljdbc.jar and) Sqljdbc4.jar downloaded from here:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&displaylang=en
    (Sqljdbc.jar and ) Sqljdbc4.jar placed in C:\Users\Administrator\AppData\Roaming\odi\oracledi\userlib directory
    Repository Connection Details:
         Technology: Microsoft SQL Server
         JDBC driver: com.microsoft.sqlserver.jdbc.SqlServerDriver
         JDBC URL : jdbc:sqlserver://ODI:1433;SelectMethod=cursor
         User : odi
    What am I doing wrong? TIA.

    More details:
    ODI = ODI version 11.1.1.3
    SQL Server uses default install options.

Maybe you are looking for

  • How can I close a file when going back to my master presentation?

    I have about 20 large presentations with mixed video and images that are controlled from a master presentation. When I run a presentation and then go back to the master the presentation, the one I just showed remains open. These are really big and I

  • Mass update of email in the vendor master record

    Hello to you all, Does anyone know how can I run mass update of email in the vendor master record for a big No. of entities? XK99 won't help since you can't find the email, Batch input recording won't help as well since the email can't be found. I wi

  • .m4r? Still work or not as ringtone?

    Hey guys I was wondering if anyone has the problem of ringtones not working anymore. I used to rename the file extension to .m4r and then add to itunes library. It changes to .m4r fine and it shows ringtone but it will not play in iTunes. Did the new

  • BIOHD-2 error code but starts anyway

    Hi! I've refreshed my HP computer which was working alright with windows 7 before. Now I've installed windows 8.1 N and when Im trying to start up I get to the HP screen, if I try to diagnos the problem it says that I've got a BIOHD-2 error, but afte

  • If i upgrade to iphone5 everything will stay on my 4s right?

    Im trying to upgrade my iphone 4s to an iphone 5 but i want to make sure that any and all data that is already on my iphone 4s will stay there...is that plausible?