[
https://issues.jboss.org/browse/TEIID-3856?page=com.atlassian.jira.plugin...
]
Kylin Soong commented on TEIID-3856:
------------------------------------
I have test run teiid-8.13.0.Alpha1-SNAPSHOT-wildfly-server on Windows 7, it works fine,
also I think this issue are EAP related, rather than Teiid, start from EAP 6.3 and WildFly
9 it seems be fixed, TEIID-3069 also verified this.
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)