[
http://jira.jboss.com/jira/browse/JBCACHE-689?page=comments#action_12339356 ]
Ben Wang commented on JBCACHE-689:
----------------------------------
Rajesh, just tried them. Both works for me. I suspect that your multicast is not working.
Do you see them forming as a clustering groups? So please run the test suite: build.bat
run.batch to make sure all the unit test passed first.
PojoCache sensor example broken
-------------------------------
Key: JBCACHE-689
URL:
http://jira.jboss.com/jira/browse/JBCACHE-689
Project: JBoss Cache
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.4.0
Reporter: Rajesh Rajasekaran
Assigned To: Manik Surtani
Priority: Critical
Fix For: 1.4.0
Below is the error report on running Sensor example under PojoCache.
bsh % sourceRelative("aop2.bsh");
// Error: // Uncaught Exception: Method Invocation this.interpreter.source : at Line: 19
: in file: /bsh/commands/sourceRelative.bsh : this .interpreter .source ( path , this
.caller .namespace )
Called from method: sourceRelative : at Line: 1 : in file: <unknown file> :
sourceRelative ( "aop2.bsh" )
Target exception: Sourced file: C:\Documents and
Settings\rrajasekaran\Desktop\JBossCache-1.4.0.GA\examples\PojoCache\sensor\aop2.bsh : at
Line: 60 : in file: C:\Documents and
Settings\rrajasekaran\Desktop\JBossCache-1.4.0.GA\examples\PojoCache\sensor\aop2.bsh : pm
.printNodes ( )
Called from method: printStatus : at Line: 72 : in file: C:\Documents and
Settings\rrajasekaran\Desktop\JBossCache-1.4.0.GA\examples\PojoCache\sensor\aop2.bsh :
printStatus ( "Initial state" , pm )
Target exception: java.lang.NullPointerException: Null Pointer in Method Invocation
Also a NullPointerException on running PojoCache/Sensor/build.bat run.aop.example
[java] ---------------------------------------------
[java] Exception in thread "main" java.lang.NullPointerException
[java] at
test.propagation.PropagationReplAopTest.printStatus(PropagationReplAopTest.java:113)
[java] at
test.propagation.PropagationReplAopTest.testPropagation(PropagationReplAopTest.java:98)
[java] at
test.propagation.PropagationReplAopTest.main(PropagationReplAopTest.java:124)
[java] Java Result: 1
But this doesnt cause a build failure.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira