SEVERE ERROR

42 views
Skip to first unread message

Rafael Martinez

unread,
Sep 27, 2018, 12:44:58 PM9/27/18
to AutomataLib Q&A
Hi there.

I'm forced to use Learnlib 0.13.0 version, and therefore bound to Autoamtalib 0.7.0 (right?)

I could print graphs with earlier versions, but with Automatalib 0.7.0 I get the next error:

Sep 27, 2018 6:40:18 PM net.automatalib.visualization.DummyVP visualize
SEVERE: Attempted to visualize graph with 1 nodes, but no usable visualization provider configured

Almost the same message when I run examples package under automatalib branch 0.7.0

Could you show me an example program to print graphs with 0.7.0 ?

Thanks!

Markus Frohme

unread,
Sep 27, 2018, 2:35:40 PM9/27/18
to Rafael Martinez, AutomataLib Q&A
Hi Rafael,


the error sounds like, you are missing a visualization implementation on your classpath. Normally, these should be picked up automatically, if available. (If both -- the JUNG and DOT visualizers -- are available, the DOT one is preferred, but even this can be configured).

Are you using maven or the standalone distribution jar? If you are using maven, it should simply suffice to specify the proper dependency (see [0] for reference).


Kind regards,
Markus


[0] - https://github.com/LearnLib/automatalib/blob/automatalib-0.7.0/examples/pom.xml#L90
> --
> You received this message because you are subscribed to the Google Groups "AutomataLib Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to automatalib-q...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

Rafael Martinez

unread,
Oct 1, 2018, 7:03:58 AM10/1/18
to AutomataLib Q&A
Are you using maven or the standalone distribution jar? If you are using maven, it should simply suffice to specify the proper dependency (see [0] for reference).


It worked! (Provided installed packages)

i   xdot                                         - interactive viewer for Graphviz dot files             
i   xdotool                                      - simulate (generate) X11 keyboard/mouse input events  

Reply all
Reply to author
Forward
0 new messages