You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I switched to the latest render scripts, I could no longer ingest a new stack. If the stack already existed, it worked fine. Forrest identified that this command :
Running: /usr//bin/java -cp /home/danielk/usr/render/render-ws-java-client/target/render-ws-java-client-2.0.1-SNAPSHOT-standalone.jar -Xms1G -Xmx1G -Djava.awt.headless=true -XX:+UseSerialGC org.janelia.render.client.StackClient --baseDataUrl http://em-131fs:8080/render-ws/v1 --owner danielk --project MM2 --action SET_STATE --stackState LOADING --stack 6_FineSections_2325_2330xxyzy
should have --action CREATE.
I changed --action SET_STATE to --action CREATE in:
set_renderer_stack_state_loading.m
and the problem was solved.
The text was updated successfully, but these errors were encountered:
After I switched to the latest render scripts, I could no longer ingest a new stack. If the stack already existed, it worked fine. Forrest identified that this command :
Running: /usr//bin/java -cp /home/danielk/usr/render/render-ws-java-client/target/render-ws-java-client-2.0.1-SNAPSHOT-standalone.jar -Xms1G -Xmx1G -Djava.awt.headless=true -XX:+UseSerialGC org.janelia.render.client.StackClient --baseDataUrl http://em-131fs:8080/render-ws/v1 --owner danielk --project MM2 --action SET_STATE --stackState LOADING --stack 6_FineSections_2325_2330xxyzy
should have --action CREATE.
I changed --action SET_STATE to --action CREATE in:
set_renderer_stack_state_loading.m
and the problem was solved.
The text was updated successfully, but these errors were encountered: