No When I restarted that is when I got those errors.
Latest posts made by larry
-
RE: Mango 3.0 Server Error
-
RE: Mango 3.0 Server Error
Here is the error from the log file:
startup date [Fri Dec 29 11:14:11 EST 2017]; parent: Root WebApplicationContext
instanceDescription=My Mango Automation
NEW_ID=-1
org.springframework.web.servlet.HandlerMapping.pathWithinHandlerMapping=/data_sources.shtm
org.springframework.security.web.csrf.CsrfToken=org.springframework.security.web.csrf.DefaultCsrfToken@e81be6d
javax.servlet.error.request_uri=/data_sources.shtm
org.springframework.web.servlet.DispatcherServlet.THEME_RESOLVER=org.springframework.web.servlet.theme.FixedThemeResolver@5a55c20
javax.servlet.jsp.jstl.fmt.locale.request=en_US
javax.servlet.error.exception=org.apache.jasper.JasperException: /WEB-INF/jsp/dataSource.jsp (line: 5, column: 0) The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application -
Mango 3.0 Server Error
Mango 3.0 New install (Windows 10) Loads fine. Runs When the data source page is opened it gives me the Server Error in the page. All the rest of the pages seem to open fine.????????
-
RE: MS SQL Read but no write(update)
We got it working. Mango writing to it with insert and SQL truncating the table so the we only use two rows. Using it for serial number validation from the SQL Database and passing ether a pass or fail to the PLC, then the PLC writes back a complete and SQL clears the table. One string and one int.
Thanks for your help -
MS SQL Read but no write(update)
We are using MS SQL Sever and have set up the SQL Data Source and have connected and can read the table. When we go to insert or update a record we get “'sqltest': Exception while setting point Varchar: com.microsoft.sqlserver.jdbc.SQLServerException: The index 1 is out of range.”
I have tried both Numeric and Alphanumeric data points. Are there any examples of an insert or update string?