Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Problems while getting started with WTP M3
Problems while getting started with WTP M3 [message #78029] Mon, 28 February 2005 13:37 Go to next message
Eclipse UserFriend
Originally posted by: Rafal.Krzewski.caltha.pl

Hello all,

I wanted to give WTP M3 a spin, but I've run into a problem. After
downloading the binaries listed on the download page and uncompressing
them into eclipse 3.1M5a installation directory (I've verified that, the
features and plugins got in the right places) I launched eclipse with a
blank workspace. A dialog requesting downloading additional jars was
displayed. I've downloaed the binaries and copied the jars in the
requested locations. Then, I've restarted eclipse.

To my much surprise barely any WTP features showed up in the workbench. In
the workbench prefernces, only 'Servers' and 'XML Catalog' tabs were added.

In 'Show view' dialog, only 'Servers' and 'Server Explorer Category'
categories showed up. In 'New' wizard, only 'Data' containing 'SQL
Scrapbook page' and 'Servers' containng 'Server' showed up.

I'm comparing this to WTP M2 that I tried a few weeks ago, so I know there
should be much more...

In 'Product Configuration' dialog, I'm seeing J2EE Standard Tools Feature
1.0.0 and Web Standard Tools Feature 1.0.0, both enabled. In About/Feature
details, WST/JST are not visible. In About/Plugin details I see lots of
WTP provided plugins. The error log contains just one error:

Invalid preference page path: XML Catalog

But at the same time XML Catalog shows in workbench preferences and seems
to be working (at least it's US is clickable)

I tried running eclipse with '-clean' parameter - no change.
I also tried disabling and reenabling the JST (and nested WTP) feature in
the 'Product Configuration' and the following problem came up: the
features reference plugins 'com.ibm.wtp.emf.workbench'
'com.ibm.wtp.common.util' that are missing from the distribution. Moreover
the plugins are mentioned in <reqiures> section of the feature descriptor,
but don't have corresponding <plugin> sections.

At this point I'm really stuck. I don't have experience in developing
Eclipse extensions, but I'm able to find my way about PDE. I can try
building WTP from source if necessary and doing some debugging, but I need
pointers where to look. All clues will be appreciated.

regards,
Rafal
Re: Problems while getting started with WTP M3 [message #78142 is a reply to message #78029] Mon, 28 February 2005 16:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tennant.webpd.com

I decided to try Web Tools for the first time this morning, using M3. I
got the same error message you did about the missing Jar files.
Re: Problems while getting started with WTP M3 [message #78229 is a reply to message #78029] Mon, 28 February 2005 15:35 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4476
Registered: July 2009
Senior Member

Rafa&#322; Krzewski wrote:
> I tried running eclipse with '-clean' parameter - no change.
> I also tried disabling and reenabling the JST (and nested WTP) feature
> in the 'Product Configuration' and the following problem came up: the
> features reference plugins 'com.ibm.wtp.emf.workbench'
> 'com.ibm.wtp.common.util' that are missing from the distribution.
> Moreover the plugins are mentioned in <reqiures> section of the feature
> descriptor, but don't have corresponding <plugin> sections.

It sounds like you skipped installing the JEM-runtime download.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Problems while getting started with WTP M3 [message #78314 is a reply to message #78029] Mon, 28 February 2005 21:38 Go to previous messageGo to next message
Bob Herrmann is currently offline Bob HerrmannFriend
Messages: 10
Registered: July 2009
Junior Member
I also get a big list of missing jars when I start up eclispe. It says
that the 'web services' feature will not be available... it goes on to
list about 15 jar files....


Rafa&#322; Krzewski wrote:

> Hello all,

> I wanted to give WTP M3 a spin, but I've run into a problem. After
> downloading the binaries listed on the download page and uncompressing
> them into eclipse 3.1M5a installation directory (I've verified that, the
> features and plugins got in the right places) I launched eclipse with a
> blank workspace. A dialog requesting downloading additional jars was
> displayed. I've downloaed the binaries and copied the jars in the
> requested locations. Then, I've restarted eclipse.

> To my much surprise barely any WTP features showed up in the workbench. In
> the workbench prefernces, only 'Servers' and 'XML Catalog' tabs were added.

> In 'Show view' dialog, only 'Servers' and 'Server Explorer Category'
> categories showed up. In 'New' wizard, only 'Data' containing 'SQL
> Scrapbook page' and 'Servers' containng 'Server' showed up.

> I'm comparing this to WTP M2 that I tried a few weeks ago, so I know there
> should be much more...

> In 'Product Configuration' dialog, I'm seeing J2EE Standard Tools Feature
> 1.0.0 and Web Standard Tools Feature 1.0.0, both enabled. In About/Feature
> details, WST/JST are not visible. In About/Plugin details I see lots of
> WTP provided plugins. The error log contains just one error:

> Invalid preference page path: XML Catalog

> But at the same time XML Catalog shows in workbench preferences and seems
> to be working (at least it's US is clickable)

> I tried running eclipse with '-clean' parameter - no change.
> I also tried disabling and reenabling the JST (and nested WTP) feature in
> the 'Product Configuration' and the following problem came up: the
> features reference plugins 'com.ibm.wtp.emf.workbench'
> 'com.ibm.wtp.common.util' that are missing from the distribution. Moreover
> the plugins are mentioned in <reqiures> section of the feature descriptor,
> but don't have corresponding <plugin> sections.

> At this point I'm really stuck. I don't have experience in developing
> Eclipse extensions, but I'm able to find my way about PDE. I can try
> building WTP from source if necessary and doing some debugging, but I need
> pointers where to look. All clues will be appreciated.

> regards,
> Rafal
Re: Problems while getting started with WTP M3 [message #78344 is a reply to message #78314] Mon, 28 February 2005 22:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: emerson.tre-sc.gov.br

Read
http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html

I just had WTP to work when installing the jar files. (PS: use the ant
script)

You have to have xdoclet installed and configured in preferences/xdoclet,
see the servlet tutorial of wtp
( http://www.eclipse.org/webtools/jst/components/j2ee/scenario s/ServletScenario.html)

hope it can help you
Emerson Cargnin

bob herrmann wrote:


> I also get a big list of missing jars when I start up eclispe. It says
> that the 'web services' feature will not be available... it goes on to
> list about 15 jar files....


> Rafa&#322; Krzewski wrote:

>> Hello all,

>> I wanted to give WTP M3 a spin, but I've run into a problem. After
>> downloading the binaries listed on the download page and uncompressing
>> them into eclipse 3.1M5a installation directory (I've verified that, the
>> features and plugins got in the right places) I launched eclipse with a
>> blank workspace. A dialog requesting downloading additional jars was
>> displayed. I've downloaed the binaries and copied the jars in the
>> requested locations. Then, I've restarted eclipse.

>> To my much surprise barely any WTP features showed up in the workbench. In
>> the workbench prefernces, only 'Servers' and 'XML Catalog' tabs were added.

>> In 'Show view' dialog, only 'Servers' and 'Server Explorer Category'
>> categories showed up. In 'New' wizard, only 'Data' containing 'SQL
>> Scrapbook page' and 'Servers' containng 'Server' showed up.

>> I'm comparing this to WTP M2 that I tried a few weeks ago, so I know there
>> should be much more...

>> In 'Product Configuration' dialog, I'm seeing J2EE Standard Tools Feature
>> 1.0.0 and Web Standard Tools Feature 1.0.0, both enabled. In About/Feature
>> details, WST/JST are not visible. In About/Plugin details I see lots of
>> WTP provided plugins. The error log contains just one error:

>> Invalid preference page path: XML Catalog

>> But at the same time XML Catalog shows in workbench preferences and seems
>> to be working (at least it's US is clickable)

>> I tried running eclipse with '-clean' parameter - no change.
>> I also tried disabling and reenabling the JST (and nested WTP) feature in
>> the 'Product Configuration' and the following problem came up: the
>> features reference plugins 'com.ibm.wtp.emf.workbench'
>> 'com.ibm.wtp.common.util' that are missing from the distribution. Moreover
>> the plugins are mentioned in <reqiures> section of the feature descriptor,
>> but don't have corresponding <plugin> sections.

>> At this point I'm really stuck. I don't have experience in developing
>> Eclipse extensions, but I'm able to find my way about PDE. I can try
>> building WTP from source if necessary and doing some debugging, but I need
>> pointers where to look. All clues will be appreciated.

>> regards,
>> Rafal
Re: Problems while getting started with WTP M3 [message #78443 is a reply to message #78229] Tue, 01 March 2005 08:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Rafal.Krzewski.caltha.pl

Nitin Dahyabhai wrote:
> Rafa&#322; Krzewski wrote:
>
>> I tried running eclipse with '-clean' parameter - no change.
>> I also tried disabling and reenabling the JST (and nested WTP) feature
>> in the 'Product Configuration' and the following problem came up: the
>> features reference plugins 'com.ibm.wtp.emf.workbench'
>> 'com.ibm.wtp.common.util' that are missing from the distribution.
>> Moreover the plugins are mentioned in <reqiures> section of the
>> feature descriptor, but don't have corresponding <plugin> sections.
>
>
> It sounds like you skipped installing the JEM-runtime download.

Aha! I used nightly build of JEM instead of the 1.0.2 release mentioned
on the download page. After updating JEM to the right version all the
missing goodies showed up. Thanks a lot!

Rafał

PS. Regarding the other comments about missing jar files - it's very
easy to get past it if you follow the instrucitons given in the dialog.
Re: Problems while getting started with WTP M3 [message #78599 is a reply to message #78344] Tue, 01 March 2005 14:00 Go to previous message
Bob Herrmann is currently offline Bob HerrmannFriend
Messages: 10
Registered: July 2009
Junior Member
I see, so basically I should follow the dialog in order to get WTP to work
corectly. This seems bizzare that these resources arent mentioned on the
WTP download page as being needed for correct operation....

-bob

emerson wrote:

> Read
>
http://www.eclipse.org/webtools/wst/components/ws/download_i nstructions_for_jars.html

> I just had WTP to work when installing the jar files. (PS: use the ant
> script)

> You have to have xdoclet installed and configured in preferences/xdoclet,
> see the servlet tutorial of wtp
>
( http://www.eclipse.org/webtools/jst/components/j2ee/scenario s/ServletScenario.html)

> hope it can help you
> Emerson Cargnin

> bob herrmann wrote:


>> I also get a big list of missing jars when I start up eclispe. It says
>> that the 'web services' feature will not be available... it goes on to
>> list about 15 jar files....


>> Rafa&#322; Krzewski wrote:

>>> Hello all,

>>> I wanted to give WTP M3 a spin, but I've run into a problem. After
>>> downloading the binaries listed on the download page and uncompressing
>>> them into eclipse 3.1M5a installation directory (I've verified that, the
>>> features and plugins got in the right places) I launched eclipse with a
>>> blank workspace. A dialog requesting downloading additional jars was
>>> displayed. I've downloaed the binaries and copied the jars in the
>>> requested locations. Then, I've restarted eclipse.

>>> To my much surprise barely any WTP features showed up in the workbench. In
>>> the workbench prefernces, only 'Servers' and 'XML Catalog' tabs were added.

>>> In 'Show view' dialog, only 'Servers' and 'Server Explorer Category'
>>> categories showed up. In 'New' wizard, only 'Data' containing 'SQL
>>> Scrapbook page' and 'Servers' containng 'Server' showed up.

>>> I'm comparing this to WTP M2 that I tried a few weeks ago, so I know there
>>> should be much more...

>>> In 'Product Configuration' dialog, I'm seeing J2EE Standard Tools Feature
>>> 1.0.0 and Web Standard Tools Feature 1.0.0, both enabled. In About/Feature
>>> details, WST/JST are not visible. In About/Plugin details I see lots of
>>> WTP provided plugins. The error log contains just one error:

>>> Invalid preference page path: XML Catalog

>>> But at the same time XML Catalog shows in workbench preferences and seems
>>> to be working (at least it's US is clickable)

>>> I tried running eclipse with '-clean' parameter - no change.
>>> I also tried disabling and reenabling the JST (and nested WTP) feature in
>>> the 'Product Configuration' and the following problem came up: the
>>> features reference plugins 'com.ibm.wtp.emf.workbench'
>>> 'com.ibm.wtp.common.util' that are missing from the distribution. Moreover
>>> the plugins are mentioned in <reqiures> section of the feature descriptor,
>>> but don't have corresponding <plugin> sections.

>>> At this point I'm really stuck. I don't have experience in developing
>>> Eclipse extensions, but I'm able to find my way about PDE. I can try
>>> building WTP from source if necessary and doing some debugging, but I need
>>> pointers where to look. All clues will be appreciated.

>>> regards,
>>> Rafal
Previous Topic:Create Session Bean Wizard broken?
Next Topic:Editing Struts XML in M5a/EWT1.0M3 with Tomcat 5 - "Save Failed:Attempted..."
Goto Forum:
  


Current Time: Sat Jul 27 18:29:50 GMT 2024

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

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

Back to the top