Skip to content

Cannot Load Session #282

@lorraineslao-debug

Description

@lorraineslao-debug

Describe the bug
Cannot open saved sessions. Attempting to open a session produces the error below. The app then lags and opens hundreds of windows, presumably of the same error.

java.lang.NoSuchMethodError: 'void com.fasterxml.jackson.core.JsonGenerator.writeStartArray(java.lang.Object, int)'
at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:78)
at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:18)
at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:733)
at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774)
at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178)
at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider._serialize(DefaultSerializerProvider.java:480)
at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue(DefaultSerializerProvider.java:319)
at com.fasterxml.jackson.databind.ObjectMapper._writeValueAndClose(ObjectMapper.java:4624)
at com.fasterxml.jackson.databind.ObjectMapper.writeValue(ObjectMapper.java:3828)
at com.bugsnag.serialization.Serializer.writeToStream(Serializer.java:34)
at com.bugsnag.delivery.SyncHttpDelivery.deliver(SyncHttpDelivery.java:83)
at com.bugsnag.delivery.AsyncHttpDelivery$3.run(AsyncHttpDelivery.java:94)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)

Peakaboo Version
6.0.0

Logs
Peakaboo.log

To Reproduce
Steps to reproduce the behavior:

  1. Load Session
  2. Navigate to Session File
  3. Open
  4. See error

Expected behavior
The session should open with the spectrum, fittings, and energy calibration

Screenshots
Image

Desktop (please complete the following information):

  • OS: Windows
  • Version 10

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions