Export PDF Error, Java , ...decisions.reports.a.a.(Ljava/util/Properties;)V

Hi,
I'm trying to export my reports to pdf using Java Servlets and Crystals is throwing the following error message:
com.crystaldecisions.report.web.viewer.ReportExportControl
com.crystaldecisions.reports.a.a.(Ljava/util/Properties;)V
I really have no idea how to fix this, can't find info anywhere and the error does not help at all. Have you guys even seen this issue before?
Thank you
here is my code (used to work with version X):
IReportSourceFactory2 rptSrcFactory = null;
IReportSource reportSource = null;
ReportExportControl exportControl = null;
try
   rptSrcFactory = new JPEReportSourceFactory();
   reportSource = (IReportSource);
   rptSrcFactory.createReportSource("myreport.rpt",request.getLocale());
   exportControl = new ReportExportControl();
   ExportOptions exportOptions = new ExportOptions();
   exportOptions.setExportFormatType(ReportExportFormat.PDF);
   PDFExportFormatOptions PDFExpOpts = new PDFExportFormatOptions();
   PDFExpOpts.setStartPageNumber(1);
   PDFExpOpts.setEndPageNumber(999999999);
   exportOptions.setFormatOptions(PDFExpOpts);
   exportControl.setReportSource(reportSource);
   exportControl.setEnableLogonPrompt(false);
   exportControl.setEnableParameterPrompt(true);
   exportControl.setExportOptions(exportOptions);
   exportControl.setExportAsAttachment(false);
   exportControl.processHttpRequest(request, response, getServletConfig().getServletContext(), out);
+ Netbeans 6
+ JDK 1.6
+ Tomcat 6

Hi Paul,
The question you have asked can be best answered in the Business Objects SDK Application Development Forum.
The Crystal Reports Forum is dedicated to issues arising in Crystal Reports Full Client Software.
Cheers!

Similar Messages

  • On a Mac ios10.10, using online service Export PDF, error message appears,"An error occurred while trying to access service."

    Can you advise steps I might take now?  On a Mac ios10.10, using online service Export PDF, error message appears,"An error occurred while trying to access service."

    Hi Ringdoc,
    Please see this document: "Error occurred when trying to access this service" when logging on to Acrobat.com
    Let us know how it goes!
    Best,
    Sara

  • Error:java.lang.Double:method parseDouble(Ljava/lang/String;)D not found.

    Hi ,
    oracle apps version : 11.5.10.2 and database version 11.2.0.2.
    OS version Solaris Sparc 64 Bit.
    We were performing a cloing activity on a new server and now while opening forms we are getting the following error :
    error:java.lang.Double:method parseDouble(Ljava/lang/String;)D not found.Please suggest what has to be done.
    Regards
    Kk

    Hi ,
    D:\Documents and Settings\800045916>java -version
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Java HotSpot(TM) Client VM (build 20.4-b02, mixed mode, sharing)We have been struggling with the Solaris server for this. Is something needed from there also or just need to have the latest JRE in the windows client machine.
    Regards
    Kk

  • Export PDF Error - Operation Not Yet Implemented

    Dear All,
    i am trying to export a crystal report to pdf and it is ending in following error:
    Error
    Error in File CrystalReportTestBlankReport {D781AF0B-642B-4FB5-BC4B-F05D5934DA2F}.rpt: Operation not yet implemented.
    You may test yourself at here : [http://esolutionscurry.co.in/crystalreporttestpage.aspx|http://esolutionscurry.co.in/crystalreporttestpage.aspx]
    Please note there are no issues in opening report and exporting to word, rtf and excel. Just PDF export is not working.
    My Server Configuration is : windows server 2008 R2 Standard, Dot Net Framework 4 and Plesk Parallel 10.3
    I have installed Crystal report 13 (the one that is available for use with Visual Studio 2010)
    I am able to export the report from within the Visual Studio Localhost, but this fails in IIS.
    Please help.. this issue is killing me everyday.
    Thanks in advance..
    Regards,
    Ankit Singhal

    Hello, I had a similar problem, and finally, thanks to this thread I could find the solution.
    In development enviroment the application worked, but in production it didn't work (W2k8 with IIS 7 and MVC3 with Crystal Reports 11). When I tried to generate a pdf document I got the error:
    Operation not yet implemented.
    I tried to solve the trouble by reading a lot of information about CR. I discarded troubles with the font, so I focused in the temp dir in CR. I wanted to avoid give permissons to the application user to the windows temp dir.
    Finally I found out there's a registry key that can change the temp directory in CR:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Report Application Server\InprocServer\TempDir
    I have an x64 OS, so in the x86, it should be
    HKEY_LOCAL_MACHINE\SOFTWARE\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Report Application Server\InprocServer\TempDir
    This key doesn't exist by default. I created this with the value: D:\CRTemp, but I keep the same error, but I could check that when I generated the reports, some files appeared in that directory.
    So my research continued. Thanks to your advices, I used the Process Monitor to see what was happening, so I could see the real problem. It was that the CR was trying to read a file called D:\CRTEMPReport{.....}.rpt.
    So I changed the Key, with a final backslash (D:\CRTemp\). When I changed that, everything worked fine, using that new key.
    Maybe my experience can help people with similar troubles.
    Thanks for your advices Ludek.

  • Export PDF Error

    Many people appear to be having this issue.  I keep getting an error when exporting to PDF.  I have tried signing out, restarting, etc.  No luck.  I also tried to use the link on other posts, and the link is not working either.  There appears to be an issues with the software or there would not be multiple posts on this issue.  Please help.

    Hi skydivingsnowman,
    What browser are you using? Please make sure that you're using a browser supported by the ExportPDF service: http://www.adobe.com/acom/systemreqs/
    Also, please try cleaning your browser cache, and if you're using ExportPDF from a work computer, make sure that there are no firewalls or proxies that are prevent files from uploading to the Internet.
    Best,
    Sara

  • PDF Error with Financial Reporting

    When a user runs a report in Workspace it comes up fine, but when they try to do a PDF preview, we get an 500-Internal Server error. I think this is because the PDF writer was not installed or not installed correctly.
    Is it possible to set this up after reports is up and functioning without reinstalling?

    I am having the same issue
    How was this error solved? Please help THanks.
    How do I get to the Hyperion configuration utility and where is the HRCreatePrinters.exe file located?
    Edited by: adi26 on Jun 10, 2009 6:29 PM
    Edited by: adi26 on Jun 10, 2009 6:31 PM

  • Error running a report with the rwclient utility

    I am running the following command:
    rwclient.sh server=rep_vese3valso9 report=/oracle9ias/appl/rec/bin/rep/CAJR30020.rdf userid=uspan/uspan@gio NU_SEC=727586 paramform=no destype=file batch=yes desformat=wide220 desname=/oracle9ias/appl/rec/lisrep/CAJR30020_727586.lis
    and I am getting the following error:
    REP-0177: Error while running in remote server
    Invalid value for parameter 'DESNAME'.
    A friend told me that I have to modify some files of the report server in order to allow this type ( desformat=wide220 ) in the sentence.
    Do you know what are those files or how to solve this problem ?
    Have you had any problem like that ?
    Thanks
    Joel Pérez

    What's desformat=wide220? Never, ever seen that before!
    As you use destyp=file, I believe you should change desformat to desformat=delimiteddata and add a delimiter, for instance delimiter=tab
    rwclient.sh server=rep_vese3valso9 report=/oracle9ias/appl/rec/bin/rep/CAJR30020.rdf userid=uspan/uspan@gio NU_SEC=727586 paramform=no destype=file batch=yes desformat=delimiteddata delimiter=tab desname=/oracle9ias/appl/rec/lisrep/CAJR30020_727586.lisYou should also define REPORTS_PATH, so that you could skip the path in reports, i.e. report=CAJR30020.rdf instead of report=/oracle9ias/appl/rec/bin/rep/CAJR30020.rdf
    Also, you might have gotten faster (and better) respons if you had posted this in the Reports forum, instead of here in the Application Server forum.
    Regards,
    Martin

  • Export PDF icon disappears on IR runtime version in Workspace

    Hello,
    We have implemented Hyperion BI+ 9.3.1. We are faced with a peculiar issue in Production and I am hoping that someone can shed some light.
    We have developed a bqy document that has dashboards. This document when published in it's original format (uncompacted) in Workspace, displays the Export PDF icon on the report toolbar; however, if we create a runtime version of this document (using Dashboard Studio) and publish the runtime version in Workspace, the Export PDF icon disappears.
    We have been trying to see if we can enable this icon on the toolbar using Javascripts in the Dashboard's Script section and have been unsuccessful.
    Have any of you encountered this or does anyone know if we are attempting to enable a feature that just cannot be enabled in the runtime version?
    Any help or insight is much appreciated.
    Thanks
    Rajesh

    We found a solution to this issue. When creating a runtime version of the bqy using Dashboard Studio, Step 7 (Properties) has several Toolbars properties (LAN Client and Plug-in) that are by default set to False. When we set these Toobar properties (especially LAN Client) to True, the Export PDF icon displays on the runtime version in Workspace.
    The documentation (IR Volume 5) was misleading. It described Plug-in to be Web Browser/Thin Client and LAN Client as the Client environment leading us to initially believe that the LAN Client settings will have no effect in Workspace.
    I am posting this in case someone else runs into this issue.
    Thanks
    Rajesh

  • Error in Parser.fx file "incompatible types found   : java.util.Properties"

    Hi,
    In parser file "Parser.fx",
    public-read def PROPERTIES_PARSER = StreamParser {
    override public function parse(input : java.io.InputStream) : RecordSet {
    var props = javafx.util.Properties {};
    props.load(input);
    input.close();
    MemoryRecordSet {
    records: [
    MapRecord {
    fields: props
    due to under line portion an error is appearing:
    "incompatible types
    found : javafx.util.Properties
    required: java.util.Map
    fields: props".
    Please suggest some solution.
    Thanks in advance.
    regards,
    Choudhary Nafees Ahmed
    Edited by: ChoudharyNafees on Jul 5, 2010 3:48 AM

    Parser.fx
    package org.netbeans.javafx.datasrc;
    import javafx.data.pull.PullParser;
    import javafx.data.pull.Event;
    import org.netbeans.javafx.datasrc.MemoryRecordSet;
    public-read def PROPERTIES_PARSER = StreamParser {
        override public function parse(input : java.io.InputStream) : RecordSet {
            var props =java.util.Properties{};
            props.load(input);
            input.close();
            MemoryRecordSet {
                records: [
                    MapRecord {
                        fields: props
    public-read def LINE_PARSER_FIELD_LINE = ".line";
    public-read def LINE_PARSER = StreamParser {
        override public function parse(input : java.io.Reader) : RecordSet {
            var line : String;
            var result : Record [] = [];
            line = readLine(input);
            // BEWARE  ("" == null) is true
            while (line != null or "".equals(line)) {
                var map = new java.util.HashMap();
                map.put(LINE_PARSER_FIELD_LINE, line);
                var record = MapRecord {
                    fields: map
                insert record into result;
                line = readLine(input);
            MemoryRecordSet {
                records: result
    function readLine(in : java.io.Reader) : String {
        var str = new java.lang.StringBuilder;
        while (true) {
            var c = in.read();
            if (c == -1) {
                return if (str.length() == 0) then null else str.toString();
            } else if (c == 0x0D) {
                c = in.read();
                if (c == 0x0A or c == -1) {
                    return str.toString();
                str.append(0x0D);
            } else if (c == 0x0A) {
                return str.toString();
            str.append(c as Character);
        str.toString()
    public-read def JSON_PARSER = StreamParser {
        function toSequence(list : java.util.List) : Record [] {
            var result : Record [] = [];
            var ii = list.iterator();
            while (ii.hasNext()) {
                var r = ii.next() as Record;
                insert r into result;
            result
        override public function parse(input : java.io.InputStream) : RecordSet {
            var topLevel : Object;
            def parser = PullParser {
                documentType: PullParser.JSON
                input: input
                var mapStack = new java.util.Stack();
                var currentMap : java.util.Map;
                var recordsStack = new java.util.Stack();
                var currentRecords : java.util.List;
                var lastEvent: Event;
                onEvent: function(event: Event) {
                    if (event.type == PullParser.TEXT) {
                        currentMap.put(event.name, event.text)
                    } else if (event.type == PullParser.INTEGER) {
                        currentMap.put(event.name, event.integerValue)
                    } else if (event.type == PullParser.NULL) {
                        currentMap.put(event.name, null)
                    } else if (event.type == PullParser.START_ELEMENT) {
                        if (lastEvent.type == PullParser.START_ARRAY_ELEMENT) return;
                        var oldMap = currentMap;
                        var temp = new java.util.HashMap();
                        temp.put(new Object(), null);
                        currentMap = temp;
                        currentMap.clear();
                        mapStack.push(currentMap);
                        if (topLevel == null) topLevel = currentMap;
                        if (oldMap != null) {
                            var mr = MapRecord {
                                fields: currentMap
                            if (event.name == "" and lastEvent.type == PullParser.START_VALUE) {
                                oldMap.put(lastEvent.name, mr)
                            } else {
                                oldMap.put(event.name, mr)
                    } else if (event.type == PullParser.START_ARRAY_ELEMENT) {
                        var temp = new java.util.HashMap();
                        temp.put(new Object(), null);
                        currentMap = temp;
                        currentMap.clear();
                        mapStack.push(currentMap);
                        var mr = MapRecord {
                            fields: currentMap
                        currentRecords.add(mr);
                    } else if (event.type == PullParser.END_ELEMENT) {
                        mapStack.pop();
                        if (not mapStack.empty()) {
                            currentMap = mapStack.peek() as java.util.HashMap;
                        } else {
                            currentMap = null;
                    } else if (event.type == PullParser.END_ARRAY_ELEMENT) {
                        if (lastEvent.type == PullParser.END_ELEMENT) return;
                        mapStack.pop();
                        if (not mapStack.empty()) {
                            currentMap = mapStack.peek() as java.util.HashMap;
                        } else {
                            currentMap = null;
                    } else if (event.type == PullParser.START_ARRAY) {
                        currentRecords = new java.util.ArrayList();
                        recordsStack.push(currentRecords);
                        if (topLevel == null) topLevel = currentRecords;
                    } else if (event.type == PullParser.END_ARRAY) {
                        var set = MemoryRecordSet {
                            records: toSequence(currentRecords)
                        currentMap.put(event.name, set);
                        recordsStack.pop();
                        if (not recordsStack.empty()) {
                            currentRecords = recordsStack.peek() as java.util.List;
                        } else {
                            currentRecords = null;
                    lastEvent = event;
            parser.parse();
            if (topLevel instanceof java.util.Map) {
                var mr = MapRecord {
                    fields: topLevel as java.util.Map
                MemoryRecordSet {
                   records: [mr]
            } else {
                // List
                var rs = MemoryRecordSet {
                    records: toSequence(topLevel as java.util.List)
                rs
            parser.parse();
            var mr = MapRecord {
                fields: topLevel as java.util.Map
            MemoryRecordSet {
               records: [mr]

  • Java.lang.NoClassDefFoundError: com/sun/j3d/utils/applet/MainFrame         at HelloUniverse.main(Compiled Code)

    I'm getting this error
    java.lang.NoClassDefFoundError: com/sun/j3d/utils/applet/MainFrame
    at HelloUniverse.main(Compiled Code)
    I receive this error when I try to run the demos that are in the /usr/java1.1/demo folder.
    I followed the directions to install java3d. I installed the java3d binary in the top part of
    the JDK directory then ran the binary. Everything installed o.k., but I cannot run
    any of the demos. I also have J2SE 1.2.2_05a, JDK 1.1.8_10, and.
    JRE 1.1.8_10 installed. My operating system is SunOS 5.6, Solaris 2.6. My workstation
    is an Ultra 5 with 374mb ram.
    Here is part of the install intructions.
    Place the java3d1_2-solsparc.bin file into the top level directory
    of the JDK you wish to install Java 3D into. Execute the
    java3d1_2-solsparc.bin file (ex: sh java3d1_2-solsparc.bin).
    After installation, you may remove this file.
    The Java 3D(TM) SDK includes several demo programs that can
    verify correct installation. Assuming your Java 2 SDK is installed
    at ~/Solaris_JDK_1.2.2_05, try the following:
    cd ~/Solaris_JDK_1.2.2_05/demo/java3d/HelloUniverse
    java HelloUniverse
    Note: Many more demos are available under the demo/java3d/
    directory. Some of the demos require a maximum memory
    pool larger than the default in java. To increase the
    maximum memory pool to 64 meg, add the following command
    line options to java or appletviewer:
    java: -mx64m
    appletviewer: -J-mx64m
    You do not need to include the J3D jar files in your CLASSPATH,
    nor do you need to include the J3D shared libraries in your PATH.
    You should include "." in your CLASSPATH or ensure that CLASSPATH
    is not set.
    I'm not sure how to set set/unset the CLASSPATH and I'm not sure if I was supposed to
    place the binary file in the /usr/java1.1 or /usr/java or /usr/java1.2 directory.
    Can anyone help?
    tomjones

    -- If jar size isn't an issue, I recommend using thick "weblogic.jar" instead of the thin "wl*.jar" jars. The thick jar is a better performer, is used by more customers, and has more features. Otherwise:
              -- It might help to use the thin client jars from a later service pack - several service packs have been released since SP2, or you might even try using jars from a recent 9.2 SP or even 10.0.
              -- Also, check to see if the 1.4.2 JVM is up-to-date and/or try switching from the Sun JVM to the JRockit JVM (or vice-versa).
              -- Finally, it might help to check if your XP environment matches your Linux environment (JVM command-line, classpath, etc).
              -- Also: The IIOP newsgroup may also have some advice. The thin client uses the IIOP protocol even when a "t3:" URL is specified by the application.
              Tom

  • Java Crystal report PDF Export

    Hi,
    Thanks in adavance.
    Developed a crystal report with command level arguments(i.e constructed a query with dynamic parameters). Calling the same through a java programme. I want to know whether we can export crystal report into a pdf through java. When I tried it's giving me NullPointerException.
    Regards,
    Sudheer

    Here is snippet of code how I am exporting rpt file to pdf file. I didn't include every code here but I am hoping this will give you the idea. Please let me know if you need more info.
    public byte[] runReport(RPTParameters para) throws SQLException {
    byte[] reportData = null;
    ReportClientDocument reportClientDocument = null;
    try {               
         reportClientDocument = new ReportClientDocument();
         reportClientDocument.setReportAppServer(ReportClientDocument.inprocConnectionString);
         reportClientDocument.open(ReportDataConstants.CPS_RPT_FILE, OpenReportOptions._openAsReadOnly);
         ExportOptions exportOptions = new ExportOptions();               
         PDFExportFormatOptions pdfOptions = new PDFExportFormatOptions();
         exportOptions.setExportFormatType(ReportExportFormat.PDF);
         exportOptions.setFormatOptions(pdfOptions);
         ParameterFieldController paramFieldController = reportClientDocument.getDataDefController().getParameterFieldController();               
         paramFieldController.setCurrentValue("", "@ba", para.getBusinessAgreement());
         paramFieldController.setCurrentValue("", "ReportMonth", para.getMonth());
         paramFieldController.setCurrentValue("", "ReportYear", para.getYear());
         InputStream reportInputStream = reportClientDocument.getPrintOutputController().export(exportOptions);     
         reportData = new byte <reportInputStream.available()>;
         reportInputStream.read(reportData);
    catch (ReportSDKException e) {
    finally {
    return reportData;

  • Export to PDF Error in CR Viewer

    I have an intermittent problem exporting to PDF from the Crystal Reports Viewer. I'm using the Java Runtime and the report displays fine in the view. I then click the Export button, select PDF, and click Export. The view screen becomes blank with the single word "Error".
    I see nothing in the Crystal Logs.
    The timeout in CRConfig.xml is set to 1 minute and JavaServerTimeOut is set to 300. No other values are specified.
    Any ideas of what the problem could be or additional tests to try?

    Hi,
    I had faced this issue previously.
    This basically happens because your session is expiring in the web server. Try to increase the timeout session to 30 minutes and the print option will work just fine.
    Also you would have noticed that the data does not gets refreshed from the source if you are not ending the session. But for this you can enable the refresh button on the Web Viewer using the following option:
    CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
    crystalReportPageViewer.setHasRefreshButton(true);
    Once the refresh option has been enabled then there is no need to kill any session in order to refresh the report the refresh button can only be clicked for that .
    Please let me know in case the issue has been resolved.
    Thanks and Regards,
    Gourav

  • Vista/Adobe 9/sql image Error in Crystal Report:Failed to Export the Report

    When I try to export my Crystal Report (v2008) from a Vista machine (using Crystal RDC export methods) as a PDF, I get the following error:
    Error in Crystal Report:  Failed to export the report.
    This only happens when a particular subreport (that contains a sql image) prints (based on an input parameter).  We have other subreports (within this same report) that print a sql image just fine.  But, when this subreport prints, the above error appears.
    I can run the same report on an XP machine without error.
    Exportmodeller.dll and crtsv.dll are both installed and registered to the
    C:\Program Files\Common Files\Business Objects\3.0\bin folder
    I have tried opening the report, removing the image, and then adding it back in again to the subreport.
    Still receive the same error.
    Any suggestions?

    >
    Don Williams wrote:
    > RDC is no longer shipped in CR 2008. You are using the embedded designer used within the Visual Studio .NET IDE and is not licensed for distribution.
    >
    > Upgrade to the .NET components and post your question to the .NET forums.
    >
    > Also, those old dll's will not work in CR 2008. Last patches will give you the option to export to Excel in Legacy mode. We built it into our export dll.
    Don,
    Can you please clarify?
    Our VB6 app that uses Crystal XI RDC runtime components.  Our Crystal reports are edited in CR2008 SP1 developer edition (not through the VB.NET embedded report designer).  We have deployed the CRXIRelease 2 runtime components (via the merge module) to our client machines in order to execute the RDC.
    We can print/preview/export to excel, but the pdf creation is failing with this error.
    We are only using the RDC (which we know is no longer supported) because of huge issues with the Crystal for .NET methods we are having with our customers (I have an active case for this issue).  Therefore, we have to rollback our .NET product and revert to the RDC code. 
    Vista is failing to create a PDF for a report developed in the CR2008 SP1 developer edition when using the RDC.
    When you say  "Also, those old dll's will not work in CR 2008. Last patches will give you the option to export to Excel in Legacy mode. We built it into our export dll.", what do you mean by "will not work in CR2008"?
    Thank you

  • Exporting PDF files from SSRS 2012 - "There was an error opening this document. The file is damaged and could not be repaired"

    Good day
    I have the situation where we are exporting PDF files from reporting services in our website. 
    When dividing the data into sections, the report exports perfectly, but when exporting the entire set and trying to open the file, we get the following error in Adobe Reader:
    "There was an error opening this document.  The file is damaged and could not be repaired"
    We tried to repair the file, no luck.  We tried to use different PDF readers, no luck
    We then checked the file sizes.  When exporting the subsections, each section exports a file of about 2mb. 
    When exporting the entire set, the file is about 1.3mb. 
    Adding all the sections together gives me a rough estimate of 40mb.
    Exporting to TIFF works beautifully and returns a file of 41.5mb. Word and Excel formats also work well, only issue there is the page numbering and formatting.
     The problem we have is the clients are adamant about having it in PDF format.
    Any advice please?

    This was one of the temporary suggestions I gave the client...
    Unfortunately they do not like this as the page numbering and formatting in Word does not appear right.  We are talking about over 1300 pages.  I can't expect them to change the formatting with each export.  Additionally,  the data is
    constantly changing and each client has their own data.  The clients export the reports randomly.  I therefore can't post the reports back onto the server.
    Thanks for the speedy response though

  • Error in Export of ABAP+JAVA  Distributed system

    Hi
    I am exporting an ABAP(ECC 6.0)+JAVA Add-in system .
    I have started the database instance export from the database instance host .
    I am geting the following error :
    An error occurred while processing service SAP ERP 6.0 Support Release 3 > Software Life-Cycle Options > System Copy > MS SQL Server > Source System Export > Distributed System > Based on AS ABAP and AS Java > Database Instance Export( Last error reported by the step :uncaught exception: nw.usageTypes.utlError: Execution of UTL tool 'D:\j2sdk1.4.2_13-x64\bin\java.exe -classpath D:\usr\sap\ERS\SYS\global\sltools\sharedlib\launcher.jar -showversion -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.sl.ut.manager.UtlMain
    sdsapdbsbx1/sapmnt/ERS/SYS/global/security/lib/tools;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/sap.comsl.ut.infoprovider_lib.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/sap.comsl.ut.manager.offline.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/antlr.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/exception.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/jddi.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/logging.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/offlineconfiguration.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/opensqlsta.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/tc_sec_secstorefs.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/sap.comtcsdtcvlimpl.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/SDMutil.jar;D:/usr/sap/ERS/SYS/global/sltools/sharedlib/SLUtil.jar;D:/usr/sap/ERS/SYS/exe/nuc/NTAMD64/mssjdbc/sqljdbc.jar -export -type=keydb "-expfile=C:/Program Files/sapinst_instdir/ERP/LM/COPY/MSS/EXP/DISTRIBUTED/AS/EXPDB/usages_data.xml" -log=UTL_load_usages.log -sid=ERS -dsn=jdbc/pool/ERS -ssprops=D:/usr/sap/ERS/SYS/global/security/data/SecStore.properties -ssk=D:/usr/sap/ERS/SYS/global/security/data/SecStore.key' aborts with return code 1. Check 'UTL_load_usages.log' and 'C:/Program Files/sapinst_instdir/ERP/LM/COPY/MSS/EXP/DISTRIBUTED/AS/EXPDB/UTL.java.log' for more information. (in script unknown, line 0: ???)).
    The file UTL.java.log is as follows:
    java version "1.4.2_19-rev"
    Java(TM) Platform, Standard Edition for Business (build 1.4.2_19-rev-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_19-rev-b07, mixed mode)
    java.lang.NoClassDefFoundError: com/sap/engine/offline/OfflineToolStart
    Please help.
    Regards
    Ratnajit

    Hi
    with 1.4.2_18 and 1.4.2_19 we are currently having massive stack overflow check the below link for more clarifications
    X64 java 1.4.2_18 for SAP
    Regards
    Uday

Maybe you are looking for