[Bug 1556647] Re: /usr/share/java/commons-lang.jar contains documentation

2016-03-19 Thread Robert Norman Higgins
Appears fixed in latest update. Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1556647

Title:
  /usr/share/java/commons-lang.jar contains documentation

To manage notifications about this bug go to:
https://bugs.launchpad.net/freeplane/+bug/1556647/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555824] Re: freeplane splash appears, but nothing after that

2016-03-19 Thread Robert Norman Higgins
*** This bug is a duplicate of bug 1556647 ***
https://bugs.launchpad.net/bugs/1556647

Appears fixed in latest update. Thank you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555824

Title:
  freeplane splash appears, but nothing after that

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeplane/+bug/1555824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555824] Re: freeplane splash appears, but nothing after that

2016-03-12 Thread Robert Norman Higgins
Thank you Felix

---rnh---

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555824

Title:
  freeplane splash appears, but nothing after that

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeplane/+bug/1555824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1555824] Re: freeplane splash appears, but nothing after that

2016-03-12 Thread Robert Norman Higgins
~$ uname -a
Linux delli7 4.4.0-11-generic #26-Ubuntu SMP Sat Mar 5 14:25:21 UTC 2016 x86_64 
x86_64 x86_64 GNU/Linux


~$ jar tf /usr/share/java/commons-lang.jar | grep StringUtils
org/apache/commons/lang/RandomStringUtils.html
org/apache/commons/lang/StringUtils.html
org/apache/commons/lang/class-use/RandomStringUtils.html
org/apache/commons/lang/class-use/StringUtils.html

~$ freeplane
Knopflerfish OSGi framework launcher, version 7.1.2
Copyright 2003-2015 Knopflerfish. All Rights Reserved.
See http://www.knopflerfish.org for more information.

Created Framework: org.knopflerfish.framework, version=7.1.2.
Loaded properties from bundle://1:1/freeplane.properties
Loaded properties from bundle://1:2/org/freeplane/main/application/
Installed: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.script (id#2)
Installed: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.openmaps (id#3)
Installed: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.latex (id#4)
Installed: reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.svg 
(id#5)
Installed: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.formula (id#6)
Started: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.script (id#2)
Started: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.openmaps (id#3)
Started: reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.latex 
(id#4)
Started: reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.svg 
(id#5)
Started: 
reference:file:/usr/share/freeplane/plugins/org.freeplane.plugin.formula (id#6)
Mar 12, 2016 4:58:57 AM org.freeplane.core.util.LogUtils info
INFO: freeplane_version = 1.3.15; freeplane_xml_version = freeplane 1.3.0
java_version = 1.8.0_01-internal; os_name = Linux; os_version = 4.4.0-11-generic

STDERR: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
STDERR: at 
org.freeplane.features.format.FormatController.loadFormats(FormatController.java:209)
STDERR: at 
org.freeplane.features.format.FormatController.initPatternFormats(FormatController.java:144)
STDERR: at 
org.freeplane.features.format.FormatController.(FormatController.java:119)
STDERR: at 
org.freeplane.main.application.FreeplaneGUIStarter.createController(FreeplaneGUIStarter.java:160)
STDERR: at 
org.freeplane.main.osgi.ActivatorImpl.startFramework(ActivatorImpl.java:178)
STDERR: at 
org.freeplane.main.osgi.ActivatorImpl.start(ActivatorImpl.java:79)
STDERR: at org.freeplane.main.osgi.Activator.start(Activator.java:36)
STDERR: at 
org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:387)
STDERR: at 
org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)
STDERR: Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.lang.StringUtils
STDERR: at 
org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218)
STDERR: at 
org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
STDERR: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
STDERR: ... 9 more
STDERR: ## DEBUG: errors - FrameworkErrorEvent bundle #1
STDERR: ## DEBUG: errors - FrameworkErrorEvent throwable: 
STDERR: org.osgi.framework.BundleException: Bundle#1 start failed
STDERR: at 
org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:421)
STDERR: at 
org.knopflerfish.framework.BundleThread.run(BundleThread.java:145)
STDERR: Caused by: java.lang.NoClassDefFoundError: 
org/apache/commons/lang/StringUtils
STDERR: at 
org.freeplane.features.format.FormatController.loadFormats(FormatController.java:209)
STDERR: at 
org.freeplane.features.format.FormatController.initPatternFormats(FormatController.java:144)
STDERR: at 
org.freeplane.features.format.FormatController.(FormatController.java:119)
STDERR: at 
org.freeplane.main.application.FreeplaneGUIStarter.createController(FreeplaneGUIStarter.java:160)
STDERR: at 
org.freeplane.main.osgi.ActivatorImpl.startFramework(ActivatorImpl.java:178)
STDERR: at 
org.freeplane.main.osgi.ActivatorImpl.start(ActivatorImpl.java:79)
STDERR: at org.freeplane.main.osgi.Activator.start(Activator.java:36)
STDERR: at 
org.knopflerfish.framework.BundleImpl.start0(BundleImpl.java:387)
STDERR: ... 1 more
STDERR: Caused by: java.lang.ClassNotFoundException: 
org.apache.commons.lang.StringUtils
STDERR: at 
org.knopflerfish.framework.BundleClassLoader.findClass(BundleClassLoader.java:218)
STDERR: at 
org.knopflerfish.framework.BundleClassLoader.loadClass(BundleClassLoader.java:347)
STDERR: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
STDERR: ... 9 more
STDERR: Nested bundle exception:
STDERR: java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
STDERR: at 

[Bug 1555824] Re: freeplane splash appears, but nothing after that

2016-03-11 Thread Robert Norman Higgins
The freeplane that is not working on 16.04 was installed from the
software resources via synaptic.

I have subsequently got freeplane up and running from the freeplane.sh
provided in the .zip file from sourceforge.

https://sourceforge.net/projects/freeplane/files/freeplane%20stable/

Nevertheless, we need to continue to discover why the install from the
package resources did not work.

Thank you.

--rnh---

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1555824

Title:
  freeplane splash appears, but nothing after that

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeplane/+bug/1555824/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs