Skip to content

Instantly share code, notes, and snippets.

@mattwigway
Created April 11, 2012 18:37
Show Gist options
  • Save mattwigway/2361264 to your computer and use it in GitHub Desktop.
Save mattwigway/2361264 to your computer and use it in GitHub Desktop.
matthewc@ip-10-252-67-208:~/otp/OpenTripPlanner$ mvn install -Dmaven.test.skip=true -pl openstreetmap,opentr
ipplanner-api-common,opentripplanner-api-webapp,opentripplanner-graph-builder,opentripplanner-webapp,opentripplanner-routing
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] openstreetmap
[INFO] opentripplanner-routing
[INFO] opentripplanner-graph-builder
[INFO] OpenTripPlanner API Common
[INFO] opentripplanner-api-webapp
[INFO] opentripplanner-webapp
[INFO] ------------------------------------------------------------------------
[INFO] Building openstreetmap
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/openstreetmap/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/classes
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/openstreetmap/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/openstreetmap-0.6.0-SNAPSHOT.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/openstreetmap-0.6.0-SNAPSHOT.jar to /home/matthewc/.m2/repository/org/opentripplanner/openstreetmap/0.6.0-SNAPSHOT/openstreetmap-0.6.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building opentripplanner-routing
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [git-commit-id:revision {execution: default}]
[INFO] [GitCommitIdMojo] Running on '/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/../.git' repository...
[INFO] [GitCommitIdMojo] Initializing properties...
[INFO] [GitCommitIdMojo] Using maven project properties...
[INFO] [GitCommitIdMojo] Loading data from git repository...
[INFO] [GitCommitIdMojo] Storing: git.build.user.name = mattwigway
[INFO] [GitCommitIdMojo] Storing: git.build.user.email = [email protected]
[INFO] [GitCommitIdMojo] Storing: git.branch = sptservice
[INFO] [GitCommitIdMojo] Storing: git.commit.id = db5545a1b969df2d98dd89da6788ec9a26b50d7b
[INFO] [GitCommitIdMojo] Storing: git.commit.id.abbrev = db5545a
[INFO] [GitCommitIdMojo] Storing: git.commit.user.name = andrewbyrd
[INFO] [GitCommitIdMojo] Storing: git.commit.user.email = [email protected]
[INFO] [GitCommitIdMojo] Storing: git.commit.message.full = fix compile time errors in integration test and vizgui
[INFO] [GitCommitIdMojo] Storing: git.commit.message.short = fix compile time errors in integration test and vizgui
[INFO] [GitCommitIdMojo] Storing: git.commit.time = 10.04.2012 @ 14:41:41 PDT
[INFO] [GitCommitIdMojo] Storing: git.build.time = 11.04.2012 @ 12:22:43 PDT
[INFO] [GitCommitIdMojo] ------------------git properties loaded------------------
[INFO] [GitCommitIdMojo] git.build.user.email = [email protected]
[INFO] [GitCommitIdMojo] git.commit.user.email = [email protected]
[INFO] [GitCommitIdMojo] git.commit.time = 10.04.2012 @ 14:41:41 PDT
[INFO] [GitCommitIdMojo] git.commit.message.full = fix compile time errors in integration test and vizgui
[INFO] [GitCommitIdMojo] git.commit.message.short = fix compile time errors in integration test and vizgui
[INFO] [GitCommitIdMojo] git.commit.id.abbrev = db5545a
[INFO] [GitCommitIdMojo] git.branch = sptservice
[INFO] [GitCommitIdMojo] git.build.user.name = mattwigway
[INFO] [GitCommitIdMojo] git.commit.id = db5545a1b969df2d98dd89da6788ec9a26b50d7b
[INFO] [GitCommitIdMojo] git.build.time = 11.04.2012 @ 12:22:43 PDT
[INFO] [GitCommitIdMojo] git.commit.user.name = andrewbyrd
[INFO] [GitCommitIdMojo] ---------------------------------------------------------
[INFO] [GitCommitIdMojo] Finished running.
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 70 source files to /home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] ContractionRoutingServiceImpl.java:[81,38] getShortestPathTree(org.opentripplanner.routing.core.TraverseOptions) in org.opentripplanner.routing.algorithm.GenericAStar cannot be applied to (org.opentripplanner.routing.graph.Graph,org.opentripplanner.routing.core.State,org.opentripplanner.routing.graph.Vertex)
[ERROR] ContractionRoutingServiceImpl.java:[122,53] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
[ERROR] ContractionRoutingServiceImpl.java:[131,49] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
[ERROR] ContractionRoutingServiceImpl.java:[149,51] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
[ERROR] ContractionRoutingServiceImpl.java:[160,42] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
[INFO] 5 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
ContractionRoutingServiceImpl.java:[81,38] getShortestPathTree(org.opentripplanner.routing.core.TraverseOptions) in org.opentripplanner.routing.algorithm.GenericAStar cannot be applied to (org.opentripplanner.routing.graph.Graph,org.opentripplanner.routing.core.State,org.opentripplanner.routing.graph.Vertex)
ContractionRoutingServiceImpl.java:[122,53] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
ContractionRoutingServiceImpl.java:[131,49] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
ContractionRoutingServiceImpl.java:[149,51] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
ContractionRoutingServiceImpl.java:[160,42] cannot find symbol
symbol : constructor State(int,org.opentripplanner.routing.graph.Vertex,org.opentripplanner.routing.core.TraverseOptions)
location: class org.opentripplanner.routing.core.State
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54 seconds
[INFO] Finished at: Wed Apr 11 12:23:27 PDT 2012
[INFO] Final Memory: 40M/97M
[INFO] ------------------------------------------------------------------------
matthewc@ip-10-252-67-208:~/otp/OpenTripPlanner$ mvn install -Dmaven.test.skip=true
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] OpenTripPlanner
[INFO] openstreetmap
[INFO] opentripplanner-admin-webapp
[INFO] opentripplanner-utils
[INFO] opentripplanner-routing
[INFO] opentripplanner-graph-builder
[INFO] opentripplanner-api-extended
[INFO] opentripplanner-updater
[INFO] opentripplanner-web-utils
[INFO] OpenTripPlanner API Common
[INFO] opentripplanner-api-webapp
[INFO] opentripplanner-geocoder
[INFO] opentripplanner-gui
[INFO] opentripplanner-webapp
[INFO] opentripplanner-integration
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenTripPlanner
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/pom.xml to /home/matthewc/.m2/repository/org/opentripplanner/opentripplanner/0.6.0-SNAPSHOT/opentripplanner-0.6.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building openstreetmap
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/openstreetmap/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/openstreetmap/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/matthewc/otp/OpenTripPlanner/openstreetmap/target/openstreetmap-0.6.0-SNAPSHOT.jar to /home/matthewc/.m2/repository/org/opentripplanner/openstreetmap/0.6.0-SNAPSHOT/openstreetmap-0.6.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building opentripplanner-admin-webapp
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Not compiling test sources
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [wro4j:run {execution: default}]
[INFO] Executing the mojo:
[INFO] Wro4j Model path: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/WEB-INF/wro.xml
[INFO] targetGroups: otp-min
[INFO] minimize: true
[INFO] ignoreMissingResources: true
[INFO] destinationFolder: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js
[INFO] jsDestinationFolder: null
[INFO] cssDestinationFolder: null
[INFO] folder: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js
[INFO] processing group: otp-min.css
[INFO] file size: otp-min.css -> 0 bytes
[INFO] No content found for group: otp-min.css
[INFO] folder: /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js
[INFO] processing group: otp-min.js
0 WARN DefaultWildcardStreamLocator - Duplicate resource detected: /js/admin.js
120 WARN DefaultWildcardStreamLocator - No files found inside the /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js for wildcard: admin*.js
[INFO] file size: otp-min.js -> 14914 bytes
[INFO] /home/matthewc/otp/OpenTripPlanner/opentripplanner-admin-webapp/src/main/webapp/js/otp-min.js (14914bytes) has been created!
[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
---- Debugging information ----
message : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
cause-message : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
class : org.apache.maven.plugin.war.util.WebappStructure
required-type : org.apache.maven.plugin.war.util.WebappStructure
path : /webapp-structure
line number : 1
-------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Trace
com.thoughtworks.xstream.converters.ConversionException: Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
---- Debugging information ----
message : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException
cause-message : Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
class : org.apache.maven.plugin.war.util.WebappStructure
required-type : org.apache.maven.plugin.war.util.WebappStructure
path : /webapp-structure
line number : 1
-------------------------------
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:89)
at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60)
at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137)
at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:909)
at com.thoughtworks.xstream.XStream.fromXML(XStream.java:853)
at org.apache.maven.plugin.war.util.WebappStructureSerializer.fromXml(WebappStructureSerializer.java:73)
at org.apache.maven.plugin.war.AbstractWarMojo.buildWebapp(AbstractWarMojo.java:423)
at org.apache.maven.plugin.war.AbstractWarMojo.buildExplodedWebapp(AbstractWarMojo.java:394)
at org.apache.maven.plugin.war.WarMojo.performPackaging(WarMojo.java:195)
at org.apache.maven.plugin.war.WarMojo.execute(WarMojo.java:157)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot construct org.apache.maven.plugin.war.util.WebappStructure as it does not have a no-args constructor
at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:71)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:308)
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:161)
at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82)
... 32 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44 seconds
[INFO] Finished at: Wed Apr 11 11:40:25 PDT 2012
[INFO] Final Memory: 43M/104M
[INFO] ------------------------------------------------------------------------
matthewc@ip-10-252-67-208:~/otp/OpenTripPlanner$ ^C
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[24,44] error: cannot find symbol
[ERROR] package org.opentripplanner.routing.algorithm
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[81,38] error: method getShortestPathTree in class GenericAStar cannot be applied to given types;
[ERROR] actual and formal argument lists differ in length
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[122,53] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
[ERROR] constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[131,49] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
[ERROR] constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[149,51] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
[ERROR] constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[160,42] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
[ERROR] constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[219,29] error: cannot find symbol
[INFO] 7 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[24,44] error: cannot find symbol
package org.opentripplanner.routing.algorithm
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[81,38] error: method getShortestPathTree in class GenericAStar cannot be applied to given types;
actual and formal argument lists differ in length
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[122,53] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[131,49] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[149,51] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[160,42] error: no suitable constructor found for State(int,Vertex,TraverseOptions)
constructor State.State(Vertex,long,TraverseOptions) is not applicable
(actual argument int cannot be converted to Vertex by method invocation conversion)
constructor State.State(Vertex,TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
constructor State.State(TraverseOptions) is not applicable
(actual and formal argument lists differ in length)
/home/matthewc/otp/OpenTripPlanner/opentripplanner-routing/src/main/java/org/opentripplanner/routing/impl/ContractionRoutingServiceImpl.java:[219,29] error: cannot find symbol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment