On Windows while trying to implement teiid-8.13.0.Alpha1 with WildFly
removing "/" from jboss.home.dir
------------------------------------------------------------------------------------------------------
Key: TEIID-3856
URL:
https://issues.jboss.org/browse/TEIID-3856
Project: Teiid
Issue Type: Bug
Environment: Windows
Reporter: Hanuman Parihar
Assignee: Steven Hawkins
Labels: jboss, teiid
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.