Pages: 1 [2] 3 4   Go Down
Print
Author Topic: Error on "Run YAMJ" action  (Read 5465 times)
Maasbommel
Global Moder8or
Hero Member
*****
Offline Offline

Posts: 8 416



« Reply #15 on: June 26, 2012, 06:18:33 pm »

Use just the windows program notepad and open the file with it.
Logged

Read the  Mede8er 400X/500X Beginners Guide
or Mede8er 500X2/400X2/450X2 Beginners Guide

Also check the Technical Support Guidelines first.

Please don't PM me but post on the forum.
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #16 on: June 26, 2012, 06:20:23 pm »

well the saga continues!

clicked on 'edit' and changed the values in notepad to Xms512m and Xmx512m

jamj is now running to scan a folder but i've a new error during the scanning process  Huh

Movie DbPoster plugin Failed to intialise The movie Dbapi

at the end when it's done i've the soundtrack and video details but no movie art or movie description ??

more help please!

thanks
Logged
Maasbommel
Global Moder8or
Hero Member
*****
Offline Offline

Posts: 8 416



« Reply #17 on: June 26, 2012, 07:06:19 pm »

Are you using this package?
http://www.mede8erforum.com/index.php/topic,8000.0.html

Or some other?

What is the content of your moviejukebox-Mede8er.properties file?
Logged

Read the  Mede8er 400X/500X Beginners Guide
or Mede8er 500X2/400X2/450X2 Beginners Guide

Also check the Technical Support Guidelines first.

Please don't PM me but post on the forum.
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #18 on: June 26, 2012, 07:27:49 pm »

yep using the latest version

...the one that what was working fine up until the last java update

the properties folder contains the following:

apikeys.properties
log4j.properties
moviejukebox.properties
moviejukebox-default.properties
Properties-Readme

thanks
Logged
Maasbommel
Global Moder8or
Hero Member
*****
Offline Offline

Posts: 8 416



« Reply #19 on: June 26, 2012, 07:30:32 pm »

I meant one folder up, the content of this file: moviejukebox-Mede8er.properties

Not the content of the properties folder.
Logged

Read the  Mede8er 400X/500X Beginners Guide
or Mede8er 500X2/400X2/450X2 Beginners Guide

Also check the Technical Support Guidelines first.

Please don't PM me but post on the forum.
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #20 on: June 26, 2012, 08:57:17 pm »

clicking on that one brings up 'windows cant open this file'
Logged
shizzl
B8a Tester - 1000X3D
Hero Member
****
Offline Offline

Posts: 784


« Reply #21 on: June 26, 2012, 09:36:47 pm »

 Huh
Logged

MED1000X3D
Maasbommel
Global Moder8or
Hero Member
*****
Offline Offline

Posts: 8 416



« Reply #22 on: June 26, 2012, 09:56:03 pm »

Have you tried to open that file with notepad when you have Y2M not running?
Logged

Read the  Mede8er 400X/500X Beginners Guide
or Mede8er 500X2/400X2/450X2 Beginners Guide

Also check the Technical Support Guidelines first.

Please don't PM me but post on the forum.
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #23 on: June 27, 2012, 09:35:09 am »


opened with notepad with yamj not running and this was on there
....i had tried to run the usual suspects movie folder i had ripped to mkv

mjb.libraryRoot=F:/The.Usual.Suspects.(1995)/
mjb.detailsDirName=Jukebox
mjb.skin.dir=./skins/Y2M
mjb.playerRootPath=F:/The.Usual.Suspects.(1995)/
Logged
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #24 on: June 27, 2012, 10:16:08 am »

tried re-downloading the yamj program just in case the old ones corrupted....same problem

as per earlier post

in MovieJukebox.sh and MovieJukebox.bat
try to rise the xms value

java -Xms256m -Xmx1024m to java -Xms1024m -Xmx1024m


if thats not working reduce the values

java -Xms256m -Xmx1024m to java -Xms512m -Xmx512m   or even lower.

 


i cahnged the numbers in MovieJukebox.sh.....there does'nt seem to be a MovieJukebox.bat  in there anywhere...is this a problem as well??

thanks
Logged
the-osiris
B8a Tester - 1000X3D
Hero Member
****
Offline Offline

Posts: 941



« Reply #25 on: June 27, 2012, 12:06:57 pm »

hi reevesy,
in YAMJ folder, you'll find both MovieJukebox.sh and MovieJukebox.bat.

Quote
MovieJukebox.sh :
#!/bin/sh
# Intel Mac users : needs java 1.6, set fullpath to java 1.6 instead of default java
# This path is usually : /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java

java -Xms256m -Xmx1024m -classpath .:./resources:./lib/* com.moviejukebox.MovieJukebox "$@"


MovieJukebox.bat.
@echo off
rem ***
rem *** Yet Another Movie Jukebox command script
rem ***
rem *** DO NOT CHANGE ANYTHING IN THIS SCRIPT
rem *** UNLESS YOU KNOW WHAT YOU ARE DOING
rem ***

java -Xms256m -Xmx1024m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*

You have to change memory value if you still has Heap Memory Problem.
Logged

Mede8er Support Page | Mede8er Product Matrix

MED450X2 V2.0.7 :p
MED1000X3D V2.0b
LG 42LE5500 HDMI
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #26 on: June 27, 2012, 02:39:53 pm »

well as mentioned yamj seems to be running with no 'heap' problems after i changed the figures in the 'moviejukebox folder

...just getting no movie art at all at the end?.....movie db poster plug in failed......movie dbapi problem ??

really dont know hats going on

have changed 'moviejukebox' with notepad to xms512 and xmx512
and have changed moviejukebox.sh to the same

moviejukebox.sh now says :
    #!/bin/sh
# Intel Mac users : needs java 1.6, set fullpath to java 1.6 instead of default java
# This path is usually : /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Commands/java

java -Xms512m -Xmx512m -classpath .:./resources:./lib/* com.moviejukebox.MovieJukebox "$@"



moviejukebox (batch file) now says:

@echo off
rem ***
rem *** Yet Another Movie Jukebox command script
rem ***
rem *** DO NOT CHANGE ANYTHING IN THIS SCRIPT
rem *** UNLESS YOU KNOW WHAT YOU ARE DOING
rem ***

java -Xms512m -Xmx512m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*



as i said had no problems until i updated win 7 java via an auto update


 Huh Sad Huh
Logged
the-osiris
B8a Tester - 1000X3D
Hero Member
****
Offline Offline

Posts: 941



« Reply #27 on: June 27, 2012, 03:12:04 pm »

hi reevesy,

I'm running win7 32bit with Java 7rev5 build 1.7.0 (updated), currently running Y2M v2.0.0(shizzl) YAMJ 2.6 r2924(updated build) also running Y2M newest beta with YAMJ r3119. never had this problem

can you post moviejukebox.ERROR.log ?

If you had problem with moviedb, maybe the YAMJ version you are using need an update (YAMJ only).
Logged

Mede8er Support Page | Mede8er Product Matrix

MED450X2 V2.0.7 :p
MED1000X3D V2.0b
LG 42LE5500 HDMI
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #28 on: June 27, 2012, 03:22:38 pm »

well dont understand it either
...tried to see if i had an older version of yamj around but i must have got rid of them

....just a silly question but how do you post an error log....tried to copy and past direct from yamj but it wont do it?
...or do you go into yamj program folder and find it there?

edit:...had a quick look in there could'nt see it?

thanks

Logged
reevesy
Experienced Member
**
Offline Offline

Posts: 105


« Reply #29 on: June 27, 2012, 03:30:31 pm »

just physically typed this from the 'running yamj' window

1 file scanned
found 1 video in your library
stored 35 files in the info cache
searching for information on the video files...
mediinfoscanner.mediainfo tool will be used to extract video data. but no RAR and ISO formats
checking exsisting video. the usual suspects
MovieDbposterplugin:failed to intialise themovieDB API
java.lang.NullpointerException
Logged
Pages: 1 [2] 3 4   Go Up
Print
Jump to: