Okay I manually created folder as you mentioned in the post and loaded the xstyle library there. Now it works fine. Thanks Phil. Now i will work with data sources and see how it works. Thanks again
Posts made by Jay1089
-
RE: Data Sources Does Not Appear
-
RE: Data Sources Does Not Appear
But i unpack into Mango/web/resources/xstyle not into the overrides
-
RE: Data Sources Does Not Appear
I am using Chrome. Yes i did unpack the library in xstyle
-
RE: Can I change MangoES logo to customer's logo when access it? And how?
You can goto opt/mango/web/images/logo.png and change it to the required LOGO you want to. I think you need to use the same name as logo.png
-
RE: Data Sources Does Not Appear
this is the error in developer tools when i try to load the users section
-
RE: Data Sources Does Not Appear
whenever i click add in data sources, it responds this error and my users option is not loading at all
-
RE: Data Sources Does Not Appear
I did clear the cache. But the problem is still there. Also i can't add users as well
-
RE: cannot load database
I am stuck here. Couldn't move forward. Installed all modules
-
Data Sources Does Not Appear
Re: Data Sources Does Not Appear
I have the same problem. I tried to extract the latest xstyle in the web xstyle foler, but still the data sources doesn't appear or even i cant add
-
RE: cannot load database
I am unable to add new Data Sources. There is no drop down list and even the ADD button doesn't work. I had installed some modbus module and some other module. Is there any other modules need to be installed for the data sources to work properly?
-
RE: cannot load database
Got the default password. and thanks Phil and Mattfox for supporting. I am bad in linux, but it was a good learning.
-
RE: cannot load database
Finally deleted the old databse. what is the default user id password for login?
-
RE: cannot load database
INFO 2019-08-26 18:07:08,020 (com.serotonin.m2m2.Lifecycle.loadLic:411) - Checking license...
INFO 2019-08-26 18:07:08,479 (com.serotonin.m2m2.db.H2Proxy.initializeImpl:42) - Initializing H2 connection manager
FATAL 2019-08-26 18:07:10,603 (com.serotonin.m2m2.db.DatabaseProxy.initialize:173) - Unable to connect to database of type H2
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "index not found 93". Possible solution: use the recovery tool [90030-181]
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:630)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:695)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:727)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:737)
at com.serotonin.db.spring.ExtendedJdbcTemplate.queryForObject(ExtendedJdbcTemplate.java:39)
at com.serotonin.db.spring.ExtendedJdbcTemplate.queryForObject(ExtendedJdbcTemplate.java:63)
at com.serotonin.m2m2.db.H2Proxy.tableExists(H2Proxy.java:244)
at com.serotonin.m2m2.db.DatabaseProxy.newDatabaseCheck(DatabaseProxy.java:187)
at com.serotonin.m2m2.db.DatabaseProxy.initialize(DatabaseProxy.java:103)
at com.serotonin.m2m2.Lifecycle.databaseInitialize(Lifecycle.java:542)
at com.serotonin.m2m2.Lifecycle.initialize(Lifecycle.java:246)
at com.serotonin.m2m2.Main.main(Main.java:104)
Caused by: org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "index not found 93". Possible solution: use the recovery tool [90030-181]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.store.PageStore.getPage(PageStore.java:813)
at org.h2.index.PageDataIndex.getPage(PageDataIndex.java:233)
at org.h2.index.PageDataNode.freeRecursive(PageDataNode.java:272)
at org.h2.index.PageDataNode.freeRecursive(PageDataNode.java:272)
at org.h2.index.PageDataIndex.removeAllRows(PageDataIndex.java:397)
at org.h2.index.PageDataIndex.truncate(PageDataIndex.java:382)
at org.h2.store.PageStore.removeOldTempIndexes(PageStore.java:397)
at org.h2.store.PageStore.openExisting(PageStore.java:373)
at org.h2.store.PageStore.open(PageStore.java:288)
at org.h2.engine.Database.getPageStore(Database.java:2386)
at org.h2.engine.Database.open(Database.java:666)
at org.h2.engine.Database.openDatabase(Database.java:266)
at org.h2.engine.Database.<init>(Database.java:260)
at org.h2.engine.Engine.openSession(Engine.java:60)
at org.h2.engine.Engine.openSession(Engine.java:167)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:145)
at org.h2.engine.Engine.createSession(Engine.java:128)
at org.h2.engine.Engine.createSession(Engine.java:26)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:347)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:108)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:92)
at org.h2.Driver.connect(Driver.java:72)
at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:190)
at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:353)
at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:385)
at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:227)
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
... 12 more
ERROR 2019-08-26 18:07:10,650 (com.serotonin.m2m2.Main.main:109) - Error during initialization
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "index not found 93". Possible solution: use the recovery tool [90030-181]
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:630)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:695)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:727)
at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:737)
at com.serotonin.db.spring.ExtendedJdbcTemplate.queryForObject(ExtendedJdbcTemplate.java:39)
at com.serotonin.db.spring.ExtendedJdbcTemplate.queryForObject(ExtendedJdbcTemplate.java:63)
at com.serotonin.m2m2.db.H2Proxy.tableExists(H2Proxy.java:244)
at com.serotonin.m2m2.db.DatabaseProxy.newDatabaseCheck(DatabaseProxy.java:187)
at com.serotonin.m2m2.db.DatabaseProxy.initialize(DatabaseProxy.java:103)
at com.serotonin.m2m2.Lifecycle.databaseInitialize(Lifecycle.java:542)
at com.serotonin.m2m2.Lifecycle.initialize(Lifecycle.java:246)
at com.serotonin.m2m2.Main.main(Main.java:104)
Caused by: org.h2.jdbc.JdbcSQLException: File corrupted while reading record: "index not found 93". Possible solution: use the recovery tool [90030-181]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
at org.h2.message.DbException.get(DbException.java:179)
at org.h2.message.DbException.get(DbException.java:155)
at org.h2.store.PageStore.getPage(PageStore.java:813)
at org.h2.index.PageDataIndex.getPage(PageDataIndex.java:233)
at org.h2.index.PageDataNode.freeRecursive(PageDataNode.java:272)
at org.h2.index.PageDataNode.freeRecursive(PageDataNode.java:272)
at org.h2.index.PageDataIndex.removeAllRows(PageDataIndex.java:397)
at org.h2.index.PageDataIndex.truncate(PageDataIndex.java:382)
at org.h2.store.PageStore.removeOldTempIndexes(PageStore.java:397)
at org.h2.store.PageStore.openExisting(PageStore.java:373)
at org.h2.store.PageStore.open(PageStore.java:288)
at org.h2.engine.Database.getPageStore(Database.java:2386)
at org.h2.engine.Database.open(Database.java:666)
at org.h2.engine.Database.openDatabase(Database.java:266)
at org.h2.engine.Database.<init>(Database.java:260)
at org.h2.engine.Engine.openSession(Engine.java:60)
at org.h2.engine.Engine.openSession(Engine.java:167)
at org.h2.engine.Engine.createSessionAndValidate(Engine.java:145)
at org.h2.engine.Engine.createSession(Engine.java:128)
at org.h2.engine.Engine.createSession(Engine.java:26)
at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:347)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:108)
at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:92)
at org.h2.Driver.connect(Driver.java:72)
at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:190)
at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:353)
at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:385)
at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:227)
at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:111)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:77)
... 12 more
/opt/mango/bin/ma-start.sh: line 83: /opt/mango/bin/ext-enabled/*.sh: No such file or directory -
RE: cannot load database
sudo /opt/mango/bin/ma.sh start
MA_HOME is /opt/mango
/opt/mango/bin/ma-init.sh: line 29: unexpected EOF while looking for matching `"'
/opt/mango/bin/ma-init.sh: line 34: syntax error: unexpected end of file
/opt/mango/bin/ma.sh: line 28: /opt/mango/bin/ma-start.sh: Permission denied -
RE: cannot load database
Somehow managed to revert back. Now webmin is working and back to the old issue. Database stuck at 40%. And in command shell, i cant execute bin/ma.sh start. it says permission denied.
-
RE: cannot load database
Display port works. But the problem is it cant complete the boot. It is booting for so long
-
RE: cannot load database
Connection refused still after power cycle. In the LAN connection, The green LEd blinks whereas the orange stays lit all the time.
-
RE: cannot load database
Yes four LED up front. One green and other blinks when network connected. Other two doesn't lit up at all
-
RE: cannot load database
Just switching off the power for long time and switch it back on?