• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: New error about er.javamail ..
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New error about er.javamail ..


  • Subject: Re: New error about er.javamail ..
  • From: James Cicenia <email@hidden>
  • Date: Thu, 18 Nov 2010 18:12:57 -0600

This is a very old app. It was written with a noxymo framework and only uses some peripheral ERD2W of Wonder only.


I have methodically gone through and compared every conceivable setting, order, dot file that I can see or think of.

The only real difference I see in the console log output was that in the bad setup it was looking for WebObjects.properties in /Users/abc
So, I look over on my working workstation, and there is no WebObjects.properties there. So, why is wolips wanting to find it?

James


On Nov 18, 2010, at 5:28 PM, Tim Worman wrote:

> James:
>
> I don't think anyone is going to be able to answer your WTF.
>
> When a Wonder app starts it very methodically details in the console output what Properties files are discovered and what specific key/value pairs are discovered. I would put some test properties in the files in question and more methodically figure out if you have a problem with properties being overridden. More than likely, that is your problem. Pay close attention to the console output regarding properties when your app starts up.
>
> Tim Worman
> UCLA GSE&IS
>
>
> On Nov 18, 2010, at 12:40 PM, James Cicenia wrote:
>
>> It was UTF-8 changed it to ISO-Latin ... same problem.
>>
>>
>> WTF?!
>>
>> On Nov 18, 2010, at 1:00 PM, Pascal Robert wrote:
>>
>>> I think we had this problem before, and it was because the properties file was in UTF-8 instead of ISO-Latin-1.
>>>
>>>> I eliminated all whitespace in the Properties file. Still does nothing.
>>>>
>>>>
>>>>
>>>>
>>>> On Nov 18, 2010, at 12:05 PM, Mark Wardle wrote:
>>>>
>>>>> Spaces!!!!! Don't use whitespace.
>>>>>
>>>>> Mark
>>>>>
>>>>> --
>>>>> Dr. Mark Wardle
>>>>> Specialist registrar, Neurology
>>>>> (Sent from my mobile)
>>>>>
>>>>>
>>>>> On 18 Nov 2010, at 17:53, James Cicenia <email@hidden> wrote:
>>>>>
>>>>>> Uh... yea... had that in there.... I believe it isn't reading my properties file.
>>>>>> really!
>>>>>>
>>>>>>
>>>>>> On Nov 18, 2010, at 11:41 AM, Chuck Hill wrote:
>>>>>>
>>>>>>> Dude!  Really?
>>>>>>>
>>>>>>>>>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property
>>>>>>>
>>>>>>> er.javamail.adminEmail  ...  did not provide a valid email for that property
>>>>>>>
>>>>>>> For giggles try
>>>>>>> er.javamail.adminEmail=email@hidden
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Nov 18, 2010, at 9:39 AM, James Cicenia wrote:
>>>>>>>
>>>>>>>> Read?
>>>>>>>>
>>>>>>>> hmm, what is there to read? Inside my properties file it says false. This setup works on the other workstations.
>>>>>>>>
>>>>>>>> - j-
>>>>>>>>
>>>>>>>>
>>>>>>>> On Nov 18, 2010, at 11:33 AM, Chuck Hill wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Nov 18, 2010, at 9:27 AM, James Cicenia wrote:
>>>>>>>>>
>>>>>>>>>> Trying to get the new developer running...
>>>>>>>>>> Things look the same but when I try to launch the app from eclipse I get:
>>>>>>>>>>
>>>>>>>>>> [2010-11-18 11:23:7 CST] <main> null
>>>>>>>>>> [2010-11-18 11:23:7 CST] <main> A fatal exception occurred: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property.
>>>>>>>>>> [2010-11-18 11:23:7 CST] <main> java.lang.IllegalArgumentException: When 'er.javamail.centralize' is true (default), all outgoing mails will get sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property.
>>>>>>>>>> at er.javamail.ERJavaMail.initializeFrameworkFromSystemProperties(ERJavaMail.java:132)
>>>>>>>>>> at er.javamail.ERJavaMail.finishInitialization(ERJavaMail.java:113)
>>>>>>>>>>
>>>>>>>>>> Any suggestions?
>>>>>>>>>> My properties file:
>>>>>>>>>>
>>>>>>>>>> er.javamail.centralize = false
>>>>>>>>>
>>>>>>>>> Read?  :-)
>>>>>>>>>
>>>>>>>>>> sent to 'er.javamail.adminEmail' instead of the normal TO addresses, but you did not provide a valid email for that property
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Chuck Hill             Senior Consultant / VP Development
>>>>>>>>>
>>>>>>>>> Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
>>>>>>>>> http://www.global-village.net/products/practical_webobjects
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>>> Webobjects-dev mailing list      (email@hidden)
>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>>
>>>>>>>> This email sent to email@hidden
>>>>>>>
>>>>>>> --
>>>>>>> Chuck Hill             Senior Consultant / VP Development
>>>>>>>
>>>>>>> Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems.
>>>>>>> http://www.global-village.net/products/practical_webobjects
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>> Webobjects-dev mailing list      (email@hidden)
>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>
>>>>>> This email sent to email@hidden
>>>>
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list      (email@hidden)
>>>> Help/Unsubscribe/Update your Subscription:
>>>>
>>>> This email sent to email@hidden
>>>
>>
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      (email@hidden)
>> Help/Unsubscribe/Update your Subscription:
>>
>> This email sent to email@hidden
>

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: New error about er.javamail ..
      • From: James Cicenia <email@hidden>
References: 
 >New error about er.javamail .. (From: James Cicenia <email@hidden>)
 >Re: New error about er.javamail .. (From: Chuck Hill <email@hidden>)
 >Re: New error about er.javamail .. (From: James Cicenia <email@hidden>)
 >Re: New error about er.javamail .. (From: Chuck Hill <email@hidden>)
 >Re: New error about er.javamail .. (From: James Cicenia <email@hidden>)
 >Re: New error about er.javamail .. (From: Mark Wardle <email@hidden>)
 >Re: New error about er.javamail .. (From: James Cicenia <email@hidden>)
 >Re: New error about er.javamail .. (From: Pascal Robert <email@hidden>)
 >Re: New error about er.javamail .. (From: James Cicenia <email@hidden>)
 >Re: New error about er.javamail .. (From: Tim Worman <email@hidden>)

  • Prev by Date: Re: Ajax Design Question
  • Next by Date: Re: Ajax Design Question
  • Previous by thread: Re: New error about er.javamail ..
  • Next by thread: Re: New error about er.javamail ..
  • Index(es):
    • Date
    • Thread