-
Bug
-
Resolution: Cannot Reproduce
-
Low
-
None
-
6.4.1, 7.0.5, 7.0.10
-
6.04
-
Got the following error on the user profile page when trying JIRA 6.4.1 on my test server. Is this linked to the just released fix in: JRA-41629 ?
2015-04-13 20:09:56,688 http-bio-8641-exec-6 ERROR bjarnit 1209x461x1 a01wjl 192.168.56.1 /plugins/servlet/streams [streams.internal.servlet.StreamsActivityServlet] Error getting activity java.lang.NullPointerException at com.atlassian.streams.api.common.Either$2.apply(Either.java:176) at com.atlassian.streams.api.common.Either$2.apply(Either.java:173) at com.google.common.collect.Iterators$7.computeNext(Iterators.java:649) at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:143) at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:138) at com.google.common.collect.Iterators$8.hasNext(Iterators.java:807) at com.atlassian.streams.internal.StreamsCompletionService.registerFailures(StreamsCompletionService.java:152) at com.atlassian.streams.internal.StreamsCompletionService.execute(StreamsCompletionService.java:145) at com.atlassian.streams.internal.FeedBuilder.getFeed(FeedBuilder.java:69) at com.atlassian.streams.internal.servlet.StreamsActivityServlet.doGet(StreamsActivityServlet.java:71)
Resolution :
As per Error in User Profile's activity stream
- Recreate the application links and ensure the following on both JIRA and the other application :
- Only OAuth is used for incoming and outgoing authentication.
- Ensure that Trusted and Basic is disabled
- Ensure that 2-legged Oauth is enabled for incoming and outgoing authentication
- is related to
-
JSP-257184 Loading...
- was cloned as
-
STRM-2287 Loading...