Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » JSF tutorial doc
JSF tutorial doc [message #474101] Mon, 09 April 2007 22:20 Go to next message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Hi,

I'm using the JSF Eclipse tutorial, found at
http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial -RC3/JSFTools_tutorial.html
but am having a few problems.

I'm going through this tutorial, and I don't get any content-assist with
Ctrl-space, or warnings using a value of "tablex" as opposed to "table", as
the documentation says I should.
The only difference from the requirements that I'm aware of is that I'm
using versions 1.2_04-b07 of both jsf-api.jar and jsf-impl.jar.
I've tried a eclipse -refresh incase that was causing the problem, but it
made no difference.

Anyone got any ideas as to why I don't see what the documentation suggests I
should do?

Many thanks

Rgds

Rupert
Re: JSF tutorial doc [message #474104 is a reply to message #474101] Mon, 09 April 2007 22:48 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Rupert,

I don't know if we've tested this with JSF 1.2 yet. Can you try with a
JSF 1.1 runtime? The current release version of JSF tooling doesn't have
support for JSF 1.2 yet.


--Cam

Rupert Woodman wrote:


> Hi,

> I'm using the JSF Eclipse tutorial, found at
>
http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial -RC3/JSFTools_tutorial.html
> but am having a few problems.

> I'm going through this tutorial, and I don't get any content-assist with
> Ctrl-space, or warnings using a value of "tablex" as opposed to "table", as
> the documentation says I should.
> The only difference from the requirements that I'm aware of is that I'm
> using versions 1.2_04-b07 of both jsf-api.jar and jsf-impl.jar.
> I've tried a eclipse -refresh incase that was causing the problem, but it
> made no difference.

> Anyone got any ideas as to why I don't see what the documentation suggests I
> should do?

> Many thanks

> Rgds

> Rupert
Re: JSF tutorial doc [message #474106 is a reply to message #474104] Mon, 09 April 2007 23:25 Go to previous messageGo to next message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Thanks for the quick response Cameron.
I've done what you suggested, and have made progress of sorts, but I still
have some problems. Let me explain.
(Not sure how familiar you are with the tutorial doc, so I'll assume you're
not - too much info is better than too little in my opinion!).
I originally create a new JSF library, which included the jsf-api.jar and
jsf-impl.jar files, version 1.2. When you requested that I change these to
the version 1.1 files, I selected Window->Preferences->Web and XML->JSF
Libraries and changed the versions of the JAR files. I thought this is all
I'd need to do.
However, going back to my project (called JSFTutorial) and refreshing it
showed that I was still using the version 1.2 files in the Libraries->Web
App Libraries section, tho in the Libraries section, the 1.1 version files
are shown. eclipse -refresh didn't make any difference either. I don't
seem to be able to get rid of the version 1.2 files. Should I retry
recreating the project from scratch and hope that it picks up the version
1.1 files consistently?
With the changes described above, the Ctrl-spacebar still refused to do
anything at all when editing the login.jsp file, in an attribute value.

It's not all doom and gloom however :-)
I went in to Window->Preferences->Validation and noticed that the "JSP JSF
EL Validator" and "JSP Semantics Validtor (JSF)" options were not checked,
either for manual or build columns. I checked both columns for both rows,
and then using 'layout="tablex"' as opposed to 'layout="table"' gave me a
little yellow squggle until I corrected it. I guess it could be construed
that the user should know more than I do, or maybe an extra line in the
tutorial may help on that one.

But the bottom line is that I still cannot get Ctrl-spacebar to do anything
for me.

I am using the J2EE perspective (tho have tried the Java perspective which
only made me notice that I didn't have a "Problems" tab on the J2EE
perspective - I'm working on finding where that has gone, and getting it
back!).

Many thanks for any suggestions you may have.

Rgds

Rupert.


"Cameron Bateman" <cameron.bateman@oracle.com> wrote in message
news:813744c0c0e3993c16a3cc461fb33616$1@www.eclipse.org...
> Hi Rupert,
>
> I don't know if we've tested this with JSF 1.2 yet. Can you try with a
> JSF 1.1 runtime? The current release version of JSF tooling doesn't have
> support for JSF 1.2 yet.
>
>
> --Cam
>
> Rupert Woodman wrote:
>
>
>> Hi,
>
>> I'm using the JSF Eclipse tutorial, found at
> http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial -RC3/JSFTools_tutorial.html
>> but am having a few problems.
>
>> I'm going through this tutorial, and I don't get any content-assist with
>> Ctrl-space, or warnings using a value of "tablex" as opposed to "table",
>> as the documentation says I should.
>> The only difference from the requirements that I'm aware of is that I'm
>> using versions 1.2_04-b07 of both jsf-api.jar and jsf-impl.jar.
>> I've tried a eclipse -refresh incase that was causing the problem, but it
>> made no difference.
>
>> Anyone got any ideas as to why I don't see what the documentation
>> suggests I should do?
>
>> Many thanks
>
>> Rgds
>
>> Rupert
>
>
Re: JSF tutorial doc [message #474139 is a reply to message #474106] Tue, 10 April 2007 04:12 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Rupert,

A couple of things to try/look at:

1) If you go to Windows->Show View and open the Error (if it's not there,
go to Other->PDE Runtime). Are there any nasty looking errors in there?

2) For the immediate problem of the libraries, try right-clicking on the
project and go "J2EE Module Dependencies" and uncheck the JSF 1.2 version
of the runtime jars (and check the ones for 1.1 if they are not). This
probably won't solve any other problems, but at this if you try to run
things will be consistent.

3) Try content-assist in other places. For example, try the EL content
assist further in the tutorial. Or go to other attributes on JSF tags and
try Ctrl-Space. Does you PC speaker make a "bong" noise (this is what is
sounds like on Windows, don't know on other PCs) when you hit Ctrl-Space?

Also, what version of JSF Tools are you using?


--Cam


Rupert Woodman wrote:


> Thanks for the quick response Cameron.
> I've done what you suggested, and have made progress of sorts, but I still
> have some problems. Let me explain.
> (Not sure how familiar you are with the tutorial doc, so I'll assume you're
> not - too much info is better than too little in my opinion!).
> I originally create a new JSF library, which included the jsf-api.jar and
> jsf-impl.jar files, version 1.2. When you requested that I change these to
> the version 1.1 files, I selected Window->Preferences->Web and XML->JSF
> Libraries and changed the versions of the JAR files. I thought this is all
> I'd need to do.
> However, going back to my project (called JSFTutorial) and refreshing it
> showed that I was still using the version 1.2 files in the Libraries->Web
> App Libraries section, tho in the Libraries section, the 1.1 version files
> are shown. eclipse -refresh didn't make any difference either. I don't
> seem to be able to get rid of the version 1.2 files. Should I retry
> recreating the project from scratch and hope that it picks up the version
> 1.1 files consistently?
> With the changes described above, the Ctrl-spacebar still refused to do
> anything at all when editing the login.jsp file, in an attribute value.

> It's not all doom and gloom however :-)
> I went in to Window->Preferences->Validation and noticed that the "JSP JSF
> EL Validator" and "JSP Semantics Validtor (JSF)" options were not checked,
> either for manual or build columns. I checked both columns for both rows,
> and then using 'layout="tablex"' as opposed to 'layout="table"' gave me a
> little yellow squggle until I corrected it. I guess it could be construed
> that the user should know more than I do, or maybe an extra line in the
> tutorial may help on that one.

> But the bottom line is that I still cannot get Ctrl-spacebar to do anything
> for me.

> I am using the J2EE perspective (tho have tried the Java perspective which
> only made me notice that I didn't have a "Problems" tab on the J2EE
> perspective - I'm working on finding where that has gone, and getting it
> back!).

> Many thanks for any suggestions you may have.

> Rgds

> Rupert.
Re: JSF tutorial doc [message #474141 is a reply to message #474139] Tue, 10 April 2007 16:39 Go to previous messageGo to next message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Hi Cam,

I've gone through your post and come up with lots of info, but I'll start
off with what was last in your post, but I think may be most relevent; the
version I'm using.
I'm using Milestone RC3 - wtp-jsf-I-I200605250544-200605250544.zip (which
I'm guessing when I downloaded it, I thought was the latest version - all I
can think is that it was late by then and I was tired - I seem to be
habitually fiddling with this until 2am :-)!). Would you prefer it if I
went an installed RC4 before I make any more postings about this? It could
well have been fixed in the later version and it'd be a waste of your time
if it's a fixed bug/newly implemented feature.
Looking at the JSF download page
(http://www.eclipse.org/webtools/jsf/download.html), RC4 seems to have more
pre-reqs than RC3, tho all but the wtp driver link are dead.
The tutorial doc I'm using (May 24, 2006) doesn't make reference to these
pre-reqs and the JSF link in the doc takes me to the RC3 build - I guess
that's why I'm using RC3 as opposed to RC4. That would make me think that
the content-assist should work in the build I'm using.
I must admit, I'm a little puzzled here by these pre-reqs in RC4. I don't
understand whether they're required for my version (i.e. I misunderstood the
download page) or whether they're new to RC4 and if so, how to install them
all (and indeed, what they all are, tho I'm sure with some time and the
power of Google I'll be able to work it out!).
So, if you'd like me to move to RC4, let me know and no need to read any
more.

In the Error tab, there are quite a few errors, mostly going back some time.
None of them look relevent to me, tho I'm not 100% sure. I would think that
if there was an error stopping content-assist from working, I'd get a new
row in the error tab each time I started Eclipse (?), which I don't seem to
be getting.
I've done an export of them (which is pretty big, but most of the size is
taken by stack trace info - I've removed all that - let me know if you want
to see any of it) and pasted it all at the end of my note. If you could
give it a quick scan over, I'd appreciate it.

Right, unchecked the 1.2 runtime jars and added the 1.1 versions - as you
expected, this didn't make any difference, so we can safely ignore that -
once I've got it all going, I'll put the 1.2 version files back and see if
it still works ok - you mentioned that you'd not tested it - I'll give it a
basic (it's gonna be basic because I'm not yet au fait with this!) running
over.

I've done some more investigation on the content-assist as well.
I have a line such as:
<h:messages layout="tablex"></h:messages>
If I place my cursor after the tablex but before the closing quote, and try
Ctrl-space I get no content-assist and it's silent (I'm using a PC - Win
XP) - no bong. However (and I'm sorry I didn't look for this option
previously), if I go to Edit->Content assist, it pops up all fine and dandy.
So maybe it's a keyboard mapping issue somehow?

I've had a little play with the EL expressions. First of all,
If I have a line such as:
<h:inputText value="#{}"></h:inputText>
it seems to get accepted (nothing in the margin), but if I have a space
betweem the braces, it shows an error (a yellow triangle in the margin), but
only after saving. The tutorial does say that a save is required (which
doesn't seem consistent with how errors are reported when editing Java
classes), but would you expect a space to raise an error when no space
doesn't raise an error?

If I have a line such as:
<h:inputText value="#{loginBean}"></h:inputText>
as soon as I add the dot after loginBean, the content-assist is shown (I've
created the loginBean class as described later in the tutorial) - I don't
need to do Ctrl-space. If however, I add the dot, then go and do something
else, come back and put my cursor after the dot, and try Ctrl-space, again,
it does nothing. But again, Edit->Content assist does display the help.

And below is the exported error log, with stack trace removed. I've
included all of it but I've only been playing with JSF for a few days so
it's probably only the top few lines which would be of interest.

Many thanks for your help.

Rgds

Rupert.



!SESSION 2007-03-18
10:48:45.531 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86
This is a continuation of log file C:\Documents and
Settings\rupert\workspace\.metadata\.bak_0.log
Created Time: 2007-03-19 22:44:21.671

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/StatementLis tener.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cacheable. class)[381

]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogUtil.cl ass)[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $1.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $2.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $Cleaner.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $InitThrea

d.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool .class)[38

1]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Event.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool EventAdapt

er.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Listener.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reusable.c lass)[381]

: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/TimeWrappe r.class)[3

81]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/META-INF/MANIF EST.MF.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/META-INF/MANIFEST.MF )[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\META-INF\MANIFEST.MF.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/META-INF/MANIF EST.MF.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\META-INF\MANIFEST.MF.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/AutoCo mmitValidator.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/AutoCommitVa lidator.cl

ass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\AutoCommitValidator.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/AutoCo mmitValidator.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\AutoCommitValidator.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CacheC onnection.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CacheConnect ion.class)

[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CacheConnection.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CacheC onnection.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CacheConnection.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached CallableStatement.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CachedCallab leStatemen

t.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedCallableStatement.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached CallableStatement.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedCallableStatement.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached PreparedStatement.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CachedPrepar edStatemen

t.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedPreparedStatement.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached PreparedStatement.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedPreparedStatement.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached Statement.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CachedStatem ent.class)

[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedStatement.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached Statement.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedStatement.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$1.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol$1.class

)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$1.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$1.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$1.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$DefaultValidator.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol$Default

Validator.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$DefaultValidator.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$DefaultValidator.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$DefaultValidator.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$EventRelay.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol$EventRe

lay.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$EventRelay.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$EventRelay.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$EventRelay.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEvent.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olEvent.cl

ass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEvent.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEvent.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEvent.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEventAdapter.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olEventAda

pter.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEventAdapter.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEventAdapter.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEventAdapter.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olListener

..class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolManager.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olManager.

class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolManager.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolManager.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolManager.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionValidator.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionVa lidator.cl

ass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionValidator.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionValidator.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionValidator.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Passwo rdDecoder.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/PasswordDeco der.class)

[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\PasswordDecoder.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Passwo rdDecoder.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\PasswordDecoder.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/RotDec oder.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/RotDecoder.c lass)[381]

: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\RotDecoder.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/RotDec oder.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\RotDecoder.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/SQLUpd ate.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/SQLUpdate.cl ass)[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\SQLUpdate.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/SQLUpd ate.class.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\SQLUpdate.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/StatementLis tener.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cacheable. class)[381

]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogUtil.cl ass)[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $1.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $2.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $Cleaner.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $InitThrea

d.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool .class)[38

1]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Event.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool EventAdapt

er.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Listener.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reusable.c lass)[381]

: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/TimeWrappe r.class)[3

81]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.
!SESSION 2007-03-21
19:35:03.421 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2007-03-21 19:35:35.031
!MESSAGE A workspace crash was detected. The previous session did not exit
normally.

!ENTRY org.eclipse.jst.jsp.core 2 2 2007-03-21 19:46:53.984
!MESSAGE A workspace crash was detected. The previous session did not exit
normally. Not using saved tag library indexes

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _WARN_WSI_COMPLIANCE_SOAP_PROTOCOL in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _ERROR_WSI_COMPLIANCE_SOAP_PROTOCOL in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _WARN_WSI_COMPLIANCE_RPC_ENCODING in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _ERROR_WSI_COMPLIANCE_RPC_ENCODING in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _WSI_COMPLIANCE_LINK_TEXT in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _UI_LABEL_UNDEFINED_ARG1 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _UI_LABEL_UNDEFINED_ARG2 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_OR_UNDEFINED_ARG2 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_OR_UNDEFINED_ARG3 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_NO_OBJECT_SPECIFIED_ARG1 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_NO_PARAMETERS_SPECIFIED in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-03-21 23:02:22.203
!MESSAGE Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server @
localhost are already in use. The server may already be

running in another process, or a system process may be using the port. To
start this server you will need to stop the other

process or change the port number(s).
!SESSION 2007-03-23
19:59:07.372 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-03-23 23:46:44.387
!MESSAGE Port 8005 required by Tomcat v5.5 Server @ localhost is already in
use. The server may already be running in another

process, or a system process may be using the port. To start this server you
will need to stop the other process or change the

port number(s).

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-03-24 09:59:21.012
!MESSAGE Several ports (8005, 8080) required by Tomcat v5.5 Server @
localhost are already in use. The server may already be

running in another process, or a system process may be using the port. To
start this server you will need to stop the other

process or change the port number(s).
!SESSION 2007-03-28
20:55:03.656 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2007-03-28 20:56:45.515
!MESSAGE While loading class
" org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLab elProvider ",
thread "main" timed out

waiting (5000ms) for thread
"org.eclipse.jdt.internal.ui.text.JavaReconciler" to finish starting bundle
"org.eclipse.jst.j2ee". To

avoid deadlock, thread "main" is proceeding but
" org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLab elProvider " may
not

be fully initialized.
!STACK 0
java.lang.Exception: Generated exception.

!ENTRY org.eclipse.ui 4 4 2007-03-28 22:53:43.031
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-03-28 22:53:43.031
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException
!SESSION 2007-03-31
12:52:54.453 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 4 4 2007-03-31 13:17:18.125
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-03-31 13:17:18.171
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException
!SESSION 2007-04-01
20:59:15.031 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.000
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.171
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.sse.core 4 4 2007-04-01 21:30:56.171
!MESSAGE A structured model client,
EMF2DOMSSEAdapter(#document,WebAppResourceImpl) threw following exception
during adapter

notification (STRUCUTRED_CHANGED )
!STACK 0
java.lang.NullPointerException
!SESSION 2007-04-02
22:24:14.578 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-04-02 22:51:52.406
!MESSAGE Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server @
localhost are already in use. The server may already be

running in another process, or a system process may be using the port. To
start this server you will need to stop the other

process or change the port number(s).
!SESSION 2007-04-03
19:35:03.578 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 4 1 2007-04-03 19:35:39.750
!MESSAGE Internal Error
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@15dbaab

!ENTRY org.eclipse.jst.j2ee.webservice.ui 4 0 2007-04-03 19:35:39.781
!MESSAGE Attempted to beginRule: F/OneTest/WebContent/WEB-INF, does not
match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@15dbaab
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@15dbaab

!ENTRY org.eclipse.ui 4 4 2007-04-03 19:36:36.546
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-04-03 19:36:36.546
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException
!SESSION 2007-04-03
19:55:27.734 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 4 1 2007-04-03 19:55:38.312
!MESSAGE Internal Error
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@bc917c

!ENTRY org.eclipse.jst.j2ee.webservice.ui 4 0 2007-04-03 19:55:38.328
!MESSAGE Attempted to beginRule: F/OneTest/WebContent/WEB-INF, does not
match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@bc917c
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@bc917c

!ENTRY org.eclipse.ui 4 4 2007-04-03 20:05:44.687
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-04-03 20:05:44.687
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.validation 4 0 2007-04-03 20:07:04.265
!MESSAGE
*** ERROR ***: Tue Apr 03 20:07:04 BST 2007
org.eclipse.wst.validation.internal.core.ValidationException : CHKJ3000E: WAR

Validation Failed:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.De ploymentDescriptorLoadException:
WEB-INF/web.xml
at
org.ecl
Re: JSF tutorial doc [message #474144 is a reply to message #474141] Tue, 10 April 2007 20:40 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
We seem to have you on the wrong build. Sorry about that. That tutorial
is old and needs to be updated as it turns out. Try either the latest 1.5
build:

http://download.eclipse.org/webtools/committers/drops/R1.5/M -1.5.4-200704100510/

That is the maintence stream which is the latest "release quality" build

or the latest 2.0 milestone build:

http://download.eclipse.org/webtools/downloads/drops/R2.0/S- 2.0M6-200704060120/

That is the latest "stable" pre-release build for the version that will
release at the end of June.

Note that you need to download the dependencies that are listed on the
download page for which ever one you choose to ensure everything is in
place.


--Cam
Re: JSF tutorial doc [message #474145 is a reply to message #474144] Tue, 10 April 2007 22:00 Go to previous message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Super - thanks Cam, I'll give version 2 a go.

I appreciate your time.

Rgds

Rupert.

"Cameron Bateman" <cameron.bateman@oracle.com> wrote in message
news:d46f4af656207020f06e9c11cc21a854$1@www.eclipse.org...
> We seem to have you on the wrong build. Sorry about that. That tutorial
> is old and needs to be updated as it turns out. Try either the latest 1.5
> build:
>
> http://download.eclipse.org/webtools/committers/drops/R1.5/M -1.5.4-200704100510/
>
> That is the maintence stream which is the latest "release quality" build
>
> or the latest 2.0 milestone build:
>
> http://download.eclipse.org/webtools/downloads/drops/R2.0/S- 2.0M6-200704060120/
>
> That is the latest "stable" pre-release build for the version that will
> release at the end of June.
>
> Note that you need to download the dependencies that are listed on the
> download page for which ever one you choose to ensure everything is in
> place.
>
>
> --Cam
>
>
>
Re: JSF tutorial doc [message #608905 is a reply to message #474101] Mon, 09 April 2007 22:48 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Rupert,

I don't know if we've tested this with JSF 1.2 yet. Can you try with a
JSF 1.1 runtime? The current release version of JSF tooling doesn't have
support for JSF 1.2 yet.


--Cam

Rupert Woodman wrote:


> Hi,

> I'm using the JSF Eclipse tutorial, found at
>
http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial -RC3/JSFTools_tutorial.html
> but am having a few problems.

> I'm going through this tutorial, and I don't get any content-assist with
> Ctrl-space, or warnings using a value of "tablex" as opposed to "table", as
> the documentation says I should.
> The only difference from the requirements that I'm aware of is that I'm
> using versions 1.2_04-b07 of both jsf-api.jar and jsf-impl.jar.
> I've tried a eclipse -refresh incase that was causing the problem, but it
> made no difference.

> Anyone got any ideas as to why I don't see what the documentation suggests I
> should do?

> Many thanks

> Rgds

> Rupert
Re: JSF tutorial doc [message #608909 is a reply to message #474104] Mon, 09 April 2007 23:25 Go to previous message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Thanks for the quick response Cameron.
I've done what you suggested, and have made progress of sorts, but I still
have some problems. Let me explain.
(Not sure how familiar you are with the tutorial doc, so I'll assume you're
not - too much info is better than too little in my opinion!).
I originally create a new JSF library, which included the jsf-api.jar and
jsf-impl.jar files, version 1.2. When you requested that I change these to
the version 1.1 files, I selected Window->Preferences->Web and XML->JSF
Libraries and changed the versions of the JAR files. I thought this is all
I'd need to do.
However, going back to my project (called JSFTutorial) and refreshing it
showed that I was still using the version 1.2 files in the Libraries->Web
App Libraries section, tho in the Libraries section, the 1.1 version files
are shown. eclipse -refresh didn't make any difference either. I don't
seem to be able to get rid of the version 1.2 files. Should I retry
recreating the project from scratch and hope that it picks up the version
1.1 files consistently?
With the changes described above, the Ctrl-spacebar still refused to do
anything at all when editing the login.jsp file, in an attribute value.

It's not all doom and gloom however :-)
I went in to Window->Preferences->Validation and noticed that the "JSP JSF
EL Validator" and "JSP Semantics Validtor (JSF)" options were not checked,
either for manual or build columns. I checked both columns for both rows,
and then using 'layout="tablex"' as opposed to 'layout="table"' gave me a
little yellow squggle until I corrected it. I guess it could be construed
that the user should know more than I do, or maybe an extra line in the
tutorial may help on that one.

But the bottom line is that I still cannot get Ctrl-spacebar to do anything
for me.

I am using the J2EE perspective (tho have tried the Java perspective which
only made me notice that I didn't have a "Problems" tab on the J2EE
perspective - I'm working on finding where that has gone, and getting it
back!).

Many thanks for any suggestions you may have.

Rgds

Rupert.


"Cameron Bateman" <cameron.bateman@oracle.com> wrote in message
news:813744c0c0e3993c16a3cc461fb33616$1@www.eclipse.org...
> Hi Rupert,
>
> I don't know if we've tested this with JSF 1.2 yet. Can you try with a
> JSF 1.1 runtime? The current release version of JSF tooling doesn't have
> support for JSF 1.2 yet.
>
>
> --Cam
>
> Rupert Woodman wrote:
>
>
>> Hi,
>
>> I'm using the JSF Eclipse tutorial, found at
> http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial -RC3/JSFTools_tutorial.html
>> but am having a few problems.
>
>> I'm going through this tutorial, and I don't get any content-assist with
>> Ctrl-space, or warnings using a value of "tablex" as opposed to "table",
>> as the documentation says I should.
>> The only difference from the requirements that I'm aware of is that I'm
>> using versions 1.2_04-b07 of both jsf-api.jar and jsf-impl.jar.
>> I've tried a eclipse -refresh incase that was causing the problem, but it
>> made no difference.
>
>> Anyone got any ideas as to why I don't see what the documentation
>> suggests I should do?
>
>> Many thanks
>
>> Rgds
>
>> Rupert
>
>
Re: JSF tutorial doc [message #609308 is a reply to message #474106] Tue, 10 April 2007 04:12 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
Hi Rupert,

A couple of things to try/look at:

1) If you go to Windows->Show View and open the Error (if it's not there,
go to Other->PDE Runtime). Are there any nasty looking errors in there?

2) For the immediate problem of the libraries, try right-clicking on the
project and go "J2EE Module Dependencies" and uncheck the JSF 1.2 version
of the runtime jars (and check the ones for 1.1 if they are not). This
probably won't solve any other problems, but at this if you try to run
things will be consistent.

3) Try content-assist in other places. For example, try the EL content
assist further in the tutorial. Or go to other attributes on JSF tags and
try Ctrl-Space. Does you PC speaker make a "bong" noise (this is what is
sounds like on Windows, don't know on other PCs) when you hit Ctrl-Space?

Also, what version of JSF Tools are you using?


--Cam


Rupert Woodman wrote:


> Thanks for the quick response Cameron.
> I've done what you suggested, and have made progress of sorts, but I still
> have some problems. Let me explain.
> (Not sure how familiar you are with the tutorial doc, so I'll assume you're
> not - too much info is better than too little in my opinion!).
> I originally create a new JSF library, which included the jsf-api.jar and
> jsf-impl.jar files, version 1.2. When you requested that I change these to
> the version 1.1 files, I selected Window->Preferences->Web and XML->JSF
> Libraries and changed the versions of the JAR files. I thought this is all
> I'd need to do.
> However, going back to my project (called JSFTutorial) and refreshing it
> showed that I was still using the version 1.2 files in the Libraries->Web
> App Libraries section, tho in the Libraries section, the 1.1 version files
> are shown. eclipse -refresh didn't make any difference either. I don't
> seem to be able to get rid of the version 1.2 files. Should I retry
> recreating the project from scratch and hope that it picks up the version
> 1.1 files consistently?
> With the changes described above, the Ctrl-spacebar still refused to do
> anything at all when editing the login.jsp file, in an attribute value.

> It's not all doom and gloom however :-)
> I went in to Window->Preferences->Validation and noticed that the "JSP JSF
> EL Validator" and "JSP Semantics Validtor (JSF)" options were not checked,
> either for manual or build columns. I checked both columns for both rows,
> and then using 'layout="tablex"' as opposed to 'layout="table"' gave me a
> little yellow squggle until I corrected it. I guess it could be construed
> that the user should know more than I do, or maybe an extra line in the
> tutorial may help on that one.

> But the bottom line is that I still cannot get Ctrl-spacebar to do anything
> for me.

> I am using the J2EE perspective (tho have tried the Java perspective which
> only made me notice that I didn't have a "Problems" tab on the J2EE
> perspective - I'm working on finding where that has gone, and getting it
> back!).

> Many thanks for any suggestions you may have.

> Rgds

> Rupert.
Re: JSF tutorial doc [message #609314 is a reply to message #474139] Tue, 10 April 2007 16:39 Go to previous message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Hi Cam,

I've gone through your post and come up with lots of info, but I'll start
off with what was last in your post, but I think may be most relevent; the
version I'm using.
I'm using Milestone RC3 - wtp-jsf-I-I200605250544-200605250544.zip (which
I'm guessing when I downloaded it, I thought was the latest version - all I
can think is that it was late by then and I was tired - I seem to be
habitually fiddling with this until 2am :-)!). Would you prefer it if I
went an installed RC4 before I make any more postings about this? It could
well have been fixed in the later version and it'd be a waste of your time
if it's a fixed bug/newly implemented feature.
Looking at the JSF download page
(http://www.eclipse.org/webtools/jsf/download.html), RC4 seems to have more
pre-reqs than RC3, tho all but the wtp driver link are dead.
The tutorial doc I'm using (May 24, 2006) doesn't make reference to these
pre-reqs and the JSF link in the doc takes me to the RC3 build - I guess
that's why I'm using RC3 as opposed to RC4. That would make me think that
the content-assist should work in the build I'm using.
I must admit, I'm a little puzzled here by these pre-reqs in RC4. I don't
understand whether they're required for my version (i.e. I misunderstood the
download page) or whether they're new to RC4 and if so, how to install them
all (and indeed, what they all are, tho I'm sure with some time and the
power of Google I'll be able to work it out!).
So, if you'd like me to move to RC4, let me know and no need to read any
more.

In the Error tab, there are quite a few errors, mostly going back some time.
None of them look relevent to me, tho I'm not 100% sure. I would think that
if there was an error stopping content-assist from working, I'd get a new
row in the error tab each time I started Eclipse (?), which I don't seem to
be getting.
I've done an export of them (which is pretty big, but most of the size is
taken by stack trace info - I've removed all that - let me know if you want
to see any of it) and pasted it all at the end of my note. If you could
give it a quick scan over, I'd appreciate it.

Right, unchecked the 1.2 runtime jars and added the 1.1 versions - as you
expected, this didn't make any difference, so we can safely ignore that -
once I've got it all going, I'll put the 1.2 version files back and see if
it still works ok - you mentioned that you'd not tested it - I'll give it a
basic (it's gonna be basic because I'm not yet au fait with this!) running
over.

I've done some more investigation on the content-assist as well.
I have a line such as:
<h:messages layout="tablex"></h:messages>
If I place my cursor after the tablex but before the closing quote, and try
Ctrl-space I get no content-assist and it's silent (I'm using a PC - Win
XP) - no bong. However (and I'm sorry I didn't look for this option
previously), if I go to Edit->Content assist, it pops up all fine and dandy.
So maybe it's a keyboard mapping issue somehow?

I've had a little play with the EL expressions. First of all,
If I have a line such as:
<h:inputText value="#{}"></h:inputText>
it seems to get accepted (nothing in the margin), but if I have a space
betweem the braces, it shows an error (a yellow triangle in the margin), but
only after saving. The tutorial does say that a save is required (which
doesn't seem consistent with how errors are reported when editing Java
classes), but would you expect a space to raise an error when no space
doesn't raise an error?

If I have a line such as:
<h:inputText value="#{loginBean}"></h:inputText>
as soon as I add the dot after loginBean, the content-assist is shown (I've
created the loginBean class as described later in the tutorial) - I don't
need to do Ctrl-space. If however, I add the dot, then go and do something
else, come back and put my cursor after the dot, and try Ctrl-space, again,
it does nothing. But again, Edit->Content assist does display the help.

And below is the exported error log, with stack trace removed. I've
included all of it but I've only been playing with JSF for a few days so
it's probably only the top few lines which would be of interest.

Many thanks for your help.

Rgds

Rupert.



!SESSION 2007-03-18
10:48:45.531 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86
This is a continuation of log file C:\Documents and
Settings\rupert\workspace\.metadata\.bak_0.log
Created Time: 2007-03-19 22:44:21.671

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/StatementLis tener.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cacheable. class)[381

]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogUtil.cl ass)[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $1.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $2.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $Cleaner.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $InitThrea

d.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool .class)[38

1]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Event.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool EventAdapt

er.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Listener.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reusable.c lass)[381]

: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:21.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/TimeWrappe r.class)[3

81]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:21.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/META-INF/MANIF EST.MF.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/META-INF/MANIFEST.MF )[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\META-INF\MANIFEST.MF.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/META-INF/MANIF EST.MF.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\META-INF\MANIFEST.MF.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/AutoCo mmitValidator.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/AutoCommitVa lidator.cl

ass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\AutoCommitValidator.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/AutoCo mmitValidator.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\AutoCommitValidator.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CacheC onnection.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CacheConnect ion.class)

[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CacheConnection.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CacheC onnection.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CacheConnection.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached CallableStatement.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CachedCallab leStatemen

t.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedCallableStatement.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached CallableStatement.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedCallableStatement.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.671
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached PreparedStatement.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CachedPrepar edStatemen

t.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedPreparedStatement.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached PreparedStatement.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedPreparedStatement.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached Statement.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/CachedStatem ent.class)

[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedStatement.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Cached Statement.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\CachedStatement.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$1.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol$1.class

)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$1.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$1.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$1.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$DefaultValidator.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol$Default

Validator.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$DefaultValidator.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.687
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$DefaultValidator.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$DefaultValidator.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$EventRelay.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol$EventRe

lay.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$EventRelay.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool$EventRelay.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool$EventRelay.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo ol.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPool.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPool.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEvent.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olEvent.cl

ass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEvent.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEvent.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEvent.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEventAdapter.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olEventAda

pter.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEventAdapter.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolEventAdapter.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolEventAdapter.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olListener

..class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolManager.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionPo olManager.

class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolManager.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.703
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionPoolManager.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionPoolManager.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionValidator.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/ConnectionVa lidator.cl

ass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionValidator.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Connec tionValidator.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\ConnectionValidator.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Passwo rdDecoder.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/PasswordDeco der.class)

[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\PasswordDecoder.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Passwo rdDecoder.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\PasswordDecoder.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/RotDec oder.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/RotDecoder.c lass)[381]

: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\RotDecoder.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/RotDec oder.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\RotDecoder.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/SQLUpd ate.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/SQLUpdate.cl ass)[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\SQLUpdate.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.718
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/SQLUpd ate.class.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\SQLUpdate.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/StatementLis tener.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/db/Statem entListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\db\StatementListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cacheable. class)[381

]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Cach eable.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Cacheable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogUtil.cl ass)[381]:

java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:
/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/LogU til.class.
!STACK 0
java.io.IOException: File not found:
C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\LogUtil.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $1.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$1.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$1.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $2.class)[

381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.734
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$2.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$2.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $Cleaner.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$Cleaner.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$Cleaner.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool $InitThrea

d.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool$InitThread.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool$InitThread.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool .class)[38

1]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPool.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPool.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Event.clas

s)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.750
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEvent.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEvent.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool EventAdapt

er.class)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolEventAdapter.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolEventAdapter.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/ObjectPool Listener.c

lass)[381]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Obje ctPoolListener.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\ObjectPoolListener.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reusable.c lass)[381]

: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Reus able.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\Reusable.class.

!ENTRY org.eclipse.wst.sse.ui 4 4 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 1
org.eclipse.core.internal.resources.ResourceException(/OneTe st/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/TimeWrappe r.class)[3

81]: java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.
!SUBENTRY 1 org.eclipse.core.resources 4 381 2007-03-19 22:44:24.765
!MESSAGE Error retrieving content description for resource:

/OneTest/WebContent/WEB-INF/lib/DBPool_v4.8.3/snaq/util/Time Wrapper.class.
!STACK 0
java.io.IOException: File not found:

C:\Development\EclipseWorkspace\WebContent\WEB-INF\lib\DBPoo l_v4.8.3\snaq\util\TimeWrapper.class.
!SESSION 2007-03-21
19:35:03.421 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 2 10035 2007-03-21 19:35:35.031
!MESSAGE A workspace crash was detected. The previous session did not exit
normally.

!ENTRY org.eclipse.jst.jsp.core 2 2 2007-03-21 19:46:53.984
!MESSAGE A workspace crash was detected. The previous session did not exit
normally. Not using saved tag library indexes

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _WARN_WSI_COMPLIANCE_SOAP_PROTOCOL in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _ERROR_WSI_COMPLIANCE_SOAP_PROTOCOL in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _WARN_WSI_COMPLIANCE_RPC_ENCODING in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _ERROR_WSI_COMPLIANCE_RPC_ENCODING in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _WSI_COMPLIANCE_LINK_TEXT in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _UI_LABEL_UNDEFINED_ARG1 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.703
!MESSAGE NLS unused message: _UI_LABEL_UNDEFINED_ARG2 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_OR_UNDEFINED_ARG2 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_OR_UNDEFINED_ARG3 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_NO_OBJECT_SPECIFIED_ARG1 in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2007-03-21 19:50:46.718
!MESSAGE NLS unused message: _UI_LABEL_NO_PARAMETERS_SPECIFIED in:
org.eclipse.wst.wsdl.ui.internal.messages

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-03-21 23:02:22.203
!MESSAGE Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server @
localhost are already in use. The server may already be

running in another process, or a system process may be using the port. To
start this server you will need to stop the other

process or change the port number(s).
!SESSION 2007-03-23
19:59:07.372 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-03-23 23:46:44.387
!MESSAGE Port 8005 required by Tomcat v5.5 Server @ localhost is already in
use. The server may already be running in another

process, or a system process may be using the port. To start this server you
will need to stop the other process or change the

port number(s).

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-03-24 09:59:21.012
!MESSAGE Several ports (8005, 8080) required by Tomcat v5.5 Server @
localhost are already in use. The server may already be

running in another process, or a system process may be using the port. To
start this server you will need to stop the other

process or change the port number(s).
!SESSION 2007-03-28
20:55:03.656 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.osgi 4 0 2007-03-28 20:56:45.515
!MESSAGE While loading class
" org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLab elProvider ",
thread "main" timed out

waiting (5000ms) for thread
"org.eclipse.jdt.internal.ui.text.JavaReconciler" to finish starting bundle
"org.eclipse.jst.j2ee". To

avoid deadlock, thread "main" is proceeding but
" org.eclipse.jst.j2ee.internal.provider.J2EEAdapterFactoryLab elProvider " may
not

be fully initialized.
!STACK 0
java.lang.Exception: Generated exception.

!ENTRY org.eclipse.ui 4 4 2007-03-28 22:53:43.031
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-03-28 22:53:43.031
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException
!SESSION 2007-03-31
12:52:54.453 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 4 4 2007-03-31 13:17:18.125
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-03-31 13:17:18.171
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException
!SESSION 2007-04-01
20:59:15.031 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.000
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.125
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.140
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.156
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.xml.core 4 4 2007-04-01 21:30:56.171
!MESSAGE A structured model client threw following exception during adapter
notification (CHANGE )
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.sse.core 4 4 2007-04-01 21:30:56.171
!MESSAGE A structured model client,
EMF2DOMSSEAdapter(#document,WebAppResourceImpl) threw following exception
during adapter

notification (STRUCUTRED_CHANGED )
!STACK 0
java.lang.NullPointerException
!SESSION 2007-04-02
22:24:14.578 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.jst.server.tomcat.core 4 0 2007-04-02 22:51:52.406
!MESSAGE Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server @
localhost are already in use. The server may already be

running in another process, or a system process may be using the port. To
start this server you will need to stop the other

process or change the port number(s).
!SESSION 2007-04-03
19:35:03.578 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 4 1 2007-04-03 19:35:39.750
!MESSAGE Internal Error
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@15dbaab

!ENTRY org.eclipse.jst.j2ee.webservice.ui 4 0 2007-04-03 19:35:39.781
!MESSAGE Attempted to beginRule: F/OneTest/WebContent/WEB-INF, does not
match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@15dbaab
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@15dbaab

!ENTRY org.eclipse.ui 4 4 2007-04-03 19:36:36.546
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-04-03 19:36:36.546
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException
!SESSION 2007-04-03
19:55:27.734 -----------------------------------------------
eclipse.buildId=M20070212-1330
java.version=1.5.0_06
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB
Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.core.resources 4 1 2007-04-03 19:55:38.312
!MESSAGE Internal Error
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@bc917c

!ENTRY org.eclipse.jst.j2ee.webservice.ui 4 0 2007-04-03 19:55:38.328
!MESSAGE Attempted to beginRule: F/OneTest/WebContent/WEB-INF, does not
match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@bc917c
!STACK 0
java.lang.IllegalArgumentException: Attempted to beginRule:
F/OneTest/WebContent/WEB-INF, does not match outer scope rule:

org.eclipse.jst.j2ee.navigator.internal.NonConflictingRule@bc917c

!ENTRY org.eclipse.ui 4 4 2007-04-03 20:05:44.687
!MESSAGE Could not create action delegate for id:
org.eclipse.jst.j2ee.ejb.annotations.internal.xdoclet.action .RunXDocletAction

!ENTRY org.eclipse.ui 4 4 2007-04-03 20:05:44.687
!MESSAGE Internal plug-in action delegate error on creation.
!STACK 0
java.lang.NullPointerException

!ENTRY org.eclipse.wst.validation 4 0 2007-04-03 20:07:04.265
!MESSAGE
*** ERROR ***: Tue Apr 03 20:07:04 BST 2007
org.eclipse.wst.validation.internal.core.ValidationException : CHKJ3000E: WAR

Validation Failed:
org.eclipse.jst.j2ee.commonarchivecore.internal.exception.De ploymentDescriptorLoadException:
WEB-INF/web.xml
at
org.ecl
Re: JSF tutorial doc [message #609319 is a reply to message #474141] Tue, 10 April 2007 20:40 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
We seem to have you on the wrong build. Sorry about that. That tutorial
is old and needs to be updated as it turns out. Try either the latest 1.5
build:

http://download.eclipse.org/webtools/committers/drops/R1.5/M -1.5.4-200704100510/

That is the maintence stream which is the latest "release quality" build

or the latest 2.0 milestone build:

http://download.eclipse.org/webtools/downloads/drops/R2.0/S- 2.0M6-200704060120/

That is the latest "stable" pre-release build for the version that will
release at the end of June.

Note that you need to download the dependencies that are listed on the
download page for which ever one you choose to ensure everything is in
place.


--Cam
Re: JSF tutorial doc [message #609321 is a reply to message #474144] Tue, 10 April 2007 22:00 Go to previous message
Rupert Woodman is currently offline Rupert WoodmanFriend
Messages: 24
Registered: July 2009
Junior Member
Super - thanks Cam, I'll give version 2 a go.

I appreciate your time.

Rgds

Rupert.

"Cameron Bateman" <cameron.bateman@oracle.com> wrote in message
news:d46f4af656207020f06e9c11cc21a854$1@www.eclipse.org...
> We seem to have you on the wrong build. Sorry about that. That tutorial
> is old and needs to be updated as it turns out. Try either the latest 1.5
> build:
>
> http://download.eclipse.org/webtools/committers/drops/R1.5/M -1.5.4-200704100510/
>
> That is the maintence stream which is the latest "release quality" build
>
> or the latest 2.0 milestone build:
>
> http://download.eclipse.org/webtools/downloads/drops/R2.0/S- 2.0M6-200704060120/
>
> That is the latest "stable" pre-release build for the version that will
> release at the end of June.
>
> Note that you need to download the dependencies that are listed on the
> download page for which ever one you choose to ensure everything is in
> place.
>
>
> --Cam
>
>
>
Previous Topic:2.0M6 JSF Content Assist issues
Next Topic:extend JSF facet install page
Goto Forum:
  


Current Time: Tue Apr 23 10:44:49 GMT 2024

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

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

Back to the top