Re: [Javaemailserver-user] ArrayIndexOutOfBoundsException
Brought to you by:
edaugherty,
mfg8876
From: <jav...@li...> - 2013-08-20 15:45:23
|
Yes, that works.... You may want to change the description, as it references the faulty syntax. <infoFileDomains> # This property defines the domains that are considered 'local'. In order # to receive email for local users, their domain must be defined here. # Multiple domains can be added as a whitespace separated list. # ex: domains=mydomain1.com mydomain2.com # No default </infoFileDomains> It works now, tx :-) HRV From: "jav...@li..." <jav...@li...> Reply-To: "jav...@li..." <jav...@li...> Date: dinsdag 20 augustus 2013 17:28 To: "jav...@li..." <jav...@li...> Subject: Re: [Javaemailserver-user] ArrayIndexOutOfBoundsException >Hi HRV, > >you just need to drop domains=. >The correct entry is <domains>sailpointdemo.com</domains>. > >But there should be better handling of improper domain declarations. I >will be addressing that issue in the next release. > >Regards, >Andreas > >> To: jav...@li... >> Date: Tue, 20 Aug 2013 13:00:50 +0000 >> From: jav...@li... >> Subject: Re: [Javaemailserver-user] ArrayIndexOutOfBoundsException >> >> Hi Andreas, >> >> Currently, this is in mail.xml: >> <File> >> <domains>domains=sailpointdemo.com</domains> >> <defaultMailbox>ad...@sa...</defaultMailbox> >> </File> >> >> And this is in user.conf >> use...@sa...=sailpoint >> >> Looks ok to meŠ. Have not changed it either, so that was already there. >> But I still get the exception after the DNS message: >> >> The application failed to initialize. >> java.lang.ArrayIndexOutOfBoundsException: -1 >> at java.util.ArrayList.elementData(ArrayList.java:371) >> at java.util.ArrayList.get(ArrayList.java:384) >> at >> >>com.ericdaugherty.mail.server.configuration.ConfigurationManagerBackEndFi >>le >> .loadUserProperties(ConfigurationManagerBackEndFile.java:227) >> at >> >>com.ericdaugherty.mail.server.configuration.ConfigurationManagerBackEndFi >>le >> .loadUsersAndRealms(ConfigurationManagerBackEndFile.java:746) >> at >> >>com.ericdaugherty.mail.server.configuration.ConfigurationManager.loadProp >>er >> ties(ConfigurationManager.java:363) >> at >> >>com.ericdaugherty.mail.server.configuration.ConfigurationManager.init(Con >>fi >> gurationManager.java:325) >> at >> >>com.ericdaugherty.mail.server.configuration.ConfigurationManager.initiali >>ze >> (ConfigurationManager.java:243) >> at com.ericdaugherty.mail.server.Mail.init(Mail.java:177) >> at com.ericdaugherty.mail.server.Mail.instantiate(Mail.java:342) >> at com.ericdaugherty.mail.server.Mail.main(Mail.java:466) >> >> C:\prog\jes-2.7.0\bin> >> >> >> And it returns to the promptŠ. >> >> HRV >> >> >> >>------------------------------------------------------------------------- >>----- >> Introducing Performance Central, a new site from SourceForge and >> AppDynamics. Performance Central is your source for news, insights, >> analysis and resources for efficient Application Performance >>Management. >> Visit us today! >> >>http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clkt >>rk >> _______________________________________________ >> Javaemailserver-user mailing list >> Jav...@li... >> https://lists.sourceforge.net/lists/listinfo/javaemailserver-user |