FormDataIntegration Security Manager for decryption not set

When trying to export or import from a specific PDF form, I am getting the error below.  I suspect it's the pdf b/c I can import and export from different pdf forms.  Any ideas or help in order to modify or resolve this problem?
com.adobe.livecycle.formdataintegration.client.ImportFormDataException: Security Manager for decryption is not set
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     at com.adobe.livecycle.formdataintegration.server.FormData.importData(FormData.java:98)
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     at java.lang.reflect.Method.invoke(Method.java:615)
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
[5/5/10 16:12:04:953 EDT] 0000001e SystemErr     R     a

I think you answered your own question - the PDF is password protected therefore LC can't open it to extract the data.
You'll have to remove the security first.  You can do that in a process by using the Common.EncryptionService.Remove PDF Password Encryption operation.
Note that you will need the document's password to remove the security.

Similar Messages

  • Security Manager for decryption is not set

    Hey,
    I am using the Livecycle virtual appliance in a test version to evaluate its features. When I decrypt an encrypted document with the java API I get an error message that says that the security manager is not set.
    Is the security Manager part of the appliance?
    How can I solve that problem?
    My Code:
            //Set connection properties required to invoke LiveCycle ES                               
            Properties connectionProps = new Properties();
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, getConfig("lc.ejb-endpoint.url", "jnp://192.168.56.50:1099"));
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,Service ClientFactoryProperties.DSC_EJB_PROTOCOL);         
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "JBoss");
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, getConfig("lc.ejb-endpoint.username", "jjacobs"));
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, getConfig("lc.ejb-endpoint.password", "password"));
            //Create a ServiceClientFactory object
            ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);
            //Create an EncryptionServiceClient object
            EncryptionServiceClient encryptClient = new EncryptionServiceClient(myFactory);
            //Unlock the password-encrypted PDF document
            Document unlockedDoc = encryptClient.unlockPDFUsingPassword(pdf, pdfPassword);
            return unlockedDoc;
    Exceptions details:
    Caused by: com.adobe.internal.pdftoolkit.core.exceptions.PDFSecurityAuthorizationException: Security Manager for decryption is not set
        at com.adobe.internal.pdftoolkit.core.encryption.EncryptionImpl.getStreamEncryption(Encrypti onImpl.java:196)
        at com.adobe.internal.pdftoolkit.core.encryption.EncryptionImpl.getStreamDecryptionHandler(E ncryptionImpl.java:263)
        at com.adobe.internal.pdftoolkit.core.cos.CosEncryption.getStreamDecryptionStateHandler(CosE ncryption.java:675)
        at com.adobe.internal.pdftoolkit.core.cos.CosStream.getStreamForCopying(CosStream.java:377)
        at com.adobe.internal.pdftoolkit.core.cos.CosStream.copyStream(CosStream.java:310)
        at com.adobe.internal.pdftoolkit.core.cos.CosStream.getStream(CosStream.java:422)
        at com.adobe.internal.pdftoolkit.core.cos.CosObjectStream.getDataStream(CosObjectStream.java :130)
        at com.adobe.internal.pdftoolkit.core.cos.CosObjectStream.<init>(CosObjectStream.java:80)
        at com.adobe.internal.pdftoolkit.core.cos.CosToken.readObject(CosToken.java:576)
        at com.adobe.internal.pdftoolkit.core.cos.CosToken.readIndirectObject(CosToken.java:108)
        at com.adobe.internal.pdftoolkit.core.cos.XRefTable.getIndirectObject(XRefTable.java:607)
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.getIndirectObject(CosDocument.java:287 5)
        at com.adobe.internal.pdftoolkit.core.cos.XRefTable.getIndirectObject(XRefTable.java:599)
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.getIndirectObject(CosDocument.java:287 5)
        at com.adobe.internal.pdftoolkit.core.cos.CosDocument.resolveReference(CosDocument.java:1067 )
        at com.adobe.internal.pdftoolkit.core.cos.CosDictionary.get(CosDictionary.java:278)
        at com.adobe.internal.pdftoolkit.pdf.document.PDFCosDictionary.getDictionaryCosObjectValue(P DFCosDictionary.java:423)
        at com.adobe.internal.pdftoolkit.pdf.document.PDFCatalog.getInteractiveForm(PDFCatalog.java: 156)
        at com.adobe.internal.pdftoolkit.pdf.document.PDFDocument.getInteractiveForm(PDFDocument.jav a:521)
        at com.adobe.formServer.utils.CommonGibsonUtils.isForm(CommonGibsonUtils.java:153)
        at com.adobe.livecycle.formdataintegration.server.FormData.exportDataInternal(FormData.java: 338)
        at com.adobe.livecycle.formdataintegration.server.FormData.exportData2(FormData.java:217)
        ... 81 more

    I think you answered your own question - the PDF is password protected therefore LC can't open it to extract the data.
    You'll have to remove the security first.  You can do that in a process by using the Common.EncryptionService.Remove PDF Password Encryption operation.
    Note that you will need the document's password to remove the security.

  • Setting security manager for weblogic6.0

    I need to be able to get the weblogic6.0 server to use third party security manager. I tried setting "-Dweblogic.security.manager = <security_manager_class>". Unfortunately this doesn't work.. on my test servlet I find no security manager has been set.This argument worked successfully in weblogic5.1.If you have any hints/ideas, please let me know.Thanks!!

    I need to be able to get the weblogic6.0 server to use third party security manager. I tried setting "-Dweblogic.security.manager = <security_manager_class>". Unfortunately this doesn't work.. on my test servlet I find no security manager has been set.This argument worked successfully in weblogic5.1.If you have any hints/ideas, please let me know.Thanks!!

  • Specifying system properties/security manager for OC4J

    I have a couple of related questions regarding OC4J/orion.jar:
    1. Generically, how can we specify system properties to orion.jar? Being an executable JAR, simply using -D does not work.
    2. Specifically, I need to launch the OC4J app server with a Java security manager (with associated security policies, etc.) Java's way of doing this is via -Djava.security.manager=... but this does not work with executable JARs it seems. I tried specifying these parameters via -D and I got a security exception:
    Exception in thread "main" java.security.AccessControlException: access denied (java.util.PropertyP
    rmission java.protocol.handler.pkgs write)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    at java.lang.SecurityManager.checkPermission(Unknown Source)
    at java.lang.System.setProperty(Unknown Source)
    at com.evermind.server.ApplicationServer.initProtocolHandlers(ApplicationServer.java:652)
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:319)
    at com.evermind.server.ApplicationServer.main(ApplicationServer.java:314)
    So, how do I install the Java security manager with orion.jar? Is there any other way to specify system properties to this, or is there any other way to install the Java security manager for OC4J?
    Any help much appreciated.
    ..Hrishi

    Thanks, that seemed to work. However it seems that spawned another little problem. I was using the -Xbootclasspath/a option while firing up orion.jar because I needed to append something to OC4J's default classpath (that is specified in orion.jar's Manifest). Now, when I start OC4J with the -D options for the security policy, it seems to ignore the -Xbootclasspath argument. I have not yet been able to confirm this fact, but based on the ClassNotFoundError I'm running into, that does seem to be the problem.
    So I guess my question is, could specifying the -D options to the executable JAR cause it to ignore any other options you may be passing to it (such as -Xbootclasspath)? Is there any sequence in which these args need to be passed?
    Thanks.
    ..Hrishi
    Hi,
    You can try this :
    - Check if you have a file java2.policy in <OC4J_HOME>\config\policy and check if the permission java.util.PropertyPermission "read,write" is granted to <OC4J_HOME>.
    if there is no file, you can create one based on <JAVA_HOME>\lib\security\java.policy and grant the approriate privileges.
    - Launch OC4J :
    java -Djava.security.manager -Djava.security.policy=<OC4J_HOME>/config/java2.policy -jar orion.jar
    OR java -Djava.security.manager -Djava.security.policy=<PATH_TO_FILE_POLICY>/<YOUR_FILE>.policy -jar orion.jar
    Maher

  • ORA-20001: Unauthorized access (security group package variable not set).

    I'm creating an app that uses APEX authentication and features self-registration (working) and forgot password (not working) forms.
    My forgot password is public (requires no authentication). The user provides username and secret answer, which are validated, then provides the new password. I attempt to use htmldb_util.reset_pw to reset the user's password, but it's not working.
    I have a process on the new password page calling a PL/SQL anonymous block that looks like this (see below), where P16_ITEM1 = username and P18_ITEM1 = new password.
    BEGIN
    apex_040000.htmldb_util.reset_pw( V('P16_ITEM1'), V('P18_ITEM1') );
    END;
    I also don't know how to send accurate success/failure messages from such PL/SQL block back to APEX, but that's a separate issue I guess.
    Anyway, when testing via SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:
    ORA-20001: Unauthorized access (security group package variable not set).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1220
    ORA-06512: at "APEX_040000.HTMLDB_UTIL", line 1253
    ORA-06512: at line 8
    I've searched previous threads and tried different suggestions with no luck.
    I'm on Oracle DB XE 11g and APEX 4.x.
    Any help will be appreciated. Thanks,
    Alex.

    Anyway, when testing via SQL Developer as the user with APEX_ADMINISTRATOR_ROLE, I get the following error:
    ORA-20001: Unauthorized access (security group package variable not set).When running code outside Apex that depends on the Apex security group being set, run the following before your own code:
    wwv_flow_api.set_security_group_id(apex_util.find_security_group_id('YOUR_SCHEMA_NAME'));Google "wwv_flow_api.set_security_group_id" for more details, such as this blog post:
    http://www.easyapex.com/index.php?p=502
    - Morten
    http://ora-00001.blogspot.com

  • Attempting to purchase through ipod and it's aking security questions I have not set up

    attempting to purchase game/app through ipod and it's asking me to answer security questions I have not set up

    See Here... ask to speak with the Account Security Team...
    Apple ID: Contacting Apple for help with Apple ID account security
    Or Here  >  Apple  Support  iTunes Store  Contact

  • Has anyone tried Advanced Security Manager for System 9.0

    Hi All,
    I am having issues with Advanced Security Manager in system 9.0
    I am getting an error "essapin.dll" cannot be found.
    has anyone faced similar issue, if yes, how did you get around with that.
    thanks and regards.

    I got the problem solved.
    essapin.dll was with version 6.5 and from essapin.dll was replaced by essapinu.dll. Advanced Security Manager was searching for essapin.dll.
    I installed client version of 6.5, which got me essapin.dll.
    I am able to export all my filters with ASM now :-)

  • Desktop manager for mac not syncing with calendar

    Desktop manager just started to give me a sync error yesterday when syncing the calendar. I receive no error message for the contacts. I use desktop manager for mac. I have never had this issue before. I updated desktop manager yesterday after the sync error but, that did not correct the problem.
    Any suggestions?
    Solved!
    Go to Solution.

    Thanks for the reply yancy.
    What error message are you receiving?  Are you only synchronizing to Ical or Entourage?
    Also have you attempted to forget the device and the re-setup the synchronization?  
    To forget the device, go into Device>Forget Device.  Unplug the BlackBerry, plug it back into the Mac.
    I look forward to your reply.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • How to setup security manager for applet at runtime?

    hello everyone,
    I am wonder if there is a way to setup security manager at runtime. This is what I am trying to do:
    1. Create a Applet GUI and allow users to specify in an input dialog box of the URL they like make connection to.
    I know there is two way of do this
    1. Is modify java.policy file and specify the URL SocketPermission to connect to.
    2. setup signed certificate applet.
    But, I would to try to see if there is a way to have applet make connection at runtime when users specify the URL.
    Anyone have any ideas.
    Thanks.

    Thanks, Peter
    Going over some articles you and references that you pointed out was very useful on how the java security model work and a little bit history too.
    So, I am assuming that I can make my own securitymanager class that defines the permission of the applet that I am working, using Permission, SecurityManager, ....etc class right? I just want to be clear on what I am going to be doing.
    If you have any other thoughts, Thanks,

  • ORG values for parameters not set in configuration

    Hi All,
    We are creating parent / child roles for FICO & MM for a project. The business requirement / configuration is such that the org values are available only for Company code and Purchasing organization. What is the appropriate way to set this up in the child roles? For e.g. should we put in * for plant , purchasing group etc or leave it BLANK
    Please provide your comments
    Thanks in advance
    Vijaya

    Hi
    FI relies on company codes (mainly) and MM relies on plant, Porg etc (again - mainly) but, without all the other objects being filled in your roles won't work.
    It depends on your client's needs I suppose but it does sound a little open to me but each set up has their own design requirements, you'll have to put * in the rest of the very many org levels (and cost centres, release strategies, etc - too many to mention at org/object) if you aren't given the information either due to lack of knowledge by the functional guys (not likely, hopefully) or a top down 'do what I say approach'.
    I'd get the spec in an email from somebody responsible for the implementation from the business and save it for the auditors...
    Cheers
    David

  • Blackberry desktop manager for mac not working

    Hi guys,
    New to Blackberry yesterday and hitting a few problems, wondered if anyone had any advice, any mac users a bonus.
    I installed the Desktop Manager from the CD that came with my Curve 3G onto my mac yesterday, that installed fine.
    I then connected my phone and loaded the application up, it backed up fine, but when I went to Applications it told me I needed to install the latest version.
    I went to the Blackberry site and downloaded it from there to make sure I had the latest version, although I'm sure they were the same builds as on the CD
    I uninstalled the one I installed from the CD and tried again with the one I downloaded from the Blackberry site, but  It still flags up the same error that this is not the latest version.
    I've had a quick browse on the net and it seems other mac users have had the same problems, does anybody have any ideas what's going on?
    Thanks
    Shaun

    I'm having what seems to be the same problem and it's driving me crazy.
    I just installed BlackBerry Desktop Software 2.0.0 (it's the only one I've ever had installed) and every time I open it and click "Applications' I get a window that says "A newer version of BlackBerry® Desktop Software is required to update the software on your device. Please download an updated version and retry."
    At the same time a "Install/Remove Applications" window opens behind this window but nothing is listed, then the window disappears and "Device update cancelled" appears in the bottom left corner.
    If I clicked to download the updated version before both windows disappeared, I get a "Download Progress" bar that says "Downloading updates. Please Wait."
    It eventually times out and I get a window that says "The update download failed with the following error: The operation couldn’t be completed. (NSURLErrorDomain error -3003.)"
    Anyone with this problem found a resolution? I've been searching around for nearly 2 hours and nada.

  • Can not load pictures for setting up an ebay auction there fore can not set up auction

    Firefox will not upload images to ebay for starting an auction, the simple or complex form. You have to have an image for an auction now and if you do not you can not start the auction. Firefox will not upload any images to the auction page no mater what I tried. Explorer works, Opera works but I am unable to upload images in Firefox.

    hello, [https://bugzilla.mozilla.org/show_bug.cgi?id=775879 bug #775879] offers some background into the issue - essentially the breakdown of the ebay photo uploader is a by-product of a security relevant fix that landed in firefox 16. ebay is already aware of the issue & hopefully they are working on implementing changes in their code to solve the issue.

  • Need network security settings for wireless printer set-up

    I have an older airpot extreme base station. I'm trying to set-up my wireless brother printer and it says that I need the following network information:
    SSID- I know this one
    Authentication Method (open system/shared key/WPA-PSK/WPA2-PSK)
    Encription Mode (None/WEP/TKIP/AES/CKIP)
    Encryption Key (WEP key/Passphrase)
    From what I've found, I believe that I should be using WPA-PSK and TKIP, but what is that passphrase that I'm supposed to use or where can I find out that information?

    I am also trying to set up a wireless printer set up. I have an Airport Extreme and a new Brother wireless printer. Sounds perfect, right? Well, I am so confused right now. I bought an Airport Extreme while overseas a bunch of years ago and am now using it in the States. I have no memory of any info such as what is being asked from me to set up wireless printing. I don't remember the wireless security password, authenication method, or either of the Encryption thingies. I don't know where to find this information, whether it be on my computer somewhere or online. Please advise. Plus I don't use any security settings as I live pretty far from other humans in my neighborhood. Does that matter in the big picture?
    Please help a girl out!

  • Desktop manager for Mac not syncing with iMac

    Tried this earlier in the year and lost all contacts out of my Blackberry Tour. Tried again today and DM for Mac doesn't recognize any of the iCal calendars I have on the iMac and gives me a sync error when trying to sync Addressbook.
    Running OS 10.5.8 on iMac; v5.0.0.732 on Tour.

    Hey scoopmassad,
    Welcome to the BlackBerry Support Community Forums.
    Can you clarify what the error message is that you're receiving?
    Also what version of BlackBerry Desktop Software for Mac are you currently using?  To download the latest software go to: www.blackberry.com/desktop
    Also have you tried to Forget Device and then re-setup the synchronization with the BlackBerry.  Go to Device>Forget Device at the top of BlackBerry Desktop Software.
    I look forward to your reply.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • Security Manager Setting for Tomcat.

    Hi,
    Can anyone show me how to setup Security Manager for Tomcat step by step ?
    What do we need to set in server.xml and tomcat policy?
    After setting, how do run Tomcat?
    I did refer to the Tomcat Security Guide, but I didn't success to setup Security Manager.
    Can anyone explain in layman term to me?
    Your help will be appreciated.
    Thank you.

    I've solved my problem.
    For those who have are interested,
    you can refer to :
    http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat-security.html

Maybe you are looking for

  • Photo booth pictures not Showing in Photo Booth

    When i open photo booth, none of my last pictures i have taken show up in the bottom of photo booth, is there anyway i can get them to show up?

  • Got ResourceLimitException having 0 connection in JDBC Pool monitoring

    We use Weblogic 8.1 SP5 (8.1.5). The Error is: weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No resources currently available in pool STMECO-WWW-DATABASE-P to allocate to applications, please inc

  • Weblogic security role

    Hi, I have a need to restrict access for certain users in WL will be OBIEE admins so they don't need access to the WL console but do need access to EM specifically coreapplication to deploy a new .rpd Ive tried an tire but just cant get a role to all

  • Adobe Air app crashes on iPad2 but not iPad3 on iOS 8.1

    I have an app built with Flash Builder 4.7 using Adobe Air (version 15.0.0.356). The app runs some interactive animations (.swc files) and after running for a while on iPad2 the app crashes (can reproduce crash in same scene exactly 5 seconds into an

  • I can't agree to the new terms and conditions

    When I try buying a song I am brought to the new terms and conditions page.  When I press agree though, the page doesn't change at all.  I've tried restart itunes and the computer but nothing changed.  What should I do?