Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » java.util.MissingResourceException: can't find resource for
java.util.MissingResourceException: can't find resource for [message #187834] Fri, 12 January 2007 21:30 Go to next message
Eclipse UserFriend
Originally posted by: ken.9ci.com

Hi,

I'm having a problem. Everything was working fine, and suddenly I get an
exception which starts out:

java.util.MissingResourceException: can't find resource for

which is deep into a third-party jar. There is no extension to that
message, but it does print a normal stack trace. Searching on
MissingResourceException and Eclipse shows a whole lot of stuff about
plugins, but hardly anything else.

I can build the project using an ant file (hand-generated) and deploy it
on JBoss, and the error does not happen. I can go have another developer
run the thing from Eclipse, and it works fine. I get the above error
EVERY time though.

The only thing I can think of is that I searched for and installed updates
before the issue started happening. Does anyone have any ideas?

Thanks.
Re: java.util.MissingResourceException: can't find resource for [message #187881 is a reply to message #187834] Sat, 13 January 2007 04:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Ken wrote:
> Hi,
>
> I'm having a problem. Everything was working fine, and suddenly I get
> an exception which starts out:
>
> java.util.MissingResourceException: can't find resource for
>
> which is deep into a third-party jar. There is no extension to that
> message, but it does print a normal stack trace. Searching on
> MissingResourceException and Eclipse shows a whole lot of stuff about
> plugins, but hardly anything else.
>
> I can build the project using an ant file (hand-generated) and deploy it
> on JBoss, and the error does not happen. I can go have another
> developer run the thing from Eclipse, and it works fine. I get the
> above error EVERY time though.
>
> The only thing I can think of is that I searched for and installed
> updates before the issue started happening. Does anyone have any ideas?
>
> Thanks.
>
>
Have you tried performing a refresh on the project? Maybe one of the
files in your project was removed outside of Eclipse. A refresh on the
project should rebuild the Eclipse cache of files in the project.
Re: java.util.MissingResourceException: can't find resource for [message #188086 is a reply to message #187881] Mon, 15 January 2007 16:45 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ken.kroberts.in.9ci.com

On 2007-01-13, David Wegener <wegener@cboenospam.com> wrote:
> Ken wrote:
>> Hi,
>>
>> I'm having a problem. Everything was working fine, and suddenly I get
>> an exception which starts out:
>>
>> java.util.MissingResourceException: can't find resource for
>>
>> which is deep into a third-party jar. There is no extension to that
>> message, but it does print a normal stack trace. Searching on
>> MissingResourceException and Eclipse shows a whole lot of stuff about
>> plugins, but hardly anything else.
>>
>> I can build the project using an ant file (hand-generated) and deploy it
>> on JBoss, and the error does not happen. I can go have another
>> developer run the thing from Eclipse, and it works fine. I get the
>> above error EVERY time though.
>>
>> The only thing I can think of is that I searched for and installed
>> updates before the issue started happening. Does anyone have any ideas?
>>
>> Thanks.
>>
>>
> Have you tried performing a refresh on the project? Maybe one of the
> files in your project was removed outside of Eclipse. A refresh on the
> project should rebuild the Eclipse cache of files in the project.


Thanks for the response.

Just tried a refresh, and it did not work.

I'm fairly sure I did that before too. I'm about ready to delete all my
IDE settings and start over.
Re: java.util.MissingResourceException: can't find resource for [message #188185 is a reply to message #187834] Mon, 15 January 2007 19:06 Go to previous message
Eclipse UserFriend
Originally posted by: ken.kroberts.in.9ci.com

On 2007-01-12, Ken <ken@9ci.com> wrote:
> Hi,
>
> I'm having a problem. Everything was working fine, and suddenly I get an
> exception which starts out:
>
> java.util.MissingResourceException: can't find resource for
>
> which is deep into a third-party jar. There is no extension to that
> message, but it does print a normal stack trace. Searching on
> MissingResourceException and Eclipse shows a whole lot of stuff about
> plugins, but hardly anything else.
>
> I can build the project using an ant file (hand-generated) and deploy it
> on JBoss, and the error does not happen. I can go have another developer
> run the thing from Eclipse, and it works fine. I get the above error
> EVERY time though.
>
> The only thing I can think of is that I searched for and installed updates
> before the issue started happening. Does anyone have any ideas?
>
> Thanks.
>
>


I got it to work.

What I wound up doing is delete the project, AND delete the runtime
configurations. Evidently the runtime config was corrupted. I don't
think I needed to delete the project itself, but at this point I don't
know.
Previous Topic:In Infocenter, what could cause a topic to be excluded from a Search?
Next Topic:ITextEditor
Goto Forum:
  


Current Time: Mon Sep 23 10:11:57 GMT 2024

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

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

Back to the top