Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Deployment Tool Problem
Deployment Tool Problem [message #659478] Mon, 14 March 2011 08:50 Go to next message
Hussein Kobeisi is currently offline Hussein KobeisiFriend
Messages: 49
Registered: December 2010
Member
hi ppl,

has anyone had this exception using the new Deploy Tool, although the Validate doent show any errors.

A cycle was detected when generating the classpath ....



Thanks in advance,
Hussein
Re: Deployment Tool Problem [message #659509 is a reply to message #659478] Mon, 14 March 2011 11:22 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Hussein,

could you be more specific about your problem? What do you mean with "the
new Deploy Tool", is it about the WAR products tooling? Where and when
does this error occur? We'd also need a more detailed error message to
help.

Regards,
Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Deployment Tool Problem [message #659530 is a reply to message #659509] Mon, 14 March 2011 12:46 Go to previous messageGo to next message
Hussein Kobeisi is currently offline Hussein KobeisiFriend
Messages: 49
Registered: December 2010
Member
Hi Ralf,
exactly the WAR products tooling,
i have created a new war Product, and added the launch configuration, when i try to export the war File then there comes the following Problem:
A cycle was detected when generating the classpath EaseeCommon_4.4.0, org.slf4j.jcl_1.5.11.v20100419-1106, org.slf4j.api_1.5.11.v20100519-1910, ch.qos.logback.classic_0.9.19.v20100519-1505, ch.qos.logback.core_0.9.19.v20100419-1216, org.slf4j.api_1.5.11.v20100519-1910.

this is everything i get, is there a probleme with the dependencies? or the configuration ?

Regards,
Hussein


Re: Deployment Tool Problem [message #659681 is a reply to message #659530] Tue, 15 March 2011 08:34 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Hussein,

This problem is not related to the WAR products tooling, it means that
your bundles have a circular dependency, which is not allowed. It seems
that org.slf4j.api depends on ch.qos.logback.classic, which in turn
depends on ch.qos.logback.core, and this has again a dependency to
org.slf4j.api.

Regards, Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Deployment Tool Problem [message #665604 is a reply to message #659681] Fri, 15 April 2011 08:58 Go to previous messageGo to next message
Hussein Kobeisi is currently offline Hussein KobeisiFriend
Messages: 49
Registered: December 2010
Member
Hi Ralph,

iam trying again to solve this problem, this cycle you mentioned is a binary cycle, should it be a problem?

thx,
Hussein



Re: Deployment Tool Problem [message #665670 is a reply to message #665604] Fri, 15 April 2011 12:27 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi Hussein,

I'm not perfectly sure what a binary cycle is, but I would try to get rid
of it ;-)

There is some command line parameter to tweak Equinox to ignore cycles,
but that should be the last resort. I guess the problem is that
org.slf4j.api depends on ch.qos.logback.classic - the first one is an API
bundle and should probably not depend on anything.

Regards, Ralf


--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Deployment Tool Problem [message #665729 is a reply to message #665670] Fri, 15 April 2011 16:09 Go to previous messageGo to next message
Cole Markham is currently offline Cole MarkhamFriend
Messages: 150
Registered: July 2009
Location: College Station, TX
Senior Member

Hussien,

There is an open bug for this on the Libra project where WAR product tooling was moved. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=338400]

Cole
Deployment Tool Problem [message #665926 is a reply to message #665729] Mon, 18 April 2011 08:17 Go to previous messageGo to next message
Hussein Kobeisi is currently offline Hussein KobeisiFriend
Messages: 49
Registered: December 2010
Member

Hi ppl,

i managed to export my War file after removing the Cycles and deployed it on Tomcat 6, Windows 7.

i turned the OSGI Console from false to true, but it's not starting at all, i red the FAQ and tried to ping to the Console but it give an error unable to connect to port 23?

any Help hier, thank a lot for your help
Hussein

Re: Deployment Tool Problem [message #666855 is a reply to message #665926] Sat, 23 April 2011 13:45 Go to previous messageGo to next message
Hussein Kobeisi is currently offline Hussein KobeisiFriend
Messages: 49
Registered: December 2010
Member
hey ppl

i didnt get any answer yet ... any help with the osgi console?

thank very much
Hussein
Re: Deployment Tool Problem [message #769643 is a reply to message #659478] Thu, 22 December 2011 13:11 Go to previous messageGo to next message
Shawn Missing name is currently offline Shawn Missing nameFriend
Messages: 3
Registered: November 2011
Junior Member
Hey,

i know that the last post is from 2010, but I have the same Problem Sad

org.apache.commons.httpclient_3.1.0.v201012070820, org.slf4j.jcl_1.5.11.v20100419-1106, org.slf4j.api_1.5.11.v20100519-1910, ch.qos.logback.classic_0.9.19.v20100519-1505, ch.qos.logback.core_0.9.19.v20100419-1216, org.slf4j.api_1.5.11.v20100519-1910.


Have somebody a Solution ?

Greetings...

[Updated on: Thu, 22 December 2011 13:12]

Report message to a moderator

Re: Deployment Tool Problem [message #769646 is a reply to message #659478] Thu, 22 December 2011 13:11 Go to previous message
Shawn is currently offline ShawnFriend
Messages: 5
Registered: July 2009
Junior Member
Hey,

i know that the last post is from april, but I have the same Problem :(

org.apache.commons.httpclient_3.1.0.v201012070820, org.slf4j.jcl_1.5.11.v20100419-1106, org.slf4j.api_1.5.11.v20100519-1910, ch.qos.logback.classic_0.9.19.v20100519-1505, ch.qos.logback.core_0.9.19.v20100419-1216, org.slf4j.api_1.5.11.v20100519-1910.


Have somebody a Solution ?

Greetings...
Previous Topic:Demo mail app toolbar + configure actions strange behavior
Next Topic:PlatformUI.getWorkbench().getProgressService()
Goto Forum:
  


Current Time: Thu Mar 28 08:57:00 GMT 2024

Powered by FUDForum. Page generated in 0.03060 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top