[
https://issues.apache.org/jira/browse/TINKERPOP3-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697874#comment-14697874
]
Dylan Millikin commented on TINKERPOP3-804:
-------------------------------------------
Sorry the above was on my local branch and not the master. Here's the same from
the master (it's the same except for line numbers really)
{noFormat}
Could not install the dependency:
C:\Users\IEUser\Downloads\apache-gremlin-server-3.1.0-SNAPSHOT-distribution\apache-gremlin-server-3.1.0-SNAPSHOT\ext\neo4j-gremlin\plugin\neo4j-gremlin-3.0.0-incubating.jar:
The process cannot access the file because it is being used by another process.
java.nio.file.FileSystemException:
C:\Users\IEUser\Downloads\apache-gremlin-server-3.1.0-SNAPSHOT-distribution\apache-gremlin-server-3.1.0-SNAPSHOT\ext\neo4j-gremlin\plugin\neo4j-gremlin-3.0.0-incubating.jar:
The process cannot access the file because it is being used by another process.
at
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at sun.nio.fs.WindowsFileCopy.copy(WindowsFileCopy.java:165)
at
sun.nio.fs.WindowsFileSystemProvider.copy(WindowsFileSystemProvider.java:278)
at java.nio.file.Files.copy(Files.java:1274)
at
org.apache.tinkerpop.gremlin.groovy.util.DependencyGrabber$_copyTo_closure6.doCall(DependencyGrabber.groovy:100)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
at
org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:292)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
at groovy.lang.Closure.call(Closure.java:423)
at groovy.lang.Closure.call(Closure.java:439)
at
org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2027)
at
org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2012)
at
org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:2053)
at org.codehaus.groovy.runtime.dgm$162.doMethodInvoke(Unknown Source)
at
org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:215)
at
org.apache.tinkerpop.gremlin.groovy.util.DependencyGrabber.copyDependenciesToPath(DependencyGrabber.groovy:87)
at
org.apache.tinkerpop.gremlin.server.util.GremlinServerInstall.main(GremlinServerInstall.java:38)
{noFormat}
> Failed installing neo4j-gremlin extension on Windows 7 - not all dependencies
> get same OS normilization
> -------------------------------------------------------------------------------------------------------
>
> Key: TINKERPOP3-804
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-804
> Project: TinkerPop 3
> Issue Type: Bug
> Components: neo4j, plugin
> Affects Versions: 3.0.0-incubating
> Environment: Windows 7
> Reporter: Michael Wilson
> Assignee: stephen mallette
> Fix For: 3.0.1-incubating
>
>
> I am trying to install the neo4j extension for the gremlin-server on Windows
> 7. Ultimately, I need to use https://github.com/PommeVerte/gremlin-php.
> The original issue can be found at https://github.com/spider/spider/issues/35.
> I have extracted gremlin-server to my computer and from the root directory
> ran `bin\gremlin-server.bat -i org.apache.tinkerpop neo4j-gremlin
> 3.0.0-incubating` which installs most of the dependency and then throws an
> error "Could not install dependency: Illegal char <:> at index 2.
> The full screenshot may be viewed at:
> https://cloud.githubusercontent.com/assets/5412413/9153467/cad6e662-3e1d-11e5-8c10-c9663b0af0d8.JPG
> I am happy to run any further tests. Thank you.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)