Can't install Reader Extensions

Hello, every one!
I'm trying to install ES4 with ReaderExtensions and Barcoded Forms. And I can't access ReaderExtensions after installation, I recieve 404 error.
Here is how I've configured my ES4 installation:
After choosing 2 modules (Reader Extensions and Barcoded Forms) for install on one of the configuration manager screens, configuration manager have prepared 5 ear archives:
- adobe-core-jboss.ear
- adobe-formdataintegration-jboss.ear
- adobe-core-native-jboss-x86_win32.ear
- adobe-lc-launchpad.ear
- adobe-reader-extensions-servlet.ear
After that, I moved them to [root]\jboss\server\lc_sqlserver\deploy and restarted JBoss. But it result in errors:
2013-10-14 17:58:51,067 ERROR [org.jboss.system.server.profileservice.repository.ProfileDeployAction] (main) Failed to add deployment: adobe-formdataintegration-jboss.ear
org.jboss.deployers.spi.DeploymentException: Exception determining structure: AbstractVFSDeployment(adobe-formdataintegration-jboss.ear)
  at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentExcept ion.java:49)
  at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure( AbstractStructuralDeployers.java:85)
  at org.jboss.deployers.plugins.main.MainDeployerImpl.determineStructure(MainDeployerImpl.jav a:1001)
  at org.jboss.deployers.plugins.main.MainDeployerImpl.determineDeploymentContext(MainDeployer Impl.java:437)
  at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:387 )
  at org.jboss.deployers.plugins.main.MainDeployerImpl.addDeployment(MainDeployerImpl.java:297 )
  at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.addDeployment(MainD eployerAdapter.java:86)
  at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDepl oyAction.java:61)
  at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractP rofileAction.java:53)
  at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(Abstract ProfileService.java:403)
  at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext. java:348)
  at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1652)
  at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:93 8)
  at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1 082)
  at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:9 88)
  at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:778)
  at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:543)
  at org.jboss.system.server.profileservice.repository.AbstractProfileService.registerProfile( AbstractProfileService.java:308)
  at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootst rap.java:256)
  at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
  at org.jboss.Main.boot(Main.java:221)
  at org.jboss.Main$1.run(Main.java:556)
  at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.RuntimeException: Error determining structure: adobe-formdataintegration-jboss.ear
  at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:307)
  at org.jboss.deployers.vfs.plugins.structure.StructureDeployerWrapper.determineStructure(Str uctureDeployerWrapper.java:73)
  at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.doDetermineStructure (VFSStructuralDeployersImpl.java:196)
  at org.jboss.deployers.vfs.plugins.structure.VFSStructuralDeployersImpl.determineStructure(V FSStructuralDeployersImpl.java:221)
  at org.jboss.deployers.structure.spi.helpers.AbstractStructuralDeployers.determineStructure( AbstractStructuralDeployers.java:77)
  ... 21 more
Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: The content of element type "application" is incomplete, it must match "(icon?,display-name,description?,module+,security-role*)". @ *unknown*[22,15]
  at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
  at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:183)
  at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:161)
  at org.jboss.deployment.EARStructure.determineStructure(EARStructure.java:162)
  ... 25 more
Caused by: org.xml.sax.SAXException: The content of element type "application" is incomplete, it must match "(icon?,display-name,description?,module+,security-role*)". @ *unknown*[22,15]
  at org.jboss.xb.binding.parser.sax.SaxJBossXBParser$MetaDataErrorHandler.error(SaxJBossXBPar ser.java:426)
  at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)
  at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
  at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
  at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)
  at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
  at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
  at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
  at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch( Unknown Source)
  at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:199)
  ... 28 more
so, I've tried to delete adobe-formdataintegration-jboss.ear from JBoss deploy folder and restart JBoss again.
Now I can access adminui.
But I still can not access htttp://localhost:8080/ReaderExtensions. I recieve 404 error.
I've tried to examine my environment:
- There are two components (ReaderExtensionsService : 2.0 and ReaderExtensionsService : 1.0) here: Home > Services > Applications and Services > Service Management > Service Management > Category = Reader Extensions. And they are running.
- adobe-formdataintegration-jboss.ear is surprisingly small: only 2Kb, also, it contains only META-INF folder with application and weblogicapplication xmls. Here is a content of application.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application SYSTEM "http://java.sun.com/dtd/application_1_3.dtd" PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN">
<!-- Adobe Confidential Copyright 2000-2007 Adobe Systems Incorporated All Rights Reserved. Notice: All Information Contained Herein Is, And Remains The Property Of Adobe Systems Incorporated And Its Supplier, If Any. The Intellectual And Technical Concepts Contained Herein Are Proprietary To Adobe Systems Incorporated And Its Suppliers And May Be Covered By U.S. And Foreign Patents, Patents In Process, And Are Protected By Trade Secret Or Copyright Law. Dissemination Of This Information Or Reproduction Of This Material Is Strictly Forbidden Unless Prior Written Permission Is Obtained From Adobe Systems Incorporated. -->
-<application> <display-name>FormDataIntegration</display-name> <description>This EAR contains the Adobe LiveCycle FormDataIntegration core module.</description> </application>
- Log files from [root]\configurationManager\log and [root]\jboss\server\lc_sqlserver\log does not contain any errors during ear preparation proccess state.
- While there are a lot of messages in [root]\jboss\server\lc_sqlserver\log\server.log about deploying adobe-core-jboss, it looks like. there is no messages about any manipulations with adobe-reader-extensions-servlet.
So, how can i fix this issue? How to make reader extensions run, and what should i do to remove  adobe-formdataintegration-jboss error correctly?

Above mentioned EARs aren't the correct one. There should be only three or atleast two(first two) as below :
adobe-livecycle-jboss.ear
adobe-livecycle-native-jboss-x86_win32.ear
adobe-workspace-client.ear
Based on your selection, there might be upto 7 EARs. Once you configure the EARs using configuration manager, they must be present in <LiveCycle directory>\configurationManager\export directory.
LCM also displays this message (same for ES4 as well):
Make sure you are following the correct steps.
Thanks,
Wasil

Similar Messages

  • Can't install safari extensions, I get the error message "Safari can't install this extension, An error occurred while installing the extension "Pin It Button"." Any suggestions?

    Every time I try and install an extension for Safari I get the error message "Safari can’t install this extension, An error occurred while installing the extension “Pin It Button”." I have all the latest updates, working on OS X Yosemite v 10.10.2 / Safari v 8.0.3. Any suggestions?

    Back up all data before proceeding.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Use the search box in the toolbar of the Keychain Access window to search for an item named "Safari Extensions List". If found, delete it. Quit Keychain Access.
    Quit and relaunch Safari.

  • Safari can't install this extension...

    After the last up-dates Safari extensions broke. Now unable to reinstall all extensions.
    Have been able to work around this in the past but nothing I did before works now.
    "Safari can’t install this extension" An error occurred while installing the extension...
    OSX 10.10.3, Safari 8.0.5 (10600.5.17)
    Thanks All

    Back up all data before proceeding.
    This procedure will unlock all your user files (not system files) and reset their ownership, permissions, and access controls to the default. If you've intentionally set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it, but you do need to follow the instructions below.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    sudo find ~ $TMPDIR.. -exec chflags -h nouchg,nouappnd,noschg,nosappnd {} + -exec chown -h $UID {} + -exec chmod +rw {} + -exec chmod -h -N {} + -type d -exec chmod -h +x {} + 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Paste into the Terminal window by pressing command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password, which won't be displayed when you type it. Type carefully and then press return. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
              Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    resetp
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
               ▹ Restart
    from the menu bar.

  • Can't install any extensions.  "Installing Extension" dialogue just spins away and nothing happens.

    I can't install any extensions at all after installing CC 2014.  All I get is the Installing Extensions dialogue box with the loading bar stuck about 1/4 of the way.

    Would you send the log to us?
    1.  Create a file called exmancoreliblog.yes and copy it to
    Mac: /Users/<name>/Library/Application Support/Adobe/Extension Manager CC/Log/
    Windows: C:\Users\<name>\AppData\Roaming\Adobe\Extension Manager CC\Log
    2. Restart Extension Manager and reproduce your issue
    3. Send us ExManCoreLibrary.log file in that log folder to [email protected]

  • Can't install Reader for Pocket PC on HTC Touch Diamond

    can't install Reader for Pocket PC on HTC Touch Diamond? why?

    Run the installation on your sync pc... the installation application will run only on a pc, then, activesync installs it on your winmobile device on the next connect session.
    Beverly Howard [Microsoft MVP Mobile Devices]
    (MVP Info at http://mvp.support.microsoft.com/mvpfaqs)

  • How can I install an extension using Extension Manager CC?

    I have a mac running OSX 10.9.4.
    I have Photoshop CC 2014.1.0 / 20140730.r.148 x64
    I have Extension Manager CC 7.2.1.6
    According to "Creative Cloud" manager,  my versions of software are up to date.
    I tried installing three different extensions.  None of them load. When I double click on the extension file, it launches Extension Manager CC, but it appears that Extension Manager does not recognize that I have other Adobe products installed.  E.g., "Failed to install the extension 'XYZ.' Please make sure the manifest.xml of this extension is valid and the Extension Manager recognizes at least one product which the extension supports."  I get variations on this message, but the common thread seems to be "Extension Manager recognizes at least one product which the extension supports."
    When I choose "Manage Extensions" from the Help menu in Photoshop, it just launches "Creative Cloud" manager, which tells me all of the software is up to date.  (The first time that I tried this, it re-installed Extension Manager CC). Nothing else happens -- e.g., it does not launch Extension Manager.
    Any suggestions?  How do I get Extension Manager CC to recognize that I have Photoshop CC installed?

    One more thing -- I have seen references in postings to an "Extension Panel" under the "Window" menu.  I do not see that item in Photoshop CC.  (There is "Browse Extensions Online," which allows me to find more things that I can't load).

  • How can I install an extension when it conflicts with an existing one that doesn't appear in the list of extensions?

    I'm trying to install Guide Guide for Photoshop CS 2014 using the Adobe Extension Manager CC but when clicking on the 3.1.2-guideguide.zxp I recieve the following error, "This extension cannot be installed, since it conflicts with a existing one. To install this extension, please remove the extension 'GuideGuide' which has been installed in ", then install again."  Note that there is some code breaking in there where ", is.  When I open Adobe Extension Manager CC there are no extensions listed.  None under any of the products to the left.  I can't uninstall it if it's not listed.
    After reviewing the forums I have gone into my %appdata%\Roaming\Adobe\ folder and removed all folders for previous versions of Adobe Extension Manager.
    Any help with this issue would be appreciated.  Thank you for your time.

    Please delete "C:\ProgramData\Adobe\Extension Manager CC\Configuration\DB\ExMan.db" then retry. Note that "C:\ProgramData" is hidden by default. You can input C:\ProgramData in the address bar of Windows Explorer then press "Enter" key to go into this folder.

  • I can't install a extension.

    I can't install a script(extansion) because it sayis it seems corrupt, but i know it's not. How do i install it ?
    please help

    I dessactivated the anti-virus extensions and it's still not working.

  • How can I install Reader to a non default location (i.e., d:\)

    I have a company netbook with very limited space on the ssd C:\ drive.  Running Win XP SP3.  Is there anyway i can install reader to another drive on this system?

    You can change the installation path when you install in UI mode via clicking on"Change Destination Folder" button. This button will allow you to browse in your computer drives.
    As shown in the highlighted button in the below image.

  • Can't install a extension

    Hi, guys. I'm trying to install an important extension on Adobe Extension Manager CS3.
    But, whenever I try to install a extension, a window pops up claiming that I need "Flash 6 or higher", yet, I do indeed have Adobe Flash CS3.
    It's a portable version, so it's Adobe Flash CS3 Portable. Since it's portable, would that be causing any problems? Please help.
    Thanks.

    I dessactivated the anti-virus extensions and it's still not working.

  • Can I install Reader via GPO

    Hello,
    I've got an organisation (about 100 PC's/Laptop) that has multiple versions of the Reader software, going back to 8.1.0.  I'd like to get everybody up to the same version, but the quantity (and geographic locations) of machines means that's all I'd do.  I've recently started using GPO to install some software, so my questions are:
    Is it possible to install Reader via GPO.
    If it is possible do the users need administrative privileges to the machine or can the they be normal users?
    Thanks in advance
    Tony

    See this document for some information on Adobe Reader deployment: http://www.adobe.com/content/dam/Adobe/en/devnet/reader/pdfs/deploying_reader9.pdf (sorry, I don't know if there is a new document specific for Adobe Reader X).
    Also, you can download MSI installers
    9.4: http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.4.0/en_US/AdbeRdr940_en_US.msi
    10.0: http://ardownload.adobe.com/pub/adobe/reader/win/10.x/10.0.0/en_US/AdbeRdr1000_en_US.msi

  • I can't Install any extension in DW CC

    My OP: Windows 8.1 64
    Extension Manager CC version 7.1.1.32
    DW CC version 13.2 build 6466
    I got this message then I try to install any extension:
    Supplement [extension name] does not contain a valid signature.
    The extension package will not be installed.

    Please click "Tools"->"Preferences" menu item, uncheck "Allow Extension Manager to access Internet" option, then retry.

  • I can't install any extension in Safari 5.1.9.

    Hello,
    I am trying to install an extension to Safari (5.1.9.) however I get an error message after which the install button disappears and it says: Install Failed. Please try again later.
    - I have tried deleting the user/library/caches/com.apple.Safari/cache.de
    - I have tried deleting the user/library/safari/extensions/... .plist
    Any suggestions?
    I am using macbookpro (mid 2009) running os x 10.6.8

    Step one is to log into a newly created admin user account and see if the problem persists.

  • I can't install Reader XI

    Hi, I am having problems to install Reader XI, when I donwload the file, and executed it, it starts the proccess of installing it, when it seems that is finishing, suddenly shows an error in installation and shows me this message:
    I tried everything I could find as guide here on adobe.com but nothing is working...
    What can I do?
    Thanks,
    Konrad

    If you hsve tried everything I may be wasting my time, but you can try using this tool to remove all traces of Reader:
    http://labs.adobe.com/downloads/acrobatcleaner.html
    Then, you may download the offline Reader installer from
    http://get.adobe.com/reader/enterprise/
    After downloading, restart your computer and run the installer before doing anything else.

  • Can´t install reader XI

    appears a  message when installing the assistent (in portuguese, because i am brazilian)
    "the program was configured wrong. contact the author."
    how can i try?
    tks.

    acrobat reader XI
    can´t install the assistent.
    there is an error of yours.

Maybe you are looking for