E_ADEPT_MISSING_ELEMENT

Hi again,
I'm trying to upload a book with this command:
java -Xmx1024M -jar UploadTest-1_2.jar http://localarea:8080/packaging/Package srcbooks/monteCristo.epub --pass PASSWORD
However I get this error:
There was an error with the Package Request:
<error xmlns="http://ns.adobe.com/adept" data="E_ADEPT_MISSING_ELEMENT http://localarea:8080/packaging/Package hmac"/>
Any ideas?

There's only one dash for '-pass', not two.

Similar Messages

  • Error when creating package

    Hi All,
    I am executing this command to create a package.
    java -Xmx1024M -jar /ACS4/UploadTest-1_2.jar http://127.0.0.1:8080/packaging/Package /ACS4/sample_books/monteCristo.epub;
    It returned an error:
    Creating package request for: /ACS4/sample_books/monteCristo.epub
    Creating connection to Packaging Server: http://localhost:8080/packaging/Package
    Sending Package Request
    There was an error with the Package Request
    <error xmlns="http://ns.adobe.com/adept" data="E_ADEPT_MISSING_ELEMENT http://localhost:8080/packaging/Package expiration,%20nonce,%20or%20hmac"/>
    Finished!
    Successful packages created: 0
    Unsuccessful package attempts:1
    Here are the files that failed to package:
    /ACS4/sample_books/monteCristo.epub
    I am new to Java and Adobe Content Server. I don't know about this:
    <error xmlns="http://ns.adobe.com/adept" data="E_ADEPT_MISSING_ELEMENT http://localhost:8080/packaging/Package expiration,%20nonce,%20or%20hmac"/>
    Please help.

    Hi Jim,
    With your help I setup some of pdf and epub files. I am just going to apply some restrictions on them and see how they will work. I have some other performance related questions.
    -          I Installed bluefire reader on my Ipad and try to download and open files in bluefire reader. It looks everything working for now. I am confused about rendering. When every time someone load a page it will fetch information from server? Is there something it store in cache and load from there?
    -          We are just worrying about server load thing. I am not sure if we need to use a separate server for this. It may be 100 persons together rendering information for different books. On the other hand our book size is also big. Those are around 100 MB each file.
    Please let us know what is the best configuration for us. Thank you very much.
    Regards,
    Vijay Kumar

  • I got E_ADEPT_DISTRIBUTOR_AUTH from Package web service

    Hi I am developing a .net solution for our ebook website
    I created the below request message for packaging
    <?xml version="1.0" encoding="utf-8"?><package xmlns="http://ns.adobe.com/adept" action="add"><resource></resource><voucher></voucher><resourceItem></resourceItem><fileNa me></fileName><location></location><src></src><metadata></metadata><permissions></permissi ons><!--Either data or dataPath element, not BOTH--><data>
            hakan yıldırım
            00 49 231 8823233
            [email protected]
        </data><dataPath></dataPath><expiration>2010-08-06T06:23:19+02:00</expiration><nonce>ZWNm YTJjMzgtNTFmNC00MGY5LTllZmMtZDk4MWExYjQ2NzFj</nonce><hmac>l8LdkmILMrYQkkb1r0/hnnEhD7E=</hm ac></package>
    the response from my ACS server is
    <error xmlns="http://ns.adobe.com/adept" data="E_ADEPT_DISTRIBUTOR_AUTH http://mydomain/packaging/Package urn:uuid:00000000-0000-0000-0000-000000000001"/>
    how can I solve the problem. I can not find any technical reference about this error.

    Hi Jim thanks for your answer,
    I dig into XMUtil.java and Eater class.
    And I think done with hmac. serialization was tricky.
    After all I built the next message and sent it to server.
    <?xml version="1.0" encoding="utf-8"?><package xmlns="http://ns.adobe.com/adept" action="add"><data>DQogICAgICAgIGhha2FuIHnEsWxkxLFyxLFtDQogICAgICAgIDAwIDQ5IDIzMSA4ODIzMj MzDQoNCiAgICAgICAgaW5mb0BrYW56bGVpLXlpbGRpcmltLmNvbQ0KICAgIA==</data><expiration>2010-08-1 0T06:34:39+02:00</expiration><nonce>ZTIzNWQ4N2YtZGI2YS00ZQ==</nonce><hmac>RBPVYR+cfB0cxRym wmnchRFdVDI=UpBSd5GRF3KW8o2p7vdBJOUHrfQ=tKEG85rvMibS+T4a4H6kjR3yFO4=fjgf/l4PNQWGN/j362gErb TyKtk=tLq8nFWMMLQkBq2+I92MU1/0IJ4=74WqkR0TOcBO/ManQcUlpYzyCuA=4ttnxlvVtxRVSi8QIss2EdJXQ+4= fjgf/l4PNQWGN/j362gErbTyKtk=UpBSd5GRF3KW8o2p7vdBJOUHrfQ=ZFuc3mojuMeKXBjLvjXB30wermA=tKPXpB AuemzCTzxNCBootA2t6Vs=Ag==RBPVYR+cfB0cxRymwmnchRFdVDI=UpBSd5GRF3KW8o2p7vdBJOUHrfQ=g+24sKgX M/0n5+ZkdTGcUl1+LmY=Ag==z/D8h2tb85X04CDXXPcFdeNEwWA=RGlBHwWWyuqmyit4MI+TPtPKidQ=Aw==RBPVYR +cfB0cxRymwmnchRFdVDI=UpBSd5GRF3KW8o2p7vdBJOUHrfQ=IfGCmZXd/cNi4qC3jdvnD2GHrpk=Ag==z/D8h2tb 85X04CDXXPcFdeNEwWA=pZCBQxRs3HCngddl7TGGoSsqrh8=Aw==RBPVYR+cfB0cxRymwmnchRFdVDI=UpBSd5GRF3 KW8o2p7vdBJOUHrfQ=VRbppZwGx8PPJUNKEqNvPbp1nFc=Ag==z/D8h2tb85X04CDXXPcFdeNEwWA=k4WtD8lG7bCq YdMhFcxNoxBrKJk=Aw==Aw==</hmac></package>
    I do not bother about the data node. Does packaging fails if the data value is not valid pdf or epub?
    If not I want to make a successfull packaging only.
    the message I got from server is
    <error xmlns="http://ns.adobe.com/adept" data="E_ADEPT_MISSING_ELEMENT http://acssrv.kitapyurdu.com/packaging/Package hmac"/>
    what do you think about the error? The message includes hmac code in it but it says missing.

Maybe you are looking for

  • Where are the audio drivers in 10.4.8?

    I use Spark XL for many years as a two track editor for audio with a Motu 896. On my new intel the Apple i/o is found by Spark but the new Motu driver not. Where do I put the Motu in the system? Or do I reinstall the fresh Motudriver? What can I do..

  • Error in BW sales report

    Hi, Iam facing one isue.The sales report in BW is not working correctly.  Sales district needs to pull from shipped to not  from sold to. Please help me out in this issue. Regads Sindhu

  • Can I extract information about objects created in Designer

    Is there a way to extract a list of all the objects used within a form from designer. I know that the objects can be viewed in the Hierarchy palette but I would like to have this information extracted. Is this possible?

  • Photo Frame feature in ios7?????

    why has the Photo Frame feature in the lock screen disappeared in ios7?

  • [PARTIALY SOLVED]Can't see SAMBA share or Printer in Linux

    Greetings all, I have built a headless server running Arch linux as the base OS.  I am running SAMBA and CUPS and performing all maintenance of this server via SSH. The SAMBA share I can see (read/write) on all the Windows 7 machines on the network a