| java.lang.NullPointerException
|
| at net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl.handleParticipantRemoved(CallHistoryServiceImpl.java:740)
|
| at net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl.access$300(CallHistoryServiceImpl.java:31)
|
| at net.java.sip.communicator.impl.callhistory.CallHistoryServiceImpl$HistoryCallChangeListener.callParticipantRemoved(CallHistoryServiceImpl.java:893)
|
| at net.java.sip.communicator.service.protocol.Call.fireCallParticipantEvent(Call.java:182)
|
| at net.java.sip.communicator.impl.protocol.sip.CallSipImpl.removeCallParticipant(CallSipImpl.java:83)
|
| at net.java.sip.communicator.impl.protocol.sip.CallSipImpl.participantStateChanged(CallSipImpl.java:180)
|
| at net.java.sip.communicator.service.protocol.AbstractCallParticipant.fireCallParticipantChangeEvent(AbstractCallParticipant.java:130)
|
| at net.java.sip.communicator.service.protocol.AbstractCallParticipant.fireCallParticipantChangeEvent(AbstractCallParticipant.java:75)
|
| at net.java.sip.communicator.impl.protocol.sip.CallParticipantSipImpl.setState(CallParticipantSipImpl.java:165)
|
| at net.java.sip.communicator.impl.protocol.sip.CallParticipantSipImpl.setState(CallParticipantSipImpl.java:180)
|
| at net.java.sip.communicator.impl.protocol.sip.OperationSetBasicTelephonySipImpl.hangupCallParticipant(OperationSetBasicTelephonySipImpl.java:1281)
|
| at net.java.sip.communicator.slick.protocol.sip.TestOperationSetBasicTelephonySipImpl.testCreateCancelCall(TestOperationSetBasicTelephonySipImpl.java:226)
|
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
|
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
|
| at java.lang.reflect.Method.invoke(Method.java:585)
|
| at junit.framework.TestCase.runTest(TestCase.java:154)
|
| at junit.framework.TestCase.runBare(TestCase.java:127)
|
| at junit.framework.TestResult$1.protect(TestResult.java:106)
|
| at junit.framework.TestResult.runProtected(TestResult.java:124)
|
| at junit.framework.TestResult.run(TestResult.java:109)
|
| at junit.framework.TestCase.run(TestCase.java:118)
|
| at junit.framework.TestSuite.runTest(TestSuite.java:208)
|
| at junit.framework.TestSuite.run(TestSuite.java:203)
|
| at junit.framework.TestSuite.runTest(TestSuite.java:208)
|
| at junit.framework.TestSuite.run(TestSuite.java:203)
|
| at net.java.sip.communicator.slick.runner.ScTestRunner.doRun(ScTestRunner.java:104)
|
| at net.java.sip.communicator.slick.runner.ScTestRunner.doRun(ScTestRunner.java:94)
|
| at net.java.sip.communicator.slick.runner.ScTestRunner.run(ScTestRunner.java:56)
|
| at net.java.sip.communicator.slick.runner.SipCommunicatorSlickRunner.start(SipCommunicatorSlickRunner.java:150)
|
| at org.ungoverned.oscar.Noscar._startBundle(Noscar.java:1194)
|
| at org.ungoverned.oscar.Noscar.startBundle(Noscar.java:1128)
|
| at org.ungoverned.oscar.Noscar.setFrameworkStartLevel(Noscar.java:704)
|
| at org.ungoverned.oscar.Noscar.start(Noscar.java:499)
|
| at org.ungoverned.oscar.Main.main(Main.java:181) |