Note that there are some explanatory texts on larger screens.

plurals
  1. POUnsatisfiedLinkError -- Play! dependencies
    text
    copied!<p>Every time I try to resolve dependencies using Play 1.2.5(also tried 1.2.4) by typing <code>play dependencies</code> at the command line, I get the following error:</p> <pre><code>~ Resolving dependencies using C:\Workspace\moosejuice\conf\dependencies.yml, ~ Exception in thread "main" java.lang.UnsatisfiedLinkError: java.io.WinNTFileSystem.createFileExclusively(Ljava/lang/String;Z)Z at java.io.WinNTFileSystem.createFileExclusively(Native Method) at java.io.File.checkAndCreate(Unknown Source) at java.io.File.createTempFile0(Unknown Source) at java.io.File.createTempFile(Unknown Source) at org.apache.ivy.plugins.resolver.RepositoryResolver.findResourceUsingPattern(RepositoryResolver.java:104) at org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver.findResourceUsingPatterns(AbstractPatternsBasedResolver.java:93) at org.apache.ivy.plugins.resolver.AbstractPatternsBasedResolver.findIvyFileRef(AbstractPatternsBasedResolver.java:72) at org.apache.ivy.plugins.resolver.BasicResolver.getDependency(BasicResolver.java:223) at org.apache.ivy.core.resolve.IvyNode.loadData(IvyNode.java:169) at org.apache.ivy.core.resolve.VisitNode.loadData(VisitNode.java:287) at org.apache.ivy.core.resolve.ResolveEngine.fetchDependencies(ResolveEngine.java:696) at org.apache.ivy.core.resolve.ResolveEngine.doFetchDependencies(ResolveEngine.java:781) at org.apache.ivy.core.resolve.ResolveEngine.fetchDependencies(ResolveEngine.java:704) at org.apache.ivy.core.resolve.ResolveEngine.getDependencies(ResolveEngine.java:576) at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:237) at org.apache.ivy.core.resolve.ResolveEngine.resolve(ResolveEngine.java:195) at play.deps.DependenciesManager.resolve(DependenciesManager.java:341) at play.deps.DependenciesManager.main(DependenciesManager.java:39) </code></pre> <p>I get this error even for freshly created projects, with no changes to <code>dependencies.yml</code>. I thought maybe it was a permissions thing, but there are no limitations I can see on any of those folders, and I've tried <code>cmd.exe</code> in admin mode, as well as normal mode.</p> <p>I'm fairly sure I've resolved dependencies on this machine before; what could have changed to give me this error? </p> <p><strong>EDIT:</strong> I've tested now to see if it was an antivirus program, firewall, or microsoft security, but even with all of those off, no dice.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload