BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

source and debug out of sync

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder IDE
View previous topic :: View next topic  
Author Message
cpanon
Guest





PostPosted: Fri Apr 20, 2007 9:46 pm    Post subject: source and debug out of sync Reply with quote



Hello
I am getting this message when I run the debugger even after a fresh
clean/rebuild. Can someone explain and help to resolve? tia.
Back to top
cpanon
Guest





PostPosted: Sun Apr 22, 2007 12:04 am    Post subject: Re: source and debug out of sync Reply with quote



Hello
I am not getting the below for a project that worked perfectly
yesterday. For me it is unfathomable. I made no changes and what
worked yesterday is not working now. Since then I have copied over a
new distribution of TC5.0.28, added the xerces api jars, added ant1.6
and still getting this error. The project compiles fine, it is, as
shown below, on the TC startup. How can this be? Has anyone has
similar problems? tia.

Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

cpanon wrote:
Quote:
Hello
I am getting this message when I run the debugger even after a fresh
clean/rebuild. Can someone explain and help to resolve? tia.
Back to top
Lori M Olson [TeamB]
Guest





PostPosted: Tue Apr 24, 2007 8:13 am    Post subject: Re: source and debug out of sync Reply with quote



cpanon wrote:
Quote:
Hello
I am not getting the below for a project that worked perfectly
yesterday. For me it is unfathomable. I made no changes and what
worked yesterday is not working now. Since then I have copied over a
new distribution of TC5.0.28, added the xerces api jars, added ant1.6
and still getting this error. The project compiles fine, it is, as
shown below, on the TC startup. How can this be? Has anyone has
similar problems? tia.

Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

cpanon wrote:
Hello
I am getting this message when I run the debugger even after a fresh
clean/rebuild. Can someone explain and help to resolve? tia.

Where did you "add the xerces api jars"? To the TC server
configuration? Or to your project? Or both?

--

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Back to top
cpanon
Guest





PostPosted: Tue May 01, 2007 2:09 am    Post subject: Re: source and debug out of sync Reply with quote

Hi Lori
Thanks. I guess when it get this inscrutable to just look for
"unnatural causes". It turned out that there was "something" wrong with
that location. I copied the entire project to another location on the
same workstation's hd and it compiled with no problem. Yes, I know I
NEVER has such a problem before fixed by an even more unbelievable. I
know it sounds like I added something or changed something after the
copy, but I am disciplined enough not to do that in a testing mode.
Anyways, it is here for someone else.
Lori M Olson [TeamB] wrote:
Quote:
cpanon wrote:
Hello
I am not getting the below for a project that worked perfectly
yesterday. For me it is unfathomable. I made no changes and what
worked yesterday is not working now. Since then I have copied over a
new distribution of TC5.0.28, added the xerces api jars, added ant1.6
and still getting this error. The project compiles fine, it is, as
shown below, on the TC startup. How can this be? Has anyone has
similar problems? tia.

Starting Servlet Engine: Apache Tomcat/5.0.28
XML validation disabled
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found

cpanon wrote:
Hello
I am getting this message when I run the debugger even after a fresh
clean/rebuild. Can someone explain and help to resolve? tia.

Where did you "add the xerces api jars"? To the TC server
configuration? Or to your project? Or both?
Back to top
Lori M Olson [TeamB]
Guest





PostPosted: Wed May 02, 2007 6:30 am    Post subject: Re: source and debug out of sync Reply with quote

cpanon wrote:
Quote:
Hi Lori
Thanks. I guess when it get this inscrutable to just look for
"unnatural causes". It turned out that there was "something" wrong with
that location. I copied the entire project to another location on the
same workstation's hd and it compiled with no problem. Yes, I know I
NEVER has such a problem before fixed by an even more unbelievable. I
know it sounds like I added something or changed something after the
copy, but I am disciplined enough not to do that in a testing mode.
Anyways, it is here for someone else.

Hey, I know how you feel. I really hate problems like that. Thanks for
posting back.

--

Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> JBuilder IDE All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.