Hi David,
I just pushed up a new copy of activeio that should fix the problem. Could you pull it down and try again.
David Jencks wrote:
I'm getting test failures on the following on both linux and osX:
org.apache.geronimo.security.jaas.LoginPropertiesFileTest
org.apache.geronimo.security.jaas.LoginSQLTest
org.apache.geronimo.security.jaas.TimeoutTest
org.apache.geronimo.security.network.protocol.SubjectCarryingProtocolTes t
At least two of the problems appear to be related as the report's stack trace starts with:
Testcase: testLogin(org.apache.geronimo.security.jaas.LoginPropertiesFileTest): Caused an ERROR
java.lang.NullPointerException
at org.activeio.adapter.PacketInputStream.read(PacketInputStream.java:51)
at java.io.ObjectInputStream$PeekInputStream.read(ObjectInputStream.java: 2150)
at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.ja va:2163)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStre am.java:2631)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:734)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:253)
at org.apache.geronimo.security.remoting.jmx.ObjectInputStreamExt.<init>(Ob jectInputStreamExt.java:35)
at org.apache.geronimo.security.remoting.jmx.RequestChannelInterceptor.dese rialize(RequestChannelInterceptor.java:104)
at org.apache.geronimo.security.remoting.jmx.RequestChannelInterceptor.invo ke(RequestChannelInterceptor.java:69)
at org.apache.geronimo.proxy.SimpleRPCContainer.invoke(SimpleRPCContainer.j ava:48)
Any ideas?
thanks david jencks
