Error in ReaderExtension WatchFolder Concept

Hi,
I installed the AdobeLiveCycle ES for ReaderExtensions. I used the ReaderExtensions through watchfolder concept. But the file found in failure folder with "failure.log". So please kindly see the below error in .log file and give solution.
Failure Time----Thu May 29 20:06:42 IST 2008
source location ---- Reason of failure is-----Failure to invoke the job DynamicallyApplyRights
Failure to invoke the job DynamicallyApplyRights
Invocation error.
javax.jms.JMSException: Could not create a session: javax.resource.spi.CommException: javax.naming.CommunicationException: Could not obtain connection to any of these urls: 0.0.0.0:1100 [Root exception is javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1100 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1100 [Root exception is java.net.ConnectException: Connection refused: connect]]]
Could not create a session: javax.resource.spi.CommException: javax.naming.CommunicationException: Could not obtain connection to any of these urls: 0.0.0.0:1100 [Root exception is javax.naming.CommunicationException: Failed to connect to server 0.0.0.0:1100 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server 0.0.0.0:1100 [Root exception is java.net.ConnectException: Connection refused: connect]]]
ALC-DSC-600-000: com.adobe.idp.dsc.provider.service.scheduler.impl.SchedulerRuntimeException: Failure to invoke the job DynamicallyApplyRights
at com.adobe.idp.dsc.provider.service.file.scan.impl.FileScanJobImpl.invokeJob(FileScanJobIm pl.java:302)
at com.adobe.idp.dsc.provider.service.file.scan.impl.FileScanJobImpl.processInputs(FileScanJ obImpl.java:119)
at com.adobe.idp.dsc.provider.service.scheduler.scan.impl.AbstractScanJob.execute(AbstractSc anJob.java:56)
Thanks in advance,
Prabudass

Hello,
I do have the same error as mentioned above in a livecycle process using output services to generate a pdf for print.
The process uses:
1. WatchedFolder endpoin
...some steps, not relevant..
4. Output.OutputService.generatePdfOutput to generate a pdf based on a template and input xml.
5. Common.ConvertPdfService.toPS to prepare a document for postscript printing.
6. Output.OutputService.SendToPrinter to print the damn thing...
When i run the process on a jboss turnkey installation on a windows 2003 server the document gets printed fine!
When i look in the failure folder of the watchedFolder it is filled with a folder named 'unsaved_results'.
In that folder i find my generated pdf, which opens fine.
The failure.log file contains a message: 'Failure Time----Thu Aug 04 10:54:46 CEST 2011
source location ----
Results for output parameter ----pdfDocare saved in unsaved_results/pdfDoc folder due to
The filename, directory name, or volume label syntax is incorrect'
The jboss system logfile does not produce more info than the failure log produces.
I am looking into troubleshooting documents online, but this is the only developer forum thread related to my problem.
Thanks for any help!!!

Similar Messages

  • I have been using CS6 for two years without incident.  Suddenly the Media Encoder stops working, showing APPCRASH and displaying error message about WatchFolder.dll - I tried uninstalling and re-installing to no avail - can anyone help

    I have been using CS6 for two years without incident.  Suddenly the Media Encoder stops working, showing APPCRASH and displaying error message about WatchFolder.dll - I tried uninstalling and re-installing to no avail - can anyone help?

    Hi Mylenium,
    Thanks for your response.
    Here is the error information showing up:
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Adobe Media Encoder.exe
      Application Version: 6.0.0.382
      Application Timestamp: 4f62fcf1
      Fault Module Name: WatchFolder.dll
      Fault Module Version: 6.0.0.382
      Fault Module Timestamp: 4f62f37f
      Exception Code: c0000005
      Exception Offset: 0000000000007899
      OS Version: 6.1.7601.2.1.0.768.3
      Locale ID: 4105
      Additional Information 1: 9a62
      Additional Information 2: 9a620826d8ae4a2fa8b984b39290a503
      Additional Information 3: 1fb3
      Additional Information 4: 1fb304eee594288faeefbf1271b70d37
    I am using a PC Windows 7

  • IS-Retail: design error of u0091general assortmentu0092 concept&POS Outbound WPDWGR

    Hello
    I have found a design error of ‘general assortment’ concept related to POS Outbound WPDWGR, but may be you could help to understand why system is designed with error.
    Both 'Store Business Offline (ePOS)' and 'Assortment Management' are recommended by SAP as 'best practices'.
    'Assortment Management' recommends to use assignment of merchandise categories with general assortments, REFSITE and WSOA6. This documentation promotes concept of 'general assortments' and assignment of assortment users.
    IDoc WPDWGR 'Download merchandise categories' is recommended in 'Store Business Offline (ePOS)' best practices for Retail. Program that generates this IDoc knows nothing about general assortments, REFSITE, WSOA6. It uses old assignment of merchandise categories to local assortment in WB02 or WB30. It was not updated to be compatable with 'general assortment' concept.
    There is no warning in documentation that if customer will use one of 'best practices' for Retail then another will be not applicable.
    Assortment management:
    http://help.sap.com/bp_retailv1470/Documentation/EN/Assortment%20Management_EN_DOCU_V147.doc
    http://help.sap.com/bp_retailv1470/Documentation/EN/Assortment%20Management_EN_CUST_V147.doc
    Store Business Offline (ePOS)
    http://help.sap.com/bp_retailv1470/documentation/EN/Store%20Business%20Offline%20EPOS_EN_DOCU_V147.doc
    http://help.sap.com/bp_retailv1470/documentation/EN/Store%20Business%20Offline%20EPOS_EN_CUST_V147.doc
    Does anyone faced this problem and have any ideas how to solve it through SAP Support?
    Does anyone has experience of solving long-time 'ping-pong' OSS customer messages with SAP Support?
    Thanks in advance.
    BR,
    Novomir Kovalenko

  • Sytax error in simple oops concept

    Hi Experts,
    I am getting the following error
    " You can only omit the parameter name if the method has a single parameter. This must be an IMPORTING parameter."
    when executing the following code.
    DATA: acct1 type ref to zaccount01.
    DATA: bal type i.
    create object: acct1.
    selection-screen begin of block a.
    parameters: p_amnt type dmbtr,
                p_dpst type dmbtr,
                p_wdrw type dmbtr.
    selection-screen end of block a.
    start-of-selection.
    call method acct1->set_balance( p_amnt ).
    write:/ 'Set balance to ', p_amnt.
    bal = acct1->deposit( p_dpst ).
    write:/ 'Deposited ', p_dpst ,' bucks making balance to ', bal.
    bal = acct1->withdraw( p_wdrw ).
    write:/ 'Withdrew ', p_wdrw ,' bucks making balance to ', bal.
    Please say me where i have to change the code.
    Advance thanks.
    Regards,
    Nani

    Hi  Rainer Hübenthal,
    Error is displayed on p_wdrw in the following line.
    bal = acct1->withdraw( p_wdrw ).
    <removed_by_moderator>
    thanks,
    Nani
    Edited by: Julius Bussche on Sep 25, 2008 10:49 AM

  • About form data

    Consider the following scenario in WLW 8.1
    o A page has form
    o User submits the page (action has form bean associated with it)
    o Goes to confirm page
    o Back to original page with form
    How can I preserve the contents of the form that the user had entered
    especially if there are errors?
    Is the concept of reset() still valid? I see new instances of the form bean
    being created...

    Hi Niall,
    I have a couple of questions related to this answer - I have a form located on our intranet and need to collect data from multiple users of the form every month into an Excel spreadsheet. What would be the best way to do this - include a button that the user presses to email me their responses as XML? If this is best, how would it be done?
    And can you collect the data over a month and process it in Excel in one go?
    Thanks for your help.

  • How to call class file from jsp without creating packages

    i m using tomcat 5.5
    i stored my class file into WEB-INF\Class directory
    how to call that class file. from my jsp page.
    i got some error.
    i used package concept,that works fine.

    i m using tomcat 5.5
    i stored my class file into WEB-INF\Class directory
    how to call that class file. from my jsp page.
    i got some error.
    i used package concept,that works fine.Then use packages.
    As of Java1.4, you can no longer import classes from the default package (no package declared) into classes that are packaged.
    All Tomcat classes are in packages, including the compiled JSP.
    Therefore: Your classes need to be in a package inorder to be imported and used by the JSP.
    Why the problem? If you know it works with packages, why try not to use them?

  • OWB 10.2 Design questions - OLAP objects - worth using? too buggy?

    I am designing a 2 tiered data warehouse. I have a staging schema where numerous staging tables and key mapping tables are kept and a data warehouse schema where I have relationally implemented dimensions and cubes. I want the dw layer to be made up of conformed dimensions and facts as per Kimball.
    For the DW layer, my plan was to create cubes and dimensions which would be implemented as ROLAP. I would then selectively create MOLAP cubes for subsets of the data warehouse.
    My first question - does this much make sense or should I avoid the logical constructs of dimensions and cubes like the plague and simply build star schemas as Oracle tables directly?
    Assuming I can use cubes and dimensions - how do I control the column names for the cube foreign keys? I have one cube with several date dimension foreign keys. Using the cube editor I get nonsensical names like time_dim_key, time_dim_key1, time_dim_key2. I want these to be creation_date_fk, expiration_date_fk, etc so that they are readable. I don't see any way with the cube editor to control this.
    Also, please see my other posts about errors with the role concept on dimensions.
    And lastly, have any of you had success in deploying a large scale DW with OWB using dimensions and cubes?

    So far the verdict is TOO BUGGY. There is a documented bug in metalink:
    DATA COLLECTED
    ===============
    Deployment output
    ATLAS_TIME_DIM
    Create Error
    ORA-06550: line 960, column 95:
    PLS-00123: program too large (Diana nodes)
    ISSUE CLARIFICATION
    ====================
    Dimension deployment (with 5 or more roles) results in a PLS-00123 error.
    ISSUE VERIFICATION
    ===================
    Verified the issue by the deployment output which show the PLS-00123 error.
    CAUSE DETERMINATION
    ====================
    Defect in OWB 10g R2
    CAUSE JUSTIFICATION
    ====================
    Bug 5066108 (CWM2 CODE GEN USES A SINGLE ANONYMOUS PLSQL BLOCK)
    POTENTIAL SOLUTION(S)
    ======================
    Possible workarounds:
    Reduce the number of roles associated with the dimension.
    Use relational vs. multidimensional
    POTENTIAL SOLUTION JUSTIFICATION(S)
    ====================================
    Deployment is successful with fewer roles associated.
    Looking at the recommended solutions it appears that I can:
    1) limit the cube to very few dimensions making it useless for anything major
    2) Use relational - My first interpretation of this was that I could generate the cube but use the "data objects only" deployment. No such luck. When the roles are added to the cube, the designer window locks up when the roles exceed 8 for the time dimension.
    So, the "use relational" workaround seems to imply that cubes and dimensions should be avoided. Anyone have any contrary experiences?
    Specifically has anyone done any of the following successfully with OWB 10.2:
    1. Have you implemented a time dimension with more than 10 roles associated with it?
    2. Have you implemented a cube (relationally or otherwise) with more than 5 roles of a single dimension against it?
    3. Have you implemented a cube with more than 10 dimensions of any kind associated with it?

  • "Attribute Change Run" process has to follow process "Execute InfoPack

    Hi All,
             i created process chain for M.D SD area. here i created start varient, then execute info package process created and when i am checking that it showing some warning message like ....
    A type "Attribute Change Run" process has to follow process "Execute InfoPackage" var.ZPAK_4B9B5FH2BTQJOBTBAWHVM5ZY2 in the chain.
    Here i can't understand what i have to do....
    Any inputs for this...........
    Thanx in Advance
    Subbu.

    hi,
    Check master data objects in both process types "Excute info package" after start varianet and in attribut echange run process type.
    Both should match or system will throw error message.
    The concept is like Attribute change run has to run when ever new data is loaded to master data attributes.
    Regards,
    Arun Thangaraj

  • WDJ vs WDA

    Hi,
    SAP recently announced that in future ( EHP5 onwards ) they will promote only WDA. Though the support will continue for WDJ.
    What is the future of WDJ in that case?
    Also, for people certified in Netweaver Java this is a huge blow.
    I am confused are they scrapping away WDJ ??  will it affect the WDJ programmers?
    Please clarify sdn.
    Thanks,
    Veena.

    I think this is the most debated topic among webdynpro java professionals...
    I work on both WebDynpro ABAP and WebDynpro JAVA and they have their own pros and cons. SAP might be going with WD ABAP applications in recent releases, but I don't think that is going to happen that all SAP applications and custom developments are going to be in WD ABAP.
    WD ABAP falls back in race when we want work with legacy/non-sap systems in the landscape. Consuming a web service is not as straight as in WD Java, and never came across a recommendation suggesting generation of proxy classes in ABAP for web services. This is where WD ABAP lags now.
    With my experience, I can say, the time consumed for developing a WD ABAP application is much less when compared to time consumed by WD Java. Another fact, WebDynpro ABAP application is less error prone as most of the code is from code wizard and the debug environment helps in quick fixing code and issues. This way, development is easier and quicker. This might be one reason SAP is moving towards WD ABAP
    With WebDynpro Java, development is quite tedious due to J2EE engine deployments and server restarts. Java code in WD Java applications is less readable than ABAP code WD ABAP application due to debug facility available. We do have debug option in WD Java, which is considered server load and requires special grants and administration. I never tried debuggin a Java application, neither saw someone doing it. As know, Java is more error prone, and with concept of Development Components, it became more error prone due to dependencies and requires good experience and expert skills to work on.
    This goes this way, more flexibility more bugs. That's how WD Java goes. That is its con and that is its pro.
    Edited by: Chinnu on Jul 12, 2011 1:40 PM

  • PGA_ALLOC_MEM instead of PGA_ALLOCATED_MEM ....

    Hi ,
    just a 'slight' error in Oracle Doc Concepts (10g Release 2 (10.2) B14220-02)...
    In chapter 8. Memory Architecture and in a the paragraph titled as "PGA Memory Management for Dedicated Mode"...
    "The following three columns in the V$PROCESS view report the PGA memory
    allocated and used by an Oracle process:
    PGA_USED_MEM
    PGA_ALLOCATED_MEM
    PGA_MAX_MEM"
    The one in bold above is the error....
    SQL> desc v$process;
    ¼íïìá                                     Null;    Ôýðïò
    ADDR                                               RAW(4)
    PID                                                NUMBER
    SPID                                               VARCHAR2(12)
    USERNAME                                           VARCHAR2(15)
    SERIAL#                                            NUMBER
    TERMINAL                                           VARCHAR2(16)
    PROGRAM                                            VARCHAR2(64)
    TRACEID                                            VARCHAR2(255)
    BACKGROUND                                         VARCHAR2(1)
    LATCHWAIT                                          VARCHAR2(8)
    LATCHSPIN                                          VARCHAR2(8)
    PGA_USED_MEM                                       NUMBER
    PGA_ALLOC_MEM                                      NUMBER
    PGA_FREEABLE_MEM                                   NUMBER
    PGA_MAX_MEM                                        NUMBERGreetings,
    Sim

    Thanks to both of you. That material was moved to the Admin Guide, where the error remains. I've reported it to the writer.
    Regards,
    Diana

  • Syntax error in OBIEE generated Physical query - Advance filter concept

    I encountered a syntax error when running a report with the help of advanced filter concept.
    I am getting syntax error at the physical query generated by the OBIEE for main report.
    I used a sub report with the help of advanced filter concept in main report.
    I am posting the physical query for the convenience.
    select D1.c2 as c1,
    D1.c1 as c2
    from
    (select sum(T600347.sales_usd) as c1,
    T601002.currency as c2
    from
    (Select distinct currency from pfact) T601002,
    pfact T600347
    where ( T600347.currency = T601002.currency and T600347.pdate between ( select distinct min(D1.c1) as c1* from
    (select D1.c1 as c1
    from
    (select D1.c1 as c1
    from
    *(select max(T600425.pdate) as c1*
    from
    *(select distinct pdate from pdates where pdate is not null) T600425*
    where  ( T600425.pdate < 11/22/2010 )
    *) D1*
    ) D1
    ) D1 ) and '11/25/2010')
    group by T601002.currency
    ) D1
    I executed the query against my database(sybase) in query tool. It showed error.
    I took out the column alias generated by the OBIEE ("as c1" as underlined). Then the query is working fine.
    How to disable OBIEE from generating the alias.
    Is there any way to do it.
    If obiee is generating the physical query, i am suprised to see a syntax error.
    The bold part is the query from Intermediate report
    I underlined the problematic part.
    Please help me. This is an urgent reuirement,
    Thanks in advance for the help.

    HI,
    When I execute the query on query tool ( my database is sybase)
    I am geting error at "as c1" part, as underlined in the query.
    when I remove that and execute the query, It is generating the output.
    here is the better view of query and error:
    http://img255.imageshack.us/img255/4719/25187227.jpg

  • Concept Question about EDI and Error Processing

    Hello All,
    This is a concept question, I was wondering how others would approach this scenario.
    Let's take this scenario. In EDI often the transmission for a purchase order comes in with an invalid material number. Normal error processing is for the EDI team to research the issue (find the correct matnr), edit the idoc and reprocess the Idoc.  I would like to move that type of error processing out of the hands of the EDI folks and into the hands of the business users.
    How would they correct the material number? It has to be more intuitive than editing an IDoc, it has to be an easy and intuitive user interface. This process has to also work for many types of EDI transmissions both inbound and outbound.
    There would be many ways to handle this: create a report with an editable grid that would change the idoc during input and create the order with the corrections, convert the idoc to xml and use simple transformations, use an xsl report...etc.  You get the point. 
    How would you approach this?  Before I start the design I want to make sure I've given all the options due consideration...all options, webdynpro, transformations, regex, you name it...all is available, except there is no XI. 
    Personally I'm leaning towards an editable grid and processing buttons that would post the idoc in background...but I do that type of thing all the time and I may be in a rut and neglecting better design options.
    Thanks for your input,
    Greg

    <b>Paul:</b> So it runs the transaction silently in BDC format, until the error occurs, then opens up in dialogue to allow the user to change the invalid material, and then continue on with processing.
    This works when the processing function module uses BDC. But even then I think this is possibly nice from user perspective, but a nightmare from auditing perspective. I.e. correct me if I'm wrong, but I'm pretty sure there's no log indicating that the user changed the material number. Thus for anybody comparing the IDoc contents against the posted document (including change history) there's no trail that shows this change. Of course you can assume that this is what must have happened, but I personally prefer if I can track in the system what happened and have proof for that.
    <b>Reddy:</b>
    <ol>
    <li>it can be run daily basis, which should select all idocs which are in status 51 with message number (..related to wrong material number). report output should inlcude :idoc number-wrong mat no- space for new material to be entered by business against wrong 1. And there should be one button for RUN.</li>
    <li>After RUN, the material number should be changed to new 1 in segments and idocs should be reprocessed.</li>
    <li>repeat the run until business enter right mat num.</li>
    </ol>
    Design seems to limited to me (takes care only of one error message). Might work if that's the main pain point and this is the only one the user is dealing with. Otherwise I'd expect pretty soon they start complaining about having to use different tools for the possible errors. I'd keep the report more general, but allow this special form of processing only for a given error message (otherwise it's a normal re-process as triggered for example via BD87).
    Also, I assume that when you talk of changing the IDoc you mean that you actually keep an original copy around (like SAP does when you edit an IDoc). Often this is required from an auditing perspective. I'm not sure why you wouldn't want to check the material number <em>before</em> trying to process the IDoc to avoid wasting system resources (but maybe I misunderstood the step).
    Anyhow, in theory you could also achieve all of this via workflow. You can add custom columns to the work item overview in the inbox, only issue here is that it doesn't scale well (so issues with larger volumes).

  • WatchFolder PDF Generator throws error:  ALC-PDG-010-012-PDFMaker ...

    When setting up the WatchFolder after initial TURNKEY install, I am receiving the following error: 
    ALC-PDG-010-012-PDFMaker reported an error while printing the document in the failure.log file  (full text of error below).
    This is, of course, after working thru other errors, but have been unable to get past this one.  According to the LiveCycle AdminUI About page I have LiveCycle PDF Generator ES v8.2.1 loaded.  Again, I used the TURNKEY install, have Acrobat 9 Pro Extended installed on the same server along with MicroSoft Office v2007.  I looked at the other posts involving this error message, but didn't see where a resolution has been given nor did any of the information lead me to a fix.  I tried doing a simple MS Word document conversion from the adminui, the same error, ALC-PDG-010-012-PDFMaker reported an error while printing the document came up.  I have been able to open a WORD doc on the server and print using the Adobe PDF printer and that worked just fine.  Any help given will be much appreciated!
    Failure Time----Wed Sep 09 12:20:15 EDT 2009
    source location ---- Reason of failure is-----Invocation error.
    Invocation error.
    ALC-PDG-010-012-PDFMaker reported an error while printing the document.
    ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doBMT(EjbTran sactionBMTAdapterBean.java:197)
    at sun.reflect.GeneratedMethodAccessor347.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:214)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
    at org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor. java:54)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 58)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:62)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:154)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:153)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624)
    at org.jboss.ejb.Container.invoke(Container.java:873)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:415)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:88)
    at $Proxy160.doBMT(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:95)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:132)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:91)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:21 5)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:57)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.idp.jobmanager.ejb.JobManagerBean.doOnMessage(JobManagerBean.java:1104)
    at com.adobe.idp.jobmanager.ejb.JobManagerBean.onMessage(JobManagerBean.java:952)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
    at org.jboss.ejb.MessageDrivenContainer$ContainerInterceptor.invoke(MessageDrivenContainer.j ava:475)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:149)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:106)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 58)
    at org.jboss.ejb.plugins.MessageDrivenTxInterceptorBMT.invoke(MessageDrivenTxInterceptorBMT. java:32)
    at org.jboss.ejb.plugins.MessageDrivenInstanceInterceptor.invoke(MessageDrivenInstanceInterc eptor.java:101)
    at org.jboss.ejb.plugins.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor.java:94)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:122)
    at org.jboss.ejb.MessageDrivenContainer.internalInvoke(MessageDrivenContainer.java:389)
    at org.jboss.ejb.Container.invoke(Container.java:873)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker.invoke(JMSContainerInvoker.java:1077)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker$MessageListenerImpl.onMessage(JMSContainerI nvoker.java:1379)
    at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:256)
    at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:904 )
    at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:160)
    at org.jboss.mq.SpySession.run(SpySession.java:333)
    at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:180)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:748)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: ALC-PDG-10012-000: com.adobe.livecycle.generatepdf.client.ConversionException: ALC-PDG-010-012-PDFMaker reported an error while printing the document.
    at com.adobe.pdfg.BMCCaller.checkResult(BMCCaller.java:358)
    at com.adobe.pdfg.Native2PdfCaller.callNativeBMC(Native2PdfCaller.java:788)
    at com.adobe.pdfg.Native2PdfCaller.createPDF(Native2PdfCaller.java:298)
    at com.adobe.pdfg.GeneratePDFImpl.createPDFCommon(GeneratePDFImpl.java:342)
    at com.adobe.pdfg.GeneratePDFImpl.createPDF(GeneratePDFImpl.java:172)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    ... 69 more

    The resolution to this error was simply to go to the windows add/remove programs, remove the current install of MS Office, then reinstall insuring I was logged in with the same ID as the ID that installed the LiveCycle and Adobe Pro 9.  Rebooted server after the installs and then everything worked.  Has continued to work all week.

  • Why am I getting this error message in my DITA Topic? "Element (concept) is undefined"

    Frame 11
    DITA 1.2
    I was finally able to create a DITA topic (rather than a reference, concept, or task). However, when I try to insert a task, concept, or reference element after the prolog, I get the following error message:
         Element (concept [or task, or reference]) is undefined.
    My Topic general rule looks like this:
    title, titlealts?, abstract?, prolog>, body?, related links?, (topic | concept | task | reference)*
    in the topic.eddmod.fm and has been imported into topic.edd.fm, and topictemplate.fm in addition to concept.edd.fm, reference.edd.fm and a whole boatload of others and their related templates.
    Doesn't my general rule "define" concept, task, and reference? If not, what am I missing?
    Thanks in advance all you helpful people.
    Marsha

    Hi Marsha...
    Each "Element" node in the EDD is an "element definition" .. the EDD should contain an element definition for each element. The general rule in each element definition specifies the child elements allowed in that element.
    If you're getting the message .. "Element SOMENAME is undefined" .. then that element definition is missing from the EDD. Perhaps some other "mod" inset file is corrupt and it's not loading properly.
    Note that it's not DITA 1.2 that's a PITA, it's the way the default DITA 1.2 EDDs are set up that's a PITA. It doesn't have to be that way. Just flatten it and you'll be a happier camper.  :-)
    Cheers,
    ...scott

  • Installing LC ES 8.0 trial - ReaderExtensions error

    Hello!
    I installed LiveCycle ES 8.0 with JBoss service. Everything works fine when I try http://localhost:8080/adminui and http://localhost:8080/workspace, but when I try http://localhost:8080/ReaderExtensions I get an error in my web browser, a null pointer exception: http://img88.imageshack.us/img88/7081/errorreaderextensionsxx2.jpg
    It's running on Tomcat 5.5, JDK 1.5.0.11. Win XP SP2, Core2Duo, 2GB RAM.
    Someone can help me?
    Thanks in advance.

    Unfortunately, Tomcat is not enough for LiveCycle ES 8.0
    Tomcat is only a Web Container, meaning it can provide services only to JSPs and servlets. LiveCycle also has EJBs which need the services of an EJB Container. Therefore, you need a full-fledged J2EE application server such as JBoss 4.0.3SP1, IBM WebSphere AS 6.1.0.5 or Bea WebLogic AS 9.2
    Please note, JBoss actually has Tomcat 5.5 as its Web Container implementation.

Maybe you are looking for