Install and run problem

I installed scadabr by following the installation instructions, but I am encountering problems with its operation.


* Item da lista

WhatsApp Görsel 2024-06-24 saat 11.24.39_0eec0093

System exception!

The server has experienced an exception processing your last request. The exception has been logged, and system administrators will be notified of this problem. You may continue to use the site. We apologize for the inconvenience.

Hide error details

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.util.MissingResourceException: Can’t find bundle for base name messages, locale tr_TR
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:535)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:453)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:655)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:764)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.serotonin.mango.web.filter.WebContextFilter.doFilter(WebContextFilter.java:57)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.serotonin.mango.web.filter.LoggedInFilter.doFilter(LoggedInFilter.java:75)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at com.serotonin.web.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:37)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1726)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Unknown Source)
Caused by: java.util.MissingResourceException: Can’t find bundle for base name messages, locale tr_TR
at java.util.ResourceBundle.throwMissingResourceException(Unknown Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at com.serotonin.web.i18n.Utf8ResourceBundle.getBundle(Utf8ResourceBundle.java:40)
at com.serotonin.mango.web.mvc.controller.ControllerUtils.getResourceBundle(ControllerUtils.java:45)
at com.serotonin.mango.web.mvc.controller.WatchListController.createModel(WatchListController.java:75)
at com.serotonin.mango.web.mvc.controller.WatchListController.handleRequestInternal(WatchListController.java:51)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:523)

 34 more

REQUEST URL
http://localhost:8080/ScadaBR/exception/error.jsp

REQUEST PARAMETERS

REQUEST HEADERS
host=localhost:8080
connection=keep-alive
cache-control=max-age=0
dnt=1
upgrade-insecure-requests=1
user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
accept=text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
sec-fetch-site=same-origin
sec-fetch-mode=navigate
sec-fetch-user=?1
sec-fetch-dest=document
sec-ch-ua=“Not/A)Brand”;v=“8”, “Chromium”;v=“126”, “Google Chrome”;v=“126”
sec-ch-ua-mobile=?0
sec-ch-ua-platform=“Windows”
referer=http://localhost:8080/ScadaBR/login.htm
accept-encoding=gzip, deflate, br, zstd
accept-language=tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7
cookie=JSESSIONID=7A8A48FF83643FA77BB362D735F43CEC; theme=green.css

REQUEST ATTRIBUTES
javax.servlet.forward.request_uri=/ScadaBR/watch_list.shtm
javax.servlet.forward.context_path=/ScadaBR
javax.servlet.forward.servlet_path=/watch_list.shtm
javax.servlet.forward.mapping=org.apache.catalina.core.ApplicationMapping$MappingImpl@5eff12f7
javax.servlet.error.status_code=500
org.springframework.web.servlet.DispatcherServlet.CONTEXT=org.springframework.web.context.support.XmlWebApplicationContext@2f48adcc: display name [WebApplicationContext for namespace ‘springDispatcher-servlet’]; startup date [Mon Jun 24 17:22:49 EET 2024]; parent: org.springframework.web.context.support.XmlWebApplicationContext@61ee9672
availableLanguages=[com.serotonin.db.KeyValuePair@51d7b6, com.serotonin.db.KeyValuePair@58908556, com.serotonin.db.KeyValuePair@5c28f952, com.serotonin.db.KeyValuePair@7a66308a, com.serotonin.db.KeyValuePair@7404b417, com.serotonin.db.KeyValuePair@286225f4, com.serotonin.db.KeyValuePair@339babc3, com.serotonin.db.KeyValuePair@78322f5a, com.serotonin.db.KeyValuePair@29478847, com.serotonin.db.KeyValuePair@1033551e]
sessionUser=com.serotonin.mango.vo.User@20
javax.servlet.error.message=
javax.servlet.error.servlet_name=springDispatcher
org.springframework.web.servlet.DispatcherServlet.THEME_SOURCE=org.springframework.web.context.support.XmlWebApplicationContext@2f48adcc: display name [WebApplicationContext for namespace ‘springDispatcher-servlet’]; startup date [Mon Jun 24 17:22:49 EET 2024]; parent: org.springframework.web.context.support.XmlWebApplicationContext@61ee9672
instanceDescription=ScadaBR 1.2
org.springframework.web.servlet.DispatcherServlet.LOCALE_RESOLVER=org.springframework.web.servlet.i18n.SessionLocaleResolver@7e183168
NEW_ID=-1
org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping=/watch_list.shtm
lang=tr
javax.servlet.error.request_uri=/ScadaBR/watch_list.shtm
org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER=org.springframework.web.servlet.theme.FixedThemeResolver@17b9890e
javax.servlet.error.exception=org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.util.MissingResourceException: Can’t find bundle for base name messages, locale tr_TR

SESSION ATTRIBUTES
sessionUser=com.serotonin.mango.vo.User@20

CONTEXT ATTRIBUTES
RUNTIME_MANAGER=com.serotonin.mango.rt.RuntimeManager@2292e0e
constants.EventType.EventSources.SYSTEM=4
org.apache.catalina.resources=org.apache.catalina.webresources.StandardRoot@8b810f0
constants.PublisherVO.Types.HTTP_SENDER=1
USER_CACHE=br.org.scadabr.vo.userCache.UserCache@3794f3fe
DwrContainer=org.directwebremoting.impl.DefaultContainer@6c3eedfb
constants.DataSourceVO.Types.OPC=32
constants.SystemEventType.TYPE_POINT_LINK_FAILURE=9
constants.EventType.EventSources.PUBLISHER=7
constants.SystemEventType.TYPE_USER_LOGIN=4
constants.DataSourceVO.Types.JMX=26
constants.EventType.EventSources.DATA_POINT=1
DYNAMIC_IMAGES=[com.serotonin.mango.view.DynamicImage@272cf72c, com.serotonin.mango.view.DynamicImage@6fdb4ca9, com.serotonin.mango.view.DynamicImage@7fc049af, com.serotonin.mango.view.DynamicImage@648a2299]
constants.UserComment.TYPE_EVENT=1
AxisEngine=org.apache.axis.server.AxisServer@24df2cb3
constants.DataSourceVO.Types.ONE_WIRE=8
org.apache.catalina.webappVersion=
javax.servlet.http.HttpServlet=org.directwebremoting.servlet.DwrServlet@11d48285
constants.DataSourceVO.Types.PACHUBE=23
constants.DataTypes.ALPHANUMERIC=4
constants.Permissions.DataPointAccessTypes.SET=2
constants.DataSourceVO.Types.SNMP=5
constants.EventType.EventSources.DATA_SOURCE=3
constants.AuditEventType.TYPE_DATA_SOURCE=1
constants.SystemEventType.TYPE_EMAIL_SEND_FAILURE=8
constants.Permissions.DataPointAccessTypes.NONE=0
constants.DataSourceVO.Types.NODAVE_S7=37
HTTP_RECEIVER_MULTICASTER=com.serotonin.mango.rt.dataSource.http.HttpReceiverMulticaster@6c243c21
constants.DataSourceVO.Types.ALPHA_2=39
constants.DataSourceVO.Types.HTTP_RETRIEVER=11
constants.DataSourceVO.Types.PERSISTENT=24
constants.PublisherVO.Types.PERSISTENT=3
constants.DataSourceVO.Types.NMEA=13
constants.DataSourceVO.Types.HTTP_IMAGE=15
EVENT_MANAGER=com.serotonin.mango.rt.EventManager@598f45d6
org.springframework.web.context.WebApplicationContext.ROOT=org.springframework.web.context.support.XmlWebApplicationContext@61ee9672: display name [Root WebApplicationContext]; startup date [Mon Jun 24 17:22:45 EET 2024]; root of context hierarchy
constants.AuditEventType.TYPE_POINT_EVENT_DETECTOR=3
constants.SystemEventType.TYPE_COMPOUND_DETECTOR_FAILURE=6
org.directwebremoting.WebContextFactory$WebContextBuilder=org.directwebremoting.impl.DefaultWebContextBuilder@46840e0
constants.DataTypes.MULTISTATE=2
constants.AuditEventType.TYPE_POINT_LINK=7
org.apache.catalina.jsp_classpath=/C:/Program Files/ScadaBR/tomcat/lib/;/C:/Program Files/ScadaBR/tomcat/lib/annotations-api.jar;/C:/Program Files/ScadaBR/tomcat/lib/catalina-ant.jar;/C:/Program Files/ScadaBR/tomcat/lib/catalina-ha.jar;/C:/Program Files/ScadaBR/tomcat/lib/catalina-ssi.jar;/C:/Program Files/ScadaBR/tomcat/lib/catalina-storeconfig.jar;/C:/Program Files/ScadaBR/tomcat/lib/catalina-tribes.jar;/C:/Program Files/ScadaBR/tomcat/lib/catalina.jar;/C:/Program Files/ScadaBR/tomcat/lib/ecj-4.20.jar;/C:/Program Files/ScadaBR/tomcat/lib/el-api.jar;/C:/Program Files/ScadaBR/tomcat/lib/jasper-el.jar;/C:/Program Files/ScadaBR/tomcat/lib/jasper.jar;/C:/Program Files/ScadaBR/tomcat/lib/jaspic-api.jar;/C:/Program Files/ScadaBR/tomcat/lib/jsp-api.jar;/C:/Program Files/ScadaBR/tomcat/lib/servlet-api.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-api.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-coyote.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-dbcp.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-cs.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-de.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-es.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-fr.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-ja.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-ko.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-pt-BR.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-ru.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-i18n-zh-CN.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-jdbc.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-jni.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-util-scan.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-util.jar;/C:/Program Files/ScadaBR/tomcat/lib/tomcat-websocket.jar;/C:/Program Files/ScadaBR/tomcat/lib/websocket-api.jar;/C:/Program Files/ScadaBR/tomcat/bin/bootstrap.jar;/C:/Program Files/ScadaBR/tomcat/bin/tomcat-juli.jar;/C:/Program Files/Java/jre-1.8/lib/ext/access-bridge-64.jar;/C:/Program Files/Java/jre-1.8/lib/ext/cldrdata.jar;/C:/Program Files/Java/jre-1.8/lib/ext/dnsns.jar;/C:/Program Files/Java/jre-1.8/lib/ext/jaccess.jar;/C:/Program Files/Java/jre-1.8/lib/ext/jfxrt.jar;/C:/Program Files/Java/jre-1.8/lib/ext/localedata.jar;/C:/Program Files/Java/jre-1.8/lib/ext/nashorn.jar;/C:/Program Files/Java/jre-1.8/lib/ext/sunec.jar;/C:/Program Files/Java/jre-1.8/lib/ext/sunjce_provider.jar;/C:/Program Files/Java/jre-1.8/lib/ext/sunmscapi.jar;/C:/Program Files/Java/jre-1.8/lib/ext/sunpkcs11.jar;/C:/Program Files/Java/jre-1.8/lib/ext/zipfs.jar
constants.UserComment.TYPE_POINT=2
constants.EventType.EventSources.MAINTENANCE=9
constants.DataTypes.IMAGE=5
constants.DataSourceVO.Types.ASCII_FILE=33
org.springframework.web.servlet.FrameworkServlet.CONTEXT.springDispatcher=org.springframework.web.context.support.XmlWebApplicationContext@2f48adcc: display name [WebApplicationContext for namespace ‘springDispatcher-servlet’]; startup date [Mon Jun 24 17:22:49 EET 2024]; parent: org.springframework.web.context.support.XmlWebApplicationContext@61ee9672
constants.DataSourceVO.Types.GALIL=14
constants.Permissions.DataPointAccessTypes.DATA_SOURCE=3
constants.AuditEventType.TYPE_DATA_POINT=2
constants.DataTypes.NUMERIC=3
constants.AuditEventType.TYPE_COMPOUND_EVENT_DETECTOR=4
IMAGE_SETS=[com.serotonin.mango.view.ImageSet@311d2a42, com.serotonin.mango.view.ImageSet@7c95cd74, com.serotonin.mango.view.ImageSet@5f1786c5, com.serotonin.mango.view.ImageSet@193eb287, com.serotonin.mango.view.ImageSet@4129d4d8, com.serotonin.mango.view.ImageSet@13855fe4, com.serotonin.mango.view.ImageSet@70c7c2ff, com.serotonin.mango.view.ImageSet@1c01fcea, com.serotonin.mango.view.ImageSet@130174a6, com.serotonin.mango.view.ImageSet@2ac2735d, com.serotonin.mango.view.ImageSet@64dc8cc0, com.serotonin.mango.view.ImageSet@77a9ca1d, com.serotonin.mango.view.ImageSet@6f15340a, com.serotonin.mango.view.ImageSet@56f4ea2e, com.serotonin.mango.view.ImageSet@56ced6bc, com.serotonin.mango.view.ImageSet@6f8e175a, com.serotonin.mango.view.ImageSet@297dcbc5, com.serotonin.mango.view.ImageSet@5829f15e, com.serotonin.mango.view.ImageSet@78f2a7d1, com.serotonin.mango.view.ImageSet@67d95b52, com.serotonin.mango.view.ImageSet@203d978f, com.serotonin.mango.view.ImageSet@370921d7, com.serotonin.mango.view.ImageSet@5a28c4c8, com.serotonin.mango.view.ImageSet@77861714, com.serotonin.mango.view.ImageSet@3b4b7784, com.serotonin.mango.view.ImageSet@4532eea3, com.serotonin.mango.view.ImageSet@59a06c49, com.serotonin.mango.view.ImageSet@1ed9fede, com.serotonin.mango.view.ImageSet@7e4e4dd6, com.serotonin.mango.view.ImageSet@2cdbe34a, com.serotonin.mango.view.ImageSet@76c300bc, com.serotonin.mango.view.ImageSet@27bd3fb4, com.serotonin.mango.view.ImageSet@2b11f668, com.serotonin.mango.view.ImageSet@582381f3, com.serotonin.mango.view.ImageSet@360bbcab, com.serotonin.mango.view.ImageSet@78056541, com.serotonin.mango.view.ImageSet@5c037e9f, com.serotonin.mango.view.ImageSet@18eb50f5, com.serotonin.mango.view.ImageSet@736e59a7, com.serotonin.mango.view.ImageSet@201215e6, com.serotonin.mango.view.ImageSet@672260fd, com.serotonin.mango.view.ImageSet@250ce814, com.serotonin.mango.view.ImageSet@24ae3e73, com.serotonin.mango.view.ImageSet@14a3b225, com.serotonin.mango.view.ImageSet@60721dc4, com.serotonin.mango.view.ImageSet@22fc0596, com.serotonin.mango.view.ImageSet@7774fa1c, com.serotonin.mango.view.ImageSet@7e4f4c4d, com.serotonin.mango.view.ImageSet@ea3f27d, com.serotonin.mango.view.ImageSet@4cb1868a, com.serotonin.mango.view.ImageSet@1c45311a, com.serotonin.mango.view.ImageSet@18ec3bfb, com.serotonin.mango.view.ImageSet@94d0281, com.serotonin.mango.view.ImageSet@490850f4, com.serotonin.mango.view.ImageSet@7cf0652e, com.serotonin.mango.view.ImageSet@53aaaa8, com.serotonin.mango.view.ImageSet@6402f984, com.serotonin.mango.view.ImageSet@6f068a00, com.serotonin.mango.view.ImageSet@10a05bdb, com.serotonin.mango.view.ImageSet@401fcc8d, com.serotonin.mango.view.ImageSet@33a2d3d3, com.serotonin.mango.view.ImageSet@682f092d, com.serotonin.mango.view.ImageSet@7ac3e970]
constants.Common.NEW_ID=-1
constants.DataSourceVO.Types.VMSTAT=17
constants.AuditEventType.TYPE_EVENT_HANDLER=6
DATAPOINTS_NAME_ID_MAPPING={}
constants.DataSourceVO.Types.RADIUINO=41
constants.DataSourceVO.Types.BACNET=10
constants.PublisherVO.Types.PACHUBE=2
constants.Permissions.DataPointAccessTypes.READ=1
org.directwebremoting.ContainerList=[org.directwebremoting.impl.DefaultContainer@6c3eedfb]
constants.EventType.EventSources.SCHEDULED=6
constants.DataTypes.BINARY=1
constants.SystemEventType.TYPE_SYSTEM_STARTUP=1
javax.servlet.ServletConfig=org.apache.catalina.core.StandardWrapperFacade@44063901
clientSideMessages={common.alarmLevel.lifeSafety=com.serotonin.web.i18n.LocalizableMessage@1c71626, common.disabled=com.serotonin.web.i18n.LocalizableMessage@be9bfeff, header.mute=com.serotonin.web.i18n.LocalizableMessage@43df3cba, header.unmute=com.serotonin.web.i18n.LocalizableMessage@d635aa93, common.alarmLevel.critical=com.serotonin.web.i18n.LocalizableMessage@2b076d7, js.help.loading=com.serotonin.web.i18n.LocalizableMessage@10dfaff4, js.help.related=com.serotonin.web.i18n.LocalizableMessage@3dce6ae3, js.disabledCed=com.serotonin.web.i18n.LocalizableMessage@5d4e0ee1, js.help.lastUpdated=com.serotonin.web.i18n.LocalizableMessage@729293fd, js.email.addAddress=com.serotonin.web.i18n.LocalizableMessage@cbb9a38a, js.disabledSe=com.serotonin.web.i18n.LocalizableMessage@97a7b393, scheduledEvents.se=com.serotonin.web.i18n.LocalizableMessage@b5cc6cfa, js.help.error=com.serotonin.web.i18n.LocalizableMessage@f876c0, js.email.addUser=com.serotonin.web.i18n.LocalizableMessage@49cc77b5, js.email.addMailingList=com.serotonin.web.i18n.LocalizableMessage@6fa4a69f, js.email.noRecipForEmail=com.serotonin.web.i18n.LocalizableMessage@4b694592, common.access.set=com.serotonin.web.i18n.LocalizableMessage@a3e5309b, common.access.read=com.serotonin.web.i18n.LocalizableMessage@d8bff83d, common.sendTestEmail=com.serotonin.web.i18n.LocalizableMessage@8fd89c9f, pointLinks.pointLink=com.serotonin.web.i18n.LocalizableMessage@2c6dd5e5, js.disabledPointLink=com.serotonin.web.i18n.LocalizableMessage@25407509, compoundDetectors.compoundEventDetector=com.serotonin.web.i18n.LocalizableMessage@51020f89, common.disabledToggle=com.serotonin.web.i18n.LocalizableMessage@d7f89333, common.alarmLevel.none=com.serotonin.web.i18n.LocalizableMessage@223c1a70, common.administrator=com.serotonin.web.i18n.LocalizableMessage@a467f3ea, common.enabledToggle=com.serotonin.web.i18n.LocalizableMessage@ea5c2f12, common.alarmLevel.urgent=com.serotonin.web.i18n.LocalizableMessage@8fa9c879, common.minimize=com.serotonin.web.i18n.LocalizableMessage@5d740b21, js.email.noRecipients=com.serotonin.web.i18n.LocalizableMessage@d78563d2, common.user=com.serotonin.web.i18n.LocalizableMessage@8a9479ce, events.silence=com.serotonin.web.i18n.LocalizableMessage@8376c0ac, js.email.testSent=com.serotonin.web.i18n.LocalizableMessage@f59d9881, common.maximize=com.serotonin.web.i18n.LocalizableMessage@c752a74f, events.unsilence=com.serotonin.web.i18n.LocalizableMessage@29ad6533, common.alarmLevel.info=com.serotonin.web.i18n.LocalizableMessage@2239cfe6}
constants.DataSourceVO.Types.EBI25=16
constants.SystemEventType.TYPE_SET_POINT_HANDLER_FAILURE=7
constants.EventType.EventSources.AUDIT=8
constants.DataSourceVO.Types.OPEN_V_4_J=19
constants.Permissions.DataPointAccessTypes.ADMIN=4
constants.DataSourceVO.Types.DR_STORAGE_HT5B=38
javax.websocket.server.ServerContainer=org.apache.tomcat.websocket.server.WsServerContainer@611f5619
org.directwebremoting.impl.ServerContext=org.directwebremoting.impl.DefaultServerContext@71e94d76
AdminServletAxisEngine=org.apache.axis.server.AxisServer@24df2cb3
constants.DataSourceVO.Types.MODBUS_SERIAL=2
constants.DataSourceVO.Types.POP3=12
org.apache.tomcat.JarScanner=org.apache.tomcat.util.scan.StandardJarScanner@1404a252
constants.DataSourceVO.Types.VICONICS=18
FREEMARKER_CONFIG=freemarker.template.Configuration@613f5fe2
constants.DataSourceVO.Types.SQL=6
constants.DataSourceVO.Types.MODBUS_IP=3
constants.AuditEventType.TYPE_SCHEDULED_EVENT=5
constants.SystemEventType.TYPE_SYSTEM_SHUTDOWN=2
constants.DataSourceVO.Types.ASCII_SERIAL=34
constants.DataSourceVO.Types.HTTP_RECEIVER=7
constants.DataSourceVO.Types.DNP3_IP=21
BACKGROUND_PROCESSING=com.serotonin.mango.rt.maint.BackgroundProcessing@7a8b7242
constants.EventType.EventSources.COMPOUND=5
constants.DataSourceVO.Types.VIRTUAL=1
org.apache.jasper.runtime.JspApplicationContextImpl=org.apache.jasper.runtime.JspApplicationContextImpl@41321298
javax.servlet.context.tempdir=C:\Program Files\ScadaBR\tomcat\work\Catalina\localhost\ScadaBR
constants.DataSourceVO.Types.META=9
constants.DataSourceVO.Types.INTERNAL=27
org.apache.tomcat.InstanceManager=org.apache.catalina.core.DefaultInstanceManager@70152ede
constants.DataSourceVO.Types.DNP3_SERIAL=22
org.directwebremoting.Container=org.directwebremoting.impl.DefaultContainer@6c3eedfb
org.apache.jasper.compiler.TldCache=org.apache.jasper.compiler.TldCache@6bcebf71
DATABASE_ACCESS=com.serotonin.mango.db.DerbyAccess@4a76d928
constants.DataSourceVO.Types.IEC101_ETHERNET=36
constants.SystemEventType.TYPE_PROCESS_FAILURE=10
constants.SystemEventType.TYPE_MAX_ALARM_LEVEL_CHANGED=3
constants.DataSourceVO.Types.M_BUS=20
constants.DataSourceVO.Types.IEC101_SERIAL=35

The logs indicate that the cause of the error is that ScadaBR is trying to access a translation file that does not exist. From the context, you are trying to use a translation into the Turkish language.

Currently there are only these official translations (some incomplete):

  • Portuguese
  • English
  • Spanish
  • Italian
  • German
  • French
  • Russian
  • Chinese
  • Dutch (Netherlands)
  • Finnish

The easiest solution is to change the language back to English (planet icon just below the expression “ScadaBR 1.2”).

If you want to add a Turkish translation file, however, you must create a copy of the file /webapps/ScadaBR/WEB-INF/classes/messages_en.properties and rename it messages_tr.properties, and later edit the file and manually translate the sentences.

As you said, I get the same error when I want to change the language from the planet icon. I also tried creating a message.tr.properties file to change the language and the error goes away. I checked the site permissions but I didn’t get any results from there either. Is there any other place I can check? Thank you.

Are you using Java or OpenJDK? And what is the JVM version?

ok that’s it now. i copied messages_en.properties and pasted it as messages_tr.properties and then stopped and restarted ScadaBR service manager and that fixed it. Thanks for your help.

1 curtida