please urgent help required...

You want to host your own data and need help?
Gesperrt
polisetty

please urgent help required...

Beitrag von polisetty »

hello all,

i am anil kumar.p ,i saw your project from sourceforge.net. it really impressed us. so,we are "trying to" propose a system based on this solution for some TV channels in India.

i am working on Windows XP professional with SP2.
i am using j2se1.5windows_update6.0 and TvDataStarterKit-2.02
there i saw SimplePDS.java & SimplePDS.class

while i am going to run SimplePDS i got the problem like:

C:\TvDataStarterKit-2.02\workspace\java>java -jar PDSRunner.jar -raw raw -log lo
g SimplePDS
Exception in thread "main" primarydatamanager.PreparationException: Primary data
service class does not exist: SimplePDS
at primarydatamanager.PrimaryDataManager.createPrimaryDataService(Primar
yDataManager.java:207)
at primarydatamanager.PDSRunner.main(PDSRunner.java:166)
Caused by: java.lang.ClassNotFoundException: SimplePDS
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 primarydatamanager.PrimaryDataManager.createPrimaryDataService(Primar
yDataManager.java:204)
... 1 more

C:\TvDataStarterKit-2.02\workspace\java>

what might be the problem.

just i am suspecting createPrimaryDataSource() fun might missed in PrimaryDataManager class. if i write my own version can i replace the .class file of that in PDSRunner.jar,
is it correct suspection?

other wise give me the solution to execute the SimplePDS,

and also give me correct command to run that file if i had mistaken.
because
i saw syntax
java -jar PDSRunner [-raw rawdir] [-log logdir] pds....

here can we pass SimplePDS as pds...
or some more we have to pass,
clarify me first. your help is urgently needed. i am thankful to u if you respond me to get success.
Benutzeravatar
bodo
Site Admin
Beiträge: 19635
Registriert: 03 Dez 2003, 19:37
Wohnort: Köln
Kontaktdaten:

Beitrag von bodo »

I already gave you an answer in this thead:
http://hilfe.tvbrowser.org/viewtopic.php?t=3591
Gesperrt