PDA

View Full Version : maltegoce not starting on kali rolling



nsynx
2016-05-02, 19:44
hello all,

I'm not able to get maltegoce running on the recent kali rolling image inside kvm guest on archlinux or from kali live.
Starting maltegoce, the the loading modules splashscreen appears and as soon as it's finished nothing happens.
No new window is being drawn.

Does anyone have an idea how to fix this?

Things I've already tried:

- 64bit & 32bit image
- Different jdk paths to different jdk versions (even tried oracle jdk) in maltego.conf
- Deleted .maltego config directory
- installed netbeans (won't start either)
- vanilla kali rolling image
- upgraded kali rolling image

Am I missing something?

Cause seems to be written to log:
.maltego/v3.6.1BT/var/log/messages.log

SEVERE [global]
java.lang.RuntimeException: failed to load system cursor: DnD.Cursor.CopyDrop : cannot load system cursor: CopyDrop.32x32
at java.awt.dnd.DragSource.load(DragSource.java:135)
at java.awt.dnd.DragSource.<clinit>(DragSource.java:148)
Caused: java.lang.ExceptionInInitializerError
at org.netbeans.core.windows.view.ui.toolbars.DnDSupp ort.<clinit>(DnDSupport.java:118)
at org.netbeans.core.windows.view.ui.toolbars.Toolbar Configuration.dndSupport(ToolbarConfiguration.java :132)


Kind regards

funckie
2016-05-14, 17:15
Hi,

First try to install netbeans "apt-get install netbeans"

If it does not work, find java's directory install with "where is java"
And uncomment this line in maltego.conf (in /etc/)
#jdkhome="/path/to/jdk"

Replace /path/to/jdk with your java's dir path