Adobe CQ integration with Liferay

Hi
I am trying to integrate adobe CQ 5.5 with Liferay using CMIS. I followed this link http://dev.day.com/docs/en/crx/current/deploying/cmis.html to enable CMIS in Adobe CQ but i got this error:
No resource found
Cannot serve request to /cmis/repository in /libs/sling/servlet/errorhandler/404.jsp
Request Progress:
0 (2012-08-09 11:03:33) TIMER_START{Request Processing}
0 (2012-08-09 11:03:33) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message>
0 (2012-08-09 11:03:33) LOG Method=GET, PathInfo=/cmis/repository
0 (2012-08-09 11:03:33) TIMER_START{ResourceResolution}
1 (2012-08-09 11:03:33) TIMER_END{1,ResourceResolution} URI=/cmis/repository resolves to Resource=NonExistingResource, path=/cmis/repository
1 (2012-08-09 11:03:33) LOG Resource Path Info: SlingRequestPathInfo: path='/cmis/repository', selectorString='null', extension='null', suffix='null'
1 (2012-08-09 11:03:33) TIMER_START{ServletResolution}
1 (2012-08-09 11:03:33) TIMER_START{resolveServlet(NonExistingResource, path=/cmis/repository)}
3 (2012-08-09 11:03:33) LOG {0}: no servlet found
3 (2012-08-09 11:03:33) TIMER_END{2,resolveServlet(NonExistingResource, path=/cmis/repository)} Using servlet org.apache.sling.servlets.get.DefaultGetServlet
3 (2012-08-09 11:03:33) TIMER_END{2,ServletResolution} URI=/cmis/repository handled by Servlet=org.apache.sling.servlets.get.DefaultGetServlet
3 (2012-08-09 11:03:33) LOG Applying Requestfilters
3 (2012-08-09 11:03:33) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter
3 (2012-08-09 11:03:33) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter
3 (2012-08-09 11:03:33) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet
3 (2012-08-09 11:03:33) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter
3 (2012-08-09 11:03:33) LOG RedirectFilter did not redirect (request extension does not match)
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter
3 (2012-08-09 11:03:33) LOG Applying Componentfilters
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter
3 (2012-08-09 11:03:33) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter
3 (2012-08-09 11:03:33) TIMER_START{org.apache.sling.servlets.get.DefaultGetServlet#0}
3 (2012-08-09 11:03:33) TIMER_END{0,org.apache.sling.servlets.get.DefaultGetServlet#0}
3 (2012-08-09 11:03:33) LOG Applying Error filters
3 (2012-08-09 11:03:33) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter
3 (2012-08-09 11:03:33) TIMER_START{handleError:status=404}
3 (2012-08-09 11:03:33) TIMER_END{0,handleError:status=404} Using handler /libs/sling/servlet/errorhandler/404.jsp
4 (2012-08-09 11:03:33) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@1170538), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@57d154), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@16ff991), serializer=Config(type=htmlwriter, config={}))}
4 (2012-08-09 11:03:33) TIMER_END{4,Request Processing} Dumping SlingRequestProgressTracker Entries
After that i downloaded CRX v 2.2 and try the same thing. I was able to connect to repository successfully but not able to display any folders. When i try to create a folder i got this error:
Exception in thread "main" org.apache.chemistry.opencmis.commons.exceptions.CmisInvalidArgumentException: Property cmis:objectTypeId must be set!
          at org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.checkCreatePr operties(ObjectServiceImpl.java:648)
          at org.apache.chemistry.opencmis.client.bindings.spi.atompub.ObjectServiceImpl.createFolder( ObjectServiceImpl.java:135)
          at org.apache.chemistry.opencmis.client.runtime.SessionImpl.createFolder(SessionImpl.java:76 9)
          at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createFolder(FolderImpl.java:129)
          at org.apache.chemistry.opencmis.client.runtime.FolderImpl.createFolder(FolderImpl.java:453)
          at CMISAtomTest.main(CMISAtomTest.java:42)
Please Help

Make sure you are using crx-cmis-server-package-2.2.0  and sling.properties add [1] for jre-1.6
Please file daycare if you do not have that package and also will help to place documentation update request.
[1] javax.jws.soap;javax.jws;

Similar Messages

  • Problem in submit button on adobe form integrated with web dynpro

    Hello,
    I'm facing prob in triggering web dynpro event onSubmit for Interactive form.
    I've created a submit button from web dynpro activex pallete on adobe form (integrated with web dynpro) to send the form as email.
    Then in the web dynpro view where this form is embedded i have created an action against onSubmit event and called a method within this.
    However, on clicking Submit button this event is not getting triggered.
    Please let me know what is lacking in this process?
    Thanks.

    Hi,
    I am also facing the same problem. i have developed a simple scenario under which user have to input his/her details and on submit button it will be updated to database.
    I have tried the above solution but after adopting this solution all the editable fields become non-editable.
    so the above solution is not working for me could you help me out.
    I think ... try this....
    When you create the Adobe Form from WebDynpro, you need to follow one step in SFP Transaction or inSE80 transaction. Open the Adobe Form in any one the transaction and now in SAP menu bar "Utilities" in that you will find the "INSERT THE WEBDYNPRO SCRIPT" just click on that one. Then you will see a new Script Object is being created with the name "ContainerFoundation_JS" under the "Variables" in the Heirarchy of the Object Pallete of the Adobe Form.
    This step is mandatory to use the SUBMIT Button of the "WebDynpro Native", to trigger the OnSubmit event of the WebDynpro.
    Thanks
    Edited by: shailendra2sap on Mar 6, 2009 12:24 PM

  • Hyperion - Portal Integration with Liferay

    Hi,
    Anyone has experience in hyperion portlet integration with liferay? By looking at the hyperion portal integration kit -- there seems to be no support for liferay. are these hyperion portlets are dependable on the portal application??
    Thanks

    Tom,
    you may want to check this
    https://www.sdn.sap.com/irj/scn/advancedsearch?query=agile&cat=sdn_all
    Thanks
    Bala Duvvuri

  • Use Adobe CreatePDF integrated with Adobe

    Hi
    I´m pursache Adobe CreatePDF but when I tried to covert to a pdf from adobe tools is still asking for suscription
    Any ideas how to work with   Adobe CreatePDF  from Adobe reader¿?
    Cherrs

    Estas en el Foro de usuarios, en español.
    Explica tranquilamente el proceso de compra y el resultado, para ver si vemos donde deja de funcionar el proceso. Gracias.

  • Adobe form integrated with WDA Application- hanging on click of button

    Hello Experts,
    These are my specifications -
    SAP Netweaver release - 701 Level -05
    ADS Version - 802.20090618120017.572641
    Version of ZCI script - 802.20090115091137.519569.519537
    When I click on the submit button, the wait symbol ( a circle) keeps on coming and then after 600 secs, a connection time out occurs. We have applied note 1223121 to our system and this dint help.
    I have looked at the other posts in this forums too, however dint get much help. Please advise how to proceed. We are running out of ideas here.
    Appreciate your help! Thanks
    Regards, Liz

    Hi Ralf,
    Thanks for your reply. I was able to get the trace file. These are my observations -
    I got the foll. entries - Got a message from Adobe "Got a message from Adobe Reader: zciVersion 1: 800....". Also Entries containing "sendDataToServer" and "responseFromServer" are also present.
    The only error I could see is in the last line -
    16:45:33.892 EventHandler.js(285) : onXmlHttpResponse : Delta response could not be loaded.
    Another thing to note is the repeated occurance of the foll. statements in the end-
    16:42:34.670 BrowserWindow.js(431) : onfocusin : Focus
    16:42:35.045 BrowserWindow.js(478) : checkForLostFocus : Blur
    16:42:35.045 BrowserWindow.js(488) : checkForLostFocus : fire lsfocuslost
    16:43:28.719 BrowserWindow.js(431) : onfocusin : Focus
    16:43:29.923 BrowserWindow.js(478) : checkForLostFocus : Blur
    16:43:29.939 BrowserWindow.js(488) : checkForLostFocus : fire lsfocuslost
    16:44:13.935 BrowserWindow.js(431) : onfocusin : Focus
    16:44:15.827 BrowserWindow.js(478) : checkForLostFocus : Blur
    16:44:15.874 BrowserWindow.js(488) : checkForLostFocus : fire lsfocuslost
    I was wondering if you have encountered any issue like this.
    Hi Chris,
    No I dont have the ISR controls. Its a simple button. The button lies on the View. There is no button on the form so there is no script that I can check. Hope I understood what you were saying.
    All, pls. advise if you have encountered this issue before.
    Thanks in advance. Liz

  • Adobe Story integration with OnLocation - Shot List

    I'm trying to export a script from Adobe Story and import it into OnLocation but I can't seem to get 'shot' elements made in Story to become 'shot placeholders' in OnLocation. All I've been able to get OnLocation to recognize is entire scenes, but not elements into individual shot placeholders.
    Does Story/OnLocation support drafting a shotlist in Story and turning into shot placeholders in OnLocation? Is there any news on some of the potential features mentioned in this thread about shot elements that are linked or layered in some way so you don't have to maintain multiple documented for shot lists and screenplays?
    sl

    As of right now shots entered in Story do not end up as shot placeholders in OnLocation. We only support converting Scenes->shot placeholders.
    We see your point though and add it to the list of things to do.
    --Anubhav
    Anubhav Rohatgi
    Sr. Product Manager

  • Adobe Forms Integration with portal

    HI,
    We have some Adobe forms created under SE80.
    Now i need to show that forms in Enterprise Portal.
    SO i have created an Iview Template and selected sap webdynapro iview --> webdynapro for abap iview and
    then proided the System, Name space and Appln name of that form.
    When i preview it i can see the respective form. But when i update something in the form it is not getting updated.
    Regards,
    Raju

    Raju,
    I assume you have developed ActiveX enabled Adobe forms wherein whenever the user opens up the Adobe Form, and Adobe dll is downloaded on user's machine. Again there is a catch here, the user needs to have Admin rights on his/her machine so that dll downloads correctly.
    If the user does not have Admin rights then the installation of DLL fails and hence you may be seeing the read cross mark.
    I would suggest change the displayType to native in Adobe Form properties and also make sure to select the elements from respective library in Adobe LiveCycle Designer. For Eg: If form is native and you want a value help then select Value help from Web Dynpro Native Library Palette in Adobe LiveCycle Designer.
    Chintan

  • Adobe form integration with R/3

    Hi,
    I am working on TA FBL1N and I need to add an icon/hyperlink, clicking on that hyperlink/icon the user should be able to  view a PDF/ TIFF file which is currently stored in another information server which is a Microsoft server in network.
    So basically the pdf are existing on another server and I have to integrate it in Standard r/3 via ABAP.
    Please let me knoe any suggestions/ways to achieve this in standard r/3 and whether I have to use Wd ABAP or bsp to achieve the same.
    Regards

    Hi,
    you want to display a document which is stored in a external repository , that's right ?
    IF yes it does not concern PDF File generating by SAP , but it concern archivelink or DIR .
    Let me know if you need more explanation.
    Best regards

  • Integrating Pentaho(BI tool) with Liferay Portal (implementing MyFaces)

    Hey friends,
    i'm a newbie to the Science of Liferay (Portal Servers).
    and i kind of think this may not be an appropriate forum to post this query and i know that Many people might be bored by this discurssion
    and i'm sorry as i was not able to get any helpful articles(Tech tips) after a strenuous google / forums (java,liferay/pentaho).
    aliright,here is my problem.
    My company is in the phase of migrating their tech.. resources they wanted to get adapted to open source technologies which could facilitate us to deliever cost affective services.
    For, which we decided to go by integrating Liferay Protal(MyFaces implementations) at Presentation / View Layers,Spring (@biz layer) & Hibernate(@DA layer) and we were researching on few Open Source BI tools which could cater our requirements for our reporting front.On a detail survey we found an open source BI tool called "Pentaho" catering our needs.
    I heard that there are few internal BI tools(ServiceMix JBI engine) which comes with Liferay itself but we were unable to cater requirements with them. So we've decided to integrate Liferay with this reporting tool called "pentaho".I was just wondering if someone is already working on this front,if so i'd be glad if they can share some info of how to go about it.
    It would be gr8 if someone can share details in form on few good links to few tech. discurssions & few valid points.
    Thanks in Advance !!!
    REGARDS,
    RaHuL

    Hey friends,
    Some1 there who cud help me :)

  • Does cq5 provide integration with adobe dreamweaver

    Hi Everyone,
    I would like to know if CQ5 provides any kind of integration with Dreamweaver so that all the content that is created by web-dev team using dreamweaver can directly be imported in Cq5.
    Also does cq5 provides and dreamweaver kind of capability, so that web-dev team can develop their content in cq5 itself and would not use dreamweaver.
    Thanks

    just check some other post in the forum:
    http://forums.adobe.com/message/4727699#4727699

  • Actionscript / swf integration with Adobe Presenter

    I need to do some Actionscript / swf integration with Adobe Presenter content.
    Is there any way to access information about current slide nr., total number of slides and "end of presentation" information from swf(Actionscript 3.0) inserted into Adobe Presenter?
    I am using Adobe Presenter 8 with Adobe Connect 8.

    First, the best place is probably the Presenter forum, which somewhat curiously is under the Connect umbrella:
    http://forums.adobe.com/community/connectpro/connectpro_presenter
    Out of curiousity, why are you using AICC? Because the content is on a different domain?
    To the point, it's great to have a logging or debugging tool for these sort of things to view the communication between the LMS and the lesson. Perhaps the lesson is sending the 'completed' status but also sending some other value that the LMS is using to change the status back to incomplete?
    My first suggestion would be to try the lesson in a tool like TestTrack...but I don't think that handles AICC. Does the Saba LMS have any kind of debugger or logging tool you can use? You really need to see if the lesson is sending the status back to the LMS as you suspect it should. If it IS, then the issue lies with the LMS and how it's interpreting that result. If it's NOT, then you can then perhaps figure out what to adjust in the lesson.
    In general, just play with the settings. If it's set to Complete/Incomplete and has a Mastery Score, try NOT setting the Mastery Score... And other such combinations.
    I hope the folks in the Connect/Presenter forum can provide more insight.
    Erik

  • Adobe Acrobat Connect and  Liferay

    Hi,
    I would like create a portlet into my liferay portal in order to logging in my Adobe Connect server department (connect.ct.infn.it).
    In particular I would like that when users insert their own credentials into the portal, thanks the Single Sign-On, also the Adobe Connect portlet logs users into the specified server.
    So my questions are:
    1) Does Adobe Connect support OpenSSO? In particular I try to install OpenAM with Liferay and it works fine (http://www.objectpartners.com/2010/08/16/integrating-opensso-openam-with-liferay-portal-on -tomcat/).
    2) Do you have other suggestions (different from the opensso) in order to create that kind of portlet?
    Many thanks for your attention.
    Elisa

    Hi C,
    Acrobat Connect is not a part of the base LSO 6.00 software delivery. It requires EhP2 to be installed (the Instructor Role is delivered in that EhP) and there is a separate licensing agreement for this version of the product. Your SAP Account Executive can get you details on the licensing.
    Best regards,
    Harry West

  • Java Stack mandatory for a SAP BI system integrated with EP?

    Hi Guru's,
    Currently we are using SAP NetWeaver 2004 s version 7.0 system for our BI.
    This is integrated with the EP. But our BI system does not contain the Java Stack installed.
    When we work on WAD templates and execute  the template, it is automatically directed to EP portal where we can see our reports.
    Here my question is do we need Java Stack for this system to use ADOBE DOCUMENT services or can it work with EP only for the web functionalities.
    Any info on this is of great help.
    Best Regards
    Kumar

    HI Reddy,
    We came to know from our basis team that we do not have the Java Stack installed in our BI 7.x system yet.
    As it is integrated with EP which has Java, our web reports are working.
    1) But my question is still do we ned to install the Java Stack in our BI system as i do not find any Export to PDF option in EP for the reports (eventhough AS Java supports this).
    2) Or can we use the existing configuration without Java STack integrated to EP for the new tools like Report Designer and Integrated Planning?
    Regards
    Kumar

  • Image not showing in Abobe integrated with Java WebDynPro

    Hi All,
    Image is not showing in Abobe integrated with Java WebDynPro.
    I did the following:
    Added the image field in adobe form. in URL value set the value of context node binding. Binding set to none and size set to Use Original Size.
    Then in script editor i wrote
    this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    at innitialize , javascript and client.
    I can see the image from the same url context value if image field is created directly in WebDynPro View.
    Can anyone suggest what is missing?
    Thanks and Regards,
    Nuzhat

    Try changing your line of code for this one
    this.value.image.href = xfa.record.Images.URL;
    Check that the url passed by scripting is correct with a messageBox for example.
    You can also try assigning a hardcoded url at scripting level to check if its works.
    Best regards, Aldo.

  • How to test a plug_in without Adobe Reader Integration Key?

    I havge a project to create a plug_in for acrobat reader with Adobe Acrobat 8.1 SDK. I also apply for the Adobe Reader Integration Key, but I have not it by now. But deadline of the project is coming, is there any one who can tell me how to test the plug_in without Adobe Reader Integration Key?
    I also have another question, does the plug_in I make with Adobe Acrobat 8.1 SDK can be compatible for all the version of Acrobat reader, such as 7.0, 8.0 and so on? Thank you.

    You test the plug-in, as well you can, using Acrobat. You also build
    it using the preprocessor options to build a Reader plug-in, so you
    don't accidentally use an API not in Reader.
    If you are saying, is there w way around the Integration key for
    testing in Reader, the answer is no.
    Different Reader keys and tools are needed for each version of Reader.
    You will probably not get a key for an old version of Reader.
    Aandi Inston

Maybe you are looking for