Hi Damian,
dropping and recreating the DB worked fine. Now sipxconfig start just as expected.

I used this page in the wiki as a reference:
http://sipx-wiki.calivia.com/index.php/SipX_ConfigServer_Troubleshooting

The script:

/usr/bin/sipxconfig.sh --database drop create


just don't work. It actually complains the database already exists. I tried to drop it and create it with two individual commands, but again the same error. There might be something not working in the drop part of the script.
On the other side this worked fine:

service postgresql stop
rm -rf /var/lib/pgsql/data
su - postgres -c "initdb /var/lib/pgsql/data"
/usr/bin/sipxconfig.sh --setup

Alberto

Damian Krzeminski ha scritto:
Alberto wrote:
Hi Damian,
I just upgraded my 3.11.12-015148 system using yum to 4.1.0-015210.
After a reboot sipxconfig is not starting or at least I cannot access it
cause the HTTP ERROR: 404 /sipxconfig/app Not Found
Attached the sipxconfig.log after restarting ConfigServer with sipxproc.
Some unfriendly NullPointerExceptions in there.
Thanks in advance and best regards
Alberto


Looks like updgrade from 3.11 to 4.0/4.1 will not work if you had SIP Trunk
role enabled (sipXbridge service enabled). Drop/recreate your DB for now.
I'll open an issue to see if it can be fixed, but as a reminder - generally
sipXconfig does not support upgrades between developers' versions.
D.

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev




_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to