grails 1.0.3

195 views
Skip to first unread message

AJINKYA BHINTADE

unread,
Aug 28, 2015, 5:14:03 AM8/28/15
to Grails Dev Discuss
hey guys i'm working on a source code which is using grails 1.0.3 and i'm unable to find this version online for windows so if anyone has it plz send it to me asap!!! i require it urgently. or if u can provide with a workaround then plz let me know. also i'm a complete newbie in grails so any sort of help will be appreciated!!

Luca Farsetti

unread,
Aug 28, 2015, 10:15:24 AM8/28/15
to grails-de...@googlegroups.com
i think this is the only place you can find it
https://distfiles.macports.org/grails/

However, i suggest you to migrate to 1.3.5 and to 2.0 if you can
http://stackoverflow.com/questions/4481993/upgrading-from-grails-1-0-3-to-1-3-5

Hope it will help you

2015-08-28 11:14 GMT+02:00 AJINKYA BHINTADE <aji...@gmail.com>:
hey guys i'm working on a source code which is using grails 1.0.3 and i'm unable to find this version online for windows so if anyone has it plz send it to me asap!!! i require it urgently. or if u can provide with a workaround then plz let me know. also i'm a complete newbie in grails so any sort of help will be appreciated!!

--
You received this message because you are subscribed to the Google Groups "Grails Dev Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grails-dev-disc...@googlegroups.com.
To post to this group, send email to grails-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grails-dev-discuss/aa74265a-3985-4954-8eb9-6f57994f456b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Colin Harrington

unread,
Aug 28, 2015, 1:59:53 PM8/28/15
to grails-de...@googlegroups.com
Both these files on ibiblio

They also have the docs, src, webflow, etc.  The June 6th 2008 date matches some of my old installs. 

If you end up spending too much time tracking down dependencies it might be worth trying to migrate the application as Luca suggested.

~ Colin


For more options, visit https://groups.google.com/d/optout.



--
Colin Harrington
Grails Developer 
@ColinHarrington

AJINKYA BHINTADE

unread,
Aug 28, 2015, 10:34:03 PM8/28/15
to grails-de...@googlegroups.com
thanks a lot luca and colin for helping me out!!! the thing was that the source code was not compiling with any other versions of the grails and throwing all sorts of errors before even it can be built!!! also thanx for providing that info on migration!!!

--
You received this message because you are subscribed to a topic in the Google Groups "Grails Dev Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/grails-dev-discuss/lOdMIQRlCPQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to grails-dev-disc...@googlegroups.com.

To post to this group, send email to grails-de...@googlegroups.com.

AJINKYA BHINTADE

unread,
Sep 2, 2015, 7:34:13 AM9/2/15
to grails-de...@googlegroups.com
hey guys after compiling i'm getting an error that shows that i'm having unresolved dependencies net.jawr#jawr;3.3.3: not found

why is this happening can any one help..??

AJINKYA BHINTADE

unread,
Sep 2, 2015, 7:34:44 AM9/2/15
to grails-de...@googlegroups.com
is it coz of a plugin not working properly???

Søren Berg Glasius

unread,
Sep 2, 2015, 9:08:53 AM9/2/15
to grails-de...@googlegroups.com
I believe that the plugin system for Grails 1.x is not always working nicely. How big an application are you dealing with, and with what plugins (try and paste the application.properties file)

As Luca said, migrating to 2.x might be a better choice than to spend hours on getting an ancient 1.0.3 working.
--

Best regards / Med venlig hilsen,
Søren Berg Glasius

Hedevej 1, Gl. Rye, 8680 Ry, Denmark
Mobile: +45 40 44 91 88, Skype: sbglasius
--- Press ESC once to quit - twice to save the changes.

AJINKYA BHINTADE

unread,
Sep 2, 2015, 9:36:09 AM9/2/15
to grails-de...@googlegroups.com
well after checking it with 1.0.3 i found out that it had been upgraded to 1.3.5 but as they had not put an updated documentation hence it was causing issues.

i'm getting this issue when i'm trying to run the program.... doesn't grails download the required plugins itself that it requires...?? if it doesn't hope this can be added in the next version...

Luca Farsetti

unread,
Sep 2, 2015, 9:59:48 AM9/2/15
to grails-de...@googlegroups.com
Some plugin that your application uses have a dependency to jawr and it's not able to resolve it, don't know why. I suggest you to explicit declare that dependency in your BuildConfig to be sure that jaws is installed (http://mvnrepository.com/artifact/net.jawr/jawr/3.3.3)


AJINKYA BHINTADE

unread,
Sep 3, 2015, 4:02:55 AM9/3/15
to grails-de...@googlegroups.com
thanx luca for the prompt response. also seeing that there are so many issues is it possible to upgrade the grails version of the source code without correcting this dependency issue...??

i know it must be troubling for helping a noob like me but please try. :) :P

Luca Farsetti

unread,
Sep 3, 2015, 5:14:20 AM9/3/15
to grails-de...@googlegroups.com
I think that it's not possible. If a plugin that you use have that dependency, you must satisfy it or you are unable to build your project. Do you have a list of plugins that your application uses?

AJINKYA BHINTADE

unread,
Sep 3, 2015, 5:24:27 AM9/3/15
to grails-de...@googlegroups.com
i have just copied all the results and am pasting it below


Plugins available in the grailsCentral repository are listed below:
-------------------------------------------------------------

No plugins found in repository: grailsCentral. This may be because the repositor
y is behind an HTTP proxy.

Plugins available in the grailsCore repository are listed below:
-------------------------------------------------------------

No plugins found in repository: grailsCore. This may be because the repository i
s behind an HTTP proxy.

Plug-ins you currently have installed are listed below:
-------------------------------------------------------------

audit-logging       0.4              --  adds hibernate audit logging and onChan
ge event handlers to GORM domain classes
crypto              1.0.1            --  Encryption plugin for Grails
extended-data-binding0.2              --  This plugin extends Grails' data bindi
ng possibilities, both for parsing the user input and to present formatted data
hibernate           1.3.5            --  Hibernate for Grails
hibernate-events    0.3              --
hkma-ih-service     1.0              --  HKMA Integration Hub Client
hkma-ih-service-ceno1.0              --  HKMA Integration Hub Client - CENO Exte
nsion
hkma-ih-service-ehs 1.0              --  HKMA Integration Hub Client - eHealth S
ystem Extension
image-tools         1.0.2            --  Basic image tools based on JAI
jasper              0.9              --  Easily launch Jasper reports from a Gra
ils application.
jawr                3.3.3            --  adds Jawr (https://jawr.dev.java.net) f
unctionality to Grails applications.
jsecurity           0.3              --  Security support via the JSecurity fram
ework.
mail                0.5              --  Provides Mail support to a running Grai
ls application
mondrian            0.1              --
mtg-core-lib        3.0              --  MTG Core Library/MTG Core Library
quartz              0.4.2            --  This plugin adds Quartz job scheduling
features to Grails application.
searchable          0.5              --  Adds rich search functionality to Grail
s domain models. This version is recommended for JDK 1.5+
tomcat              1.3.5            --  Apache Tomcat plugin for Grails
ws-client           1.0              --  Web Service Client

To find more info about plugin type 'grails plugin-info [NAME]'

To install type 'grails install-plugin [NAME] [VERSION]'

For further info visit http://grails.org/Plugins

AJINKYA BHINTADE

unread,
Sep 3, 2015, 6:01:40 AM9/3/15
to grails-de...@googlegroups.com
i tried reinstalling the plugin but it still didn't work even though i put the jar and the zip file both at grails home and the base directory. i'm putting some of the results of the install command that i did below

          C:\grails-1.3.5\lib/jawr-3.3.3.jar

        ==== grailsHome: tried

          C:\grails-1.3.5\dist/jawr-3.3.3.xml

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

          C:\grails-1.3.5\dist/jawr-3.3.3.jar

        ==== grailsHome: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

          C:\grails-1.3.5/plugins/grails-jawr-3.3.3.jar

        ==== grailsCentral: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

grails-jawr-3.3.3.jar

        ==== grailsCore: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

ELEASE_3_3_3/grails-jawr-3.3.3.jar

        ==== http://download.java.net/maven/2/: tried


          -- artifact net.jawr#jawr;3.3.3!jawr.jar:


                ::::::::::::::::::::::::::::::::::::::::::::::

                ::          UNRESOLVED DEPENDENCIES         ::

                ::::::::::::::::::::::::::::::::::::::::::::::

                :: net.jawr#jawr;3.3.3: not found

                ::::::::::::::::::::::::::::::::::::::::::::::


:: problems summary ::
:::: WARNINGS
                module not found: net.jawr#jawr;3.3.3

        ==== grailsPlugins: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

          C:\Documents and Settings\Admin\Desktop\CMS/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\audit-logging-0.
4/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\crypto-1.0.1/lib
/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\extended-data-bi
nding-0.2/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hibernate-1.3.5/
lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hibernate-events
-0.3/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hkma-ih-service-
1.0/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hkma-ih-service-
ceno-1.0/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hkma-ih-service-
ehs-1.0/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\image-tools-1.0.
2/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\jasper-0.9/lib/j
awr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\jawr-3.3.3/lib/j
awr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\jsecurity-0.3/li
b/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\mail-0.5/lib/jaw
r-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\mondrian-0.1/lib
/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\mtg-core-lib-3.0
/lib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\quartz-0.4.2/lib
/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\searchable-0.5/l
ib/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\tomcat-1.3.5/lib
/jawr-3.3.3.jar

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\ws-client-1.0/li
b/jawr-3.3.3.jar

        ==== grailsHome: tried

          C:\grails-1.3.5\lib/jawr-3.3.3.xml

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

          C:\grails-1.3.5\lib/jawr-3.3.3.jar

        ==== grailsHome: tried

          C:\grails-1.3.5\dist/jawr-3.3.3.xml

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

          C:\grails-1.3.5\dist/jawr-3.3.3.jar

        ==== grailsHome: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

          C:\grails-1.3.5/plugins/grails-jawr-3.3.3.jar

        ==== grailsCentral: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

grails-jawr-3.3.3.jar

        ==== grailsCore: tried

          -- artifact net.jawr#jawr;3.3.3!jawr.jar:

ELEASE_3_3_3/grails-jawr-3.3.3.jar

        ==== http://download.java.net/maven/2/: tried


          -- artifact net.jawr#jawr;3.3.3!jawr.jar:


                ::::::::::::::::::::::::::::::::::::::::::::::

                ::          UNRESOLVED DEPENDENCIES         ::

                ::::::::::::::::::::::::::::::::::::::::::::::

                :: net.jawr#jawr;3.3.3: not found

                ::::::::::::::::::::::::::::::::::::::::::::::


Resolving plugin jawr. Please wait...

:: problems summary ::
:::: WARNINGS
                module not found: org.grails.plugins#jawr;3.3.3

        ==== grailsPlugins: tried

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

          C:\Documents and Settings\Admin\Desktop\CMS/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\audit-logging-0.
4/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\crypto-1.0.1/lib
/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\extended-data-bi
nding-0.2/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hibernate-1.3.5/
lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hibernate-events
-0.3/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hkma-ih-service-
1.0/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hkma-ih-service-
ceno-1.0/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\hkma-ih-service-
ehs-1.0/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\image-tools-1.0.
2/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\jasper-0.9/lib/j
awr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\jawr-3.3.3/lib/j
awr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\jsecurity-0.3/li
b/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\mail-0.5/lib/jaw
r-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\mondrian-0.1/lib
/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\mtg-core-lib-3.0
/lib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\quartz-0.4.2/lib
/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\searchable-0.5/l
ib/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\tomcat-1.3.5/lib
/jawr-3.3.3.zip

          C:\Documents and Settings\Admin\Desktop\CMS\.\plugins\ws-client-1.0/li
b/jawr-3.3.3.zip

        ==== grailsHome: tried

          C:\grails-1.3.5\lib/jawr-3.3.3.xml

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

          C:\grails-1.3.5\lib/jawr-3.3.3.zip

        ==== grailsHome: tried

          C:\grails-1.3.5\dist/jawr-3.3.3.xml

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

          C:\grails-1.3.5\dist/jawr-3.3.3.zip

        ==== grailsHome: tried

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

          C:\grails-1.3.5/plugins/grails-jawr-3.3.3.zip

        ==== grailsCentral: tried

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

grails-jawr-3.3.3.zip

        ==== grailsCore: tried

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

ELEASE_3_3_3/grails-jawr-3.3.3.zip

        ==== http://download.java.net/maven/2/: tried

3.3.pom

          -- artifact org.grails.plugins#jawr;3.3.3!jawr.zip:

3.3.zip

                ::::::::::::::::::::::::::::::::::::::::::::::

                ::          UNRESOLVED DEPENDENCIES         ::

                ::::::::::::::::::::::::::::::::::::::::::::::

                :: org.grails.plugins#jawr;3.3.3: not found

                ::::::::::::::::::::::::::::::::::::::::::::::


Error resolving plugin [name:jawr, group:org.grails.plugins, version:3.3.3].
Plugin not found for name [jawr] and version [3.3.3]
C:\Documents and Settings\Admin\Desktop\CMS>

AJINKYA BHINTADE

unread,
Sep 3, 2015, 6:03:42 AM9/3/15
to grails-de...@googlegroups.com
will i need the ivysvn for this..?? if so how do i set it up..??

Luca Farsetti

unread,
Sep 3, 2015, 7:12:19 AM9/3/15
to grails-de...@googlegroups.com
I suppose that you can try to remove jawr plugin, it doesn't should be break anything. This application looks really really old. How much big and complicated is?

AJINKYA BHINTADE

unread,
Sep 4, 2015, 6:00:29 AM9/4/15
to grails-de...@googlegroups.com
for removing the jawr plugin is there a command or i just have to physically delete it by going to the folder and then delete it from there??
also should i delete it from the base directory or the grails home..??

Luca Farsetti

unread,
Sep 4, 2015, 9:25:18 AM9/4/15
to grails-de...@googlegroups.com
If it's specified into build config you can remove the line and refresh dependencies, or you can remove with grails command (if i remember there is something like "grails uninstall-plugin" or "grails remove-plugin")

AJINKYA BHINTADE

unread,
Sep 8, 2015, 7:16:51 AM9/8/15
to grails-de...@googlegroups.com
hi i checked the the build config and found that there were some commands there that were made into a statement and when i removed /* */ and then ran the source code a bunch of new errors came up..... so later i again made those codes into statement as they were meant for grails 1.1.2 version

AJINKYA BHINTADE

unread,
Sep 8, 2015, 7:19:42 AM9/8/15
to grails-de...@googlegroups.com
now a new problem has arisen as i was frustrated and experimenting and typed in grails plugin command. after that a list of options were presented out of which uninstall plugins was there and hence i chose it. later when i ran the source code there were a few more unresolved dpendencies as grails couldn't find the plugins!!! even though the folders are still there in the base directory!!!

AJINKYA BHINTADE

unread,
Sep 8, 2015, 7:20:35 AM9/8/15
to grails-de...@googlegroups.com
so after this blunder i would like to know is that can we install the plugins from the jar file or we need the zip file...??

AJINKYA BHINTADE

unread,
Sep 8, 2015, 10:11:52 AM9/8/15
to grails-de...@googlegroups.com
also i'm uploading a bug report that i created on grails while running it on CLI.
CMS-bug-report-08092015.zip

AJINKYA BHINTADE

unread,
Sep 9, 2015, 2:36:21 AM9/9/15
to grails-de...@googlegroups.com
hey guys if you can respond to my queries asap that would be great also at the moment the grails version is 1.3.5, the documentation was not done properly by the source code provider.

AJINKYA BHINTADE

unread,
Sep 10, 2015, 1:57:48 AM9/10/15
to grails-de...@googlegroups.com
hello again!!! well it seems i was able to resolve the unresolved dependencies and now all the plugins are working. now i was trying to run the source code on the netbeans 8.0.2 and got the following error:

Issue 1
--------

  Requested project: C:\grails-1.3.5

  Stack trace:
    org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution from 'http://snapshots.dist.codehaus.org/gradle/gradle-0.9-20100118091626+0100-bin.zip'.
    at org.gradle.tooling.internal.consumer.DistributionFactory$ZippedDistribution$1.call(DistributionFactory.java:128)
    at org.gradle.tooling.internal.consumer.DistributionFactory$ZippedDistribution$1.call(DistributionFactory.java:116)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
    at org.gradle.tooling.internal.consumer.BlockingResultHandler.getResult(BlockingResultHandler.java:46)
    at org.gradle.tooling.internal.consumer.DefaultModelBuilder.get(DefaultModelBuilder.java:49)
    at org.netbeans.gradle.project.model.GradleModelLoader.loadModelWithProgress(GradleModelLoader.java:506)
    at org.netbeans.gradle.project.model.GradleModelLoader.access$700(GradleModelLoader.java:70)
    at org.netbeans.gradle.project.model.GradleModelLoader$6.run(GradleModelLoader.java:344)
    at org.netbeans.gradle.project.tasks.GradleDaemonManager.runNonBlockingGradleTask(GradleDaemonManager.java:36)
    at org.netbeans.gradle.project.tasks.GradleDaemonManager.access$100(GradleDaemonManager.java:23)
    at org.netbeans.gradle.project.tasks.GradleDaemonManager$2.execute(GradleDaemonManager.java:126)
    at org.jtrim.concurrent.AbstractTaskExecutorService$FunctionWrapper.execute(AbstractTaskExecutorService.java:270)
    at org.jtrim.concurrent.AbstractTaskExecutorService$TaskOfAbstractExecutor.execute(AbstractTaskExecutorService.java:340)
    at org.jtrim.concurrent.Tasks$RunOnceCancelableTask.execute(Tasks.java:342)
    at org.jtrim.concurrent.SingleThreadedExecutor$QueuedItem.runTask(SingleThreadedExecutor.java:919)
    at org.jtrim.concurrent.SingleThreadedExecutor$QueuedItem.access$1200(SingleThreadedExecutor.java:898)
    at org.jtrim.concurrent.SingleThreadedExecutor$Impl$Worker.executeTask(SingleThreadedExecutor.java:815)
    at org.jtrim.concurrent.SingleThreadedExecutor$Impl$Worker.processQueue(SingleThreadedExecutor.java:827)
    at org.jtrim.concurrent.SingleThreadedExecutor$Impl$Worker.run(SingleThreadedExecutor.java:861)
    at org.jtrim.concurrent.SingleThreadedExecutor$Impl$1.run(SingleThreadedExecutor.java:453)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: java.net.UnknownHostException: snapshots.dist.codehaus.org
    at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:178)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
    at java.net.Socket.connect(Socket.java:579)
    at java.net.Socket.connect(Socket.java:528)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
    at sun.net.www.http.HttpClient.New(HttpClient.java:308)
    at sun.net.www.http.HttpClient.New(HttpClient.java:326)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:996)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:932)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:850)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1300)
    at org.gradle.wrapper.Download.downloadInternal(Download.java:58)
    at org.gradle.wrapper.Download.download(Download.java:44)
    at org.gradle.tooling.internal.consumer.DistributionFactory$ProgressReportingDownload.download(DistributionFactory.java:177)
    at org.gradle.wrapper.Install$1.call(Install.java:59)
    at org.gradle.wrapper.Install$1.call(Install.java:46)
    at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:65)
    at org.gradle.wrapper.Install.createDist(Install.java:46)
    at org.gradle.tooling.internal.consumer.DistributionFactory$ZippedDistribution$1.call(DistributionFactory.java:122)
    at org.gradle.tooling.internal.consumer.DistributionFactory$ZippedDistribution$1.call(DistributionFactory.java:116)
    at java.util.concurrent.FutureTask.run(FutureTask.java:262)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    ... 1 more
    
i know that the codehaus site has stopped working since 31 may of this year and that there is a redirect but i am unaware how to use it so plz help asap if possible!!!

also now that the dependencies have been resolved so how to upgrade the current version of 1.3.5 grails to 3.0.5?? i know that the upgrade command won't help for higher versions as it has been removed if i'm not wrong.... PLZ HELP ASAP!!!!

Luca Farsetti

unread,
Sep 10, 2015, 3:31:39 AM9/10/15
to grails-de...@googlegroups.com
Why Gradle? Grails 1.3.5 uses Maven, i don't understand why you have this problem.
Never do that, but i think that migrate a 1.3.5 application to 3.0.5 will be a pain in the ass. Grails 3.x is really different from grails 1.3.5.
I don't know how big is that application, but maybe it's better to start a new version based on Grails 3 from scratch, using more code as possible from your old application

AJINKYA BHINTADE

unread,
Sep 10, 2015, 4:53:33 AM9/10/15
to grails-de...@googlegroups.com
but i'm kind of out of time... so tell me what is the maximum that grails 1.3.5 can upgrade to and why this sort of error is there?? for the next update of the source code i'll make it from scratch as i'll be a little more proficient till then...

also as codehaus has closed down how do i redirect the code to the new repositories and how to use ivy repository??? i did according to the tutorial and installed ant and followed the build instructions given in apache ivy...

Søren Berg Glasius

unread,
Sep 10, 2015, 4:56:38 AM9/10/15
to grails-de...@googlegroups.com
I agree with Luca, but would also like to know the size of your application? I have previously migrated apps from 1.3.x to 2.x and even though that can also be a grand task, it is probably not as big as going to Grails 3, especially because some plugins are not even upgraded to 3 yet.

What plugins do your app use? Give us a dump of your application.properties 


Best regards / Med venlig hilsen,
Søren Berg Glasius

Hedevej 1, Gl. Rye, 8680 Ry, Denmark
Mobile: +45 40 44 91 88, Skype: sbglasius
--- Press ESC once to quit - twice to save the changes.

AJINKYA BHINTADE

unread,
Sep 10, 2015, 5:56:09 AM9/10/15
to grails-de...@googlegroups.com
sorry but how do i create a dump of the application.properties??

Luca Farsetti

unread,
Sep 10, 2015, 6:50:30 AM9/10/15
to grails-de...@googlegroups.com
Send us application.properties file content :)

AJINKYA BHINTADE

unread,
Sep 10, 2015, 8:00:19 AM9/10/15
to grails-de...@googlegroups.com
here is the application.properties....

application.properties

AJINKYA BHINTADE

unread,
Sep 10, 2015, 8:06:06 AM9/10/15
to grails-de...@googlegroups.com
also because of  codehaus being shutdown i have this redirector zip for that purpose but how do i use it??
redirector-master.zip

Søren Berg Glasius

unread,
Sep 11, 2015, 3:20:45 AM9/11/15
to grails-de...@googlegroups.com
If you want to go to migrate to Grails 2.5, here's my analysis of your plugins:

audit-logging=0.4 (1.0.5, Grails 2.x, June 2015)
crypto=1.0.1 (2.0, *, May 2015)
extended-data-binding=0.2 (I believe it works out of the box in Grails 2.5)
hibernate=1.3.5 (This is Hibernate 3.x, Works out of the box)
hkma-ih-service=1.0 (Custom plugin)
hkma-ih-service-ceno=1.0 (Custom plugin)
hkma-ih-service-ehs=1.0 (Custom plugin)
image-tools=1.0.2 (Apparently not maintained, I would search for a replacement)
jasper=0.9 (1.11.0, Grails 2.x, Feb. 2015)
jawr=3.3.3 (3.8, Grails 2.x, Aug. 2015)
jsecurity=0.3 (Should be replaceable with SpringSecurity 2.x)
mail=0.5 (1.0.7, Grails 2.x, July 2014, works well)
mondrian=0.1 (0,3, Not maintained, don't know a replacement)
mtg-core-lib=3.0 (Custom plugin)
quartz=0.4.2 (1.0.2, Grails 2.x, June 2014, works well)
searchable=0.5 (0.6.9, Grails 2.x, August 2014, works well)
tomcat=1.3.5 (Grails 2.5 comes with the latest version)
ws-client=1.0 (Not maintained, but can probably be replaced with RestClient or similar)

I don't know your application, but sense that you have spent lot of time trying to get 1.3.x running with little luck. Perhaps your time was better spent trying to go to 2.5, even though you have some challenges ahead of you.

I did convert GroovyBlogs.org (Grails app) from 1.2.x to 2.4.x, and it took me a couple of weekends, so it's doable.



Best regards / Med venlig hilsen,
Søren Berg Glasius

Hedevej 1, Gl. Rye, 8680 Ry, Denmark
Mobile: +45 40 44 91 88, Skype: sbglasius
--- Press ESC once to quit - twice to save the changes.

AJINKYA BHINTADE

unread,
Sep 11, 2015, 3:29:46 AM9/11/15
to grails-de...@googlegroups.com
than a lot for your help and support!!! i really appreciate it and will try out the method that u suggested. also during the migration will codehaus being down cause any troubles as the plugins tend to look and try and connect to it...??

Søren Berg Glasius

unread,
Sep 11, 2015, 3:48:15 AM9/11/15
to grails-de...@googlegroups.com
Hi,

Codehaus is gone for good. So I don't know where you can find missing dependencies. Try http://search.maven.org 


Best regards / Med venlig hilsen,
Søren Berg Glasius

Hedevej 1, Gl. Rye, 8680 Ry, Denmark
Mobile: +45 40 44 91 88, Skype: sbglasius
--- Press ESC once to quit - twice to save the changes.

AJINKYA BHINTADE

unread,
Sep 11, 2015, 5:00:01 AM9/11/15
to grails-de...@googlegroups.com
finding the missing dependency is not an issue as before shutting down codehaus made sure to provide us with redirection to the their alternate sites for the resources but i don't know how to implement it... :(

i had put an attachment above of the zip that codhaus had put for the redirector but i don't know how to implement it so could you look into it and help me to implement it...

AJINKYA BHINTADE

unread,
Sep 13, 2015, 12:07:34 AM9/13/15
to grails-de...@googlegroups.com
hey i'm trying to upgrade the grails version of my application from 1.3.5 to 2.x but i have the following error popping up:-
will this error cause any issues while  upgrading?? plz can u help asap..??

AJINKYA BHINTADE

unread,
Sep 16, 2015, 7:24:24 AM9/16/15
to grails-de...@googlegroups.com
hello again

there is an import in the grails config file "org.codehaus.groovy.grails.commons.GrailsApplication" which is calling codehaus i guess so is there a work around it...???

also for some unkown reason as the grails application is not supported by gradle it is throwing an error with respect to gradle so what should i do..??
Reply all
Reply to author
Forward
0 new messages