Bug 1471 - Nullpointer exception during search
Summary: Nullpointer exception during search
Status: ASSIGNED
Alias: None
Product: BpmDj
Classification: Unclassified
Component: Ui (show other bugs)
Version: 47600
Hardware: PC Linux
: Future major
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2017-03-19 20:04 CET by Werner Van Belle
Modified: 2017-04-10 08:01 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 2 Werner Van Belle 2017-04-10 08:01:27 CEST
It is definitely not a bug during development. We just got another one.
Comment 1 Werner Van Belle 2017-03-19 20:07:30 CET
Not entirely sure whether this was a bug during development or a bug that an actual user once had. Waiting for more instances of this bug to investigate it further
Description Werner Van Belle 2017-03-19 20:04:32 CET
Phone model: Desktop (47600)
Android version: unknown
Package name: 64
Alpha: v4.7.6
java.lang.NullPointerException
        at org.yellowcouch.bpmdj.mixedit.nn.NnLocal.allWithSubstringAndTags(NnLocal.java)
        at org.yellowcouch.bpmdj.mixedit.nn.NnLocal.singleWithBounds(NnLocal.java)
                                                    allWithSubstring(NnLocal.java)
                                                    increment(NnLocal.java)
                                                    access$100(NnLocal.java)
        at org.yellowcouch.bpmdj.mixedit.nn.NnLocal.updateSongSet(NnLocal.java)
        at org.yellowcouch.bpmdj.mixedit.nn.NnLocal.updateNearestNeighbors(NnLocal.java)
                                                    increment(NnLocal.java)
        at org.yellowcouch.bpmdj.mixedit.nn.NnLocal.tearDown(NnLocal.java)
                                                    allWithinBounds(NnLocal.java)
                                                    singleWithSubstring(NnLocal.java)
                                                    singleWithSubstringAndTag(NnLocal.java)
                                                    tagsMatch(NnLocal.java)
                                                    increment(NnLocal.java)
                                                    access$000(NnLocal.java)
        at org.yellowcouch.bpmdj.mixedit.nn.NnLocal$1.stateChanged(NnLocal.java)
        at org.yellowcouch.flow.petrinet.PetriNet.runQueue(PetriNet.java)
        at org.yellowcouch.flow.petrinet.DefaultPetriNetExecutor.startAt(DefaultPetriNetExecutor.java)
                                                                 runQueueNow(DefaultPetriNetExecutor.java)
        at org.yellowcouch.flow.petrinet.DefaultPetriNetExecutor.run(DefaultPetriNetExecutor.java)
        at java.lang.Thread.run(Thread.java:745)