emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: JNI Error with ditaa on Fedora 24 [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/stephane/.emacs.d/elpa/org-plus-contrib-20161024/)]
@ 2016-10-25 12:47 Stephane Wirtel
  2017-07-03  4:15 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Stephane Wirtel @ 2016-10-25 12:47 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

I use Fedora 25, when I try to use ditaa with org-mode, I
have got an issue when I try to export to html.

Here is the command line with org-reveal-export-to-html and of course,
the result ;-)

java -Dfile.encoding=UTF-8 -jar /usr/share/java/ditaa.jar  /tmp/babel-15829PB1/ditaa-15829N9U /home/stephane/presentations/s2.png        
Error: A JNI error has occurred, please check your installation and try again                                                            
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException                                         
        at java.lang.Class.getDeclaredMethods0(Native Method)                                                                            
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)                                                                    
        at java.lang.Class.privateGetMethodRecursive(Class.java:3048)                                                                    
        at java.lang.Class.getMethod0(Class.java:3018)                                                                                   
        at java.lang.Class.getMethod(Class.java:1784)                                                                                    
        at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)                                                        
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)                                                         
Caused by: java.lang.ClassNotFoundException: org.apache.commons.cli.ParseException                                                       
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)                                                                    
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)                                                                         
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)                                                                 
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)                                                                         
        ... 7 more                                                   

I have used the official package of fedora for ditaa, and there is no
custom packages.

I think an issue with the classpath, but when I try to set it on the
command line via an export, I get the same error.

Maybe you have an idea  ?

Thank you,

Stephane


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------



Emacs  : GNU Emacs 25.1.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.20.9)
 of 2016-10-13
Package: Org-mode version 8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/stephane/.emacs.d/elpa/org-plus-contrib-20161024/)

current state:
==============
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe org-babel-hide-result-toggle-maybe org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-html-format-drawer-function '(lambda (name contents) contents)
 org-latex-format-inlinetask-function 'org-latex-format-inlinetask-default-function
 org-confirm-shell-link-function 'yes-or-no-p
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-latex-format-drawer-function '(lambda (name contents) contents)
 org-from-is-user-regexp "\\<Stephane Wirtel\\>"
 org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5]
		 #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5]
		 org-babel-result-hide-spec org-babel-hide-all-hashes org-eldoc-load)
 org-archive-hook '(org-attach-archive-delete-maybe)
 org-ascii-format-drawer-function '(lambda (name contents width) contents)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change)
 org-babel-tangle-lang-exts '(("python" . "py") ("emacs-lisp" . "el") ("elisp" . "el"))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-ditaa-jar-path "/usr/share/java/ditaa.jar"
 org-html-format-headline-function 'org-html-format-headline-default-function
 org-startup-truncated nil
 org-structure-template-alist '(("n" "#+BEGIN_NOTES\n?\n#+END_NOTES") ("s" "#+BEGIN_SRC ?\n\n#+END_SRC")
				("e" "#+BEGIN_EXAMPLE\n?\n#+END_EXAMPLE") ("q" "#+BEGIN_QUOTE\n?\n#+END_QUOTE")
				("v" "#+BEGIN_VERSE\n?\n#+END_VERSE") ("V" "#+BEGIN_VERBATIM\n?\n#+END_VERBATIM")
				("c" "#+BEGIN_CENTER\n?\n#+END_CENTER") ("l" "#+BEGIN_LaTeX\n?\n#+END_LaTeX") ("L" "#+LaTeX: ")
				("h" "#+BEGIN_HTML\n?\n#+END_HTML") ("H" "#+HTML: ") ("a" "#+BEGIN_ASCII\n?\n#+END_ASCII") ("A" "#+ASCII: ")
				("i" "#+INDEX: ?") ("I" "#+INCLUDE: %file ?"))
 org-babel-load-languages '((emacs-lisp . t) (ditaa \.t) (python \.t) (calc . t))
 org-html-format-inlinetask-function 'org-html-format-inlinetask-default-function
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )


-- 
Stéphane Wirtel - http://wirtel.be - @matrixise

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: JNI Error with ditaa on Fedora 24 [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/stephane/.emacs.d/elpa/org-plus-contrib-20161024/)]
  2016-10-25 12:47 Bug: JNI Error with ditaa on Fedora 24 [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/stephane/.emacs.d/elpa/org-plus-contrib-20161024/)] Stephane Wirtel
@ 2017-07-03  4:15 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2017-07-03  4:15 UTC (permalink / raw)
  To: Stephane Wirtel; +Cc: emacs-orgmode

Hi Stephane,

Stephane Wirtel <stephane@wirtel.be> writes:

> I use Fedora 25, when I try to use ditaa with org-mode, I
> have got an issue when I try to export to html.

did you find a solution?  It looks like the issue is on ditaa.jar,
not on org-mode.  Thanks for confirming!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-03  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-25 12:47 Bug: JNI Error with ditaa on Fedora 24 [8.3.6 (8.3.6-7-g4d7d52-elpaplus @ /home/stephane/.emacs.d/elpa/org-plus-contrib-20161024/)] Stephane Wirtel
2017-07-03  4:15 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).