Estou fazendo um trabalho para chamar uma classe java no ncl, defini o tipo de nó de mídia como application/x-ginga-NCLet mais nada acontece.
Preciso definir mais alguma coisa para que o código funcione?
Desde já agradeço.
Autor: Rita de Cássia Guedes Machado
77 comentários
Exception in thread "Image Fetcher 1" java.lang.OutOfMemoryError: Java heap spac
e
at java.awt.image.DataBufferInt.<init>(Unknown Source)
at java.awt.image.Raster.createPackedRaster(Unknown Source)
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknow
n Source)
at sun.awt.image.ImageRepresentation.createBufferedImage(Unknown Source) at sun.awt.image.ImageRepresentation.setPixels(Unknown Source)
at sun.awt.image.ImageDecoder.setPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.sendPixels(Unknown Source)
at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
at sun.awt.image.JPEGImageDecoder.produceImage(Unknown Source)
at sun.awt.image.InputStreamImageSource.doFetch(Unknown Source)
at sun.awt.image.ImageFetcher.fetchloop(Unknown Source)
at sun.awt.image.ImageFetcher.run(Unknown Source)
Starting
Starting
Exception in thread "Thread-20" java.lang.NoClassDefFoundError: bbc/rd/tvanytime
/xml/NonFatalXMLException
at br.ufrgs.inf.prav.pmm.metadados.MetadadosXlet.startXlet(MetadadosXlet
.java:57)
at br.pucrio.telemidia.ginga.ncl.adapters.procedural.nclet.NCLetPlayerAd
apter.start(Unknown Source)
at br.pucrio.telemidia.ginga.ncl.adapters.FormatterPlayerAdapter.start(U
nknown Source)
at br.pucrio.telemidia.ginga.ncl.FormatterScheduler.runAction(Unknown So
urce)
at br.pucrio.telemidia.ginga.ncl.FormatterScheduler.runAction(Unknown So
urce)
at br.pucrio.telemidia.ginga.ncl.model.link.LinkSimpleAction.run(Unknown
Source)
at br.pucrio.telemidia.ginga.ncl.model.link.LinkRepeatAction.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: bbc.rd.tvanytime.xml.NonFatalXMLExc
eption
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 java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 8 more Agradeço qualquer ajuda. Karen