Thread Tools Display Modes
07-23-09, 11:38 PM   #1
RedshiftNova
A Defias Bandit
Join Date: Feb 2009
Posts: 2
[Linux] Minion not opening

I installed Minion to /home/Nova/Minion using the command string given in the FAQ sticky, and attempted to run it - this is the error I get.

nova@pocketnova:~$ java -jar minion.jar
Unable to access jarfile minon.jar

Then I tried to open it by right-clicking the Minion program file itself and telling it to open with Sun Java 6 Runtime - no dice. It doesn't even come up.

I'm running Ubuntu 9.04, and I'm pretty darn certain I've updated Java recently, so it's probably me just not doin it rite. Any help would be appreciated, though >_>;;

Edit: So I realized I wasn't CD-ing the stupid thing at the Minion file.

That's when I got THIS error message:
SEVERE: Application class com.mmoui.manager.Main failed to launch
java.lang.RuntimeException: java.io.IOException: Permission denied
at com.mmoui.manager.Main.startup(Main.java:201)
at org.jdesktop.application.Application$1.run(Application.java:171)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at com.mmoui.manager.Log.<init>(Log.java:106)
at com.mmoui.manager.Main.startup(Main.java:134)
... 9 more
Exception in thread "AWT-EventQueue-0" java.lang.Error: Application class com.mmoui.manager.Main failed to launch
at org.jdesktop.application.Application$1.run(Application.java:177)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.RuntimeException: java.io.IOException: Permission denied
at com.mmoui.manager.Main.startup(Main.java:201)
at org.jdesktop.application.Application$1.run(Application.java:171)
... 8 more
Caused by: java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:883)
at com.mmoui.manager.Log.<init>(Log.java:106)
at com.mmoui.manager.Main.startup(Main.java:134)
... 9 more

I dunno what I did, but I think I broke it more.

Last edited by RedshiftNova : 07-23-09 at 11:55 PM. Reason: Thought I fixed it, borked it worse
  Reply With Quote
07-24-09, 12:09 AM   #2
RedshiftNova
A Defias Bandit
Join Date: Feb 2009
Posts: 2
Nevermind, I figured it out.

When in doubt...sudo! >_>;
  Reply With Quote
07-24-09, 08:27 AM   #3
jadakren
A Flamescale Wyrmkin
 
jadakren's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 103
Sounds like you need to look closer at how you have things setup, because you shouldn't need to use sudo to run the minion.

I'm using ubuntu 8.10 and I didn't have to use sudo to run minion.

You said you installed minion to :

Code:
 ~/Minion
So
Code:
$ java -jar ~/Minion/minion.jar

Last edited by jadakren : 07-24-09 at 08:30 AM.
  Reply With Quote
07-25-09, 09:43 AM   #4
AsheruWolf
Premium Member
 
AsheruWolf's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 131
Red you fixed this issue?
__________________
The end is never really the end, its the start of something new...
  Reply With Quote

WoWInterface » Site Forums » Minion » Archive » [Linux] Minion not opening


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off