Yes, there is some issue with wicket validators. 
Can you please follow the below steps as workaround :
Step1 : Clear the two fields swftool ZOOM and swftool JPEG quality during 
installation step. These two fields will have value 100 and 85 reap. clear the 
fields. Don't enter anything.
Step 2. Now, you should be able to install. Then, connect to "openmeetings" db 
and run the below update queries to set above two configuration :

UPDATE configuration SET conf_value=100 WHERE conf_key="swftools_zoom";
UPDATE configuration SET conf_value=85 WHERE conf_key="swftools_jpegquality";


HTH,
Shaad



On Sunday, 14 July 2013 at 5:36 PM, Aysha Saddiqa wrote:

> This is the log file
> 
> From: Shaad <[email protected] (mailto:[email protected])>
> To: [email protected] (mailto:[email protected]); Aysha 
> Saddiqa <[email protected] (mailto:[email protected])> 
> Sent: Sunday, July 14, 2013 5:01 PM
> Subject: Re: Error While running installer
> 
> Aysha, 
> Can you please provide server log or any exception stack trace?
> 
> -- 
> Shaad
> Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
> 
> On Sunday, 14 July 2013 at 5:28 PM, Aysha Saddiqa wrote:
> > at last step it shows Internal Error Return to Home Page
> > 
> > From: Aysha Saddiqa <[email protected] (mailto:[email protected])>
> > To: "[email protected] (mailto:[email protected])" 
> > <[email protected] (mailto:[email protected])> 
> > Sent: Sunday, July 14, 2013 4:52 PM
> > Subject: Re: Error While running installer
> > 
> > Thanks Shaad its work fine now
> > 
> > From: Shaad <[email protected] (mailto:[email protected])>
> > To: [email protected] (mailto:[email protected]); 
> > Aysha Saddiqa <[email protected] (mailto:[email protected])> 
> > Sent: Sunday, July 14, 2013 4:40 PM
> > Subject: Re: Error While running installer
> > 
> > Seems your mysql db connection configuration is not set properly. 
> > Please update persistence.xml with appropriate user/password.
> > 
> > -- 
> > Shaad
> > 
> > 
> > On Sunday, 14 July 2013 at 5:01 PM, Aysha Saddiqa wrote:
> > > Log file is attached. Please view the attached file and let me know 
> > > what's the main problem and how to resolve it?
> > >  
> > > Regards.
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Attachments: 
> > > - eLearning.log
> > > 
> > > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> 
> 
> 
> Attachments: 
> - eLearning.log
> 


Reply via email to