My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Mar 05, 2010
    issue 2 (Error with native2ascii) commented on by Danai.SaeHan   -   Hi My mistake: I set JAVA_HOME to OpenJDK, not Sun's original JDK. Now it works like a charm. Sorry for the noise! -- Danai
    Hi My mistake: I set JAVA_HOME to OpenJDK, not Sun's original JDK. Now it works like a charm. Sorry for the noise! -- Danai
  • Feb 23, 2010
    issue 2 (Error with native2ascii) reported by Danai.SaeHan   -   What steps will reproduce the problem? 1. Run "create-domain-uml". 2. 3. What is the expected output? What do you see instead? I get an error with native2ascii (see below). I tried gcj first, and then changed to Sun's JAVA JDK, but both have the same result. What version of the product are you using? On what operating system? Grails: 1.2.1 grails-domain-uml: 0.5 OS: Debian/unstable, i686 JAVA: % java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode) Please provide any additional information below. Output in the console: % grails create-domain-uml Welcome to Grails 1.2.1 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: /home/danai/grails-1.2.1 Base Directory: /home/danai/NetBeansProjects/GrailsApplication1 Resolving dependencies... Dependencies resolved in 4167ms. Running script /home/danai/.grails/1.2.1/projects/GrailsApplication1/plugins/create-domain-uml-0.5/scripts/CreateDomainUml.groovy Environment set to development Warning, target causing name overwriting of name default Warning, target causing name overwriting of name default [delete] Deleting: /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources/web.xml [delete] Deleting directory /home/danai/NetBeansProjects/GrailsApplication1/target/classes [delete] Deleting directory /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources [mkdir] Created dir: /home/danai/NetBeansProjects/GrailsApplication1/target/classes [groovyc] Compiling 3 source files to /home/danai/NetBeansProjects/GrailsApplication1/target/classes [groovyc] Compiling 23 source files to /home/danai/NetBeansProjects/GrailsApplication1/target/classes [copy] Copied 8 empty directories to 1 empty directory under /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources [copy] Copied 2 empty directories to 2 empty directories under /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources [mkdir] Created dir: /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources/grails-app/i18n [native2ascii] Converting 13 files from /home/danai/NetBeansProjects/GrailsApplication1/grails-app/i18n to /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources/grails-app/i18n Error executing script CreateDomainUml: : Error starting Sun's native2ascii: gant.TargetExecutionException: : Error starting Sun's native2ascii: at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:331) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:344) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:334) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.processTargets(Gant.groovy:495) at gant.Gant.processTargets(Gant.groovy:480) Caused by: : Error starting Sun's native2ascii: at org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii.run(SunNative2Ascii.java:67) at org.apache.tools.ant.taskdefs.optional.native2ascii.DefaultNative2Ascii.convert(DefaultNative2Ascii.java:54) at org.apache.tools.ant.taskdefs.optional.Native2Ascii.convert(Native2Ascii.java:268) at org.apache.tools.ant.taskdefs.optional.Native2Ascii.execute(Native2Ascii.java:227) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at _GrailsPackage_groovy$_run_closure2_closure13.doCall(_GrailsPackage_groovy:110) at _GrailsPackage_groovy$_run_closure2_closure13.doCall(_GrailsPackage_groovy) at _GrailsSettings_groovy$_run_closure10.doCall(_GrailsSettings_groovy:287) at _GrailsSettings_groovy$_run_closure10.call(_GrailsSettings_groovy) at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:109) at _GrailsBootstrap_groovy$_run_closure1.doCall(_GrailsBootstrap_groovy:67) at CreateDomainUml$_run_closure1.doCall(CreateDomainUml:33) at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324) ... 10 more Caused by: java.lang.ClassNotFoundException: sun.tools.native2ascii.Main at org.codehaus.groovy.tools.RootLoader.findClass(RootLoader.java:156) at java.lang.ClassLoader.loadClass(ClassLoader.java:319) at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:128) at java.lang.ClassLoader.loadClass(ClassLoader.java:264) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii.run(SunNative2Ascii.java:51) ... 23 more Best regards -- Danai
    What steps will reproduce the problem? 1. Run "create-domain-uml". 2. 3. What is the expected output? What do you see instead? I get an error with native2ascii (see below). I tried gcj first, and then changed to Sun's JAVA JDK, but both have the same result. What version of the product are you using? On what operating system? Grails: 1.2.1 grails-domain-uml: 0.5 OS: Debian/unstable, i686 JAVA: % java -version java version "1.6.0_18" Java(TM) SE Runtime Environment (build 1.6.0_18-b07) Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode) Please provide any additional information below. Output in the console: % grails create-domain-uml Welcome to Grails 1.2.1 - http://grails.org/ Licensed under Apache Standard License 2.0 Grails home is set to: /home/danai/grails-1.2.1 Base Directory: /home/danai/NetBeansProjects/GrailsApplication1 Resolving dependencies... Dependencies resolved in 4167ms. Running script /home/danai/.grails/1.2.1/projects/GrailsApplication1/plugins/create-domain-uml-0.5/scripts/CreateDomainUml.groovy Environment set to development Warning, target causing name overwriting of name default Warning, target causing name overwriting of name default [delete] Deleting: /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources/web.xml [delete] Deleting directory /home/danai/NetBeansProjects/GrailsApplication1/target/classes [delete] Deleting directory /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources [mkdir] Created dir: /home/danai/NetBeansProjects/GrailsApplication1/target/classes [groovyc] Compiling 3 source files to /home/danai/NetBeansProjects/GrailsApplication1/target/classes [groovyc] Compiling 23 source files to /home/danai/NetBeansProjects/GrailsApplication1/target/classes [copy] Copied 8 empty directories to 1 empty directory under /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources [copy] Copied 2 empty directories to 2 empty directories under /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources [mkdir] Created dir: /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources/grails-app/i18n [native2ascii] Converting 13 files from /home/danai/NetBeansProjects/GrailsApplication1/grails-app/i18n to /home/danai/.grails/1.2.1/projects/GrailsApplication1/resources/grails-app/i18n Error executing script CreateDomainUml: : Error starting Sun's native2ascii: gant.TargetExecutionException: : Error starting Sun's native2ascii: at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:331) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334) at gant.Gant$_dispatch_closure6.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:344) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:334) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.processTargets(Gant.groovy:495) at gant.Gant.processTargets(Gant.groovy:480) Caused by: : Error starting Sun's native2ascii: at org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii.run(SunNative2Ascii.java:67) at org.apache.tools.ant.taskdefs.optional.native2ascii.DefaultNative2Ascii.convert(DefaultNative2Ascii.java:54) at org.apache.tools.ant.taskdefs.optional.Native2Ascii.convert(Native2Ascii.java:268) at org.apache.tools.ant.taskdefs.optional.Native2Ascii.execute(Native2Ascii.java:227) at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) at org.apache.tools.ant.Task.perform(Task.java:348) at _GrailsPackage_groovy$_run_closure2_closure13.doCall(_GrailsPackage_groovy:110) at _GrailsPackage_groovy$_run_closure2_closure13.doCall(_GrailsPackage_groovy) at _GrailsSettings_groovy$_run_closure10.doCall(_GrailsSettings_groovy:287) at _GrailsSettings_groovy$_run_closure10.call(_GrailsSettings_groovy) at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:109) at _GrailsBootstrap_groovy$_run_closure1.doCall(_GrailsBootstrap_groovy:67) at CreateDomainUml$_run_closure1.doCall(CreateDomainUml:33) at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324) ... 10 more Caused by: java.lang.ClassNotFoundException: sun.tools.native2ascii.Main at org.codehaus.groovy.tools.RootLoader.findClass(RootLoader.java:156) at java.lang.ClassLoader.loadClass(ClassLoader.java:319) at org.codehaus.groovy.tools.RootLoader.loadClass(RootLoader.java:128) at java.lang.ClassLoader.loadClass(ClassLoader.java:264) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:186) at org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii.run(SunNative2Ascii.java:51) ... 23 more Best regards -- Danai

Older

  • Oct 02, 2009
    grails-create-domain-uml-0.5.zip (Fixed package issue - match release to plugin on grails.org) file uploaded by alphillips101
  • Oct 02, 2009
    grails-create-domain-uml-0.4.zip (Fixed package issue) file uploaded by alphillips101
  • Oct 02, 2009
    grails-create-domain-uml-0.4.zip (Fixed package issue) file uploaded by alphillips101
  • Oct 02, 2009
    r11 ([No log message]) committed by alphillips101   -   [No log message]
    [No log message]
  • Sep 04, 2009
    issue 1 (Big domains will fail due to HTTP GET command problems) commented on by sebastian.beca   -   I also tried this with a big domain and I get a 403 Forbidden. Integration with the netbeans UML plugin would be great..
    I also tried this with a big domain and I get a 403 Forbidden. Integration with the netbeans UML plugin would be great..
  • Aug 07, 2009
    grails-create-domain-uml-0.3.zip (Outputted HTML uses HTTP POST not GET to access yUml.) file uploaded by alphillips101
  • Aug 07, 2009
    r10 ([No log message]) committed by alphillips101   -   [No log message]
    [No log message]
  • Aug 07, 2009
    r9 (Outputted HTML now uses POST instead of GET to cater for yUM...) committed by alphillips101   -   Outputted HTML now uses POST instead of GET to cater for yUML sytax that is too big for URL legnths. Thanks Aaron Eischeid for feedback.
    Outputted HTML now uses POST instead of GET to cater for yUML sytax that is too big for URL legnths. Thanks Aaron Eischeid for feedback.
  • Aug 07, 2009
    r8 (Oops) committed by alphillips101   -   Oops
    Oops
  • Aug 06, 2009
    issue 1 (Big domains will fail due to HTTP GET command problems) reported by jorge.ur...@omelas.net   -   i've got a case with a quite great domain that fails to get any image (yuml's server with fail with a FORBIDDEN!!). Doing the same request with a form works great. So... what about downloading the images via a post request during the generation, saving them in disk with DomainUML.html? That said, good work, man ;) !
    i've got a case with a quite great domain that fails to get any image (yuml's server with fail with a FORBIDDEN!!). Doing the same request with a form works great. So... what about downloading the images via a post request during the generation, saving them in disk with DomainUML.html? That said, good work, man ;) !
  • Aug 02, 2009
    grails-create-domain-uml-0.2.zip (Version 2) file uploaded by alphillips101
  • Aug 02, 2009
    r7 (Turned tabs into spaces which gedit put in. Using Netbeans n...) committed by alphillips101   -   Turned tabs into spaces which gedit put in. Using Netbeans now. Removing '[' from names for arrays.
    Turned tabs into spaces which gedit put in. Using Netbeans now. Removing '[' from names for arrays.
  • Aug 02, 2009
    Status Wiki page deleted by alphillips101   -   Revision r6 Deleting wiki page Status.
    Revision r6 Deleting wiki page Status.
  • Jun 29, 2009
    Status Wiki page edited by alphillips101
  • Jun 29, 2009
    Status Wiki page edited by alphillips101
  • Jun 29, 2009
    Status Wiki page edited by alphillips101
  • Jun 29, 2009
    Status Wiki page added by alphillips101
  • Jun 29, 2009
    grails-create-domain-uml-0.1.zip (Initial download) file uploaded by alphillips101
  • Jun 29, 2009
    r1 (First Import) committed by alphillips101   -   First Import
    First Import
  • Jun 29, 2009
    r2 (First Import) committed by alphillips101   -   First Import
    First Import
  • Jun 29, 2009
    Project grails-domain-uml created by alphillips101   -   Create UML Class diagrams for Grails Domain Classes
    Create UML Class diagrams for Grails Domain Classes
 
Powered by Google Project Hosting