-
1. Re: WildFly9: unable to deploy simple web app
ctomc Jul 8, 2015 6:25 AM (in response to rhanus)make sure you have write permissions for that directory properly set up.
-
2. Re: WildFly9: unable to deploy simple web app
rhanus Jul 8, 2015 6:46 AM (in response to ctomc)sure they are moreover Authenticated Users have full control of D:\ and I have the same problem at elevated commnd prompt
I have no problems with wildfly-8.2 installed beside wildfly-9.0, both unpacked from its zip distributions
on the other hand I know that I should use real operating system but anyway...
-
3. Re: WildFly9: unable to deploy simple web app
rhanus Jul 8, 2015 8:39 AM (in response to rhanus)I did some search and find out that jdk1.8.0_45 on win7 64-bit, suffers this problem
jdk1.7.0_76 as well
looks like I'm complaining on a wrong forum...
-
4. Re: WildFly9: unable to deploy simple web app
ctomc Jul 8, 2015 9:13 AM (in response to rhanus)according to https://bugs.openjdk.java.net/browse/JDK-7190897
this was fixed in 8u40 and u45
is it possible some antivirus on your machine is causing problems? can you try disabling it?
-
5. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
rhanus Jul 8, 2015 9:26 AM (in response to ctomc)maybe sounds a bit strange but I don't use any antivirus/antimalvare software on my windows box
-
6. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
mayerw01 Jul 8, 2015 9:33 AM (in response to rhanus)Did you verify that this access is not restricted by your Java policy (java.home\lib\security\java.policy)?
-
7. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
rhanus Jul 8, 2015 10:22 AM (in response to mayerw01)yes I did and I'm able to reproduce this behaviour on both latest jdk1.8 and 1.7
moreover wildfly-8.2 runs smoothly for me
I've filled a bug report to oracle, I supply a link when it will be published
-
9. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
rhanus Jul 9, 2015 4:56 AM (in response to rhanus)I've just tested with different jdk8 versions and despite of bug tester comments this bug is reproducible in jdk-8u40, jdk-8u45, jdk-8u60-ea-bin-b22
jdk-9-ea-bin-b71 is OK
-
10. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
ctomc Jul 9, 2015 6:20 AM (in response to rhanus)Can you create new jira in https://issues.jboss.org/browse/WFCORE
so we can add a workaround for it. As it doesn't make sense to wait for JDK9 to have fix for such things.
-
12. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
mika.rautio Aug 8, 2015 7:16 AM (in response to rhanus)1 of 1 people found this helpfulI had the same issue with error WFLYDR0006 on my Win7 64bit. I fixed it by upgrading java8u45 to java8u51
Version with the issue:
java version "1.8.0_45"
Java(TM) SE Runtime Environment (build 1.8.0_45-b14)
Java HotSpot(TM) Client VM (build 25.45-b02, mixed mode, sharing)
Version without the issue:
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)
-
13. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
rhanus Aug 8, 2015 6:24 PM (in response to mika.rautio)for me it still fails with exception even on newest jdk1.8.0_51 64-bit, win7 64-bit
that's weird
-
14. Re: jdk1.7/1.8 on win7 64-bit: unable to deploy simple web app into wildfly-9.0.0.Final
mayerw01 Aug 9, 2015 8:28 AM (in response to rhanus)Another idea. Is you D: drive a "real" drive or is it a network drive or redirected via subst? Apparently this is not fixed yet Bug ID: JDK-8034057 Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)