Repeating Subforms after applying Usage Rights

Hi Guys,
I've been going crazy trying to get this problem solved over the last couple of weeks. I unfortunately can't post the PDF due to privacy issues, but I'm hoping you might be able to point me in the right direction for what might be causing the issue.
The Problem
We're running into a problem once the LiveCycle PDF is opened in Acrobat Pro and has Usage Rights enabled. Once we save the PDF, then re-open it, the repeating subforms start misbehaving. For example, when we re-open that document, rather than the subform having 1 instance (as it should be default), it opens with multiple instances of 2, 3, 6 or 20).
This issue only occurs once Usage Rights have been enabled on the document, and it's always the same number of instances being repeated.
Document Details
The PDF document was created in Indesign then imported into LiveCycle to apply the interactivity. There are a total of 17 pages
There are several subforms throughout the file on various pages. Each of these subforms has a button below them which allows the user to add additional instances of the subform (using the built-in script that LiveCycle generates). Each subform has a minimum count of 1 and maximum limit set to 20. The "initial count" has been set to 1, but it appears LiveCycle removes this value if it is the same as the minimum count.
This document does not tie into any database. It is simply an interactive document that allows users to show/hide pages based on the checkboxes they tick on the first page (just changes page visibility). The idea being, the customer can save the form once they've completed the fields required, then email it back, so save functionality is a requirement (which is why we need Usage Rights).
What I've Tried So Far
I've done a lot of reading on the subject, and I've seen people mention that subforms with non-unique names or empty subforms can cause the issue. I've checked through the document and all subforms have a unique name and there are no empty sub forms.
As a way to trying to narrow down which elements might be causing the issue, I resorted to deleting multiple pages from the document to track down a specific element that might be causing the issue, however, i didn't have much luck with this. The removal of the majority of pages other than the single repeating subform resulted in the subform repeating itself 6-8 times (can't remember specifically, but it previously repeated itself 20 times)
Any Ideas?
I know it's a bit difficult without being able to see the document directly, however I'm hoping someone might have a suggestion for anything I may have overlooked. Is it simply Usage Rights screwing things up, or is there potentially something in my code that conflicts with the usage rights. The thing I find most confusing about this scenario is the apparently randomness for how many instances show up. The first subform pre-loads with the maximum limit available, but the rest of the forms most load with only 2 instances (when they also have a max limit of 20 items).
I've read a few forums where people suggested Reader Extensions, however according to Adobe's system requirements it doesn't seem to match what we're trying to achieve. There is not database interaction at all - we only require the ability of users to save the PDF locally.
If anyone can offer suggestions for where I might need to look to sort the issue out, I'd be most appreciative. Thanks!

Hi,
Your description of the problem is very detailed. Send me a private message if it is possible to send the form to an individual instead of posting it publicly.
Here is a thread on repeating subforms, that may help: Saving finished Form duplicates some subForms I used a console.println line of script to try and help identify the problem.
I would try and minimise the number of flowed subforms and only use them where they are required for the contents of that subform. In all other cases use positioned subforms.
Minimum count only serves a purpose when you have a button that allows a user to delete instances. A minimum count of 1 means that the user can delete instances, but not the last remaining instance. Unless you need this, you could take this out.
I don't think the problem is because the form is enabled. There must be something else going on in the background.
Try opening the Javascript Console in Acrobat/Reader (pressing Control+J) and see if any warnings/errors come up. Also put in a console.println script to display the nodes in the console.
Good luck,
Niall

Similar Messages

  • Problem in applying usage rights

    I need to make a pdf form reader extended when the user try to open for the first time (i.e. from the repository)
    I feel updating the Default RenderPDF service is the only way.
    I tried but it dint workout:(
    any idea on this??
    Thanks
    Nith

    I am adding 'Apply Usage Rights' as the last activity of the 'Defalut Render ES Update1' process.
    Input form ; outPdfDoc
    Ouput form ; outPdfDoc
    See the error attached when i try to open the form in workspace...

  • HCM Interactive forms - operation error while applying usage rights

    Hi!
    We have setup several scenarios using the new HCM Interactive forms on ERP6.0 and EP7.0. The scenarios include things like Transfer, pay change request.
    In 9 out of 10 cases everything thing is working as expected so that the users can complete the forms and the process for their requests but occasionally we are seeing a random error that occurs for any user at any time without any apparent pattern.
    The below is what is seen from the log file
    Exception Stack Trace:
    com.adobe.ProcessingError: PDF operation error while applying usage rights to PDF: /tmp/adobewa_PEP_17116350/DM-6192899546130604164.dir/DM8253967776737558967.tmp
    Specific error information:
    this document is signed
         at com.adobe.ads.request.UsageRights.execute(Unknown Source)
         at com.adobe.BaseADSRequest.doWork(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
         at sun.reflect.GeneratedMethodAccessor403.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62)
         at java.lang.reflect.Method.invoke(Method.java:391)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.adobe.document.pdf.PDFOperationFailure: IDL:com/adobe/document/pdf/PDFOperationFailure:1.0
         at com.adobe.EJB_PDFAgent.linearize(Unknown Source)
         at com.adobe.EJB_PDFAgent.setUsageRights(Unknown Source)
         ... 30 more
    I am in the processes of raising a message to SAP about this but was wondering if any one else had experienced a similar error or knows what might cause this type of error.
    Thanks
    Matt

    We had the same problem. The fix is to get a unique ID for every form. Given below
    Instructions to generate unique ID
    1. Modify template
    Edit your template via t-code SFP
    -> goto Layout tab -> Adobe LiveCycle Designer will be started
    -> Goto 'XML source' tab
    in line2, you will find following entry
    <?xfa generator="AdobeLiveCycleDesigner_V8.0_SAP" APIVersion="2.5.8227.0"?>
    <xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/" timeStamp="2008-09-11T14:
    39:44Z" uuid="4ed773ff-6aeb-483e-a5ec-4af1a138c775">
    from this line, delete uuid="..." part.
    Go back to 'Design view' tab
    Check if layout is not changed.
    Save / activate template
    2. Delete database table entry for table ADS_Licensed_forms
    Schema SAP<SID>DB -> table ADS_LICENSED_FORMS
    (you can delete all table entry from this table)
    3. When you access the forms, they are aitomatically registered in this table.
    Hope this helps.
    Sunil

  • How to Apply Usage Rights to an input form variable?

    Hi everyone,
    I have a process with an TaskManager (workspace) Endpoint. It has only one xfaForm input variable. The form is shown correctly in the workspace and the process runs fine.
    But how can I apply Usage Rights to this (start) form? It's no problem to apply rights later in the process but I don't know how to do it for this first form.
    I think it has to be done in the "Render Service" tab under "Advanced Settings" of the xfaForm variable. Any idea?
    Thanks in advance,
    Michael

    Hi!
    I have found the solution:
    1. Create a new process with the default renderer component of the process management and any other component that is needed (in my case Apply Usage Rights)
    2. Define this new process as render service of the form
    Thanks in advance
    Michael

  • Credential login error while applying usage rights to PDF

    Hi,
    I saw many messages regarding the download of credentials for adobe forms deployment in
    webdynpro for java and finally got the latest credential file from the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70aa75cc-6ac3-2910-c78c-ade192ec861e 
    I installed it using visual administrator and can see the expiry date as 09/30 but unfortunately still my adobe application giving the same error
    so what could be the reason for this
    i was trying to follow note 736902 to get my own credential file but couldnot understand the sentence "Open a message to SAP under the BC-SRV-FP component".please let me know what does this mean
    thanks

    Hi,
    I saw many messages regarding the download of credentials for adobe forms deployment in
    webdynpro for java and finally got the latest credential file from the following link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70aa75cc-6ac3-2910-c78c-ade192ec861e 
    I installed it using visual administrator and can see the expiry date as 09/30 but unfortunately still my adobe application giving the same error
    so what could be the reason for this
    i was trying to follow note 736902 to get my own credential file but couldnot understand the sentence "Open a message to SAP under the BC-SRV-FP component".please let me know what does this mean
    thanks

  • Usage Rights lost - important info

    Hello!
    Today I updated a test system with a new Reader Extension certificate cause the old one had expired. After installing the new one via adminui I tried to apply usage rights but always got the message by Reader that the document had rights which have been deactivated due to changes. Very strangely using the cert on another system did work without any issues. Also tryingi different files on the system always ended up with the same result.
    Finally I used this.appRightsValidate({},2,true); in Acrobat to check what's going on with the Reader Extension Cert.
    The message was clear and crisp: The data of the signature seems to be in the future.
    So finally I had a look at the server and found that the time was right but the time zone was EST so 6 hours ahead which definitively caused Reader to deny the usage rights cause the rights had been applied on a system ahead of my computers time.
    So be aware when you getting messges by Reader like this. Use the JavaScript to really find out why the validation fails. Will save you a lot of time.
    Regards
    Gunther

    your phone might have developed some software glitch and thus has hard reset itself. As for the software update it never gets updated by itself. You have to download the software and then install it. I guess there are similar cases about C3-01 elsewhere in this forum. Search this forum and you will find for yourself.
    In Love With My C6-01:Now running on Nokia Belle!

  • Dropdown List and Usage Rights in Adobe Reader

    Hi everyone!
    The problem is: I can't save data when I open my form in Adobe Reader 7, even if I apply usage rights in Acrobat Professional before.
    But in Adobe Reader 8, it works!
    Can anyone help me, please?
    I designed a form into Livecycle with a drop-down-list dynamically populated from a data source (XML file).
    After the design be done, I opened the form in Acrobat Professional and attach the XML file by the menu "Forms > Manage form data > import data".
    Then I apply usage rights in Acrobat, to enable saving in Reader.
    As I said, it works fine in Reader 8: I can choose any item from drop-down-list and save the form. But in Reader 7, it doesn't.
    Thanks in advance.
    Diego

    OK, here you go.
    https://www.dropbox.com/sh/y5mkwmw5h8wvxjk/2psk7418jq

  • Usage rights

    Please can someone help me?  This is driving me nuts!  I have designed a form using Adobe Livecycle ES4.  I want users to be able to save and email filled out forms. I understand that I have to apply usage rights but I cannot see how to do this.  For your information I also have Adobe Reader XI and Adobe Acrobat XI Pro.  I have searched Adobe help documents extensively and cannot find the answer. Can someone please tell me step by step how to do this please?
    Thank you.

    I'm sorry - everyone's trying to help but I really don't understand what I need to do here.
    Here's what I have at my disposal: Livecycle ES4, Adobe Acrobat XI Pro, Adobe Reader XI. 
    I am not an IT person, I have just designed a form using Livecycle ES4 which I want to publish as a template on our intranet site.  The intention is that uers will access the form and open it in Adobe Reader XI, fill in the form and email it.  Users need to open the blank form, fill it in, save a copy for themselves, and email a copy to me.  The form needs to be used multiple times by users so over several years it is likely to exceed 500 uses.
    I've designed a form with lots of functionality that I am pleased with, but I can't work out how to overcome this problem with usage rights.
    Can someone please explain in very simple terms what I need to do?  Buy something?  Follow some instructions?  Download something?  I apologise but I do not find the Adobe help documents helpful at all - they all seem to assume a higher level of prior knowledge about the product than I have, as a mere user.
    I really hope someone can be patient and advise me!  Thank you.

  • Dynamically adding to PDF after applying Extended Reader Rights

    All,
         I've created a PDF with a digital signature in Acrobat X Pro and applied the extended Reader rights. What I am trying (and failing) to do now is add new pages to the PDF via a Java library (BFO) on a server. When a user eventually brings up the PDF in Reader, they receive a warning about how the extended rights have been revoked since the PDF has been modified. Is there any way to maintain the rights while building the PDFs? Or is the only way to dynamically build a PDF with a digital signature that can be user-signed in Reader through the LiveCycle/ADEP services?

    You have to prepare the PDF BEFORE you add the extended Rights.  Once it's been rights enabled, you can't modify it w/o breaking the rights.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 14 Nov 2011 14:32:38 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Dynamically adding to PDF after applying Extended Reader Rights
    Dynamically adding to PDF after applying Extended Reader Rights
    created by j.ross.e<http://forums.adobe.com/people/j.ross.e> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4025497#4025497

  • Some usage rights have been applied pop-up

    When I edit a form in livecycle I often get the pop-up:
    I just click Yes and continue on, however; a coworker of mine is using fields from the forms to populate into an application they have built and cannot get passed the pop-up. Is there any way to disable the pop-up or something I can set to stop it? Thank you for any information you can provide.

    You get the pop-up because the Reader Extensions for saving the PDF is enabled...
    They give you this pop-up because if there is any data entered in the PDF, it will be lost because LiveCycle can only modify the template of the PDF Form.
    Which means the initial Form as it is created. Once you enable Reader Extensions you MUST remove the usage rights to be able to modify the form...
    If you want to keep the data inside the form, you should keep a copy on the side to be able to re-enter the data inside the form once it is modified in LiveCycle.

  • Forms are not opening after applying QSP patches in R12

    Hi All,
    please help on below issue.
    forms are not opening after applying QSP patches in R12.
    all services are up and runnin.
    E-biz:12.0.6
    DB:11.2.0.2
    Thanks in Advance.
    Regards
    Kumar

    Hi Hussein,
    Thanks for quick respond..
    OS version:Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    The below list of patches we applied on 10.1.2 home:
    ===================================
    [email protected][P2PDB31] => opatch lsinventory
    Oracle Interim Patch Installer version 1.0.0.0.64
    Copyright (c) 2011 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : /s02/app/p2pdb31/apps/tech_st/10.1.2
    Oracle Home Inventory : /s01/app/p2pdb31/apps/tech_st/10.1.2/inventory
    Central Inventory : /u01/app/p2pdb31/inst/apps/P2PDB31_p2pap16d/admin/oraInventory
    from : /etc/oraInst.loc
    OUI location : /s01/app/p2pdb31/apps/tech_st/10.1.2/oui
    OUI shared library : /s01/app/p2pdb31/apps/tech_st/10.1.2/oui/lib/linux/liboraInstaller.so
    Java location : /s01/app/p2pdb31/apps/tech_st/10.1.2/jre/1.4.2/bin/java
    Log file location : /s02/app/p2pdb31/apps/tech_st/10.1.2/.patch_storage/<patch ID>/*.log
    Creating log file "/s01/app/p2pdb31/apps/tech_st/10.1.2/.patch_storage/LsInventory__03-12-2012_18-23-44.log"
    Result:
    Installed Patch List:
    =====================
    1) Patch 9974899 applied on Mon Mar 12 04:29:56 EST 2012
    Unique Patch ID: 14106915
    [ Bug fixes: 7552946 4692585 6790178 7529830 6526074 9974899 8416899 6018059 6024000 6772953 7514592 7529859 5596834 6844221 9892569 5724681 7430171 6471931 5979883 5155185 6060499 5740055 6134487 6912781 6681624 5985742 4473073 7021360 4685283 4635520 6433471 5902630 9288120 7519011 6237650 7195030 5763122 5999450 6917549 6150541 5562810 6647933 9204863 5453754 6153975 5697416 5932346 5573438 7146872 7574599 6682888 7229577 9195865 6655345 6713795 5025985 9213612 7113141  ]
    2) Patch 9273888 applied on Mon Mar 12 04:29:10 EST 2012
    Unique Patch ID: 14106915
    [ Bug fixes: 9273888  ]
    3) Patch 8447875 applied on Mon Mar 12 04:28:41 EST 2012
    Unique Patch ID: 14106915
    [ Bug fixes: 6490362 8447875 8351021  ]
    4) Patch 12828135 applied on Mon Mar 12 04:27:40 EST 2012
    Unique Patch ID: 14106915
    [ Bug fixes: 5220448 6350565 6079585 5458753 9655023 4175906 5901912 6864078 4486132 5896963 11725035 6647005 5095815 4519477 5347751 4691191 4754900 5861360 8290534 5382595 5071931 6370967 5458543 6607951 5179574 4329444 5029950 5464895 5029952 5029954 5738539 5648727 5352587 5631915 4402808 4871035 6455161 5114396 5091108 5584790 4605877 4751932 5751672 5490845 10080564 6753516 8534394 3345756 5933477 7592360 5094098 10183338 5015557 4679094 5675556 5154689 12828135 5222931 5910829 5754150 5227879 4152843 4661844 6079603 5637094 7044603 6016022 4905112 8290629 4581220 4166537 7120513 5276400 7154097 7154098 5408664 5563256 6395024 4146291 6397568 6854919 12419228 9108675 5901877 4768040 5049074 7022400 5960451 5490935 5049077 4542188 4680009 4593539 4555795 12565867 5406923 4359124 5689908 5258410 4969005 3962946 3743912 5648102 9352208 5057964 8836540 3935623 5014128 4873311 4439469 4331689 6705965 4597251 4903532 6055387 9764906 7576788 5650178 5225797 4047969 4554284 5376215 4874628 5401921 5151518 4458415 4700543 7375686 5226235 4900129 5122955 5095648 4561867 5239126 5869471 4712638 5354517 4925103 4745776 5998987 4939157 6404864 4627335 7300525 5501362 4587572 4969029 9119261 6270140 5055442 7334756 6639839 4492467 5222032 5151675 5242647 6999528 6737308 7137797 6864202 4587431 5605370 6647068 9952279 6826532 4335559 5417371 4671216 5065930 9362645 4575854 6130365 5355257 7173149 5243019 6639553 4966417 5884075 4899479 4610820 3837600 5092688 4528572 4449900 4601861 6009358 4226736 6404447 4348230 8785236 5233111 5644862 4197970  ]
    5) Patch 12434128 applied on Sun Mar 11 23:48:16 EST 2012
    Unique Patch ID: 14106915
    [ Bug fixes: 9357234 7379127 9173023 8265594 7135493 12434128 7135488 8298232 9772332 9765884 7156655 7608327 7156648 8537027 9679852 7379122  ]
    6) Patch 9593176 applied on Sun Mar 11 19:07:38 EST 2012
    Unique Patch ID: 12856826
    [ Bug fixes: 5116235 5969391 7573720 6395358 7392832 7526041 8287889 8428638 9200985 6446152 8342525 8319129 8278813 6128859 4407272 7021759 5563375 7369690 7001328 7497460 9499728 9254095 7215354 7164050 7171994 6770810 9084276 7304653 7595761 1947595 8859958 5950737 6722224 7442879 8242418 9463433 6391947 7240862 6652955 7358376 6857221 7329300 8928753 8947375 8974551 9390538 7114153 6025516 7833659 9320023 6460568 7286928 5465339 8272078 7651246 6821297 7350891 6823259 6704955 9293220 5375851 8552429 7261996 8755926 8316127 8359788 7567072 6894576 8348570 8847739 7512736 7231982 7529909 7242694 6998181 6933210 7621923 9148117 5733397 6683962 7142365 6999812 6747939 6251633 3213707 8623626 7170999 7029083 6132689 7657973 7552880 7359193 8928735 8940272 6078303 8866722 6790720 9436383 7000696 5155021 8221857 7319888 4526825 8808264 9902558 8339004 8485711 9148124 7126045 6724714 7175618 6502349 6510297 9124173 7123031  ]
    7) Patch 11669923 applied on Sun Dec 11 02:00:51 EST 2011
    Unique Patch ID: 13373014
    [ Bug fixes: 11669923 10174371 8602992  ]
    8) Patch 6400501 applied on Sat Nov 12 20:13:35 EST 2011
    [ Bug fixes: 6400501  ]
    9) Patch 5394728 applied on Mon Aug 24 14:47:45 EDT 2009
    [ Bug fixes: 5394728  ]
    10) Patch 3559326 applied on Mon Aug 24 14:46:51 EDT 2009
    [ Bug fixes: 3559326  ]
    11) Patch 8300196 applied on Mon Aug 24 14:40:34 EDT 2009
    [ Bug fixes: 8300196  ]
    12) Patch 7140405 applied on Mon Aug 24 14:40:04 EDT 2009
    [ Bug fixes: 6764875 6116405  ]
    13) Patch 6371228 applied on Mon Aug 24 14:38:32 EDT 2009
    [ Bug fixes: 6371228  ]
    14) Patch 5917053 applied on Mon Aug 24 14:37:45 EDT 2009
    [ Bug fixes: 5917053  ]
    15) Patch 7016961 applied on Mon Aug 24 14:35:24 EDT 2009
    [ Bug fixes: 7016961  ]
    16) Patch 6995251 applied on Mon Aug 24 14:27:40 EDT 2009
    [ Bug fixes: 6995251  ]
    17) Patch 7121788 applied on Mon Aug 24 13:20:56 EDT 2009
    [ Bug fixes: 7121788  ]
    OPatch succeeded.
    ============================================================
    we got the error, servlet error in application.log
    12/03/05 18:13:15.482 formsweb: 10.1.3.5.0 Started
    12/03/05 18:13:39.497 formsweb: ListenerServlet init()
    12/03/05 20:26:53.850 formsweb: Broken pipe
    12/03/05 20:26:53.851 formsweb: Servlet error
    java.io.IOException: Broken pipe
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:100)
    at sun.nio.ch.IOUtil.write(IOUtil.java:71)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    12/03/12 09:37:34.639 formsweb: 10.1.3.5.0 Started
    12/03/12 09:54:40.191 formsweb: Servlet error
    java.lang.NoClassDefFoundError: oracle/forms/servlet/MLEncoder
    at oracle.forms.servlet.FormsServlet.parseLine(Unknown Source)
    at oracle.forms.servlet.FormsServlet.doRequest(Unknown Source)
    at oracle.forms.servlet.FormsServlet.doGet(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:911)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.5.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.forms.servlet.MLEncoder
    Dependent class: oracle.forms.servlet.FormsServlet
    Loader: forms.web.formsweb:0.0.0
    Code-Source: /s02/app/p2pdb31/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib/frmsrv.jar
    Configuration: WEB-INF/lib/ directory in /s02/app/p2pdb31/apps/tech_st/10.1.3/j2ee/forms/applications/forms/formsweb/WEB-INF/lib
    This load was initiated at forms.web.formsweb:0.0.0 using the loadClass() method.
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2204)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1726)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1682)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1667)
    Regards
    Kumar

  • Save and File Attachment usage rights for adobe reader

    With Acrobat Pro is there any way to save a pdf that has both save usage rights and file attachment usage rights?
    It seems that if I save the pdf with save the form data usage rights then I can no longer use createDataObject or setDataObjectContents methods when viewing with adobe reader or acrobat.
    createDataObject and setDataObjectContents require 'File Attachment' usage rights, which from the behavior I am getting totally disjoint from the save usage rights.
    I have no trouble using submitForm method with save usage rights applied to the pdf.

    Thanks for the replies, I also want to verify that a pdf created with acrobat that uses createDataObject or setDataObjectContents will no longer function properly in acrobat after saving the pdf with the additional usage permissions.  Is there any documentation that points to what  functions are crippled by saving the pdf with the various choices of  extensions enabled?  It seems as if I save the pdf with any type of extended usage rights for reader, then the pdf functions as if it was opened by adobe reader even if I have it open in acrobat?

  • Reader Extensions / Usage Rights

    I followed the procedure in this paper from Paul Guerette to set Usage Rights to my forms, but at run time, it pops up a message:
    "This document contained certain rights to enable special features in Adobe Reader. The document had been changed since it was created and these rights are no longer valid. Please contact the author for the original version of this document."
    On the top of the window, below the Reader toolbar, it says "you cannot save the data typed into the form". There's no "commenting" icon in the toolbar, no digital signature icon either. Looks as if it's not Reader Extended.
    How do I fix this?
    my ES version is GM, no Service Pack not patches applied.

    My RE was the last step as well, it was after the "Workspace enable form" step.
    I have run another test. I removed the RE step, and it's working the same way as before; everything worked on a desktop that has the Acrobat Pro.
    I then launched the form/process in Workspace on a desktop that only has Reader-8, the form got rendered in the browser, and I saved the PDF (a blank copy, no data).
    Then I ran this PDF through the RE browser interface, and it was successfully Extended. When I opened the extended PDF, there's a Digital Signature icon, the "message" (which was entered when applying the rights) was behind the "i" button; but there was no commenting icon (unlike some other non-form PDF files, those files got an extra commenting icon). There was no pop-up warning.
    Some other "form" type of PDFs also didn't get the Commenting icon after extended through the browser interface. I thought we could put some yellow stickers onto forms before? ES/Reader-8 doesn't allow you to do that anymore?
    I have run another test, this time I removed all the scripts behind the Form:ready event, there's no other script. But it didn't help, I still got the popup warning. So, what could have caused it to think that the form got modified after the ApplyUsageRights ??? Why the Rights don't stick?

  • Opening the form will remove usage rights?

    Hi everyone,
      I reader extended a form in my trial version. After that, when I try to open the form in livecycle designer, I see a message box saying that
    " Some usage rights have been applied to the form you want to open. Opening the form will remove usage rights. Do you want to continue? "
    Why is this message appearing? why is it removing the usage rights when I open the form?
    Thanks in advance,
    kc

    I think that there is some confusion on reader extensions.  A person/process applies reader extensions rights to a designed form.  If you read an existing form into designer and make a change, that constitutes a new form.  The reader extensions process had been done on the input.  You have to reader-extend the form with the changed design after you save it from designer.
    I would expect that you would NOT get a message like this if you opened the form in Reader.
    Think of reader extensions like it was a signature.  If you change the underlying document, you invalidate the signature.  The message box is alerting you to the fact that the redesign process will remove the reader extension rights and you'll have to do the reader extension process again.

  • Repeating subforms issue

    I am trying to add a repeating subform, but the page ends right after the first instance. So, when I preview and add another instance of the subform, most of the content is not getting displayed. Can anyone please help? I pasted this subform on a new page and it did, indeed, add new subforms. However, when the page ends, so does the ability to have more instances of the subform.
    A second issue is that the button to subtract added subforms does not show up when I add a new subform from the preview. I have checked the code. I used the buttons from the PurchaseOrder.xdp sample. Thanks for any hints!
    Suzanne

    Thanks, Stephen!
    I do have my subform wrapped in a flowed parent subform and have the allow pagebreaks box checked. It just isn't working.
    I don't know how to fix that code. For the add button (which works), I have the following:
    form1.ConnectorInfo.FlowedSF.PropOptionsSF.Button2::click - (JavaScript, client)
    // Get the instance manager.
    var oManager = this.resolveNode("PropOptionsSF").instanceManager;
    // Invoke the Instance Manager to add one instance of the detail subform.
    var oNewInstance = oManager.addInstance(1);
    // Invoke the Instance Manager to insert the subform below the current one.
    var nIndexFrom = oNewInstance.index;
    var nIndexTo = this.parent.index + 1;
    oManager.moveInstance(nIndexFrom, nIndexTo);
    For the subtract button, which never appears, I have the following:
    form1.ConnectorInfo.FlowedSF.PropOptionsSF.Button1::click - (JavaScript, client)
    // Get the instance manager.
    var oManager = this.resolveNode("PropOptionsSF").instanceManager;
    // Invoke the Instance Manager to remove the current instance of the detail subform.
    this.resolveNode("PropOptionsSF").instanceManager.removeInstance(this.parent.index);
    See any obvious problems here?
    Thanks again!
    Suzanne

Maybe you are looking for