Linkage error occurred when loading class MyClass

Hi
I have written one simple class name MyClass and i have created jar file and i imported into import archive... but in interface mapping while i am testing i am getting the <b>"<b>Linkage error occurred when loading class MyClass"</b></b> error.... why i am getting this error
Thanks & Regards
Ravi Shankar B

Here it goes:
Symptom
The LINKAGE_ERROR error occurs during the mapping.
The trace contains "java.lang.NoClassDefFoundError: Illegal name":
Other terms
XI 30, Mapping, Linkage Error
Reason and Prerequisites
As of the jdk 1.4.2_05 from Sun, this program error occurs during the mapping in the runtime or during testing in the Repository. This error may also occur in conjunction with jdks of other vendors or other versions.
Solution
The error is corrected with Support Package 5 for Support Package 03 for the XI TOOLS 3.0 software component.
Import the corresponding archive SAPXITOOL03P_5.SCA for SAP Exchange Infrastructure XI 3.0 as described in the Netweaver 04 Support Package Stac Guide.
You will find the archive and the guide in the SAP Service Marketplace under the alias "SP stacks -> SAP NetWeaver -> SAP NetWeaver 04".
Regards
Vijaya

Similar Messages

  • Linkage error occured when loading javaclass into InterfaceMapping

    Hi All,
    i created java file having input xml and output xml file,i made it as one .jar file ,i imported that one into IntegrationRepository in importedArchive,when i call that .class file into InterfaceMapping iam getting this error, Linkage error occured when loading javaclass . how to solve this one
    regards,
    jasmine

    Hi Prateek,
    iam using jdk1.4.2
    still iam not able to activate the interfacemapping ,iam getting this error
    Linkage error occurred when loading class JavaMapping (http://myxmlnamespace, 21279630-c687-11dd-9b90-db1010109e85, -1)
    here JavaMapping is my java class name
    while activating the interfacemapping iam getting this error.
    regards,
    jasmine

  • Linkage error occured when loading the class:Java Mapping

    I AM GETTING THE ABOVE ERROR IN SUB WHEN TESTING THE MAPPING .
    Source:
    <MTO_FTP_MAT_DETAILS>
    <MATDETAILS>
    <MAKTX>
    <MATNR>
    <WERKS>
    <LABST>
    <MEINS>
    <PERCNT>
    TARGET
    MTI_FTP_MAT_DETAILS
    <MATDETAILS>
    <MAKTX>
    <MATNR>
    <WERKS>
    <LABST>
    <MEINS>
    <PERCNT>
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.OutputStream;
    import java.util.Map;
    import javax.xml.parsers.SAXParser;
    import javax.xml.parsers.SAXParserFactory;
    import org.xml.sax.Attributes;
    import org.xml.sax.SAXException;
    import org.xml.sax.helpers.DefaultHandler;
    import com.sap.aii.mapping.api.StreamTransformation;
    class Echo {
         public static OutputStream out;
    public class myEcho extends DefaultHandler implements StreamTransformation {
         private Map map;
         public void setParameter(Map param) {
              map = param;
         public void execute(InputStream in, OutputStream out) {
              DefaultHandler handler = this;
              SAXParserFactory factory = SAXParserFactory.newInstance();
              try {
                   SAXParser saxParser = factory.newSAXParser();
                   Echo.out = out;
                   saxParser.parse(in, handler);
              } catch (Throwable t) {
                   t.printStackTrace();
         public void startDocument() throws SAXException {
              try {
                   Echo.out.write("<?xml version='1.0' encoding='UTF-8'?>".getBytes());
              } catch (IOException e) {
                   e.notify();
         public void endDocument() throws SAXException {
              try {
                   Echo.out.flush();
              } catch (IOException e) {
                   throw new SAXException("I/O error", e);
         public void startElement(String namespaceURI, String sName, // simple name
         String qName, // qualified name
         Attributes attrs) throws SAXException {
              String eName = sName; // element name
              if ("".equals(eName))
                   eName = qName; // not namespace-aware
              if ("ns0:MTO_SAP_MAT_DETAILS".equals(qName)) {
                   try {
                        Echo.out.write(("<MTI_FTP_MAT_DETAILS>").getBytes());
                   } catch (Exception e) {
                        e.printStackTrace();
              } else {
                   try {
                        Echo.out.write(("<" + qName + ">").getBytes());
                   } catch (Exception e) {
                        e.printStackTrace();
         public void endElement(String namespaceURI, String sName, // simple name
         String qName // qualified name
         ) throws SAXException {
              String eName = sName; // element name
              if ("".equals(eName))
                   eName = qName; // not namespace-aware
              if ("ns0:MTO_SAP_MAT_DETAILS".equals(qName)) {
                   try {
                        Echo.out.write(("</MTI_FTP_MAT_DETAILS>").getBytes());
                   } catch (Exception e) {
                        e.printStackTrace();
              } else {
                   try {
                        Echo.out.write(("</" + qName + ">").getBytes());
                   } catch (Exception e) {
                        e.printStackTrace();
         public void characters(char buf[], int offset, int len)
              throws SAXException {
              String s = new String(buf, offset, len);
              try {
                   Echo.out.write(s.getBytes());
              } catch (Exception e) {
                   e.printStackTrace();

    Hi,
    When you make the jar to import to XI you must verify the two classes are generated at the same time. Later you can verify in Inteface Mapping that you are using the myEcho class to do the java mapping.
    Plesae verify the java version are the same in you own machine and the xi machine.
    Regards.

  • An error occurred when loading the Cube ; Analysis services 2012

    Hi All
    We are facing issue on our SQL Analysis services 2012 (11.0.3381.0) on windows 2008 R2.
    All cubes are not getting loaded on server. When we restart services some times 2/8 cubes some times 4/8 cubes and some times all cubes get loaded. We are not sure what could be reason for such in consistency. Below are the logs
    Failed to load server plug-in extension defined in assembly System. The following error(s) have been raised during the plug-in initialization. Loading of the System assembly failed with the following error: Microsoft::AnalysisServices::AdomdServer::AdomdException;Could
    not load file or assembly 'msmdspdm, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)
    Strong name validation failed. (Exception from HRESULT: 0x8013141A). Enumeration of types or functions through reflection in managed code failed with the following error: Microsoft::AnalysisServices::AdomdServer::AdomdException.
    OLE DB or ODBC error: Query timeout expired; HYT00.
    LOGS :
    (12/6/2013 7:45:12 AM) Message: Service started. Microsoft SQL Server Analysis Services 64 Bit Enterprise (x64) SP1 11.0.3381.0. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x41210000)
    (12/6/2013 7:46:37 AM) Message: An error occurred when loading the Claim Industry Summary Metrics Current. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:37 AM) Message: An error occurred when loading the AW Cube. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:41 AM) Message: An error occurred when loading the AW Cube. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:41 AM) Message: An error occurred when loading the AW Cube. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:42 AM) Message: An error occurred when loading the AW Cube. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:44 AM) Message: An error occurred when loading the AW Cube. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:45 AM) Message: An error occurred when loading the AW Cube. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210013)
    (12/6/2013 7:46:55 AM) Message: Service stopped. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x41210001)
    (12/6/2013 7:47:04 AM) Message: The Query thread pool now has 1 minimum threads, 40 maximum threads, and a concurrency of 20.  Its thread pool affinity mask is 0x00000000000fffff. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000A)
    (12/6/2013 7:47:04 AM) Message: The ParsingShort thread pool now has 4 minimum threads, 4 maximum threads, and a concurrency of 20.  Its thread pool affinity mask is 0x00000000000fffff. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000A)
    (12/6/2013 7:47:04 AM) Message: The ParsingLong thread pool now has 4 minimum threads, 4 maximum threads, and a concurrency of 20.  Its thread pool affinity mask is 0x00000000000fffff. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000A)
    (12/6/2013 7:47:04 AM) Message: The Processing thread pool now has 1 minimum threads, 64 maximum threads, and a concurrency of 20.  Its thread pool affinity mask is 0x00000000000fffff. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000A)
    (12/6/2013 7:47:04 AM) Message: The IOProcessing thread subpool with affinity 0x000000000000001f now has 1 minimum threads, 50 maximum threads, and a concurrency of 10. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000B)
    (12/6/2013 7:47:04 AM) Message: The IOProcessing thread subpool with affinity 0x00000000000003e0 now has 1 minimum threads, 50 maximum threads, and a concurrency of 10. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000B)
    (12/6/2013 7:47:04 AM) Message: The IOProcessing thread subpool with affinity 0x0000000000007c00 now has 1 minimum threads, 50 maximum threads, and a concurrency of 10. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000B)
    (12/6/2013 7:47:04 AM) Message: The IOProcessing thread subpool with affinity 0x00000000000f8000 now has 1 minimum threads, 50 maximum threads, and a concurrency of 10. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x4121000B)
    (12/6/2013 7:47:11 AM) Message: The flight recorder was started. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x41210005)
    (12/6/2013 7:47:11 AM) Message: Service started. Microsoft SQL Server Analysis Services 64 Bit Enterprise (x64) SP1 11.0.3381.0. (Source:
    \\?\L:\Microsoft SQL Server\MSAS11.MSSQLSERVER\OLAP\Log\msmdsrv.log, Type: 1, Category: 289, Event ID: 0x41210000)
    Thanks
    Saurabh Sinha
    http://saurabhsinhainblogs.blogspot.in/

    Hi Saurabh,
    Please elaborate your scenario or OLAP Server environment with more detail. What's the method you used to load the SSAS cube?
    For this issue, I would suggest opening a case with Microsoft Customer Support Services (CSS) (http://support.microsoft.com), so that a dedicated Support Professional can assist you in a more efficient manner.
    Regards,
    Elvis Long
    TechNet Community Support

  • "Error occurs when loading transaction data from other model" - BW loading into BPC

    Hi Experts,
    I'm having a problem with my data loading from BW, using the standard Load InfoProvider Selections data manager package.
    If I run for a period without data it succeeds (with warning) but if there is data to be extracted I get the following error:
    Task name CONVERT:
    No 1 Round:
    Error occurs when loading transaction data from other model
    model: AIACONS. Package status: ERROR
    As it runs ok when there isn't data it appears there is something preventing the movements of data out of the cube itself, rather then a validation issue.
    Has anyone encountered similar or have any ideas as to the problem?
    Best,
    Chris

    Hi Vadim,
    It's not specific to the transformation file as I have tried with others for the same BW cube and get the same result.
    We get a warning when we try and validate the transformation file:
    "Error occurs when loading transaction data from other model".
    This only appears in the validation pop up and doesn't throw up any warnings about the transformation file itself.  The validation log says:
    Validate  and Process Transformation File Log
    Log creation time
    3/7/2014 16:09
    The result of validation of the
      conversion file
    SUCCESS
    The result of validation of the
      conversion file with the data file
    FAIL
    Validation Result
    Validation Option
    ValidateRecords = NO
    Message
    Error occurs when loading transaction data from other model
    Reject List
    I can't find any errors anywhere else.
    Best,
    Chris

  • Error occurs when loading transaction data from other model

    Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/  complete with all the mappings, i am getting the same error as above.
         I can see options, mapping and conversion sections are validating successfully and throwing the above error.
    Incomplete Transformation File
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT= 10
    ROUNDAMOUNT=
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    Validating the transformation files
    Validating options...
    Validation of options was successful.
    Validating mappings...
    Validation of mappings was successful.
    Validating conversions...
    Validation of the conversion was successful
    Creating the transformation xml file. Please wait...
    Transformation xml file has been saved successfully.
    Begin validate transformation file with data file...
    [Start test transformation file]
    Validate has successfully completed
    ValidateRecords = YES
    Error occurs when loading transaction data from other model
    Validation with data file failed
                           I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
    Thanking you
    Praveen

    Hi,
    By
    *MAPPING
    CUSTOMER = *NEWCOL (NO_CUST)
    you want CUSTOMER to receive a fixed string "NO_CUST"?
    If so use,
    *MAPPING
    CUSTOMER = *STR (NO_CUST)

  • Error occurs when loading transaction data from other cube

    Hi Gurus,
    I'm currently working on a Transformation File for loading Transactional Data from BW to BPC but a error message is displayed "Error occurs when loading transaction data from other cube". I have already checked permissions for my user, double checked my transformation file and the dimensions, made all conversion files needed and the message has not changed.
    Can anybody help me to solve this problem?!
    Thanks a lot & Best Regards,
    HH

    Hi,
    Here, the Transformation File & Conversion File. I have already tested both with another different InfoCube and they work but no for the one needed.
    *OPTIONS
    FORMAT = DELIMITED
    HEADER = YES
    DELIMITER = ,
    AMOUNTDECIMALPOINT = .
    SKIP = 0
    SKIPIF =
    VALIDATERECORDS=YES
    CREDITPOSITIVE=YES
    MAXREJECTCOUNT=
    ROUNDAMOUNT=
    *MAPPING
    Category=*NEWCOL(ACTUAL)
    P_0BASE_UOM=0BASE_UOM
    P_0BUS_AREA=0BUS_AREA
    P_0COSTCENTER=0COSTCENTER
    P_0FUNDS_CTR=*NEWCOL(null)
    P_0GL_ACCOUNT=0ACCOUNT
    P_0LOC_CURRCY=*NEWCOL(MXN)
    P_0MATL_TYPE=*NEWCOL(null)
    P_0VENDOR=0VENDOR
    P_DataSrc=*NEWCOL(UPLOAD)
    P_ZMATERIAL1=0MATERIAL
    P_ZMATERIAL2=*NEWCOL(null)
    P_ZMATL_CLASS=*NEWCOL(null)
    P_ZMATL_TESP=*NEWCOL(null)
    P_ZRATIO=*NEWCOL(KF_inpmdInt)
    Time=0CALMONTH
    SIGNEDDATA=0TOTALSTCK
    *CONVERSION
    Time=Time_conv.xls
    EXTERNAL     INTERNAL
    201101          2011.JAN
    201102          2011.FEB
    201103          2011.MAR
    201104          2011.APR
    201105          2011.MAY
    201106          2011.JUN
    201107          2011.JUL
    201108          2011.AUG
    201109          2011.SEP
    201110          2011.OCT
    201111          2011.NOV
    201112          2011.DEC
    Thank you for taking at glance to the files.
    Best Regards,
    HH

  • The table with Name of 'Table Name' does not exist.An error occurred when loading the Model.

    The table with Name of 'Table Name' does not exist.An error occurred when loading the Model.
    We get this error when we try to check the properties of an analysis server using SQL Server Management studio(right click the instance name
    and check properties). We have resolved this issue twice by Stopping the SQL Server analysis service,removing db folders from Analysis Server Data folder and starting the services back on. The db folder that we removed was advised by the BI team.
    The SQL Server Analysis Server is 2012 SP1

    Hi RB_ORIPW,
    The table with name of 'XXX' doesn't exist.
    An error occurred when loading the model(Micorsoft.AnalysisServices)
    If I understanding correctly, you encounter the error randomly, now what you want it that avoid this issue completely, other than stop the services, detele the db filder and restart the services, right?
    The error might be caused by that the data file is corrupted. However, we cannot give you the exact reason that cause this issue. You can troubleshoot this issue by using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Besides, here is fix that describe the similar issue, and it was fixed in Cumulative Update 7 for SQL Server 2012 SP1, please refer to the link below to see the details.
    http://support.microsoft.com/kb/2897263/en-us
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Error message: An error occurred when loading the content. Please try again later

    Why do some radios do not work on the Apple TV as iTunes, there is no problem ...?
    Error message: An error occurred when loading the content. Please try again later
    Thanks

    Having this problem today. You Tube and other internet parts of the apple tv works. I just can't access my iTunes tv shows.

  • An error occurred when loading

    when i try to play netflix on apple tv it say "an error occured when loading, try again later"

    Hi Saurabh,
    Please elaborate your scenario or OLAP Server environment with more detail. What's the method you used to load the SSAS cube?
    For this issue, I would suggest opening a case with Microsoft Customer Support Services (CSS) (http://support.microsoft.com), so that a dedicated Support Professional can assist you in a more efficient manner.
    Regards,
    Elvis Long
    TechNet Community Support

  • An error occured when loading the task sequence

    Good morning,
    I can't seem to be able to load any task sequences that have been previously created in SCCM 2012 RTM (updating is not a solution at this time just yet).
    Our environment only consists of 1 site and the MDT is installed on this site as well.
    After doing some research through the TaskSequenceProvider.Log file, I did trance it down to this log:
    ![LOG[Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890)]LOG]!><time="10:50:12.474+300" date="02-19-2014" component="TaskSequenceProvider" context="" type="3" thread="13852" file="convert.cpp:861">
    <![LOG[Failed to export task sequence to XML 0x80041002 (2147749890)]LOG]!><time="10:50:12.474+300" date="02-19-2014" component="TaskSequenceProvider" context="" type="3" thread="13852" file="convert.cpp:1249">
    I have tried restarting the WMI Service (and SMS Agent Host)... but it did not resolve the issue.
    I saw that there are mentions of removing MDT and re-installing it.
    I was wondering what are the risks of doing that ?
    

    No, you won't loose anything in ConfigMgr. The already created packages and task sequences will remain, the only thing that gets reinstalled are the console integration (which are the actions you can perform via the console).
    Configuring the integration is something on the machine with the console. If they are using the console on the same machine, then yes they should close it. Otherwise files could be in use.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Please help: Strange error occurs when loading courseware

    Hi all,
    We have developed numerous training packages using Captivate 5. For the most part they seem to work nicely, however, three of our users (out of hundreds) have reported the following error (please view attached screenshot).
    One user is using Firefox (dont know browser or flash version),
    Second User is using Internet Explorer 8.0.7601  with a flash version of 10.2.1.53
    Third user tried both IE and Firefox and has a flash version of 10.2.15.1
    I myself am using IE 8 with a flash version of 10.2.153 and am not able to replicate the error.
    I have done a search on the forums trying to see if anyone else has come accross the same error and found the following thread: http://forums.adobe.com/message/3269584   However we are not using the aggregator for our projects, and although we do use a preloader, the vast majority of our users are not experiencing problems. For those users who are having difficulties two of them seem to be able to open some modules but not others (yet the same pre loader is used throughout all our courseware).
    One interesting observation that I have had is that for one user the error only occurs on modules that are using a table of contents (in overlay mode) and they are able to open all other modules. Yet, for one of the other users the error is occuring on all modules, even those without a table of contents.
    I can't figure out what may be causing the problem because each user is experiencing the error under slightly different circumstances (In terms of flash versions, browsers and whether or not the module has a table of contents or preloaders).
    Has anyone else experienced the above error. If so did you figure out what was causing the problem?
    thanks!

    Hi,
    Would it be possible to share that swf file, so that i will try from my end and see whether i can reproduce the issue?
    You can e-mail to my address [email protected]
    Thanks,
    Vikranth.

  • Error occurs when loading videos

    Please help! everytime i try to load or convert a video to my ipod, an error pop up and says "itunes has generated errors and will be closed" this also occurs after i buy videos from itunes...meaning that i ended up buying a video without actually getting it. could someone provide info please?

    hi omar!
    sorry for the delay.
    let's try to enlist some additional technical help. we'll get a crash log from itunes, and send it to so someone who can interpret crash logs.
    Typically, you'll need to configure Dr. Watson on your PC in order to generate crash logs. Windows start menu -> Run. Type in "cmd". Hit return. At the prompt in the command line window that comes up, type in
    drwtsn32 -i
    And hit return.
    in Windows XP: This will create crash logs in Documents And Settings\All Users\Application Data\Microsoft\Dr Watson\. There'll usually be a file in here called "drwtsn32.log"
    on Windows 2000: try searching for the "Dr Watson" folder to locate it. (it's been a while since i used Windows 2000.)
    prior to collecting the itunes crash log, delete any existing crash logs in there. (we want to make sure we send the correct crash log.)
    generate the crash, collect the crash log, and send it to this email address
    in the email:
    (1) state the precise version number of itunes that you're using. (go into your "Help > About iTunes" to doublecheck.)
    (2) include the URL to this thread so that the person who gets the email has some context, but also give as much information about the context of the crashing as you can.
    love, b

  • OER Applet Error - A non-fatal error occurred when fetching an entity id

    Suddenly I have a problem when I want to run 'graphic representation of related items' applet from Oracle Enterprise Repository 11.1.1.2. Thinkmap console shows up wit following message:
    Error: A non-fatal error occurred when fetching an entity id :  : Remote Error: Login required to view information.
    Error: A non-fatal error occurred when loading entities :  : Remote Error: Login required to view information.
    Error: cannot set initial center entity : java.lang.NullPointerException
    I suspect it's some issue with JRE, since everything worked fine few weeks ago. I've also tried to downgrade to JRE 1.5, but I still get the same error. I've tured on debugging and in java console I get this:
    Trace level set to 5: all ... completed.
    basic: Starting applet teardown
    basic: Finished applet teardown
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@16aa42e
    basic: Applet loaded.
    basic: Applet resized and added to parent container
    basic: PERF: AppletExecutionRunnable - applet.init() BEGIN ; jvmLaunch dt 762277 us, pluginInit dt 123357325 us, TotalTime: 124119602 us
    +network: Cache entry not found [url: http://somesrv.domain.si:7101/oer/thinkmap/gui.jsp, version: null]+
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/gui.jsp with proxy=DIRECT
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/gui.jsp with cookie "flashline.authtoken=-5cfd1072-1298307490b--7ff5; flashline.userlogin=; flashline.username=user1"
    network: Server http://somesrv.domain.si:7101/oer/thinkmap/gui.jsp requesting to set-cookie with "JSESSIONID=tbGzMsGDKnnn5pRnK9B9vT1TMf7PKLljxnpJHjVBcQLpnLLBnlhf!835222537; path=/; HttpOnly"
    basic: Applet initialized
    basic: Removed progress listener: sun.plugin.util.GrayBoxPainter$GrayBoxProgressListener@16aa42e
    basic: Applet made visible
    basic: Starting applet
    basic: completed perf rollup
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/my.tas with proxy=DIRECT
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/my.tas with cookie "flashline.authtoken=-5cfd1072-1298307490b--7ff5; flashline.userlogin=; flashline.username=user1"
    basic: Applet started
    basic: Told clients applet is started
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/my.tas with proxy=DIRECT
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/my.tas with cookie "flashline.authtoken=-5cfd1072-1298307490b--7ff5; flashline.userlogin=; flashline.username=user1"
    network: Server http://somesrv.domain.si:7101/oer/thinkmap/my.tas requesting to set-cookie with "JSESSIONID=GVQ8MsGDGTzVGyQTn81n2wQ6hsLJB1p0GBwQD8VhnJJKhr3glNdt!835222537; path=/; HttpOnly"
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/my.tas with proxy=DIRECT
    network: Connecting http://somesrv.domain.si:7101/oer/thinkmap/my.tas with cookie "flashline.authtoken=-5cfd1072-1298307490b--7ff5; flashline.userlogin=; flashline.username=user1"
    network: Server http://somesrv.domain.si:7101/oer/thinkmap/my.tas requesting to set-cookie with "JSESSIONID=LdmyMsGDmRt4CQlw6KKxprRVF0KGMXxjpr38h2dRnYGnTNp2jx5J!835222537; path=/; HttpOnly"
    Browse tree doesn't work either..message in Java console is:
    +network: Cache entry not found [url: http://somesrv.domain.si:7101/oer/com.flashline.cmee.servlet.enterprisetab.AssetTree?depth=2&top=true&cattypeid=100&registrationstatus=100&target=results, version: null]+
    network: Connecting http://somesrv.domain.si:7101/oer/com.flashline.cmee.servlet.enterprisetab.AssetTree?depth=2&top=true&cattypeid=100&registrationstatus=100&target=results with proxy=DIRECT
    network: Connecting http://somesrv.domain.si:7101/oer/com.flashline.cmee.servlet.enterprisetab.AssetTree?depth=2&top=true&cattypeid=100&registrationstatus=100&target=results with cookie "flashline.authtoken=-5cfd1072-1298307490b--7ff5; flashline.userlogin=; flashline.username=user1"
    network: Server http://somesrv.domain.si:7101/oer/com.flashline.cmee.servlet.enterprisetab.AssetTree?depth=2&top=true&cattypeid=100&registrationstatus=100&target=results requesting to set-cookie with "JSESSIONID=HxQCMsKTpGpv3Wrr2vhqHWK06pDR4tpk6QjC1BWJyYSsP7TwLvlJ!835222537; path=/; HttpOnly"
    Anybody has an idea what is wrong and how to resolve this problem.
    Thnx in advance.
    Edited by: Teki on 7.7.2010 10:19

    I figured out what is causing this problem: When connecting OER with LDAP according to documentation (http://download.oracle.com/docs/cd/E15523_01/doc.1111/e16580/extauth.htm#CEGHHGAG ) you have to disable cookie login functionality. Now i figured that 'graphic representation of related items' and 'browse tree' applets are not working if there is no cookie for user. So in order for those two applets to work I have to enable enterprise.security.cookielogin.allow and enterprise.authentication.ldap.enabled (or manually check the Enable automatic Login box).
    Is there any other setting or workaround that would ensure that mentioned applets would work properly without enable automatic login option checked?! And what is the problem if I do have LDAP authentication and cookie login enabled (why is explicitly stated in documentation that I should disable cookie login with LDAP authentication?) Can someone from Oracle clarify this please?
    Edited by: Teki on 7.7.2010 11:43

  • Down loaded lightroom 5 and installed but won't open right. On opening Message "an error occurred when attempting to change modules"

    Have a Mac Book Air with Lightroom 4 Full Download aboard. Just got an iMac. Wanted to load Lightroom 4 on iMac. Took the Adobe download file off the Mac Air and tried to load it on the iMac. It was successfull but on opening  the message "an error occurred when attempting to change modules" appeared. I removed Lightroom 4 and went to Adobe orders and re-downloaded my original order to the iMac. Same effect. Bought full Lightroom 5 hoping to fix but the same message appeared. What's up! Any help?

    Error changing modules | Lightroom

Maybe you are looking for