Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging GraphML "Could not find starting node for edge" #1

Open
ghost opened this issue Oct 5, 2011 · 2 comments
Open

Merging GraphML "Could not find starting node for edge" #1

ghost opened this issue Oct 5, 2011 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 5, 2011

Hi. I am trying to use GraphWalker CLI to merge graphml files from another program. I have tried two different graphml-generating tools (NodeXL and Pajek) and a manually-written graphml file and the results unfortunately are the same. The issue appears to be some sort of problem finding nodes. I did look to confirm the nodes exist, of course. Any ideas?

Log:

2011-10-05 18:09:17,062 [Thread-1] WARN - Trying to retrieve verbose statistics without specifying machine
2011-10-05 18:09:17,063 [Thread-1] INFO -
2011-10-05 18:09:30,779 [main] ERROR - Could not find starting node for edge. Name: 'softartisans' In file 'c:\SPTweets\sharepointcollector_2011-10-05_16-29-46.graphml'
2011-10-05 18:09:30,791 [main] ERROR - java.lang.RuntimeException: Could not parse file: 'c:\SPTweets\sharepointcollector_2011-10-05_16-29-46.graphml'. Could not find starting node for edge. Name: 'softartisans' In file 'c:\SPTweets\sharepointcollector_2011-10-05_16-29-46.graphml'
at org.graphwalker.io.GraphML.parseFile(GraphML.java:395)
at org.graphwalker.io.GraphML.load(GraphML.java:121)
at org.graphwalker.ModelBasedTesting.readGraph(ModelBasedTesting.java:502)
at org.graphwalker.CLI.RunCommandMerge(CLI.java:967)
at org.graphwalker.CLI.run(CLI.java:252)
at org.graphwalker.CLI.main(CLI.java:165)

@KristianKarl-zz
Copy link
Owner

Hi,

Could you send me the graphml files you're trying to merge?
Since we can't attache files to issues in github, could you send them to: kristian.hermann.karl @ gmail com

/Kristian

@KristianKarl-zz
Copy link
Owner

Ooops, pressed the wrong button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant