webcaster demo -- red5 is working, but insert in world doesn't work....did I miss something in the readme file?

14 views
Skip to first unread message

Nussbaum-Jones, Nina

unread,
May 23, 2011, 6:05:47 PM5/23/11
to openwon...@googlegroups.com

I successfully added the red5-server component, and tested it.  Then I installed the webcaster module.  When I inserted it in world, I got the following Darkstar error:  (nothing in console log)  Any ideas?

 

[java] May 23, 2011 5:49:07 PM org.jdesktop.wonderland.modules.security.server.SecurityComponentMO sendUserPermissions
[java] WARNING: [SecurityComponentMO] send user permissions for 5 to org.jdesktop.wonderland.server.comms.WonderlandClientID@61df
[java] May 23, 2011 5:49:14 PM org.jdesktop.wonderland.common.messages.MessagePacker serializationUnpack
[java] SEVERE: null
[java] java.io.InvalidClassException: failed to read class descriptor
[java] at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1567)
[java] at java.io.ObjectInputStream.readClassDesc(Objec tInputStream.java:1496)
[java] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
[java] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
[java] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
[java] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
[java] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
[java] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
[java] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
[java] at org.jdesktop.wonderland.common.messages.MessagePacker.serializationUnpack(MessagePacker.java:184)
[java] at org.jdesktop.wonderland.common.messages.MessagePacker.unpack(MessagePacker.java:154)
[java] at org.jdesktop.wonderland.common.messages.MessagePacker.unpack(MessagePacker.java:137)
[java] at org.jdesktop.wonderland.server.comms.WonderlandSessionListener.receivedMessage(WonderlandSessionLi stener.java:202)
[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener$ManagedClientSessionWrapper.receivedMessage(ProtocolSessionListener.java:459)
[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener.receivedMessage(ProtocolSessionListener.java:127)
[java] at com.sun.sgs.impl.service.session.ClientSessionHandler$2.run(ClientSessionHandler.java:185)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.executeTask(TransactionSchedulerImpl.java:619)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.access$500(TransactionSchedulerImpl.java:91)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(TransactionSchedulerImpl.java:523)
[java] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
[java] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[java] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.r unTask(ThreadPoolExecutor.java:886)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[java] at java.lang.Thread.run(Thread.java:619)
[java] Caused by: java.lang.ClassNotFoundException: org.jdesktop.wonderland.modules.webcaster.common.WebcasterCellServerState
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
[java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:247)
[java] at org.jdesktop.wonderland.common.comms.WonderlandObjectInputStream.readClassDescriptor(WonderlandObjectInputStream.java:92)
[java] at java.io.ObjectInputStream.readNonProxyD esc(ObjectInputStream.java:1565)
[java] ... 24 more
[java] May 23, 2011 5:49:14 PM com.sun.sgs.impl.kernel.TransactionSchedulerImpl shouldRetry
[java] WARNING: dropping a task that failed with a non-retryable exception: com.sun.sgs.impl.service.session.ClientSessionHandler$2[NotifyListenerMessageReceived][owner:Nina]
[java] java.lang.NullPointerException
[java] at org.jdesktop.wonderland.server.comms.WonderlandSessionListener.receivedMessage(WonderlandSessionListener.java:203)
[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener$ManagedClientSessionWrapper.receivedMessage(ProtocolSessionListener.java:459)
[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener.receivedMessage(ProtocolSessionListener.java:127)
[java] at com.sun.sgs.impl.service.session.ClientSessionHandler$2.run(ClientSessionHandler.java:185)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.executeTask(TransactionSchedulerImpl.java:619)
[java] at com.sun.sgs.impl.kernel. TransactionSchedulerImpl.access$500(TransactionSchedulerImpl.java:91)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(TransactionSchedulerImpl.java:523)
[java] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
[java] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[java] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[java] at java.lang.Thread.run(Thread.java:619)

 

Nussbaum-Jones, Nina

unread,
May 23, 2011, 6:08:26 PM5/23/11
to openwon...@googlegroups.com

If I’m using authentication, do I need to add a username and password for this?

 

From: openwon...@googlegroups.com [mailto:openwon...@googlegroups.com] On Behalf Of Nussbaum-Jones, Nina
Sent: Monday, May 23, 2011 6:06 PM
To: openwon...@googlegroups.com
Subject: EXTERNAL: webcaster demo -- red5 is working, but insert in world doesn't work....did I miss something in the readme file?

 

I successfully added the red5-server component, and tested it.  Then I installed the webcaster module.  When I inserted it in world, I got the following Darkstar error:  (nothing in console log)  Any ideas?

 

[java] May 23, 2011 5:49:07 PM org.jdesktop.wonderland.modules.security.server.SecurityComponentMO sendUserPermissions
[java] WARNING: [SecurityComponentMO] send user permissions for 5 to org.jdesktop.wonderland.server.comms.WonderlandClientID@61df
[java] May 23, 2011 5:49:14 PM org.jdesktop.wonderland.common.messages.MessagePacker serializationUnpack
[java] SEVERE: null
[java] java.io.InvalidClassException: failed to read class descriptor
[java] at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1567)
[java] at java.io.ObjectInputStream.readClassDesc(Objec tInputStream.java:1496)
[java] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
[java] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
[java] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
[java] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
[java] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
[java] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
[java] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
[java] at org.jdesktop.wonderland.common.messages.MessagePacker.serializationUnpack(MessagePacker.java:184)
[java] at org.jdesktop.wonderland.common.messages.MessagePacker.unpack(MessagePacker.java:154)
[java] at org.jdesktop.wonderland.common.messages.MessagePacker.unpack(MessagePacker.java:137)
[java] at org.jdesktop.wonderland.server.comms.WonderlandSessionListener.receivedMessage(WonderlandSessionLi stener.java:202)

[java] at org.j desktop.wonderland.server.comms.ProtocolSessionListener$ManagedClientSessionWrapper.receivedMessage(ProtocolSessionListener.java:459)


[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener.receivedMessage(ProtocolSessionListener.java:127)
[java] at com.sun.sgs.impl.service.session.ClientSessionHandler$2.run(ClientSessionHandler.java:185)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.executeTask(TransactionSchedulerImpl.java:619)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.access$500(TransactionSchedulerImpl.java:91)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(TransactionSchedulerImpl.java:523)
[java] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
[java] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
[java] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.r unTask(ThreadPoolExecutor.java:886 )
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[java] at java.lang.Thread.run(Thread.java:619)
[java] Caused by: java.lang.ClassNotFoundException: org.jdesktop.wonderland.modules.webcaster.common.WebcasterCellServerState
[java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[java] at java.security.AccessController.doPrivileged(Native Method)
[java] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
[java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
[java] at java.lang.Class.forName0(Native Method)
[java] at java.lang.Class.forName(Class.java:247)
[java] at org.jdesktop.wonderland.common.comms.WonderlandObjectInputStream.readClassDescriptor(WonderlandObjectInputStream.java:92)

[java] at java.io.ObjectInputStream.readNonProxyD esc(ObjectInputStream.java:1565)< br>[java] ... 24 more


[java] May 23, 2011 5:49:14 PM com.sun.sgs.impl.kernel.TransactionSchedulerImpl shouldRetry
[java] WARNING: dropping a task that failed with a non-retryable exception: com.sun.sgs.impl.service.session.ClientSessionHandler$2[NotifyListenerMessageReceived][owner:Nina]
[java] java.lang.NullPointerException
[java] at org.jdesktop.wonderland.server.comms.WonderlandSessionListener.receivedMessage(WonderlandSessionListener.java:203)
[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener$ManagedClientSessionWrapper.receivedMessage(ProtocolSessionListener.java:459)
[java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener.receivedMessage(ProtocolSessionListener.java:127)
[java] at com.sun.sgs.impl.service.session.ClientSessionHandler$2.run(ClientSessionHandler.java:185)
[java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.executeTask(TransactionSchedulerImpl.java:619)

[java] at com.sun.sgs.impl.kernel. TransactionSchedulerImpl.access$ 500(TransactionSchedulerImpl.java:91)

Bernard

unread,
May 24, 2011, 9:55:34 AM5/24/11
to Open Wonderland Forum
Nina

we haven't tried this with authentication turned on, but I can't see
why it would be a problem. Which svn revision were you using and are
you sure you were using webstart?

regards

Bernard


On May 23, 11:08 pm, "Nussbaum-Jones, Nina" <nina.nussbaum-
jo...@lmco.com> wrote:
> If I'm using authentication, do I need to add a username and password for this?
>
> From: openwon...@googlegroups.com [mailto:openwon...@googlegroups.com] On Behalf Of Nussbaum-Jones, Nina
> Sent: Monday, May 23, 2011 6:06 PM
> To: openwon...@googlegroups.com
> Subject: EXTERNAL: webcaster demo -- red5 is working, but insert in world doesn't work....did I miss something in the readme file?
>
> I successfully added the red5-server component, and tested it.  Then I installed the webcaster module.  When I inserted it in world, I got the following Darkstar error:  (nothing in console log)  Any ideas?
>
> [java] May 23, 2011 5:49:07 PM org.jdesktop.wonderland.modules.security.server.SecurityComponentMO sendUserPermissions
> [java] WARNING: [SecurityComponentMO] send user permissions for 5 to org.jdesktop.wonderland.server.comms.WonderlandClientID@61df<mailto:org.jde sktop.wonderland.server.comms.WonderlandClientID@61df>
> [java] May 23, 2011 5:49:14 PM org.jdesktop.wonderland.common.messages.MessagePacker serializationUnpack
> [java] SEVERE: null
> [java] java.io.InvalidClassException: failed to read class descriptor
> [java] at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1567)
> [java] at java.io.ObjectInputStream.readClassDesc(Objec tInputStream.java:1496)
> [java] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
> [java] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
> [java] at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
> [java] at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
> [java] at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
> [java] at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
> [java] at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
> [java] at org.jdesktop.wonderland.common.messages.MessagePacker.serializationUnpack(M essagePacker.java:184)
> [java] at org.jdesktop.wonderland.common.messages.MessagePacker.unpack(MessagePacker. java:154)
> [java] at org.jdesktop.wonderland.common.messages.MessagePacker.unpack(MessagePacker. java:137)
> [java] at org.jdesktop.wonderland.server.comms.WonderlandSessionListener.receivedMess age(WonderlandSessionLi stener.java:202)
> [java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener$ManagedClientS essionWrapper.receivedMessage(ProtocolSessionListener.java:459)
> [java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener.receivedMessag e(ProtocolSessionListener.java:127)
> [java] at com.sun.sgs.impl.service.session.ClientSessionHandler$2.run(ClientSessionHa ndler.java:185)
> [java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.executeTask(TransactionSch edulerImpl.java:619)
> [java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.access$500(TransactionSche dulerImpl.java:91)
> [java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(Transacti onSchedulerImpl.java:523)
> [java] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> [java] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> [java] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> [java] at java.util.concurrent.ThreadPoolExecutor$Worker.r unTask(ThreadPoolExecutor.java:886)
> [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java: 908)
> [java] at java.lang.Thread.run(Thread.java:619)
> [java] Caused by: java.lang.ClassNotFoundException: org.jdesktop.wonderland.modules.webcaster.common.WebcasterCellServerState
> [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> [java] at java.security.AccessController.doPrivileged(Native Method)
> [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
> [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
> [java] at java.lang.Class.forName0(Native Method)
> [java] at java.lang.Class.forName(Class.java:247)
> [java] at org.jdesktop.wonderland.common.comms.WonderlandObjectInputStream.readClassD escriptor(WonderlandObjectInputStream.java:92)
> [java] at java.io.ObjectInputStream.readNonProxyD esc(ObjectInputStream.java:1565)
> [java] ... 24 more
> [java] May 23, 2011 5:49:14 PM com.sun.sgs.impl.kernel.TransactionSchedulerImpl shouldRetry
> [java] WARNING: dropping a task that failed with a non-retryable exception: com.sun.sgs.impl.service.session.ClientSessionHandler$2[NotifyListenerMessa geReceived][owner:Nina]
> [java] java.lang.NullPointerException
> [java] at org.jdesktop.wonderland.server.comms.WonderlandSessionListener.receivedMess age(WonderlandSessionListener.java:203)
> [java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener$ManagedClientS essionWrapper.receivedMessage(ProtocolSessionListener.java:459)
> [java] at org.jdesktop.wonderland.server.comms.ProtocolSessionListener.receivedMessag e(ProtocolSessionListener.java:127)
> [java] at com.sun.sgs.impl.service.session.ClientSessionHandler$2.run(ClientSessionHa ndler.java:185)
> [java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl.executeTask(TransactionSch edulerImpl.java:619)
> [java] at com.sun.sgs.impl.kernel. TransactionSchedulerImpl.access$500(TransactionSchedulerImpl.java:91)
> [java] at com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(Transacti onSchedulerImpl.java:523)
> [java] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
> [java] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> [java] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> [java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.j ava:886)

Nussbaum-Jones, Nina

unread,
May 24, 2011, 10:38:15 AM5/24/11
to openwon...@googlegroups.com
I ran it again on a system that doesn't have authentication. It's at rev 4678. I made sure the red5 server was up and running, and then inserted the webcaster (that included today's update). This time I got a client exception, but no errors on server side:

May 24, 2011 10:35:50 AM com.sun.sgs.impl.client.simple.SimpleClientConnection exceptionThrown
WARNING: exception on: com.sun.sgs.impl.io.SocketConnection@65d69f:
java.lang.NoClassDefFoundError: org/jdesktop/wonderland/client/utils/VideoLibraryLoader
at org.jdesktop.wonderland.modules.webcaster.client.WebcasterCell.<clinit>(WebcasterCell.java:55)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.jdesktop.wonderland.client.cell.CellCacheBasicImpl.instantiateCell(CellCacheBasicImpl.java:437)
at org.jdesktop.wonderland.client.cell.CellCacheBasicImpl.loadCell(CellCacheBasicImpl.java:168)
at org.jdesktop.wonderland.client.cell.CellCacheConnection.handleMessage(CellCacheConnection.java:107)
at org.jdesktop.wonderland.client.cell.CellCacheConnection.handleMessage(CellCacheConnection.java:96)
at org.jdesktop.wonderland.client.comms.BaseConnection.messageReceived(BaseConnection.java:125)
at org.jdesktop.wonderland.client.comms.WonderlandSessionImpl$ClientRecord.handleMessage(WonderlandSessionImpl.java:1002)
at org.jdesktop.wonderland.client.comms.WonderlandSessionImpl.fireSessionMessageReceived(WonderlandSessionImpl.java:489)
at org.jdesktop.wonderland.client.comms.WonderlandSessionImpl$WonderlandClientListener.receivedMessage(WonderlandSessionImpl.java:785)
at com.sun.sgs.client.simple.SimpleClient$SimpleClientConnectionListener.handleSessionMessage(SimpleClient.java:601)
at com.sun.sgs.client.simple.SimpleClient$SimpleClientConnectionListener.handleApplicationMessage(SimpleClient.java:482)
at com.sun.sgs.client.simple.SimpleClient$SimpleClientConnectionListener.receivedMessage(SimpleClient.java:442)
at com.sun.sgs.impl.client.simple.SimpleClientConnection.bytesReceived(SimpleClientConnection.java:170)
at com.sun.sgs.impl.io.SocketConnection.filteredMessageReceived(SocketConnection.java:144)
at com.sun.sgs.impl.io.CompleteMessageFilter.processReceiveBuffer(CompleteMessageFilter.java:138)
at com.sun.sgs.impl.io.CompleteMessageFilter.filterReceive(CompleteMessageFilter.java:103)
at com.sun.sgs.impl.io.SocketConnectionListener.messageReceived(SocketConnectionListener.java:128)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:703)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:362)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:54)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:800)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:247)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:307)
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)
Caused by: java.lang.ClassNotFoundException: org.jdesktop.wonderland.client.utils.VideoLibraryLoader
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)
... 28 more
May 24, 2011 10:35:50 AM com.sun.sgs.impl.client.simple.SimpleClientConnection exceptionThrown
WARNING: exception on: com.sun.sgs.impl.io.SocketConnection@65d69f:
java.lang.NoClassDefFoundError: Could not initialize class org.jdesktop.wonderland.modules.webcaster.client.WebcasterCell
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.jdesktop.wonderland.client.cell.CellCacheBasicImpl.instantiateCell(CellCacheBasicImpl.java:437)
at org.jdesktop.wonderland.client.cell.CellCacheBasicImpl.loadCell(CellCacheBasicImpl.java:168)
at org.jdesktop.wonderland.client.cell.CellCacheConnection.handleMessage(CellCacheConnection.java:107)
at org.jdesktop.wonderland.client.cell.CellCacheConnection.handleMessage(CellCacheConnection.java:96)
at org.jdesktop.wonderland.client.comms.BaseConnection.messageReceived(BaseConnection.java:125)
at org.jdesktop.wonderland.client.comms.WonderlandSessionImpl$ClientRecord.handleMessage(WonderlandSessionImpl.java:1002)
at org.jdesktop.wonderland.client.comms.WonderlandSessionImpl.fireSessionMessageReceived(WonderlandSessionImpl.java:489)
at org.jdesktop.wonderland.client.comms.WonderlandSessionImpl$WonderlandClientListener.receivedMessage(WonderlandSessionImpl.java:785)
at com.sun.sgs.client.simple.SimpleClient$SimpleClientConnectionListener.handleSessionMessage(SimpleClient.java:601)
at com.sun.sgs.client.simple.SimpleClient$SimpleClientConnectionListener.handleApplicationMessage(SimpleClient.java:482)
at com.sun.sgs.client.simple.SimpleClient$SimpleClientConnectionListener.receivedMessage(SimpleClient.java:442)
at com.sun.sgs.impl.client.simple.SimpleClientConnection.bytesReceived(SimpleClientConnection.java:170)
at com.sun.sgs.impl.io.SocketConnection.filteredMessageReceived(SocketConnection.java:144)
at com.sun.sgs.impl.io.CompleteMessageFilter.processReceiveBuffer(CompleteMessageFilter.java:138)
at com.sun.sgs.impl.io.CompleteMessageFilter.filterReceive(CompleteMessageFilter.java:103)
at com.sun.sgs.impl.io.SocketConnectionListener.messageReceived(SocketConnectionListener.java:128)
at org.apache.mina.common.support.AbstractIoFilterChain$TailFilter.messageReceived(AbstractIoFilterChain.java:703)
at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageReceived(AbstractIoFilterChain.java:362)
at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(AbstractIoFilterChain.java:54)
at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.messageReceived(AbstractIoFilterChain.java:800)
at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorFilter.java:247)
at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(ExecutorFilter.java:307)
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)

Nina

regards

Bernard

> onSch edulerImpl.java:619) [java] at

> com.sun.sgs.impl.kernel.TransactionSchedulerImpl.access$500(Transactio
> nSche dulerImpl.java:91) [java] at
> com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(Tran

> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecu
> tor.j ava:886) [java] at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.

Nussbaum-Jones, Nina

unread,
May 24, 2011, 10:39:30 AM5/24/11
to openwon...@googlegroups.com
I'm not sure what you mean by the Webstart question.

Nussbaum-Jones, Nina

unread,
May 24, 2011, 11:00:18 AM5/24/11
to openwon...@googlegroups.com
Now I got it. Used the latest jar file, disabled authentication.... Thanks! I'm going to add authentication on this system and see if it breaks.

Nussbaum-Jones, Nina

unread,
May 24, 2011, 11:13:48 AM5/24/11
to openwon...@googlegroups.com
Me again. Sorry for all the posts. I enabled authentication and it works like a champ!! This is AMAZING!!! :) :)

Thanks, Bernard!!!

jagwire

unread,
May 24, 2011, 11:42:37 AM5/24/11
to Open Wonderland Forum
Nina,

What are you seeing exactly? I haven't found the time yet to try out
the new module, though I'm extremely interested.

best,
jW

On May 24, 10:13 am, "Nussbaum-Jones, Nina" <nina.nussbaum-

Nussbaum-Jones, Nina

unread,
May 24, 2011, 11:47:05 AM5/24/11
to openwon...@googlegroups.com
I put the webcaster cell in world -- looks like a webcam. Then I open the control panel and begin capture. I had someone down in VA who is behind a saturated gateway connect to the webcaster page (<wl:8080>/webcaster/webcaster) and connect to the captured stream. It looked amazingly smooth. No compression issues, etc. I had my avatar run around, and they saw it. It was very smooth.

Once this has audio Wonderland will have punched a huge hole through the other virtual world platforms. (Gently, of course!)

-Nina-

Nina,

best,
jW

> > ti onSch edulerImpl.java:619) [java] at com.sun.sgs.impl.kernel.
> > TransactionSchedulerImpl.access$500(TransactionSchedulerImpl.java:91
> > )
> > [java] at
> > com.sun.sgs.impl.kernel.TransactionSchedulerImpl$TaskConsumer.run(Tr

> > an sacti onSchedulerImpl.java:523) [java] at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:4
> > 41
> > ) [java] at
> > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> > [java] at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> > [java] at
> > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExe
> > cu

Nussbaum-Jones, Nina

unread,
May 24, 2011, 11:48:07 AM5/24/11
to openwon...@googlegroups.com
Now imagine attaching the camera to an avatar... :)

jagwire

unread,
May 24, 2011, 11:55:11 AM5/24/11
to Open Wonderland Forum
So, it streams a camera to a web page? That sounds awesome!

best,
jW

On May 24, 10:48 am, "Nussbaum-Jones, Nina" <nina.nussbaum-
Reply all
Reply to author
Forward
0 new messages