Thanks, Stephen. Here's what I get: [root@openmeetings ~]# alternatives --config java
There is 1 program that provides 'java'. Selection Command ----------------------------------------------- *+ 1 /usr/lib/jvm/jre-1.7.0-openjdk/bin/java Enter to keep the current selection[+], or type selection number: Oh, oh. I don't even see the Oracle version. But, I installed the JRE, not the JDK. Might that be the rub? Dimitri On Monday 30 July 2012 3:03:57 pm Stephen Cottham wrote: > For java try > > update-java-alternatives > > Or > > alternatives --config java > > Should show you all java's installed and allow you to change the default. > > Sent from my iPhone > > On 30 Jul 2012, at 19:58, "Dimitri Yioulos" <dyiou...@onpointfc.com> wrote: > > Maxim, > > > > I'm not quite sure how to proceed. First, I just installed parts of > > libreoffice: > > > > libreoffice-headless-3.4.5.2-16.el6.i686 > > libreoffice-opensymbol-fonts-3.4.5.2-16.el6.noarch > > libreoffice-ure-3.4.5.2-16.el6.i686 > > libreoffice-core-3.4.5.2-16.el6.i686 > > > > Should I do a "yum groupinstall libreoffice"? > > > > Next, I'm not sure how to open my doc. This is a server install and, so, > > there is no Xwindow/desktop system installed. > > > > Finally, how do I get the Oracle java to be the default? I do have the > > following in /etc/profile so that the proper java be loaded at boot (I > > think): > > > > export JAVA_HOME=/usr/java/jdk1.7.0_04/bin/java > > export PATH=$PATH:/usr/java/jdk1.7.0_04/bin > > > > Dimitri > > > > On Monday 30 July 2012 2:47:04 pm Maxim Solodovnik wrote: > >> Yes you could :) > >> According to this: > >> http://stackoverflow.com/questions/8420449/docsplit-jodconverter-openoff > >>ice -issue-on-debian > >> > >> can you ensure you have writer/calc/impress installed (by opening your > >> doc for example) > >> > >> were you install your libreoffice via yum groupinstall? > >> > >> I would recommend you to have Oracle java as default one > >> There are some weird issued with OpenJDK. > >> > >> On Tue, Jul 31, 2012 at 1:40 AM, Dimitri Yioulos > > > > <dyiou...@onpointfc.com>wrote: > >>> Let me take the easy part first: > >>> > >>> [root@openmeetings ~]# java -version > >>> java version "1.7.0_05-icedtea" > >>> OpenJDK Runtime Environment (rhel-2.2.1.el6_3-i386) > >>> OpenJDK Client VM (build 23.0-b21, mixed mode) > >>> > >>> Now, the thing of it is, even though I installed the Sun/Oracle > >>> version, when I > >>> installed some other component (libreoffice, I think, but I forget > >>> exactly what), a dependency that was installed was OpenJDK. Hmmm. > >>> > >>> I tried to do the following conversion at the command line: > >>> > >>> java -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar > >>> "FAX COVER SHEET.doc" faxcover.pdf > >>> > >>> It failed. I got: > >>> > >>> Exception in thread "main" > >>> org.artofsolving.jodconverter.office.OfficeException: > >>> could not load document: FAX COVER SHEET.doc > >>> ~ > >>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems to be > >>> an unsupported one. > >>> ~ > >>> > >>> I can convert MS Word docs, can't I? > >>> > >>> Dimitri > >>> > >>> On Monday 30 July 2012 2:27:56 pm Maxim Solodovnik wrote: > >>>> Please try to stop it and run jod converter via commandline (jod > >>> > >>> converter > >>> > >>>> will start libreoffice automatically) > >>>> also please check your java version? > >>>> > >>>> > >>>> java -cp /usr/local/jodconverter/lib/juh-3.2.1.jar > >>>> -cp /usr/local/jodconverter/lib/jurt-3.2.1.jar > >>>> -cp /usr/local/jodconverter/lib/ridl-3.2.1.jar > >>>> -cp /usr/local/jodconverter/lib/unoil-3.2.1.jar > >>>> -cp /usr/local/jodconverter/lib/commons-cli-1.1.jar -cp > >>>> /usr/local/jodconverter/lib/commons-io-1.4.jar > >>>> -cp /usr/local/jodconverter/lib/json-20090211.jar > >>>> -cp /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar > >>>> -jar /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7 > >>>b1 78 > >>> > >>>> 4cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.doc 1a.pdf > >>>> > >>>> On Tue, Jul 31, 2012 at 1:23 AM, Dimitri Yioulos > >>> > >>> <dyiou...@onpointfc.com>wrote: > >>>>> Thanks to both Maxim and Alexsei for your responses. CentOS 6.x > >>>>> (and, > >>> > >>> by > >>> > >>>>> extension, I'd guess, RHEL 6.x) no longer use openoffice but, rather, > >>>>> libreoffice. libreoffice-headless is installed, and is running as a > >>>>> service: > >>>>> > >>>>> tcp 0 0 127.0.0.1:8100 0.0.0.0:* > >>>>> LISTEN 13514/soffice.bin > >>>>> > >>>>> started with: > >>>>> > >>>>> soffice --headless --accept="socket,host=127.0.0.1,port=8100;urp;" > >>>>> --nofirststartwizard > >>>>> > >>>>> Dimitri > >>>>> > >>>>> On Monday 30 July 2012 2:08:17 pm Alexei Fedotov wrote: > >>>>>> It says, URL seems to be unsupported. > >>>>>> > >>>>>> The class which produces it is under com.sun, so the problem may be > >>> > >>> in > >>> > >>>>> the > >>>>> > >>>>>> old OpenOffice version > >>>>>> 30.07.2012 21:54 пользователь "Dimitri Yioulos" > >>>>>> <dyiou...@onpointfc.com> > >>>>>> > >>>>>> написал: > >>>>>>> Hello to all. > >>>>>>> > >>>>>>> I'm not new to Openmeetings, having originally installed and > >>>>>>> tried > >>> > >>> it > >>> > >>>>> at > >>>>> > >>>>>>> least a > >>>>>>> couple of years ago. Thanks to Sabastian Wgner for having > >>>>>>> created it, and to > >>>>>>> Apache for taking the project forward. > >>>>>>> > >>>>>>> I've installed version 2.0.0 on a CentOS 6.2 server. All of the > >>>>>>> prerequisites > >>>>>>> are installed, and Openmeetings works well. With the exception > >>>>>>> of file uploading, that is. After figuring out the paths of the > >>> > >>> various > >>> > >>>>>>> components required to make file uploading work, I'm finally at a > >>>>>>> point where I'm stuck. > >>>>>>> When I try to upload a file, I get the following (it's verbose; I > >>>>>>> apologize): > >>>>>>> > >>>>>>> Name: out > >>>>>>> Value: > >>>>>>> Name: exitValue > >>>>>>> Value: 1 > >>>>>>> Name: command > >>>>>>> Value: > >>>>>>> [java, -cp, /usr/local/jodconverter/lib/juh-3.2.1.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/jurt-3.2.1.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/ridl-3.2.1.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/unoil-3.2.1.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/commons-cli-1.1.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/commons-io-1.4.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/json-20090211.jar, -cp, > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar, > >>>>>>> -jar, > >>>>>>> /usr/local/jodconverter/lib/jodconverter-core-3.0-beta-4.jar, > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e > >>>94 > >>> > >>>>>>> e7b1784cbc2a9b42b161a.doc, > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7 > >>>b1 > >>> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf] Name: > >>>>>>> error Value: Jul 30, 2012 1:18:25 PM > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager > >>>>>>> INFO: ProcessManager implementation is LinuxProcessManager > >>>>>>> Jul 30, 2012 1:18:26 PM > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start > >>>>>>> INFO: starting process with > >>>>>>> acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and > >>>>>>> profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002' > >>>>>>> Jul 30, 2012 1:18:26 PM > >>>>>>> org.artofsolving.jodconverter.office.OfficeProcess start > >>>>>>> INFO: started process; pid = 13986 > >>>>>>> Jul 30, 2012 1:18:26 PM > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection > >>>>>>> connect > >>>>>>> INFO: connected: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' > >>>>>>> Jul 30, 2012 1:18:26 PM > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager > >>>>>>> stop INFO: stopping > >>>>>>> Jul 30, 2012 1:18:26 PM > >>>>>>> org.artofsolving.jodconverter.office.OfficeConnection$1 > >>>>>>> disposing > >>>>>>> INFO: disconnected: > >>>>>>> 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' Jul 30, 2012 > >>>>>>> 1:18:27 PM > >>>>>>> org.artofsolving.jodconverter.office.ManagedOfficeProcess > >>>>>>> doEnsureProcessExited > >>>>>>> INFO: process exited with code 0 > >>>>>>> Jul 30, 2012 1:18:27 PM > >>>>>>> org.artofsolving.jodconverter.office.ProcessPoolOfficeManager > >>>>>>> stop INFO: stopped > >>>>>>> Exception in thread "main" > >>>>>>> org.artofsolving.jodconverter.office.OfficeException: > >>>>>>> could not load document: 5b494e18e94e7b1784cbc2a9b42b161a.doc > >>>>>>> at > >>> > >>> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr > >>>ac > >>> > >>>>>>> tConversionTask.java:92) at > >>> > >>> org.artofsolving.jodconverter.AbstractConversionTask.execute(AbstractCo > >>>nv > >>> > >>>>>>> ersionTask.java:59) at > >>> > >>> org.artofsolving.jodconverter.office.PooledOfficeManager$2.run(PooledOf > >>>fi > >>> > >>>>>>> ceManager.java:80) at > >>> > >>> java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:47 > >>> > >>>>>>> 1) at > >>>>>>> java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334 > >>>>>>> ) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at > >>> > >>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.ja > >>>va > >>> > >>>>>>> :1110) at > >>> > >>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.j > >>>av > >>> > >>>>>>> a:603) at java.lang.Thread.run(Thread.java:722) > >>>>>>> Caused by: com.sun.star.lang.IllegalArgumentException: URL seems > >>>>>>> to be > >>>>> > >>>>> an > >>>>> > >>>>>>> unsupported one. > >>>>>>> at > >>> > >>> com.sun.star.lib.uno.environments.remote.Job.remoteUnoRequestRaisedExce > >>>pt > >>> > >>>>>>> ion(Job.java:177) at > >>>>>>> com.sun.star.lib.uno.environments.remote.Job.execute(Job.java:143 > >>>>>>> ) at > >>> > >>> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3 > >>>35 > >>> > >>>>>>> ) at > >>> > >>> com.sun.star.lib.uno.environments.remote.JobQueue.enter(JobQueue.java:3 > >>>04 > >>> > >>>>>>> ) at > >>> > >>> com.sun.star.lib.uno.environments.remote.JavaThreadPool.enter(JavaThrea > >>>dP > >>> > >>>>>>> ool.java:91) at > >>> > >>> com.sun.star.lib.uno.bridges.java_remote.java_remote_bridge.sendRequest > >>>(j > >>> > >>>>>>> ava_remote_bridge.java:639) at > >>> > >>> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.request(P > >>>ro > >>> > >>>>>>> xyFactory.java:151) at > >>> > >>> com.sun.star.lib.uno.bridges.java_remote.ProxyFactory$Handler.invoke(Pr > >>>ox > >>> > >>>>>>> yFactory.java:133) at $Proxy4.loadComponentFromURL(Unknown Source) > >>>>>>> at > >>> > >>> org.artofsolving.jodconverter.AbstractConversionTask.loadDocument(Abstr > >>>ac > >>> > >>>>>>> tConversionTask.java:90) ... 8 more > >>>>>>> > >>>>>>> Name: process > >>>>>>> Value: doJodConvert > >>>>>>> Name: exitValue > >>>>>>> Value: 0 > >>>>>>> Name: command > >>>>>>> Value: > >>>>>>> Name: completeName > >>>>>>> Value: > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/uploadtemp/files/5b494e18e > >>>94 > >>> > >>>>>>> e7b1784cbc2a9b42b161a Name: error > >>>>>>> Value: > >>>>>>> Name: fileExplorerItemId > >>>>>>> Value: 7 > >>>>>>> Name: process > >>>>>>> Value: > >>>>>>> Name: exitValue > >>>>>>> Value: 0 > >>>>>>> Name: process > >>>>>>> Value: generateXMLDocument > >>>>>>> Name: out > >>>>>>> Value: > >>>>>>> Name: exitValue > >>>>>>> Value: 1 > >>>>>>> Name: command > >>>>>>> Value: [/usr/bin/convert, -thumbnail, > >>>>>>> 80, > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7 > >>>b1 > >>> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf, > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7 > >>>b1 > >>> > >>>>>>> 784cbc2a9b42b161a/_thumb_page-%04d.jpg] Name: error > >>>>>>> Value: convert: unable to open image > >>> > >>> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e > >>>7b > >>> > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf': No such > >>> > >>> file > >>> > >>>>> or > >>>>> > >>>>>>> directory @ blob.c/OpenBlob/2480. > >>>>>>> convert: missing an image filename > >>> > >>> `/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e > >>>7b > >>> > >>>>>>> 1784cbc2a9b42b161a/_thumb_page-%04d.jpg' @ > >>>>>>> convert.c/ConvertImageCommand/2800. > >>>>>>> > >>>>>>> Name: process > >>>>>>> Value: generateBatchThumbByWidth > >>>>>>> Name: exitValue > >>>>>>> Value: 0 > >>>>>>> Name: process > >>>>>>> Value: processPDF > >>>>>>> Name: out > >>>>>>> Value: > >>>>>>> Name: exitValue > >>>>>>> Value: 1 > >>>>>>> Name: command > >>>>>>> Value: [/usr/local/bin/pdf2swf, -s, insertstop, -s, poly2bitmap, > >>> > >>> -i, > >>> > >>>>> -j, > >>>>> > >>>>>>> 85, -s, > >>>>>>> zoom=72, > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7 > >>>b1 > >>> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf, > >>> > >>> /usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e7 > >>>b1 > >>> > >>>>>>> 784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.swf] Name: > >>>>>>> error > >>>>>>> > >>>>>>> Value: Error: Couldn't open > >>>>>>> file > >>> > >>> '/usr/local/openmeetings/webapps/openmeetings/upload/files/5b494e18e94e > >>>7b > >>> > >>>>>>> 1784cbc2a9b42b161a/5b494e18e94e7b1784cbc2a9b42b161a.pdf' > >>>>>>> > >>>>>>> Name: process > >>>>>>> Value: generateSwf > >>>>>>> > >>>>>>> So, it looks like a file couldn't be opened. The file is owner > >>>>>>> by > >>>>> > >>>>> root, > >>>>> > >>>>>>> and has > >>>>>>> 644 permissions. Are these set by jodconverter? Anyway, does > >>> > >>> anyone > >>> > >>>>>>> know how > >>>>>>> I can resolve this issue? > >>>>>>> > >>>>>>> Many thanks. > >>>>>>> > >>>>>>> Dimitri > >>>>>>> > >>>>>>> -- > >>>>>>> This message has been scanned for viruses and > >>>>>>> dangerous content by MailScanner, and is > >>>>>>> believed to be clean. > >>>>> > >>>>> -- > >>>>> This message has been scanned for viruses and > >>>>> dangerous content by MailScanner, and is > >>>>> believed to be clean. > >>>> > >>>> -- > >>>> WBR > >>>> Maxim aka solomax > >>> > >>> -- > >>> This message has been scanned for viruses and > >>> dangerous content by MailScanner, and is > >>> believed to be clean. > >> > >> -- > >> WBR > >> Maxim aka solomax > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > Stephen Cottham > Group IT Manager (Associate) > > Robert Bird Group > Level 5, 333 Ann St > Brisbane, Queensland, 4000, Australia > Phone: +6173 319 2777 (AUS) > Phone: +44207 592 8000 (UK) > Fax: +6173 319 2799 > > Mobile: +61400 756 963 (AUS) > Mobile: +447900 918 616 (UK) > Web: www.robertbird.com > > > This email and any attachments are confidential and may contain legally > privileged information or copyright material. Unless expressly stated, > confidentiality and/or legal privilege is not intended to be waived by the > sending of this email. The contents of this email, including any > attachments, are intended solely for the use of the individual or entity to > whom they are addressed. If you are not an intended recipient, please > contact us immediately by return email and then delete both messages. You > may not otherwise read, forward, copy, use or disclose this email or any > attachments. Any views expressed in this email are those of the individual > sender except where the sender expressly, and with authority, states > otherwise. It is your responsibility to check any attachments for viruses > or defects before opening or sending them on. None of the sender or its > related entities accepts any liability for any consequential damage > resulting from this email containing computer viruses. > > Disclaimer added by CodeTwo Exchange Rules > http://www.codetwo.com > > 4NGNiYzJhOWI0MmIxNjFhL190aHVtYl9wYWdl > LSUwNGQuanBnJyBADQo+Pj4+Pj4+IGNvbnZlcnQuYy9Db252ZXJ0SW1hZ2VDb21tYW5kLzI4MDA >u > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF >0 > ZUJhdGNoVGh1bWJCeVdpZHRoDQo+Pj4+Pj4+IE5hbWU6IGV4aXRWYWx1ZQ0KPj4+Pj4+PiBWYWx >1 > ZTogMA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBwcm9jZXNzUERGDQo >+ > Pj4+Pj4+IE5hbWU6IG91dA0KPj4+Pj4+PiBWYWx1ZToNCj4+Pj4+Pj4gTmFtZTogZXhpdFZhbHV >l > DQo+Pj4+Pj4+IFZhbHVlOiAxDQo+Pj4+Pj4+IE5hbWU6IGNvbW1hbmQNCj4+Pj4+Pj4gVmFsdWU >6 > IFsvdXNyL2xvY2FsL2Jpbi9wZGYyc3dmLCAtcywgaW5zZXJ0c3RvcCwgLXMsIHBvbHkyYml0bWF >w > LA0KPj4+IA0KPj4+IC1pLA0KPj4+IA0KPj4+Pj4gLWosDQo+Pj4+PiANCj4+Pj4+Pj4gODUsIC1 >z > LA0KPj4+Pj4+PiB6b29tPTcyLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3d >l > YmFwcHMvb3Blbm1lZXRpbmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4 >+ > Pj4+Pj4gNzg0Y2JjMmE5YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWE >u > cGRmLA0KPj4+IA0KPj4+IC91c3IvbG9jYWwvb3Blbm1lZXRpbmdzL3dlYmFwcHMvb3Blbm1lZXR >p > bmdzL3VwbG9hZC9maWxlcy81YjQ5NGUxOGU5NGU3YjENCj4+PiANCj4+Pj4+Pj4gNzg0Y2JjMmE >5 > YjQyYjE2MWEvNWI0OTRlMThlOTRlN2IxNzg0Y2JjMmE5YjQyYjE2MWEuc3dmXSBOYW1lOg0KPj4 >+ > Pj4+PiBlcnJvcg0KPj4+Pj4+PiANCj4+Pj4+Pj4gVmFsdWU6IEVycm9yOiBDb3VsZG4ndCBvcGV >u > DQo+Pj4+Pj4+IGZpbGUNCj4+PiANCj4+PiAnL3Vzci9sb2NhbC9vcGVubWVldGluZ3Mvd2ViYXB >w > cy9vcGVubWVldGluZ3MvdXBsb2FkL2ZpbGVzLzViNDk0ZTE4ZTk0ZTdiDQo+Pj4gDQo+Pj4+Pj4 >+ > IDE3ODRjYmMyYTliNDJiMTYxYS81YjQ5NGUxOGU5NGU3YjE3ODRjYmMyYTliNDJiMTYxYS5wZGY >n > DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBOYW1lOiBwcm9jZXNzDQo+Pj4+Pj4+IFZhbHVlOiBnZW5lcmF >0 > ZVN3Zg0KPj4+Pj4+PiANCj4+Pj4+Pj4gU28sIGl0IGxvb2tzIGxpa2UgYSBmaWxlIGNvdWxkbid >0 > IGJlIG9wZW5lZC4gIFRoZSBmaWxlIGlzIG93bmVyDQo+Pj4+Pj4+IGJ5DQo+Pj4+PiANCj4+Pj4 >+ > IHJvb3QsDQo+Pj4+PiANCj4+Pj4+Pj4gYW5kIGhhcw0KPj4+Pj4+PiA2NDQgcGVybWlzc2lvbnM >u > ICBBcmUgdGhlc2Ugc2V0IGJ5IGpvZGNvbnZlcnRlcj8gIEFueXdheSwgZG9lcw0KPj4+IA0KPj4 >+ > IGFueW9uZQ0KPj4+IA0KPj4+Pj4+PiBrbm93IGhvdw0KPj4+Pj4+PiBJIGNhbiByZXNvbHZlIHR >o > aXMgaXNzdWU/DQo+Pj4+Pj4+IA0KPj4+Pj4+PiBNYW55IHRoYW5rcy4NCj4+Pj4+Pj4gDQo+Pj4 >+ > Pj4+IERpbWl0cmkNCj4+Pj4+Pj4gDQo+Pj4+Pj4+IC0tDQo+Pj4+Pj4+IFRoaXMgbWVzc2FnZSB >o > YXMgYmVlbiBzY2FubmVkIGZvciB2aXJ1c2VzIGFuZA0KPj4+Pj4+PiBkYW5nZXJvdXMgY29udGV >u > dCBieSBNYWlsU2Nhbm5lciwgYW5kIGlzDQo+Pj4+Pj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0 >K > Pj4+Pj4gDQo+Pj4+PiAtLQ0KPj4+Pj4gVGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9 >y > IHZpcnVzZXMgYW5kDQo+Pj4+PiBkYW5nZXJvdXMgY29udGVudCBieSBNYWlsU2Nhbm5lciwgYW5 >k > IGlzDQo+Pj4+PiBiZWxpZXZlZCB0byBiZSBjbGVhbi4NCj4+Pj4gDQo+Pj4+IC0tDQo+Pj4+IFd >C > Ug0KPj4+PiBNYXhpbSBha2Egc29sb21heA0KPj4+IA0KPj4+IC0tDQo+Pj4gVGhpcyBtZXNzYWd >l > IGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+Pj4gZGFuZ2Vyb3VzIGNvbnRlbnQ >g > YnkgTWFpbFNjYW5uZXIsIGFuZCBpcw0KPj4+IGJlbGlldmVkIHRvIGJlIGNsZWFuLg0KPj4gDQo >+ > PiAtLQ0KPj4gV0JSDQo+PiBNYXhpbSBha2Egc29sb21heA0KPiANCj4gDQo+IA0KPiAtLSANCj4 >g > VGhpcyBtZXNzYWdlIGhhcyBiZWVuIHNjYW5uZWQgZm9yIHZpcnVzZXMgYW5kDQo+IGRhbmdlcm9 >1 > cyBjb250ZW50IGJ5IE1haWxTY2FubmVyLCBhbmQgaXMNCj4gYmVsaWV2ZWQgdG8gYmUgY2xlYW4 >u DQo+IA0K -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.