snd297 / braintrust

Automatically exported from code.google.com/p/braintrust
0 stars 0 forks source link

project permissions not cached properly #479

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
reported by user:

Error using IEEGDataset/getdatablock (line 134)
Java exception occurred:
edu.upenn.cis.db.mefview.services.IeegWsRemoteAppException: The server
responded with 500 Internal Server Error. If reporting the error please include
the following: Error code: [TimeSeries.InternalError], Error message: [An error
occured on the server], host: [ip-10-194-23-47], error id:
[70ae8922-0ac6-4d1d-8a74-eddefab94c7a].

    at
    edu.upenn.cis.db.mefview.services.TimeSeriesInterface.handleErrorClientResponse(TimeSeriesInterface.java:953)

    at
    edu.upenn.cis.db.mefview.services.TimeSeriesInterface.getUnscaledTimeSeriesSetRaw(TimeSeriesInterface.java:776)

Error in IEEGDataset/getvalues (line 362)
          [values, time] = getdatablock(obj, startIndex, blockLength, chIdx);

Original issue reported on code.google.com by samd.p...@gmail.com on 12 Apr 2014 at 8:36

GoogleCodeExporter commented 8 years ago
Internal:

org.hibernate.LazyInitializationException: failed to lazily initialize a 
collection of role: edu.upenn.cis.braintrust.model.ProjectEntity.team, could 
not initialize proxy\
 - no Session
        at org.hibernate.collection.internal.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:566)
        at org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:186)
        at org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:545)
        at org.hibernate.collection.internal.AbstractPersistentCollection.read(AbstractPersistentCollection.java:124)
        at org.hibernate.collection.internal.PersistentSet.iterator(PersistentSet.java:180)
        at com.google.common.collect.Iterables.tryFind(Iterables.java:672)
        at edu.upenn.cis.braintrust.datasnapshot.DataSnapshotService.getPermissionsHelper(DataSnapshotService.java:2998)
        at edu.upenn.cis.braintrust.datasnapshot.DataSnapshotService.getPermissions(DataSnapshotService.java:2861)
        at edu.upenn.cis.braintrust.datasnapshot.DataSnapshotServer.getPermissions(DataSnapshotServer.java:1730)
        at edu.upenn.cis.db.mefview.server.TimeSeriesResource.getUnscaledTimeSeriesSetRawRed(TimeSeriesResource.java:1631)
        at sun.reflect.GeneratedMethodAccessor566.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Original comment by samd.p...@gmail.com on 12 Apr 2014 at 8:43

GoogleCodeExporter commented 8 years ago

Original comment by samd.p...@gmail.com on 12 Apr 2014 at 9:26