-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
-
None
On Windows while trying to implement teiid-8.13.0.Alpha1 with WildFly when I deployed VDB's it is giving file not found exception due to file path doesn't having "/" in absolute path i.e. C:UsershanumanpDesktopteiid-8.13.0.Alpha1
Caused by: org.h2.jdbc.JdbcSQLException: IO Exception: "java.io.FileNotFoundException: C:UsershanumanpDesktopteiid-8.13.0.Alpha1\teiidfiles\customer-schema.sql (The system cannot find the path specified)"; "C:UsershanumanpDesktopteiid-8.13.0.Alpha1/teiidfiles/customer-schema.sql"; SQL statement:
RUNSCRIPT FROM 'C:UsershanumanpDesktopteiid-8.13.0.Alpha1/teiidfiles/customer-schema.sql' [90031-173]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:331)
please refer issue : https://issues.jboss.org/browse/TEIID-3069 and https://issues.jboss.org/browse/JBEAP-60 which is exact copy of current issue.