<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/documentburster/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/documentburster/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 13 Dec 2013 09:36:44 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/documentburster/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Improvemnts to attachments GUI and/or documentation</title><link>https://sourceforge.net/p/documentburster/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've got it working - so please ignore the previous emails.&lt;/p&gt;
&lt;p&gt;I had inadvertently deleted $extracted_file_path$ from Attachments (not realizing it's significance).&lt;/p&gt;
&lt;p&gt;It obviously uses this in addition to the generated report to create the attachment.&lt;/p&gt;
&lt;p&gt;When I read the documentation the 'Attachment' section is written as though it is only used if you want to attach more than one item.&lt;/p&gt;
&lt;p&gt;It would be helpful (for people like me) if it was made very clear that the $extracted_file_path$ variable is required under Attachments for the 'out of the box' functionality.  I had been playing around with various different things and as I said this got deleted, but without me realizing why it was there.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Virgil</dc:creator><pubDate>Fri, 13 Dec 2013 09:36:44 -0000</pubDate><guid>https://sourceforge.net966053b99ffc148feec1e18c607dd860ff801d08</guid></item><item><title>documentburster will not start in GUI mode</title><link>https://sourceforge.net/p/documentburster/support-requests/2/</link><description>I have installed GTK-sharp and rebooted and my java version is 1.6.0\_18

When running the documentburster.exe, I get a dialog box 'DocumentBurster has encountered a problem and needs to close'.

When running documentburster.bat I get a Java stack trace.  \(see attached\).

Both version 4.6.9 and 5.1 fail in the same way.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 24 Aug 2011 21:58:12 -0000</pubDate><guid>https://sourceforge.net76e729714e008be283e8c5fccbdd7159e625e3e8</guid></item><item><title>Problem Bursting to email with Exchange server</title><link>https://sourceforge.net/p/documentburster/support-requests/1/</link><description>Hi
I have Document Burster working correclty except for email.
It successfully bursts the PDF and creates the correct output files i the output directory.
However, emailing fails with the message  authentication failed, or 

I have it configured with blank username and password, and I have tested this configuration using outlook 2000 \(unauthenticated SMTP\) and this works correctly.
I have also tried entering a valid username/password in the documentburster email settings pages, and have also tried it with the SSL option ticked &amp; unticked.

I am using Exchange 2007 on SBS 2008

I'd really appreciate your help to get this working\!

thanks\!


This is the log I get when using a Valid username/password pair in documentburster, and with SSL switched off

03/08/2010 11:41:34 INFO burster.explode.Exploder - Checking document: 'C:\Program Files\DocBurster\sample\monthly support services billing report \(draft new\).pdf' for tokens...
03/08/2010 11:41:41 ERROR burster.sender.Sender - Failed to send document: 'output/monthly support services billing report \(draft new\).pdf/2010.08.03\_11.41.35/damien@xls.co.nz.pdf' to address: 'damien@xls.co.nz'
org.apache.commons.mail.EmailException: Sending the email to the following server failed : sol.xls.local:25
	at org.apache.commons.mail.Email.sendMimeMessage\(Email.java:1242\)
	at org.apache.commons.mail.Email.send\(Email.java:1267\)
	at burster.sender.EmailSender.doSend\(EmailSender.java:145\)
	at burster.sender.Sender.send\(Sender.java:67\)
	at burster.explode.Exploder.endDocument\(Exploder.java:170\)
	at org.apache.pdfbox.util.PDFTextStripper.writeText\(PDFTextStripper.java:248\)
	at burster.explode.Exploder.doExplode\(Exploder.java:107\)
	at burster.facade.Facade.doBurst\(Facade.java:56\)
	at burster.DocumentBurster.main\(DocumentBurster.java:56\)
Caused by: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful

	at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate\(SMTPTransport.java:648\)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect\(SMTPTransport.java:583\)
	at javax.mail.Service.connect\(Service.java:313\)
	at javax.mail.Service.connect\(Service.java:172\)
	at javax.mail.Service.connect\(Service.java:121\)
	at javax.mail.Transport.send0\(Transport.java:190\)
	at javax.mail.Transport.send\(Transport.java:120\)
	at org.apache.commons.mail.Email.sendMimeMessage\(Email.java:1232\)
	... 8 more
03/08/2010 11:41:41 INFO burster.explode.Exploder - Document: 'C:\Program Files\DocBurster\sample\monthly support services billing report \(draft new\).pdf' was completed.




This is the log when username/password is blank, and SSL is switched off:

03/08/2010 11:29:23 INFO burster.explode.Exploder - Checking document: 'C:\Program Files\DocBurster\sample\monthly support services billing report \(draft new\).pdf' for tokens...
03/08/2010 11:29:25 ERROR burster.sender.Sender - Failed to send document: 'output/monthly support services billing report \(draft new\).pdf/2010.08.03\_11.29.25/damien@xls.co.nz.pdf' to address: 'damien@xls.co.nz'
org.apache.commons.mail.EmailException: Sending the email to the following server failed : sol.xls.local:25
	at org.apache.commons.mail.Email.sendMimeMessage\(Email.java:1242\)
	at org.apache.commons.mail.Email.send\(Email.java:1267\)
	at burster.sender.EmailSender.doSend\(EmailSender.java:145\)
	at burster.sender.Sender.send\(Sender.java:67\)
	at burster.explode.Exploder.endDocument\(Exploder.java:170\)
	at org.apache.pdfbox.util.PDFTextStripper.writeText\(PDFTextStripper.java:248\)
	at burster.explode.Exploder.doExplode\(Exploder.java:107\)
	at burster.facade.Facade.doBurst\(Facade.java:56\)
	at burster.DocumentBurster.main\(DocumentBurster.java:56\)
Caused by: javax.mail.AuthenticationFailedException: 334 VXNlcm5hbWU6

	at com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate\(SMTPTransport.java:648\)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect\(SMTPTransport.java:583\)
	at javax.mail.Service.connect\(Service.java:313\)
	at javax.mail.Service.connect\(Service.java:172\)
	at javax.mail.Service.connect\(Service.java:121\)
	at javax.mail.Transport.send0\(Transport.java:190\)
	at javax.mail.Transport.send\(Transport.java:120\)
	at org.apache.commons.mail.Email.sendMimeMessage\(Email.java:1232\)
	... 8 more
03/08/2010 11:29:25 INFO burster.explode.Exploder - Document: 'C:\Program Files\DocBurster\sample\monthly support services billing report \(draft new\).pdf' was completed.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Damien Poppelwell</dc:creator><pubDate>Mon, 02 Aug 2010 23:50:23 -0000</pubDate><guid>https://sourceforge.net08777fc05375ca8e5ab56390ba279b85308b1211</guid></item></channel></rss>