You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2015/06/29 13:00:12 UTC

[jira] [Closed] (TINKERPOP3-720) profile{} no longer works in Gremlin-Groovy.

     [ https://issues.apache.org/jira/browse/TINKERPOP3-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stephen mallette closed TINKERPOP3-720.
---------------------------------------
    Resolution: Fixed

That gprof issue was resolved so this issue in TinkerPop is fixed in the plugin.  Thanks to those who +1'd that issue.

> profile{} no longer works in Gremlin-Groovy.
> --------------------------------------------
>
>                 Key: TINKERPOP3-720
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-720
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: plugin
>            Reporter: Marko A. Rodriguez
>            Assignee: stephen mallette
>             Fix For: 3.0.0.GA
>
>
> [~dkuppitz] and I are now converting all the Sugar code brackets over to use the doc processor and this popped up as a problem. Perhaps the removal of {{groovy-all}} ?
> {code}
> gremlin> profile{g.V().iterate()}
> org/codehaus/groovy/reflection/ClassInfo$ClassInfoSet
> Display stack trace? [yN] y
> java.lang.NoClassDefFoundError: org/codehaus/groovy/reflection/ClassInfo$ClassInfoSet
> 	at groovyx.gprof.Profiler.getLoadedClasses(Profiler.java:202)
> 	at groovyx.gprof.Profiler.proxyMetaClasses(Profiler.java:166)
> 	at groovyx.gprof.Profiler.start(Profiler.java:139)
> 	at groovyx.gprof.Profiler.run(Profiler.java:95)
> 	at groovyx.gprof.Profiler.run(Profiler.java:62)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)