We are currently working on the forum. For the short-term, all forum content will be in read-only format. We apologize for the interruption and look forward to collaborating with you shortly. All the best in your research!
Hi, after getting openclinica successfully working in windows im trying to run it on centos 6 on a virtual machine, unfortunately every time i install tomcat, java & postgresql i reboot and it wont boot, just freezes in the startup.
Any ideas??
thanks
Ricardo
0
Comments
Not sure if the virtual machine settings need to be changed, but here is a wiki page about OpenClinica + CentOS 6. Maybe there's a hidden gotcha in there. Hope it helps, Tom
http://trac.biostr.washington.edu/trac/wiki/OpenClinicaCentOS
Tom Hickerson | Senior Tier-2 Engineer
[email protected]
www.openclinica.com
Open Source Platform for Clinical Research
It seems the same thing as here https://docs.openclinica.com/3.1/installation/installation-linux but ill give it a trie.
thanks
way too weird...
Have you diagnosed your OS to determine which service is causing your issue?
>From the sounds of it, it has nothing to do with openclinica at all and is
an issue with your OS. I would try disabling services one at a time or check
your logs for the failure. More information on how to do this can be found
at your Linux Distro's community site and mailing lists.
Thanks,
Shaun
On 9/27/11 11:23 AM, "Ricardo Simoes" wrote:
> > Follow the instructions on this page, still nothing.....
> > way too weird...
> >
> >
> >
I think i found the problem, i build a script to install the oc, now i decided to go manual and i notice something, when creating db for oc i got this error (psql: FATAL: Ident authentication failed for user "popstgres")
the command im using is:
/opt/PostgreSQL/8.4/bin/psql -U postgres -c "CREATE ROLE clinica LOGIN ENCRYPTED PASSWORD 'clinica' SUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE"
ps- cant i change the password here?
thanks
Try
sudo -u postgres psql -c "CREATE ROLE clinica LOGIN ENCRYPTED PASSWORD 'clinica' SUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE"
instead
On 28.9.2011 11:12, Ricardo Simoes wrote:
> Hi guys,
>
> I think i found the problem, i build a script to install the oc, now i decided to go manual and i notice something, when creating db for oc i got this error (psql: FATAL: Ident authentication failed for user "popstgres")
>
> the command im using is:
>
> /opt/PostgreSQL/8.4/bin/psql -U postgres -c "CREATE ROLE clinica LOGIN ENCRYPTED PASSWORD 'clinica' SUPERUSER NOINHERIT NOCREATEDB NOCREATEROLE"
>
> ps- cant i change the password here?
>
> thanks
>
>
Any ideas?
thanks
This issue is again at the OS level and you should diagnose your OS. Please
se my previous replies.
Additionally see my comments on your other issues you reported below.
You got "(psql: FATAL: Ident authentication failed for user "popstgres")"
The username is wrong it should be postgres. Additionally the default
install of postgres 8.4 done by our documentation does not use ident
authentication and uses password md5 authentication. To troubleshoot this
issue I would need to see your pg_hba.conf file.
Thanks,
Shaun
On 9/28/11 07:32 AM, "Ricardo Simoes" wrote:
> > Guys i manage to resolve the issue but after all the steps of the install &
> > configuration i restarted the pc and the boot screen freeze here(see atach
> > pic).
> >
> > Any ideas?
> >
> > thanks
> >
> >