All,
I have been following the instructions here: . Every time I run trun.bat an error is generated concerning a path (file/directory?) missing. There is no further level under container\data so it is indeed missing. The package as I installed it did not have this either. There are no setup steps that would appear to generate this and no requirement to do so according to the instructions. This or similar issues appears in the forum but with few conclusive answers. The environment is Windows Server 2008 R2 running Java 1_7_79 JDK.
Can anyone throw any light on this since I am unable to go live with a project due to this holdup.
c:\Program Files\Talend\Runtime_ESBSE\container\bin>trun
java.io.FileNotFoundException: C:\Program%20Files\Talend\Runtime_ESBSE\container
\data\port (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.apache.karaf.main.InstanceHelper.setupShutdown(InstanceHelper.jav
a:155)
at org.apache.karaf.main.Main$KarafLockCallback.lockAquired(Main.java:62
2)
at org.apache.karaf.main.Main.doMonitor(Main.java:338)
at org.apache.karaf.main.Main.access$100(Main.java:73)
at org.apache.karaf.main.Main$1.run(Main.java:325)