Sounds like misunderstanding files are being copied/converted into folders like this:
webapps/openmeetings/upload/files/550e8400-e29b-41d4-a716-446655440000 then you drop file to WB, at this moment converted file(s) being copied into room folder: webapps/openmeetings/upload/files/12 <-- roomId == 12 I guess your issue is caused by the fact one image is not being overridden by another Will try to check On Thu, Jun 29, 2017 at 12:11 PM, Dhawan, Vaibhav (MIND) < [email protected]> wrote: > Hi Maxim, > > > > I have uploaded two pdfs to my room files. > > *1)pdf-sample.pdf* > > *2)ImageOnly.pdf * > > > > while debugging i found that conversion is done and format is *PAGE_TMPLT > = DOC_PAGE_PREFIX + "-%04d." + EXTENSION_PNG;* > > > > so my first pdf-sample.pdf is converted to image *i.e page-0000.png* > which i can drag on Whiteboard and it is opening , > > but second one is not converted to image and when i drag my second pdf > file i.e ImageOnly.pdf , it is not opening , > > > > Can you please guide me whether there is a conversion problem ? or > something else > > > > *I can see following on my console during drag and drop of pdfs.* > > *1)pdf-sample.pdf* > > > > DEBUG 06-29 10:21:06.690 RoomResourceReference.java 549689 134 > org.apache.openmeetings.web.room.RoomResourceReference > [http-nio-0.0.0.0-5080-exec-9] - getFileForRoom String is :0 > FileExplorerItem: org.apache.openmeetings.db.entity.file.FileExplorerItem@ > 38cc8385 > > D:\DevWorkspaces\itutor-html5\open-meetings-html5\ > openmeetings-server\target\server\webapps\openmeetings\upload\files\12\page-0000.png > : getAbsolutePath > > > > *2)ImageOnly.pdf * > > DEBUG 06-29 10:23:47.457 RoomResourceReference.java 710456 134 > org.apache.openmeetings.web.room.RoomResourceReference > [http-nio-0.0.0.0-5080-exec-9] - getFileForRoom String is :0 > FileExplorerItem: org.apache.openmeetings.db.entity.file.FileExplorerItem@ > 554803e7 > > D:\DevWorkspaces\itutor-html5\open-meetings-html5\ > openmeetings-server\target\server\webapps\openmeetings\upload\files\12\page-0000.png > : getAbsolutePath > > > > > > Thanks, > > Vaibhav Dhawan > > [image: cid:[email protected]] > > ------------------------------ > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. WARNING: Computer viruses can be > transmitted via email. The recipient should check this email and any > attachments for the presence of viruses. The company accepts no liability > for any damage caused by any virus/trojan/worms/malicious code transmitted > by this email. www.motherson.com > -- WBR Maxim aka solomax
