I have selected collection protocol from the drop-down list but it does not give me a place holder to select participant,specimen collection group etc as mentioned in the documentation ., looks like i am missing all those. Any help? I am attaching screen shot.
Hi @diya_any
Looks like you have not executed the post deployment step. Please follow steps here https://openspecimen.atlassian.net/wiki/display/CAT/Deploying+OpenSpecimen#DeployingOpenSpecimen-PostDeployment so that you see the forms to create queries.
Thanks,
Poornima
Hi Poornima,
Thank you for your reply. I ran post deployment steps but that not fixed the issue. I am attaching log file for your reference. log.txt (7.8 KB)
Thanks,
Sandhya
Hi @diya_any,
The error log shows that either server is down or application url is not set in caTissueInstall.properties file .
java.lang.RuntimeException: Please verify the Correct URL is specifi
ed & the server is running.
Before performing the post deployment step, please make sure that server should be running and the correct URL is set for property “application.url” in caTissueInstall.properties file.
~Nitesh
Nitesh,
Server is up and running and the url is set properly. in property file it is set as http://ipaddress:8080/openspecimen i also tried http://localhost:8080/openspecimen. Not sure what is missing.
Hi @diya_any,
Can you please confirm whether you are able to access this URL from browser on the application server(machine from where you are deploying the application)?
~
Neha
Hi Neha,
I cannot access the application from the deployment server. Is that causing the issue?
Thanks,
Sandhya
Hi @diya_any,
Yes, the URL should be accessible on the browser from the application machine so as to run the post_upgrade target.
Can you please check the port on which the application is deployed?
Thanks,
Neha
Hi Neha,
I can access the url from the deployed server but still having the issue. I am attaching deployment log for your reference.log.txt (4.7 KB)
Thanks,
Sandhya
Hello,
I can tell from the log there are no deployment errors and also i can access the application URL from the server. However we are unable to access the query feature. I am attaching latest log file. Any help is greatly appreciated!
log.txt (1.5 KB)
Thanks,
Sandhya
@diya_any We are not 100% sure since no one else has reported this issue. You will need to some debugging yourself to check what is going wrong.
If you are able to locate the issue, please report back to the forum so that its useful to others.
~Sri
pointing JAVA_HOME to java 1.6 version fixed the issue. Previously we are on java 1.8 version.