Acrobat can't access shared review data on WebDAV

Now I'm trying to setup shared review environment using WebDAV.
but, only when i use acrobat on MacOSX, can't access review data.
when i use windows this problem doesn't happen.
Does anyone know the any of reasons, workarounds?
* Environment
DAV Server : Apache 2.2.3 (mod_dav, mod_dav_fs) on CentOS 5.6
Client : Mac OSX 10.6.8
Acrobat : Acrobat Pro 10.0.0
* Repro Steps
1. Open Safari
2. Access to WebDAV Url
3. Acrobat (plugin) on Safari seems to open pdf file correctly, but error dialog is appeared.
    dialog says "can't connect to ... (in Japanese)"
* Additional Info
I can uploaded pdf file to WebDAV folder with this(MacOSX) client. (use Shared review wizard of Acrobat)
I can access review data when I use Windows(XP Pro, Acrobat X Pro and Acrobat Reader X 10.1.0)
WebDAV server 100% passed litmus(server protocol compliance test suite)
   litmus : http://www.webdav.org/neon/litmus/
This problem occured both of via http and via https.

AmbooS wrote:
A similar issue was fixed in Acrobat 10.1 patch. Download and install the patch from Adobe website and see if your issue is resolved.
I installed Acrobat Reader 10.1.0 on the above Mac (I didn't apply the patch). but the same problem reproduced with this Acrobat Reader.
( get the Dialog box which says "Acrobat cannot connect to the Review Server ..." )
Then I changed the following preferences, This problem has not been solved yet.
1. Security(Enhanced)
    Add webdav host to Privileged Locations.
2. Trust Manager -> Internet Access ...
   Click 'Change Settings...', then Allow webdav site address.
I verified the followings.
1. MacOSX Safari can't access to PDF(Shared Review) properly.
After the installing Adobe Reader 10.1.0, while loading pdf, progress bar of Acrobat Reader Plugin began to not progress (not finished to open).
When I open the PDF(not for Shared Review), Reader Plugin can open it correctly.
(I verified Safari's installed plugin setting for pdf  is "Adobe Acrobat Plug-in, Version 10.1.0")
*I verified the following 2-4 with Firefox on MacOSX.
2. I checked http access log (of webdav server), but there are no access logs from (MacOSX's) Adobe Synchronizer.(I verified this when the firewall of MacOSX was disabled)
3. Access to PDF file is working properly (Acorobat Reader on MacOSX can display PDF (but shared review data are not)).
4. When I accessed from Windows XP(Acrobat Reader), like the following http access log has been recorded.
xxx.xxx.xxx.xxx - suda [22/Sep/2011:15:41:55 +0900] "GET /webdavtest/2/413/1/NEW_0003_review.pdf__735c6012134e4f9f9fbdebb4b9029b39/masao.suda.at.i nteraction-i.co.jp.xml HTTP/1.1" 304 - "-" "Mozilla/3.0 (compatible; Adobe Synchronizer 10.1.1)"
It seems that Adobe Synchronizer on MacOSX (Adobe Resource Synchronizer) doesn't work properly.
In the previous post. Once I (and my co-worker) verified this was solved certainly.
I found similar issue (  http://forums.adobe.com/thread/850377 ). was this problem solved?

Similar Messages

  • Acrobat X, Reader, and shared review

    My association would like to a volunteer committee of our members, approx. 10-12 people, be able to do a group review of a PDF. All members of the group must be able to see everyone else's comments and add their own.
    I understand that Acrobat XI has a shared review capability via Adobe's cloud storage. Does Acrobat X have this same capability? Will our members be able to access a shared review PDF on the cloud by using Reader or must they use Acrobat? And is the use of cloud storage for shared review part of the price of the Acrobat software or is there an additional fee (how much?) for this service?

    Hi comm_ncra,
    Just saw your tweet, and managed to track down your forum post. Acrobat X does have the same commenting capabilities as Acrobat XI, and folks will be able to comment on your PDF using either Acrobat or Reader.
    You may have read about Workspaces on Acrobat.com, which can be used to collect comments for shared reviews. Workspaces will be retired very early next year, but you can still initiate a shared review and then use your own internal server to collect comments: See FAQ: Adobe Workspaces retired for more information about Workspaces end-of-life.
    But, you can certainly share your PDF via Acrobat.com, and storage is free.
    I hope that helps.
    Best,
    Sara

  • Multiple Users Can't Access Time Capsule Data

    My wife and I have two separate Apple MacBooks that share a Time Capsule. We have different account names on these respective computers. I initially set up my Time Capsule and created folders that I can access from Finder.app when I connect over our wireless network. In Airport Utility.app, under the "Disks" tab, I set up the shared disks "with device password", so that she and I can mutually access all the data on the Time Capsule. However, when I try to access it from her computer, I click on the Time Capsule in Finder.app and get this dumb Sharepoint icon--a total dead end. I created another account on her computer with the same name as the account on my own computer, and from that account, I'm able to access all of the data on the Time Capsule. This therefore seems to be a permissions issue, but I've checked all of the files and folders on the Time Capsule and ensured that they all have "everyone read & write" access, so there should be no restrictions on access to this data.
    Why are the volumes on my Time Capsule sensitive to the user accessing them? How do I set up data repositories on the Time Capsule that can be accessible to all users on my network? I'm out of ideas.

    Are both computers actually running Mavericks??
    This is very typical Yosemite problem.
    For some reason which I don't yet understand Yosemite is horrible at handling network drives.
    dumb Sharepoint icon
    Sharepoint is a dlink app?? If you have ever had some app loaded that uses a different product to apple then it can mess your access.
    WD share stuff seems to be the worst and causes no end of problems.
    What you are seeing btw is the TC is not a NAS.. you are trying to use it as one.. but it isn't.

  • Can not access the Instance Data of a Singleton class from MBean

    I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
    I have an application (let's call it "APP") and i have a "PerformanceStatistics" MBean written for APP. I also have a Singleton Data class (let's call it "SDATA") which provides some data for the MBean to access and calculate some application runtime stuff. Thus during the application startup and then in the application lifecysle, i will be adding data to the SDATA instance.So, this SDATA instance always has the data.
    Now, the problem is that i am not able to access any of the data or data structures from the PerformanceStatistics MBean. if i check the data structures when i am adding the data, all the structures contains data. But when i call this singleton instance from the MBean, am kind of having the empty data.
    Can anyone explain or have hints on what's happening ? Any help will be appreciated.
    I tried all sorts of DATA class being final and all methods being synchronized, static, ect.,, just to make sure. But no luck till now.
    Another unfortunate thing is that, i some times get different "ServicePerformanceData " instances (i.e. when i print the ServicePerformanceData.getInstance() they are different at different times). Not sure whats happening. I am running this application in WebLogic server and using the JConsole.
    Please see the detailed problem at @ http://stackoverflow.com/questions/1151117/can-not-access-the-instance-data-of-a-singleton-class-from-mbean
    I see related problems but no real solutions. Appreciate if anyone can throw in ideas.
    http://www.velocityreviews.com/forums/t135852-rmi-singletons-and-multiple-classloaders-in-weblogic.html
    http://www.theserverside.com/discussions/thread.tss?thread_id=12194
    http://www.jguru.com/faq/view.jsp?EID=1051835
    Thanks,
    Krishna

    I am working against the deadline and i am sweating now. From past few days i have been working on a problem and now its the time to shout out.
    I have an application (let's call it "APP") and i have a "PerformanceStatistics" MBean written for APP. I also have a Singleton Data class (let's call it "SDATA") which provides some data for the MBean to access and calculate some application runtime stuff. Thus during the application startup and then in the application lifecysle, i will be adding data to the SDATA instance.So, this SDATA instance always has the data.
    Now, the problem is that i am not able to access any of the data or data structures from the PerformanceStatistics MBean. if i check the data structures when i am adding the data, all the structures contains data. But when i call this singleton instance from the MBean, am kind of having the empty data.
    Can anyone explain or have hints on what's happening ? Any help will be appreciated.
    I tried all sorts of DATA class being final and all methods being synchronized, static, ect.,, just to make sure. But no luck till now.
    Another unfortunate thing is that, i some times get different "ServicePerformanceData " instances (i.e. when i print the ServicePerformanceData.getInstance() they are different at different times). Not sure whats happening. I am running this application in WebLogic server and using the JConsole.
    Please see the detailed problem at @ http://stackoverflow.com/questions/1151117/can-not-access-the-instance-data-of-a-singleton-class-from-mbean
    I see related problems but no real solutions. Appreciate if anyone can throw in ideas.
    http://www.velocityreviews.com/forums/t135852-rmi-singletons-and-multiple-classloaders-in-weblogic.html
    http://www.theserverside.com/discussions/thread.tss?thread_id=12194
    http://www.jguru.com/faq/view.jsp?EID=1051835
    Thanks,
    Krishna

  • ICloud storage space used up by old data from 1st gen iPad I traded in nearly 2 yrs ago for an iPad Mini. Can't backup any info for mini or new 6 plus. How can I access this old data to clear it out?

    My iCoud storage space is being used up by old data from a 1st  generation iPad I traded in nearly 2 yrs ago for an iPad Mini. The people at the sprint store where I made my trade were supposed to transfer everything over from my old iPad to the new Mini once they backed up the old device to iCloud. Well, long story short, none of the data ever got transferred to the new iPad, but it all got backed to iCloud, eating up all my storage space. Here I am almost 2 years later, and I've never been able to back-up my iPad mini. What's worse, My iPhone 4 wasn't backed up that whole time, and now I can't back-up my data from my new iPhone 6 Plus to iCloud either. Trying to find creative ways to store and save my information and data between all my devices is getting to be ridiculous. I don't want to upgrade my storage space though...just want to clear out a great deal of what is already being stored. How can I access this old data to clear it out?

    The only way to access data from an iCloud backup is to restore it to your device.  You could, for example, back up your iPad mini to your computer using iTunes (by connecting it, opening iTunes, then going to File>Devices>Back Up and choosing to back up apps and transfer purchases when prompted), then erase it and restore the old iPad backup (as explained here: iCloud: Restore or set up your iOS device from iCloud), save any recovered data you want to keep, then restore your iTunes backup back to your iPad mini (by connecting it to your computer, opening iTunes, then going to File>Devices>Restore from Backup).
    Once you're done with the old backup, delete it from your account to free up the space.

  • I can't access shared drives and printers

    My home has been wired with ethernet cables, so there are ethernet jacks in every room. There is one central place where they all the ethernet cables meet to connect to a hub and a cable modem. At this central place I have a D-Link 802.11g router connected to the hub. At the other end of my home I have a Airport Extreme base station connected to an ethernet jack. I have WEP password on the base station.
    My problem is that when there is a password on the base station I can't access shared drives and printers. I can only acces them if I am connected with a wire or I connect to the secured (password) D-Link Wifi router that is connected directly to the hub.
    What do I need to do to be able to access the shared drives and printers and keep my base station secured?
    Thank you.

    Whether or not you can access devices on your cabled network via the Airport Base Station is not dependent on whether or not wireless security is configured on that base station. Instead, it requires disabling the router built into the Base Station. See the article ABS as a wireless access point

  • TS1538 I have just purchased an iPhone5 and created a new user instead of using my previous ID. How can I access my previous data?

    I have just purchased an iPhone5 and created a new user instead of using my iPhone3 ID. How can I access my previous data?

    don't just sign out!
    if you simply sign out, the stuff you recently purchased will be an issue in the future when an update comes out for apps or anything else. restore the device as new from itunes then restore from a back if you have one as stated above...or set up as new and use correct apple id. this will ensure you will be using the apple id that you used originally without issues from the new one.

  • Can't access shared music after upgrading to 8.0.2.20

    After upgrading iTunes to version 8 on my mac, the shared music no longer appears. Has anyone else had this problem?
    The problem does not exist on iTunes for Windows 8.0.2.20 - I can still access shared music.

    Press the leftmost button out of the three in the top right corner of the window just above View.
    (39759)

  • TS4526 Can't access shared photo stream videos on my Apple TV, ?

    I have an Apple TV that is a couple of years old and can't access shared Photo Stream videos. Is this something that only the third generation Apple TV can do? I don't have any problem using an iPad 3, iPhone 5 or 5S to access these videos so I suspect it is a limitation with the older Apple TV. My cousin has a newer Apple TV and can view these videos but I can't see them.

    Have your husband check to see if he can view those 9 photos in full view or the edit mode.

  • I can't access shared Photo Streams from my Mac but can from iPhone/iPad. I can access my Photo Stream but not the shared ones.

    I can't access shared Photo Streams from my Macbook but can from iPhone/Ipad. I can access my Photo Stream but I can't figure out how to share.

    I can't access shared Photo Streams from my Macbook but can from iPhone/Ipad. I can access my Photo Stream but I can't figure out how to share.

  • Can I extended the review date on the deadline date prior to the time the shared review is to end?

    I am attempting to extend the deadline on the date the shared review is to end prior  but prior to the time of the day it is to expire; however, only the initiator of the shared review receives the extention. Adobe saves a copy of the extended date on the initiators local drive without saving a copy to the document reviews folder on Share Point, in which the reviews would have access.
    Should Adobe create a new link to the document with the deadline extended from the SharePoint copy as well?

    When the Initiator changes the deadline in his copy, it gets propagated to the reviewers' copies as well. When the reviewers do a 'Check for New Comments' or 'Publish Comments', they will get notified of the new deadline.

  • How can I see shared review comments in a PDF when connected to a SharePoint server over a VPN?

    I am using Acrobat Pro XI on Windows 7.
    When I issue a shared review, hosted on our work SharePoint server, I always encounter problems when accessing my work network from home, over a VPN. My comments do not get published, and I cannot see comments that reviewers have published.
    I issue the review PDF as an attachment when I open the review, and all reviewers save a local copy of this file. When I open the PDF, the "Welcome back to shared review..." screen is never updated with the number of comments. The server status always seems to show green, but the comment reporting mechanisms do not behave as they do at work. When I click Publish comments, I am usually asked if I wish to take ownership of unpublished comments by other reviewers (to which I click No). When I return to the office, everything seems to "just work" again. But this is hugely inconvenient if I am out of office for days on end.
    I had this problem with my previous version of Acrobat, and no satisfactory solution was ever reached. I am most dismayed to find it is still present in version XI.
    Please can anyone advise?

    I don't know if you solved this issue yet. But we have the same issue in the pass, and clean the log files under "\Synchronizer\resources\" folder seems to be a solution. Here is the thread talking about it.
    https://forums.adobe.com/thread/1426298?start=0&tstart=0

  • How can I access Address Book data from an older version of the application to transfer it to a newer version of Mac OS running on a second hard drive on the same MDD G4?

    I installed a hard drive from one PowerPC Dual 1.25 GHz MDD into another one with an older version of the OS X.  all my Address Book data are on the older hard drive, from which I now boot the computer.  When I launch Address Book as an app on the hard drive with the newer version of the OS, I get an error message that says I cannot run the version of Address Book from the older hard drive on the newer OS.  How can I access the data on the older hard drive version of the Address Book app so that I can transfer it to the newer version of the app on the boot drive?  The "Import" functionality will not work. I will be grateful for any help I can get.  I would also like to uninstall the older version of OS X from the older hard drive.

    Boot from the older version of OSX, then in AB use the File>Export>Export vCard after selecting all in AB.
    Then boot from the new OSx & use the new AB to import that VCF file.

  • Can't access shared library to import.  Why?

    When trying to access sharing, library will not come up in iTunes so that it can be imported.  Can anyone tell me why?

    Rebel,
    iTunes has two kinds of sharing:  regular sharing, which allows listening but not copying, and Home Sharing, which does allow copying. 
    Make sure you are using Home Sharing, and that both computers are authorized to the relevant account.

  • Unable to Share a PDF from Adobe Acrobat 8 Pro for Shared Review-Permissions Issue

    Hi,
    I get the following message while trying to initiate shared review for a document.
    Please help.
    Regards,
    Himani

    No updates recently - except possibly whatever Microsoft updates automatically (security, etc.).
    What is quite strange is this specific isolated instance:
    If I am in a Word document, then highlight and select (Ctrl C) a range of text, then go to Acrobat 9 Pro and try to create a PDF from that clipboard text, I get the above error. However, if I select text from another program, such as a web page, then Acrobat does not complain when I try to create a PDF from the clipboard, and everything proceeds as expected.
    So that makes one think that the issue is with Word; however, I sometimes (and "sometimes" is the operative word) get the error when taking text from Excel. But sometimes not.
    Is it Microsoft? But that is strange, as all this worked a few days ago - specifically on Friday 9/3. I use this feature daily,
    And, as I mentioned before, trying to create a PDF from an entire Word file also does not work (create from File).

Maybe you are looking for

  • MRS (Multi Resource Scheduling) - Time Data

    Hi All, Is possible display in the planning board the time data confirmation from CATS? Is necessary to use some function to integrate this? Best Regards. Javier

  • EREC_Error when launching Webdynpro Applications

    Hi Experts I am experiencing "UNCAUGHT_EXCEPTION" "CX_WDR_RT_EXCEPTION error when testing Internal Candidate Profile on E-recruiting via transaction se80.  We are running EREC 604 and on SP0008.  Does somebody knows how to rectify this?  There is no

  • Sap net Weaver Sneak preview edition installation Fails.

    Hi all, I couldn't finish the installation for SAP NetWeaver sneak preview installation. Installation failed in the IMPORT ABAP step. I have many Import package Errors . All the packages (18) SAPSSEXC, SAPAPPL1, SAPAPPL0, SAPSDIC... end up with error

  • CAN'T GET RID OF THE MISSED CALL ICON

    STILL HAVING AN ISSUE WITH THE "MISSED CALL" ICON.  I HAVE A  MISSED CALL ICON ON MY PHONE THAT WON'T GO AWAY. THE ICON SHOWS THAT I HAVE A MISSED CALLED BUT THERE ARE NO CALLS IN THE CALL LOG. THIS HAS HAPPENED BEFORE AND I HAD TO WIPE MY HANDHELD C

  • IOS XE debugging problem

    Does IOS XE not support debugging of received packets with the "debug ip packet" output?  I have a case where the router only shows locally generated packets in "debug ip packet [detail]" output, but nothing that is being received.  This is both for