HomePlayer
Bienvenue, Invité. Veuillez vous connecter ou vous inscrire.
Avez-vous perdu votre courriel d'activation?
07 Juin 2025 à 10:21:28

Connexion avec identifiant, mot de passe et durée de la session
Get HomePlayer at SourceForge.net. Fast, secure and Free Open Source software downloads
Messages récents
par kiki91
[04 Août 2018 à 13:57:06]

[22 Novembre 2016 à 11:00:41]

par bod77
[11 Février 2016 à 23:57:50]

par assombrance
[22 Septembre 2015 à 13:13:45]

[18 Juillet 2015 à 15:06:50]

[04 Juillet 2015 à 19:02:34]

[03 Juin 2015 à 22:15:55]

par Banzai
[17 Avril 2015 à 22:47:05]
HomePlayer, Le MediaPlayer pour FreeBoxForumAide/SupportHomePlayer sur le PCVOD module desc loading error
Pages: [1]
Imprimer
Auteur Fil de discussion: VOD module desc loading error  (Lu 3340 fois)
luc2
Néophyte
*
Messages: 1


Voir le profil
« le: 11 Janvier 2013 à 11:03:02 »

bonjour,

- acte 1 scene 1 : j'installe fedora
- acte 1 scene 2 : j'installe homeplayer
- acte 1 scene 3 : je lance homeplayer en ligne de commande : ./homeplayer.sh -serveronly
- acte 1 scene 4 : j'accede a homeplayer a partir de la tv, ca marche, je lis des videos

- acte 2 scene 1 : certaines videos ne fonctionnent pas, comme lors de ma precedente installation
- acte 2 scene 2 : j'essaye de trouver pourquoi ca ne marche pas
- acte 2 scene 3 : je lance les videos en local sur fedora avec le lecteur par defaut, des packages sont necessaires, j'installe ces packages, ca marche
- acte 2 scene 4 : je lance les videos en local sur fedora avec vlc, des packages sont necessaires, j'installe ces packages, ca marche
- acte 2 scene 5 : j'essaye homeplayer a nouveau a partir de la tv, j'arrive toujours a acceder a l'interface, mais impossible de lire la moindre video, ca me fait une erreur
- acte 2 scene 6 : j'essaye de lire une video en local avec homeplayer, ca ne marche pas, j'ai un message d'erreur qui me dit de regarder dans les logs
- acte 2 scene 7 : j'arrive a lire les videos avec le player de fedora ou avec vlc, mais pas avec homeplayer
- acte 2 scene 8 : j'ai desinstalle homeplayer, j'ai efface ses configs, j'ai desinstalle vlc, j'ai desinstalle tous les packages que j'avais installes, j'ai reinstalle homeplayer, j'ai reinstalle vlc, rien a faire, le probleme persiste
- acte 2 scene 9 : je ne sais pas ce qui a change par rapport a la configuration de l'acte 1... je seche...

je n'arrive pas a ecrire la fin de cette piece. pouvez-vous m'aider ? le concept, c'est que dans la scene finale, tout finit bien, homeplayer lit les videos, la princesse epouse le prince, ils vivent heureux et ont beaucoup d'enfants. seulement, je ne sais pas quoi ecrire dans les scenes intermediaires pour arriver a cette scene finale...


Starting HomePlayer 1.5.9f (20120212)
Use java version: 1.7.0_09-icedtea
No Addon
Version courante de la base de données : 7
Jan 11, 2013 12:00:03 AM org.apache.catalina.startup.Embedded start
INFO: Starting tomcat server
Jan 11, 2013 12:00:04 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
Jan 11, 2013 12:00:04 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jan 11, 2013 12:00:04 AM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 11, 2013 12:00:04 AM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080

com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.homeplayer.util.vod.VODManager$VODModuleDesc as it does not have a no-args constructor
---- Debugging information ----
message             : Cannot construct org.homeplayer.util.vod.VODManager$VODModuleDesc as it does not have a no-args constructor
path                : /Modules/ModuleDesc
cause-message       : Cannot construct org.homeplayer.util.vod.VODManager$VODModuleDesc as it does not have a no-args constructor
class               : java.util.ArrayList
cause-exception     : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
required-type       : org.homeplayer.util.vod.VODManager$VODModuleDesc
-------------------------------
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:45)
   at com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller.convertAnother(ReferenceByXPathUnmarshaller.java:39)
   at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:82)
   at com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:60)
   at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:53)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:38)
   at com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller.convertAnother(ReferenceByXPathUnmarshaller.java:39)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:99)
   at com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarshal(ReferenceByXPathMarshallingStrategy.java:12)
   at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:552)
   at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:540)
   at com.thoughtworks.xstream.XStream.fromXML(XStream.java:497)
   at org.homeplayer.util.vod.VODManager.loadDesc(VODManager.java:72)
   at org.homeplayer.util.vod.VODManager.shareInstance(VODManager.java:33)
   at org.homeplayer.upnpserver.HPUPnpMediaServer.initializeContents(HPUPnpMediaServer.java:66)
   at org.homeplayer.upnpserver.HPUPnpMediaServer.<init>(HPUPnpMediaServer.java:48)
   at org.homeplayer.upnpserver.HPUPnpMediaServer.instance(HPUPnpMediaServer.java:28)
   at org.homeplayer.HomePlayer.startUPnPServer(HomePlayer.java:110)
   at org.homeplayer.HomePlayer.main(HomePlayer.java:98)
Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot construct org.homeplayer.util.vod.VODManager$VODModuleDesc as it does not have a no-args constructor
   at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:50)
   at com.thoughtworks.xstream.converters.reflection.ReflectionConverter.instantiateNewInstance(ReflectionConverter.java:148)
   at com.thoughtworks.xstream.converters.reflection.ReflectionConverter.unmarshal(ReflectionConverter.java:90)
   at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:38)
   ... 18 more
VOD module desc loading error

no Community VOD - Films
HPUPnpMediaServer started
[AUTO_UPDATE] check if Playlist DB need to be updated 2013/01/11 00:00
readMedias 0 'org.homeplayer.data.Film' in 55 ms
[AUTO_UPDATE] check if tv program need to be updated 2013/01/11 00:00
[AUTO_UPDATE] check if bacine cache need to be updated 2013/01/11 00:00
[AUTO_UPDATE] check if WebClip DB need to be updated 2013/01/11 00:00
getMediaCount '16892' in 327 ms
[AUTO_UPDATE] refresh media directories to synchronize 2013/01/11 00:00
readMediaPath 1630 'org.homeplayer.data.Film' in 31 ms
** lib Path :/usr/bin
liblvc command line :
libvlc --plugin-path=/usr/lib/vlc --vout=xvideo
Pas de fichier de config 'hp.lirc'.
[AUTO_UPDATE] refresh media from Itunes 2013/01/11 00:00
Synchro ITunes : pas besoin de mise à jour
libvlc version : 2.0.5 Twoflower
Stop listnen
Stopping Tomcat ...
Jan 11, 2013 12:00:24 AM org.apache.coyote.http11.Http11BaseProtocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Tomcat stopped

Journalisée
chocho63
Néophyte
*
Messages: 4


Voir le profil
« Répondre #1 le: 27 Mai 2013 à 12:49:32 »

Bonjour,

J'ai le même problème sous OpenSuse 12.3. Avez-vous trouvé une solution ?

Starting HomePlayer 1.5.9e (20111015)
Use java version: 1.7.0_21
No Addon
Version courante de la base de données : 7
mai 22, 2013 9:13:16 PM org.apache.catalina.startup.Embedded start
INFO: Starting tomcat server
** lib Path :/usr/bin
liblvc command line :
libvlc --plugin-path=/usr/lib64/vlc --vout=xvideo
mai 22, 2013 9:13:17 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.17
mai 22, 2013 9:13:17 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Pas de fichier de config 'hp.lirc'.
readMedias 362 'org.homeplayer.data.FreeBoxTV' in 348 ms
mai 22, 2013 9:13:18 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
mai 22, 2013 9:13:18 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
com.thoughtworks.xstream.converters.ConversionException: Cannot
construct org.homeplayer.util.vod.VODManager$VODModuleDesc as it does
not have a no-args constructor
---- Debugging information ----
message             : Cannot construct
org.homeplayer.util.vod.VODManager$VODModuleDesc as it does not have a
no-args constructor
path                : /Modules/ModuleDesc
cause-message       : Cannot construct
org.homeplayer.util.vod.VODManager$VODModuleDesc as it does not have a
no-args constructor
class               : java.util.ArrayList
cause-exception     :
com.thoughtworks.xstream.converters.reflection.ObjectAccessException
required-type       : org.homeplayer.util.vod.VODManager$VODModuleDesc
-------------------------------
     at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:45)
     at
com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller.convertAnother(ReferenceByXPathUnmarshaller.java:39)
     at
com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:82)
     at
com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:60)
     at
com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:53)
     at
com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:38)
     at
com.thoughtworks.xstream.core.ReferenceByXPathUnmarshaller.convertAnother(ReferenceByXPathUnmarshaller.java:39)
     at
com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:99)
     at
com.thoughtworks.xstream.core.ReferenceByXPathMarshallingStrategy.unmarshal(ReferenceByXPathMarshallingStrategy.java:12)
     at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:552)
     at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:540)
     at com.thoughtworks.xstream.XStream.fromXML(XStream.java:497)...
Journalisée
baloo
Administrateur
Membre Héroïque
*****
Messages: 1721



Voir le profil
« Répondre #2 le: 29 Mai 2013 à 08:49:06 »

incompatibilté avec java 7
Journalisée
chocho63
Néophyte
*
Messages: 4


Voir le profil
« Répondre #3 le: 30 Mai 2013 à 08:46:58 »

Bonjour,

Merci pour l'info, HomePlayer fonctionne sous OpenSuse 12.3 en changeant dans homeplayer.sh :

EXECJAVA=`which java`

par EXECJAVA=/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/bin/java
Journalisée
Pages: [1]
Imprimer
Aller à: