Product: TIBCO Spotfire®
Error parsing the database configuration descriptor javax.xml.bind.UnmarshalException
Spotfire Server fails to start with the following error in the <Spotfire Server Install>\tomcat\logs\server.log
"Error parsing the database configuration descriptor Javax.xml.bind.UnmarshalException"
Cause:
This is generally caused if the Spotfire Server is not able to find the Spotfire Server database information in the <Spotfire server install>tomcat\webapps\spotfire\web-inf\bootstrap.xml file.
Check if the <Spotfire server install>tomcat\webapps\spotfire\web-inf\bootstrap.xml file is corrupted.
Sample files (FIlenames: bootstrap_7.5Above.xml, bootstrap70andbelow.xml, bootstrap_corrupted.xml ) are attached.
1). Login into the Spotfire server Machine and launch the Windows Command Prompt.
2). Browse to the "<installation dir>\tomcat\bin" folder for Version10.2 and lower and "<installation dir>\tomcat\spotfire-bin" for 10.3 and higher .
3). Run the following command to create a new bootstrap file.
config bootstrap -f --driver-class="<Driverclass Name>" --database-url="<Database URL>" --username="<DBusername>" --password="<DBpassword>" --tool-password="<New_tool_password>"
Example:
config.bat bootstrap -f --driver-class=tibcosoftwareinc.jdbc.sqlserver.SQLServerDriver --database-url="jdbc:tibcosoftwareinc:sqlserver:sqlservertest;DatabaseName=spotfire_server" --username=<DBusername> --password=<DBpassword> --tool-password="Tool_password"
The above is the basic/minimum syntax that you need to create a bootstrap.
https://docs.tibco.com/pub/spotfire_server/7.9.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-A193BE5D-0047-4389-8CE4-837CBBDD00D6.htmlhttps://docs.tibco.com/pub/spotfire_server/7.0.0/doc/pdf/TIB_sfire_server_7.0.0_installation.pdf on page 199
Comments
0 comments
Article is closed for comments.