Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 172)

Ticket Resolution Summary Owner Reporter
#132 fixed PDFSAM does not merge Batchheizer
Description

The Log says:

14:31:21,470 ERROR  Command Line: -o F:\WORK\test.pdf -f F:\WORK\Unbenan2.pdf -f F:\WORK\Unbenan3.pdf -u All:All: -overwrite -pdfversion 3 concat
org.pdfsam.console.exceptions.console.ConcatException
	at org.pdfsam.console.business.pdf.handlers.ConcatCmdExecutor.execute(ConcatCmdExecutor.java:228)
	at org.pdfsam.console.business.pdf.CmdExecuteManager.execute(CmdExecuteManager.java:97)
	at org.pdfsam.console.business.ConsoleServicesFacade.execute(ConsoleServicesFacade.java:75)
	at org.pdfsam.guiclient.commons.business.WorkThread.run(WorkThread.java:43)
	at org.pdfsam.guiclient.commons.business.WorkExecutor$WorkQueue$PoolWorker.run(WorkExecutor.java:142)
Caused by: ExceptionConverter: java.io.IOException: close failed (Invalid handle)
14:31:21,550 WARN   Fehler beim Abspielen des Klangs: mark/reset not supported

http://heanet.dl.sourceforge.net/project/pdfsam/pdfsam/2.2.1/pdfsam-2.2.1-out.zip

Reproduce:

  1. Open App 2. Plugins Merge/Extract? 3. Add some PDFs 4. enter Dest-file 5. Run

See output in log below.

I have merged with PDFSAM some months ago with RC or beta, but RC/RC2 or Beta do now have the same problem.

#138 fixed Update OpenJDK to B24 rbri
Description

OpenJDK6 B23 is out with many changes for the Hotspot VM; maybe we can update. see: http://blogs.oracle.com/kto/entry/openjdk_6_b23_source_bundle

#139 fixed java.lang.ProcessBuilder.directory() is ignored dmik
Description

When creating a new process with ProcessBuilder?.start(), the directory() attribute is ignored: the child process is always started in the current directory of the parent process.

This in particular breaks SmartGit?: many commands report "Not a git repository" because git.exe is started in a wrong dir.

Note: See TracQuery for help on using queries.