Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't ingest new stack with latest render scripts #23

Open
djkapner opened this issue Nov 2, 2017 · 0 comments
Open

can't ingest new stack with latest render scripts #23

djkapner opened this issue Nov 2, 2017 · 0 comments

Comments

@djkapner
Copy link

djkapner commented Nov 2, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant