Problem when trying to convert using PDFG

Hi,
I'm trying to convert come files using PDFG. I tried the user console, the email account and the WebService API. None of this options worked.
I can see in the log file that JBOSS is launched successfully, with every BMC being started without any error. The only problem that i have is taht QuartzService error but the Adobe support already told me that this was not a problem.
When trying to submit a document for conversion, the log files registered the errors below. does anyone has some clue on this problem ?
TIA,
[code]
2007-04-02 17:34:24,332 INFO [com.adobe.native2pdf.internal.DequeueBean] Retry enabled for Native conversion
2007-04-02 17:34:24,348 INFO [com.adobe.native2pdf.internal.AESEngineBean] AES_1001: Begin processing job c27e1f-6c2951-465685-a7364b-845e2f-7ae0a1
2007-04-02 17:34:24,566 INFO [com.adobe.service.ProcessResource] BMC505: Service WordConverterService: Starting native process with command line "C:\\Adobe\\LiveCycle\\jboss\\server\\all\\svcnative\\WordConverterService\\bin\\dll\\pdf gen.exe" PDF-WO3ff760003 -beginExecutable "C:\\Adobe\\LiveCycle\\jboss\\j2re1.4.2_04_compiler\\bin\\javaw.exe" -endExecutable -Xmx20m -cp "C:/Adobe/LiveCycle/jboss/server/all/svcnative/WordConverterService/bin/aaes-idl-bmc.jar; C:/Adobe/LiveCycle/jboss/server/all/svcnative/WordConverterService/bin/aaes-jaxb.jar;C:/Ad obe/LiveCycle/jboss/server/all/svcnative/WordConverterService/bin/adobe-bslj.jar;C:/Adobe/ LiveCycle/jboss/server/all/svcnative/WordConverterService/bin/AdobeCSA.jar;C:/Adobe/LiveCy cle/jboss/server/all/svcnative/WordConverterService/bin/AdobeCSAUtils.jar;C:/Adobe/LiveCyc le/jboss/server/all/svcnative/WordConverterService/bin/appmon.jar;C:/Adobe/LiveCycle/jboss /server/all/svcnative/WordConverterService/bin/commonbmc.jar;C:/Adobe/LiveCycle/jboss/serv er/all/svcnative/WordConverterService/bin/jaxb-api.jar;C:/Adobe/LiveCycle/jboss/server/all /svcnative/WordConverterService/bin/jaxb-impl.jar;C:/Adobe/LiveCycle/jboss/server/all/svcn ative/WordConverterService/bin/jaxb-libs.jar;C:/Adobe/LiveCycle/jboss/server/all/svcnative /WordConverterService/bin/jniw2.9.5_pdfmapi1.0.jar;C:/Adobe/LiveCycle/jboss/server/all/svc native/WordConverterService/bin/jniw2.9.5_word8.1.jar;C:/Adobe/LiveCycle/jboss/server/all/ svcnative/WordConverterService/bin/jniwrap-2.9.6.241.jar;C:/Adobe/LiveCycle/jboss/server/a ll/svcnative/WordConverterService/bin/namespace.jar;C:/Adobe/LiveCycle/jboss/server/all/sv cnative/WordConverterService/bin/winpack.jar;C:/Adobe/LiveCycle/jboss/server/all/svcnative /WordConverterService/bin/WordConverterServer.jar;C:/Adobe/LiveCycle/jboss/server/all/svcn ative/ServicesNatives2/jars/adobe-bslj.jar;C:/Adobe/LiveCycle/jboss/server/all/svcnative/S ervicesNatives2/jars/jacorb.jar" com.adobe.native2pdf.bmc.WordConverterServer -IOR IOR:000000000000002249444C3A636F6D2F61646F62652F736572766963652F4D616E616765723A312E30000 000000000020000000000000068000102000000000E3139322E3136382E31302E3130000DC8000000134A426F7 3732F42522D312F010000000000000000000000020000000000000008000000004A414300000000010000001C0 0000000000100010000000105010001000101090000000105010001000000010000002C0000000000000001000 000010000001C00000000000100010000000105010001000101090000000105010001 -AppServer jboss
2007-04-02 17:34:24,676 INFO [STDOUT] Command line '"C:\Adobe\LiveCycle\jboss\j2re1.4.2_04_compiler\bin\javaw.exe"'
2007-04-02 17:34:27,222 INFO [STDOUT] myOwnProcesses found 2
2007-04-02 17:34:27,925 INFO [STDOUT] com.adobe.native2pdf.bmc.ConvertWord starting run()
2007-04-02 17:34:28,315 INFO [STDOUT] com.adobe.native2pdf.bmc.ConvertWord calling execute
Processing document 'C:\Documents and Settings\build_user\Local Settings\Temp\pdfg-build_user\c2\7e1f-6c2951-465685-a7364b-845e2f-7ae0a1\New Text Document.txt'
2007-04-02 17:34:30,034 INFO [STDOUT] COM PID appears to be 5216
2007-04-02 17:34:31,846 INFO [STDOUT] Running Word version 11.0
2007-04-02 17:34:31,971 INFO [STDOUT] ConversionInterface returned status -2147467259

Following the exception stack :
Got default parameter bits 1c80017
ConversionInterface returned status 0
Read-Back ConversionInterface returned status 0, bits 1c00017
JobOptions from file null
2007-04-02 17:34:34,360 INFO [STDOUT] Working on doc New Text Document.txt
2007-04-02 17:34:34,439 INFO [STDOUT] com.jniwrapper.win32.com.ComException: COM object method returns error code: 0x80004005; E_FAIL (Unspecified error)
2007-04-02 17:34:34,439 INFO [STDOUT]
at com.jniwrapper.win32.com.impl.IUnknownImpl.invokeStandardVirtualMethod(SourceFile:624)
at com.adobe.native2pdf.internal.wrap.acrobat7.pdfmakerapilib.impl.IPDFMakerDriverImpl.execP DFMaker(IPDFMakerDriverImpl.java:94)
at com.adobe.native2pdf.bmc.ConvertBasePDFM.execPDFMaker(ConvertBasePDFM.java:438)
at com.adobe.native2pdf.bmc.ConvertWord.convertViaPDFMaker(ConvertWord.java:179)
at com.adobe.native2pdf.bmc.ConvertWord.execute(ConvertWord.java:66)
at com.adobe.native2pdf.bmc.ConvertBase.run(Con
2007-04-02 17:34:34,439 INFO [STDOUT] vertBase.java:82)
2007-04-02 17:34:34,439 INFO [STDOUT] at java.lang.Thread.run(Unknown Source)
2007-04-02 17:34:35,266 INFO [STDOUT] Sleeping before oleUninitialize
2007-04-02 17:34:36,266 INFO [STDOUT] Calling oleUninitialize
2007-04-02 17:34:36,282 INFO [STDOUT] Calling getProcessIdsByNonDefaultWindowStation()
getProcessIdsByNonDefaultWindowStation() found 0
2007-04-02 17:34:36,860 INFO [com.adobe.native2pdf.internal.AESEngineBean] AES_1002: Done processing job c27e1f-6c2951-465685-a7364b-845e2f-7ae0a1
2007-04-02 17:34:36,860 INFO [STDOUT] com.adobe.native2pdf.bmc.ConvertWord shutdown JniWrapper
2007-04-02 17:34:36,875 INFO [com.adobe.native2pdf.internal.DequeueBean] Message queued again into job queue
2007-04-02 17:34:36,875 INFO [com.adobe.native2pdf.internal.AESEngineBean] AES_1001: Begin processing job c27e1f-6c2951-465685-a7364b-845e2f-7ae0a1
2007-04-02 17:34:37,094 INFO [STDOUT] com.adobe.native2pdf.bmc.ConvertWord starting run()
com.adobe.native2pdf.bmc.ConvertWord calling execute
Processing document 'C:\Documents and Settings\build_user\Local Settings\Temp\pdfg-build_user\c2\7e1f-6c2951-465685-a7364b-845e2f-7ae0a1\New Text Document.txt'
2007-04-02 17:34:37,297 INFO [STDOUT] COM PID appears to be 960
2007-04-02 17:34:37,969 INFO [STDOUT] Running Word version 11.0
2007-04-02 17:34:37,984 INFO [STDOUT] ConversionInterface returned status -2147467259
Got default parameter bits 1c80017
[/code]

Similar Messages

  • Strange problem when tried to convert HelloWorld.class..

    Hi friends..
    i've downloaded the Java Card SDK 2.2.1, and i tried to compile HelloWorld application that shipped with its distribution..
    i found strange problem when i tried to convert HelloWorld.class into .CAP, etc.. :(
    I use Windows XP, assume that i've set the Environment Variables needed
    i've compiled the HelloWorld.java into HelloWorld.class..
    the package of of HelloWorld is : com.sun.javacard.samples.HelloWorld;
    and i use this config file :
    -out EXP JCA CAP
    -exportpath .
    -applet  0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1:0x1 com.sun.javacard.samples.HelloWorld.HelloWorld
    com.sun.javacard.samples.HelloWorld
    0xa0:0x0:0x0:0x0:0x62:0x3:0x1:0xc:0x1 1.0and then i tried to run converter script in the Console :
    *C:\java_card_kit-2_2_1\samples>converter -config com\sun\javacard\samples\HelloWorld\HelloWorld.opt*
    *error: file com\sun\javacard\samples\HelloWorld\HelloWorld.opt could not be found*
    Usage:  converter  <options>  package_name  package_aid  major_version.minor_ve
    sion
    OR
    converter -config <filename>
                        use file for all options and parameters to converter
    Where options include:
            -classdir <the root directory of the class hierarchy>
                          set the root directory where the Converter
                          will look for classes
            -i            support the 32-bit integer type
            -exportpath  <list of directories>
                          list the root directories where the Converter
                          will look for export files
            -exportmap    use the token mapping from the pre-defined export
                          file of the package being converted. The converter
                          will look for the export file in the exportpath
            -applet <AID class_name>
                          set the applet AID and the class that defines the
                          install method for the applet
            -d <the root directory for output>
            -out  [CAP] [EXP] [JCA]
                          tell the Converter to output the CAP file,
                          and/or the JCA file, and/or the export file
            -V, -version  print the Converter version string
            -v, -verbose  enable verbose output
            -help         print out this message
            -nowarn       instruct the Converter to not report warning messages
            -mask         indicate this package is for mask, so restrictions on
                          native methods are relaxed
            -debug        enable generation of debugging information
            -nobanner     suppress all standard output messages
            -noverify     turn off verification. Verification is defaultPlease help me regarding this, because i'm new in this field..
    Thanks in advance..

    Thanks safarmer for your reply..
    i tried this :
    C:\java_card_kit-2_2_1\samples>javac -target 1.3 -source 1.1 -g -classpath .\cla
    sses;..\lib\api.jar;..\lib\installer.jar src\com\sun\javacard\samples\HelloWorld
    \*.java
    javac: invalid source release: 1.1
    Usage: javac <options> <source files>
    use -help for a list of possible options
    C:\java_card_kit-2_2_1\samples>javac -target 1.3 -source 1.2 -g -classpath .\cla
    sses;..\lib\api.jar;..\lib\installer.jar src\com\sun\javacard\samples\HelloWorld
    \*.java
    it seems that i can't specify the -source to 1.1, so i tried to use -source 1.2..
    after that, i tried to convert again, and i got this error :
    C:\java_card_kit-2_2_1\samples\src>converter -config com\sun\javacard\samples\He
    lloWorld\HelloWorld.opt
    Java Card 2.2.1 Class File Converter, Version 1.3
    Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to lic
    ense terms.
    error: com.sun.javacard.samples.HelloWorld.HelloWorld: unsupported class file fo
    rmat of version 47.0.
    conversion completed with 1 errors and 0 warnings.Please help me regarding this..
    Thanks in advance..

  • I got problem when trying to contact my iphone 4 using facetime,it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

    i got problem when trying to call my iphone 4 using facetime with my Macbook Pro 13',it did ringing,but my iphone 4 did not receive that call as if nothing happen.But,when the call ended,that call appeared in the missed call list.fyi both are connected to internet.Help!! thank you in advance

  • How do i deactivate a device through icloud if the device is broken and i am unable to turn on find my iphone? Also i do not own a apple id as ive been using a family members due to problems when trying to make one?

    How do i deactivate a device through icloud if the device is broken and i am unable to turn on find my iphone? Also i do not own a apple id as ive been using a family members due to problems when trying to make one?

    Hey tyjox,
    Thanks for the question. After reviewing your post, it sounds like you need to deactivate Find My iPhone on a device that does not work. You will need to work with the family member of the account the iPhone is registered with. I would recommend that you use this article to help you resolve or isolate the issue.
    iCloud: Remove your device from Find My iPhone
    http://support.apple.com/kb/PH2702
    Remove an iOS device you no longer have
    If you no longer have the iOS device because you gave it away or sold it, you need to remotely erase it before you can remove it.
    Sign in to icloud.com/#find with your Apple ID (the one you use with iCloud).If you’re using another iCloud app, click the app’s name at the top of the iCloud.com window, then click Find My iPhone.
    Click All Devices, then select the device.
    Click Erase [device], then enter your Apple ID password. Because the device isn’t lost, don’t enter a phone number or message.If the device is offline, the remote erase begins the next time it’s online. You’ll receive an email when the device is erased.
    When the device is erased, click Remove from Account.All your content is erased and someone else can now activate the device.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • I am using Lightroom 5 and am hapy about it, but recently I hav encountered a problem when trying to edit an image in another program, i.e. Elements. I used the clone tool, saved the result and went back to Lightroom to open the image there. I did find a

    I am using Lightroom 5 and am hapy about it, but recently I hav encountered a problem when trying to edit an image in another program, i.e. Elements. I used the clone tool, saved the result and went back to Lightroom to open the image there. I did find a second copy, but this is identic with the one I already had in Lightroom, and I can see noe result of the clone process.

    At the moment I would say it is uncertain whether Acrobat is completely ignoring the change, or whether the changes you are making aren't affecting the ink density. I have a suggestion for a test you could make to see which is the case.
    When editing in Photoshop just add a box or mark on the image, for your tests.
    - If this box does not appear in Acrobat, you know Acrobat is not seeing the edit
    - If this box does appear in Acrobat, you know the problem is that your tool for changing ink densities is not taking effect.

  • When trying to convert PDF to Word I get message "An Error occurred while trying to access this Service"  Never had problems before   how can it be fixed

    When trying to convert PDF to Word I get message "An Error occurred while trying to access this Service"  Never had problems before   how can it be fixed??

    It appears that you have a subscription to one of Adobe's online subscription sersvices.
    Here, you have a user-2-user forum for users of the free desktop PDF viewer Adobe Reader.
    Some resources for following up with question about Adobe online services.
    To contact support for acrobat.com subscription services: 
    https://www.acrobat.com/misc/en/contact-support.html 
    Other links to support:
    http://helpx.adobe.com/contact.html
    http://helpx.adobe.com/support.html
    contact Adobe Customer Care on Twitter @AdobeCare.
    Phone support (for a fee - have credit card ready)
    800-833-6687, Mon - Fri, 5AM - 7PM PT
    Be well...

  • Able to install the .ipa signed with distribution certificate using iTunes on MacBook Pro. where as the when tried to install using iTune on PC is causing a problem

    Able to install the .ipa signed with distribution certificate using iTunes on MacBook Pro. where as the when tried to install using iTune on PC is causing a problem

    The sound input going to the mic is not going to pipe through the speakers like that.  It doesn't do it because it would cause a feedback loop on itself.  The mic input will take sound and output it to a program or to another pathway (like a VoIP or Facetime call, etc.) but it won't behave like a Karaoke machine if that's what you're thinking.

  • Please help.  Keep getting a conversion error when trying to convert a PDF to a .docx. Advice?

    Please help.  Keep getting a conversion error when trying to convert a PDF to a .docx. Advice?

    Sara,
    Please see my answers in bold below.
    What browser are you using? Try clearing the cache, or using a different browser. N/A
    Are you converting from within Reader, or directly via the ExportPDF website. Within Reader.I disabled the OCR and this did not work either. Try converting from within Reader, and disable OCR as detailed in this document: How to disable Optical Character Recognition (OCR) when converting PDF to Word or Excel.
    Are you on a networked computer? Make sure that there aren't any firewall/proxy settings that are preventing you from uploading files to the Internet. Not having problems uploading the file--that works fine.
    Make sure the file is within the file-size limit of 100 MB. It is <40.
    I get the error message, "File failed to be converted using Adobe ExportPDF online."
    Thanks for your help in advance.

  • Error when trying to convert excel files to pdf

    I'm getting the following error when trying to convert .xls and .xlsx files to pdf, using the "Create PDF" option:
    Error message from the primary converter:
    ALC-PDG-010-012-PDFMaker reported an error while printing the document.
    Word, Powerpoint and Text files convert without any issues. Also I'm able to opent the excel files and convert them to pdf using the acrobat option in excel.
    Livecycle Version: 10.0.2, GM
    MS Office Version: 2007
    Any help would be appreciated. Thanks in advance.
    Regards,
    Suhail N.

    It is always difficult when you need to convert multiple xls files to pdf or multiple sheets to pdf. If you have a single file to convert then the best method would be to copy your data to doc file and then convert it into PDF . If you have multiple files to convert then it is really difficult to convert all the files manually. Then the better method would be to use converter tool to convert excel to pdf . By doing this you can convert many files in just few seconds.

  • How do i make the word save as dialog box stop popping up when trying to convert to pdf?

    how do i make the word save as dialog box stop popping up when trying to convert to pdf?

    Hi rus-tee,
    That's interesting--what are you using to convert your file to PDF? Are you using Word? Or are you using the Adobe PDF Pack online service. Please describe your process for converting to PDF, and we'll get to the bottom of this!
    Best,
    Sara

  • Problem when trying to print standart invoice crystal report for SAP

    Hi All, I have the following problem when trying to print a system invoice report in crystal reports for SAP
    I pass params and load the report using this code
    Private Sub DisplayThreadReportSeq()
    Dim oView As New frmViewReport
    Dim strReportPath As String = ""
    Dim strParamName As String = ""
    Try
    Dim CR As New ReportDocument
    CR.Load(oReport.CrstPath)
    ' Declare the parameter related objects.
    SetReportValues(CR)
    Dim crParameterDiscreteValue As ParameterDiscreteValue
    Dim crParameterFieldDefinitions As ParameterFieldDefinitions
    Dim crParameterFieldLocation As ParameterFieldDefinition
    Dim crParameterValues As ParameterValues
    ' Get the report's parameters collection.
    For Each oPar As cslParam In oReport.Params
    crParameterFieldDefinitions = CR.DataDefinition.ParameterFields
    crParameterFieldLocation = crParameterFieldDefinitions.Item(oPar.ParName)
    crParameterValues = crParameterFieldLocation.CurrentValues
    crParameterDiscreteValue = New CrystalDecisions.Shared.ParameterDiscreteValue
    crParameterDiscreteValue.Value = oPar.Value
    crParameterValues.Add(crParameterDiscreteValue)
    crParameterFieldLocation.ApplyCurrentValues(crParameterValues)
    Next
    If pPrint Then
    If oReport.Printer "" Then
    CR.PrintOptions.PrinterName = oReport.Printer
    End If
    CR.PrintToPrinter(IIf(oReport.Copies = "", 1, oReport.Copies), False, 0, 0)
    SBO_Application.StatusBar.SetText("Printed Document Successfully", SAPbouiCOM.BoMessageTime.bmt_Medium, SAPbouiCOM.BoStatusBarMessageType.smt_Success)
    Else
    oView.Text = pReport
    oView.TopMost = True
    oView.Viewer.ReportSource = CR
    oView.Hide()
    oView.ShowDialog()
    End If
    Catch ex As Exception
    Util_GenErrorLog("DisplayReport", ex)
    End Try
    End Sub
    This code works fine when the report invoke to print is developed in crystal reports version for .net 2008 or .net 2005
    when trying to print a report standart getting from SAP BO 8.8.1 using this code I getting the following error:
    Error in File C:UsersecombaAppDataLocalTemp5ARInvoiceStandartSap {300B9A68-DF05-4D7B-8F3B-1670A4493BEE}.rpt:
    Error in formula .
    'Shared numberVar SectionTotalMaxHeght;
    A number, currency amount, boolean, date, time, date-time, or string is expected here.
    This report is the standart report that SAP 8.8.1 includes and works fine on SAP.
    I referenced this dlls CrystalDecisions.CrystalReports.Engine.dll, CrystalDecisions.CrystalReports.Shared, version 10.2.3600
    How I can get these dll´s version for Crystal Report 2008 for SAP Business one or How I can solve this problem
    thanks in advance,
    Ezequiel.

    Hi Ezequiel,
    You can try to search in SAP Business One Reporting & Printing forum section or post there.
    nd.Q

  • GenericServiceFactory initialization problem when trying to load Web servic

    Hi,
    I am making a Guided procedure that calls a webservice. I have created a new Destination Template and was able to load the webservice definition successfully, but when I test the callable object I created for that same webservice y get the error:
    GenericServiceFactory initialization problem when trying to load Web service model for WSDL.
    Somehow I think there is something wrong with the user authentication. The Destination template has a user and password but somehow I think the callable object test is not using this information at all.
    Can anyone help ?
    Thanks in advance

    Hi Hans,
    Have you verified if you can call any external web service calls from your J2EE engine?  Go into the SOA Management / Global settings (if you are on CE - if you're on 7.0 it's in manage WS desintations).
    Look at your proxy settings and set them like your web browser that enables external calls.  For example, in the SAP network I set my global proxy settings on my local J2EE engine to be:
    Proxy host:  proxy
    Proxy port: 8080
    Exclude list:  *.sap.corp
    Does that make sense - have you verified if your settings are correct for your company?
    Regards
    Ginger

  • On my Ipad I seem to be having a problem when trying to play YouTube videos embedded on Facebook.   When I click the links, I get a message saying: "Flash Player upgrade required."   and under it, it says, "You need to download and install the lastes vers

    On my Ipad I seem to be having a problem when trying to play YouTube videos embedded on Facebook.
    When I click the links, I get a message saying: "Flash Player upgrade required."
    and under it, it says, "You need to download and install the lastes version of Adobe Flash Player to view this content"
    and also a green button saying "Get Flash Player"
    I get this if using chrome or safari .
      I can go direct to YouTube it just works.

    The Facebook link to the video is accessing an Adobe Flash video.  Unfortunately, no iOS devices can play flash. 

  • I receive an error when trying to convert PDF to word.  Pls help, I have a paid acct.

    I receive an error when trying to convert PDF to word.  Can someone advise on how to resolve?

    "an error" really doesn't tell us much.
    Assuming that you use the ExportPDF online service, I suggest that you Contact Customer Care - click on the Still need help? button to chat or talk with an agent.
    [topic moved to ExportPDF forum]

  • How do I handle sign in trouble when trying to convert a document?

    How do I handle sign in trouble when trying to convert a document?

    Hi jeunes781,
    Are you having trouble signing in to ExportPDF via the website, or from within Reader? If you're using Reader, make sure that you have the most current version of Reader by choosing Help > Check for Updates in the Reader application.
    If the issue occurs when you try signing in via the ExportPDF website, please clear the browser cache and try again.
    (And if neither of those work, please write back and let us know what the specific error is, and where it occurs.)
    Best,
    Sara

Maybe you are looking for

  • I would like to use my apple id for all my mail how would i do this

    i would like to use my apple password for all my mail.

  • I go to open FCP X and iMovie opens?

    It's the strangest thing.  I can see the FCPx icon but when I open it, I get iMovie - every time.  The widows are locked in place, I have no viewer window, it wants to add all this meta-tagging, there's no cohesive timeline, it always wants to use th

  • How to change double spaces to single space

    For some reason that I don't know about, the majority of the time that I download a PHP or HTML document from the web server to my local PC the document gets double spaces injected into each line of code. In HomeSite there is a simple command in the

  • How to repair my oracle client

    My PC have a virus "VBS.KJ", after i have kill it, my oracle client cannot connect to server, reinstall has no effect, how to repair it?

  • Emctl status dbconsole

    hi i have a problem that i m not able to start dbconsole process. when i type emctl status dbconsole it is diving me the message oracle enter prise manager is not running logs are generated in directory 'c:\app\hpuser\..............\sysman\log I did