[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] Internet chess over xmlBlaster



Great, it's now working,
just need to change xmlBlaster connection parameters in chessRhino.svg
and comment arg for socket.port=2003 (bad port ?)

So, I've now got a Chat & Chess running ;o)

Thanx to U !

Cyrille


Cyrille Giquello wrote:

Hello,

Ok, I've tried to follow your recommandation.

I'm running da chat client. It seems to work

Then, I try to running svg chess. It seems to work fine. I've got a Chess game on screen,
but if I try to click on the game I get that error :
Have I missing something for login ? Or what else ?


id=AccessDenied reason=Your sessionId is invalid, no access to xmlBlaster.
at org.xmlBlaster.client.protocol.corba.CorbaConnection.publish(CorbaConnection.java:654)


at org.xmlBlaster.client.protocol.XmlBlasterConnection.publish(XmlBlasterConnection.java:1213)

at java.lang.reflect.Method.invoke(Native Method)
at org.mozilla.javascript.NativeJavaMethod.call(Unknown Source)
at org.mozilla.javascript.ScriptRuntime.call(Unknown Source)
at org.mozilla.javascript.gen.c26.call(<SVG>:163)
at org.mozilla.javascript.optimizer.OptRuntime.callSimple(Unknown Source)
at org.mozilla.javascript.gen.c30.call(<SVG>:1)
at org.mozilla.javascript.gen.c30.exec(<SVG>)
at org.apache.batik.script.rhino.RhinoInterpreter.evaluate(RhinoInterpreter.java:203)


at org.apache.batik.bridge.ScriptingEnvironment.runEventHandler(ScriptingEnvironment.java:82)

at org.apache.batik.bridge.BridgeEventSupport$ScriptCaller.handleEvent(BridgeEventSupport.java:434)

at org.apache.batik.dom.events.EventSupport.fireEventListeners(EventSupport.java:225)

at org.apache.batik.dom.events.EventSupport.dispatchEvent(EventSupport.java:197)

at org.apache.batik.dom.AbstractNode.dispatchEvent(AbstractNode.java:420)
at org.apache.batik.bridge.BridgeEventSupport$Listener.dispatchMouseEvent(BridgeEventSupport.java:409)


at org.apache.batik.bridge.BridgeEventSupport$Listener.mouseReleased(BridgeEventSupport.java:310)

at org.apache.batik.gvt.event.AWTEventDispatcher.processMouseEvent(AWTEventDispatcher.java:481)

at org.apache.batik.gvt.event.AWTEventDispatcher.dispatchMouseEvent(AWTEventDispatcher.java:400)

at org.apache.batik.gvt.event.AWTEventDispatcher.dispatchEvent(AWTEventDispatcher.java:303)

at org.apache.batik.gvt.event.AWTEventDispatcher.mouseReleased(AWTEventDispatcher.java:147)

at org.apache.batik.swing.svg.JSVGComponent$12.run(JSVGComponent.java:1340)
at org.apache.batik.util.RunnableQueue.run(RunnableQueue.java:163)
at java.lang.Thread.run(Thread.java:479)



Marcel Ruff wrote:

Hi,

Michele and i just had a little SVG internet real time
chess over xmlBlaster.
The chat client was running as well.

Micheles SVG chess is just cool!
Everybody could join and watch.
Everything is real time.
Michele was sitting behind a firewall using SOCKET
protocol, i used CORBA.

But some features are missing:

- Showing position (A4 E7 etc)
- Integrated chat
- Save functionality
- History
- Browser based (currently it uses batik)
- ...

regards

Marcel