-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 
Author Message
 Post subject: Can't Activate Hibernate Tools in eclipse
PostPosted: Mon Jan 12, 2009 6:22 pm 
Newbie

Joined: Sun Nov 30, 2008 7:53 pm
Posts: 5
Location: London
Hello,

I am running ubuntu 64 bit server 8.10.

I am deep into my secopnd attempt to get Hibernate working in eclipse, and so far no joy. I would be very grateful for some help.

Here is what I did:
removed old eclipse installations
downloaded and installed eclipse classic: Eclipse SDK, Version: 3.4.1 Build id: M20080911-1700 (the download was marked as a 64 bit version)

Then I downloaded:
emf-runtime-2.4.1.zip
GEF-SDK-3.4.1.zip
HibernateTools-3.2.4.CR1-R200812191611.zip
wtp-R-3.0.3-20081113203138.zip
xsd-runtime-2.4.1.zip

For each of the items in the above list I extracted the contents of the features directory to the features directory of my eclipse installation, and the contents of the plugins directory to the plugins directory of my eclipse installation.

I then started eclipse with the -clean switch.

When I look at the list of installed software I see evidence of EMF, GEF, XSD, and perhaps WTP (something called "Web Developer Tools", which I am guessing is WTP). I also see some other miscellany that I wasn't expecting. But no sign of Hibernate tools.

The Available Software tab lists an eclipse web tools site and a jboss site, but the install action fails for both of them.

Thanks very much for your help.

-Dan


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 15, 2009 4:36 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
and what version of hibernate tools are you trying out ?

what is in the log when you run eclipse with -debug ?

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Hibernate Tools Version and Eclipse Log
PostPosted: Thu Jan 15, 2009 5:37 am 
Newbie

Joined: Sun Nov 30, 2008 7:53 pm
Posts: 5
Location: London
Hi Max,

Judging from the package name I would guess that the Hibernate tools version is: 3.2.4.CR1. My aim was to download the most stable recent release. I hope that is what I got.

As for eclipse in debug mode, here is what was written to the screen. If you are asking for the contents of some other log, kindly let me know what log you mean and I will send it to you.

Many thanks for your help.

-Dan


dan@scapps1:~$ /usr/local/eclipse/eclipse -debug -config /dan/
dan@scapps1:~$ which eclipse
/usr/bin/eclipse
dan@scapps1:~$ /usr/local/eclipse/eclipse -configuration /home/dan/eclipseconfig/ -debug
Start VM: /usr/lib/jvm/java-6-sun-1.6.0.10/bin/java
-Xms40m
-Xmx256m
-XX:MaxPermSize=256m
-jar /usr/local/eclipse//plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/local/eclipse/eclipse
-name Eclipse
--launcher.library /usr/local/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.101.R34x_v20080731/eclipse_1115.so
-startup /usr/local/eclipse//plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-exitdata 70003
-configuration /home/dan/eclipseconfig/
-debug
-vm /usr/lib/jvm/java-6-sun-1.6.0.10/bin/java
-vmargs
-Xms40m
-Xmx256m
-XX:MaxPermSize=256m
-jar /usr/local/eclipse//plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
Configuration location:
file:/home/dan/eclipseconfig/
Configuration file:
file:/home/dan/eclipseconfig/config.ini loaded
Install location:
file:/usr/local/eclipse/
Configuration file:
file:/usr/local/eclipse/configuration/config.ini loaded
Shared configuration location:
file:/usr/local/eclipse/configuration/
Framework located:
file:/usr/local/eclipse/plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
Framework classpath:
file:/usr/local/eclipse/plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar
Splash location:
/usr/local/eclipse/plugins/org.eclipse.platform_3.3.101.v200809111700/splash.bmp
Debug options:
file:/home/dan/.options not found
Time to load bundles: 7
Starting application: 647
Application Started: 3716


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 15, 2009 7:13 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
with eclipse -debug the Error Log view should show you why certain bundles can't be started.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Getting Closer
PostPosted: Thu Jan 15, 2009 7:38 am 
Newbie

Joined: Sun Nov 30, 2008 7:53 pm
Posts: 5
Location: London
Hi Max,

Thanks for that guidance. I can see from the error log that there are several unresolved dependencies, some of which seem to relate to hibernate. In the hibernate cases the text of the error is:

Unable to satisfy dependency from org.hibernate.eclipse.console 3.2.4.CR1-R200812191611 to requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0.

I have been to the osgi site and tracked down and downloaded a "bundle" (not sure what that is) called: /org/eclipse/datatools/connectivity/ui/

I can imagine that this needs to be installed in some way, perhaps by copying its contents to my plugins directory. However, I don't see installation instructions and am reluctant to blast files into that directory without knowing whether or not they belong there. I am also unsure whether this is the entire problem or just the next layer of skin on the onion.

It strikes me as likely that when I was installing eclipse or hibernate I missed some installation step that would have prevented this problem and perhaps others either yet to be encountered or already reflected in the error log but not referring to hibernate.

My eclipse seems to work fine for java development.

I would greatly appreciate any additional help you can provide.

-Dan


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 15, 2009 8:19 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
When I install a clean eclipse 3.4 I just go and add the updatesite and select Hibernate Tools and it gets all the dependencies automatically.

That is the simplest installation path I know of.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Update Site
PostPosted: Thu Jan 15, 2009 2:08 pm 
Newbie

Joined: Sun Nov 30, 2008 7:53 pm
Posts: 5
Location: London
Hi Max,

Can you tell me please what update site you are using?

Thanks.

-Dan


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 16, 2009 1:23 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
http://download.jboss.org/jbosstools/up ... evelopment

stable only have for Eclipse 3.3, development is for 3.4

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject: Clean eclipse Installation and Hibernate Tools
PostPosted: Fri Jan 16, 2009 2:18 pm 
Newbie

Joined: Sun Nov 30, 2008 7:53 pm
Posts: 5
Location: London
Hi Max,

I have tried to do what you did, starting with a clean installation. Here is the sequence of events. Thanks very much for your help.

-Dan

1. Remove old eclipse.
2. Download eclipse-SDK-3.4.1-linux-gtk-x86_64.tar.gz
3. Extract to /usr/local (creating /usr/local/eclipse . . .)
4. Empty my eclipse config directory: /home/dan/eclipseconfig/
5. Start eclipse.
6. Go to Updates and Addons. This is what I see:

Installed software:

Eclipse SDK.

Available software:

http:
JBoss Update Site

7. Try to add site: http://download.jboss.org/jbosstools/up ... evelopment
Can't do it. Dialog says "Duplicate URL".

8. Tick box next to JBoss Update Site and try to Install. Can't do it. Get "Cannot complete the request. Generating Details" followed by "The software items you selected may not be valid with your current installation. Do you want to open the wizard anyway to review the selections?"

9. Open the wizard and select Hibernate Tools from a long list of items. Text in Details box is:

nnot complete the request. See the details.
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.birt.integration.wtp.feature.group/[2.3.1,3.0.0)
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.birt.integration.wtp.ui/[2.3.1.v20080827,2.3.1.v20080827]
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.birt.feature.group/[2.3.1,3.0.0)
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.datatools.connectivity.feature.feature.group/1.6.1
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.datatools.enablement.jdbc.feature.feature.group/1.6.1
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda/[3.1.0,4.0.0)
Unsatisfied dependency: [org.jboss.tools.birt.core 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.birt.integration.wtp.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.jpt.core/2.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui.dse/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui.dse/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda.ui 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda.design.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.profile.server.core/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.hyades.trace.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.jpt.ui/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.jst.firstrun 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.execution/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.instrumentation.ui/4.3.100
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda.profile/[3.0.4,4.0.0)
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/1.1.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.jvmti.client/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui.dse/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda/[3.1.0,4.0.0)
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda.profile/[3.0.4,4.0.0)
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.birt.integration.wtp.ui/[2.3.1.v20080827,2.3.1.v20080827]
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.birt.feature.group/[2.3.1,3.0.0)
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.birt.core/[1.0.0.CR1-R200812191611,1.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.birt.integration.wtp.feature.group/[2.3.1,3.0.0)
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.birt.oda/[1.0.0.CR1-R200812191611,1.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.birt.feature.feature.group 1.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.birt.oda.ui/[1.0.0.CR1-R200812191611,1.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda/[3.1.0,4.0.0)
Unsatisfied dependency: [org.jboss.tools.birt.oda 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda.profile/[3.0.4,4.0.0)
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.core 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/3.2.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.core 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/3.2.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.core 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.jpt.core/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.mapper 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.mapper 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.jboss.tools.hibernate.jpt.core/1.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/1.1.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/3.2.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.jpt.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/3.2.0
Unsatisfied dependency: [org.jboss.tools.hibernate.jpt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.jpt.core/2.0.0
Unsatisfied dependency: [org.jboss.tools.birt.core 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.birt.integration.wtp.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda.ui 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.oda.design.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda.ui 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.jboss.tools.birt.oda/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda.ui 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.jboss.tools.birt.oda.ui 1.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.text.ext 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.jboss.tools.seam.core/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.jdt.apt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.jdt.apt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.hibernate.ui.veditor/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.hibernate.jpt.ui/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.hibernate.ui.view/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.hibernate.eclipse.jdt.apt.ui/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.hibernate.eclipse.console/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.hibernate.jpt.core/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.hibernate.eclipse.mapper/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.hibernate.eclipse.jdt.ui/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.hibernate.eclipse.feature.feature.group 3.2.4.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.hibernate.eclipse/[3.2.4.CR1-R200812191611,3.2.4.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.jst.firstrun 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.jst.firstrun 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.ui.veditor 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.jboss.tools.hibernate.ui.view/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.ui.veditor 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.ui.veditor 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.jdt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.jdt.ui 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse.console 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/0.0.0
Unsatisfied dependency: [org.jboss.ide.eclipse.as.feature.feature.group 2.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.eclipse.as.tptp/[1.0.0,1.0.0]
Unsatisfied dependency: [org.jboss.tools.hibernate.ui.view 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.jboss.tools.hibernate.ui.view 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.jboss.tools.richfaces.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.jst.firstrun/[3.0.0.CR1-R200812191611,3.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui.dse/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.core 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.datatools.enablement.jdbc.feature.feature.group/1.6.1
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.ide.eclipse.as.feature.feature.group/1.0.0
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.seam.core/[3.0.0.CR1-R200812191611,3.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.eclipse.datatools.connectivity.feature.feature.group/1.6.1
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.richfaces.feature.feature.group/2.0.0
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.hibernate.eclipse.feature.feature.group/3.2.0
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.seam.text.ext/[3.0.0.CR1-R200812191611,3.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.seam.feature.feature.group 3.0.0.CR1-R200812191611] requiredCapability: org.eclipse.equinox.p2.iu/org.jboss.tools.seam.ui/[3.0.0.CR1-R200812191611,3.0.0.CR1-R200812191611]
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.jboss.tools.seam.core/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse.console/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.ui.dse/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity.db.generic.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.seam.ui 3.0.0.CR1-R200812191611] requiredCapability: osgi.bundle/org.hibernate.eclipse/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.instrumentation.ui/4.3.100
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.hyades.trace.ui/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.execution/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.jvmti.client/0.0.0
Unsatisfied dependency: [org.jboss.tools.eclipse.as.tptp 1.0.0] requiredCapability: osgi.bundle/org.eclipse.tptp.platform.profile.server.core/0.0.0
Unsatisfied dependency: [org.hibernate.eclipse 3.2.4.CR1-R200812191611] requiredCapability: osgi.bundle/org.eclipse.datatools.connectivity/0.0.0


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jan 19, 2009 6:04 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
if you really had a clean eclipse install you should not get a warning about a duplicate url....

In any case, please follow instructions at http://jboss.org/community/docs/DOC-10044 they are proven to work - is this the page you following already or ?

from the log what is the problem is that DTP is not installed which should just be there when you get Eclipse WTP stuff.

_________________
Max
Don't forget to rate


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.