Error in builing source code for transmart Web App
761 views
Skip to first unread message
Naveen Bhatt
unread,
Nov 24, 2015, 6:59:00 AM11/24/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to transmart-discuss
Hello Team,
I have been trying to build the source-code in my STS/GGTS IDE by importing the root from /transmartApp this as Grails project.But while builing this project I am getting below error log:
|Loading Grails 2.3.7 |Configuring classpath Error | Resolve error obtaining dependencies: Failed to read artifact descriptor for xalan:serializer:jar:2.7.1 (Use --stacktrace to see the full trace) Error | Resolve error obtaining dependencies: Failed to read artifact descriptor for javax.servlet:javax.servlet-api:jar:3.0.1 (Use --stacktrace to see the full trace) Error | Resolve error obtaining dependencies: Failed to read artifact descriptor for javax.servlet:javax.servlet-api:jar:3.0.1 (Use --stacktrace to see the full trace) Error | Resolve error obtaining dependencies: Failed to read artifact descriptor for javax.servlet:javax.servlet-api:jar:3.0.1 (Use --stacktrace to see the full trace) Error | Resolve error obtaining dependencies: Failed to read artifact descriptor for javax.servlet:javax.servlet-api:jar:3.0.1 (Use --stacktrace to see the full trace) Error | Failed to read artifact descriptor for xalan:serializer:jar:2.7.1 |Run 'grails dependency-report' for further information.
Also file VCFExporter.groovy having compile time error. Reason below set of import are nothaving error. Might be some jar/dependency missing
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to transmart-discuss
Naveen, for starters, the transmartApp is set up for Grails 2.3.11. Try that. My guess is that your are in some sort of incompatible set of dependencies.
You may also want to delete your .m2 and .grails caches and restart. But just try the 'correct' version first. Terry.
Naveen Bhatt
unread,
Nov 25, 2015, 12:14:56 AM11/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to transmart-discuss
Thanks Terry for your inputs. BUt when I import the transmartAPP folder into IDE with selection of 2.3.11 version for Grails. I get below alter/error and not able to create the project.
Project Grails version (2.3.7) does not match install version (2.3.11)
Terry can you please help with any link which is hvaing working transmartApp source code please.Might be some wrong version of source code downloaded by me.