Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allocine plugin default #1074

Closed
Omertron opened this issue Mar 15, 2015 · 6 comments
Closed

allocine plugin default #1074

Omertron opened this issue Mar 15, 2015 · 6 comments

Comments

@Omertron
Copy link
Member

Original issue 1075 created by Omertron on 2009-10-27T09:09:40.000Z:

i install the r1181 on my pc and now i have an error like this
Execution Exception: java.lang.StringIndexOutOfBoundsException: String
index out of range: 138
Exception in thread "main" java.lang.StringIndexOutOfBoundsException:
String index out of range: 138
at java.lang.String.substring(Unknown Source)
at com.moviejukebox.plugin.AllocinePlugin.parseRating(AllocinePlugin.java:336)
at
com.moviejukebox.plugin.AllocinePlugin.updateMovieInfo(AllocinePlugin.java:204)
at com.moviejukebox.plugin.AllocinePlugin.scan(AllocinePlugin.java:364)
at
com.moviejukebox.plugin.DatabasePluginController.scan(DatabasePluginController.java:70)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1030)
at com.moviejukebox.MovieJukebox.access$100(MovieJukebox.java:86)
at com.moviejukebox.MovieJukebox$4.call(MovieJukebox.java:603)
at com.moviejukebox.MovieJukebox$4.call(MovieJukebox.java:590)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2009-10-28T07:15:29.000Z:

What file does that happen on?

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2009-10-28T07:59:59.000Z:

i talk about YAMJ R1181.
i installed this version on my pc and the alloci plugin is down now

@Omertron
Copy link
Member Author

Comment #3 originally posted by Omertron on 2009-10-29T11:00:10.000Z:

i try with the yamj new version (R1187) and il have the same error
the allocine plugin is down??

Failed instantiating MovieDatabasePlugin: com.moviejukebox.plugin.allocineplugin
Default IMDb plugin will be used instead.
java.lang.ClassNotFoundException: com.moviejukebox.plugin.allocineplugin
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at
com.moviejukebox.plugin.DatabasePluginController.getMovieDatabasePlugin(DatabasePluginController.java:95)
at
com.moviejukebox.plugin.DatabasePluginController.access$000(DatabasePluginController.java:30)
at
com.moviejukebox.plugin.DatabasePluginController$1.initialValue(DatabasePluginController.java:43)
at
com.moviejukebox.plugin.DatabasePluginController$1.initialValue(DatabasePluginController.java:39)
at java.lang.ThreadLocal.setInitialValue(Unknown Source)
at java.lang.ThreadLocal.get(Unknown Source)
at
com.moviejukebox.plugin.DatabasePluginController.scanTVShowTitles(DatabasePluginController.java:88)
at com.moviejukebox.MovieJukebox.updateMovieData(MovieJukebox.java:1020)
at com.moviejukebox.MovieJukebox.access$100(MovieJukebox.java:80)
at com.moviejukebox.MovieJukebox$4.call(MovieJukebox.java:616)
at com.moviejukebox.MovieJukebox$4.call(MovieJukebox.java:603)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

@Omertron
Copy link
Member Author

Comment #4 originally posted by Omertron on 2009-10-29T13:56:24.000Z:

You need to make sure that capitalisation of the case for the plugin in the
properties file is exactly: "AllocinePlugin" and not "allocineplugin"
See here http://code.google.com/p/moviejukebox/wiki/Plugins

@Omertron
Copy link
Member Author

Comment #5 originally posted by Omertron on 2009-10-29T17:28:33.000Z:

It's ok you can close this incident
thanks a lot Stuart

@Omertron
Copy link
Member Author

Comment #6 originally posted by Omertron on 2009-10-29T17:54:36.000Z:

<empty>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant