I uninstalled Filemaker Server from the D drive and reinstalled it on the C drive in case that was the cause of any errors. I also manually updated the zulu.xml file with my user name and password. I was then able to reach the sync admin screen. I entered my 'full access' account name and password, and the name of my gmail account and password. I checked 'calendars' for 'Use this account for synchronizing'.
When I click on the 'save account pairing' button I receive the error message "you must enable either contacts or calendars for at least one Google account." Is there something other than checking the box that needs to be done or is the checkbox just not working?
Below is a snippet from latest catalina log file showing the error message and additional warnings.
Thanks,
Christopher
Nov 8, 2012 12:59:56 PM com.prosc.servlet.ServletUtil credentialsForRequest
INFO: no auth provided, use defaults
Nov 8, 2012 1:00:07 PM com.prosc.fmpjdbc.FmXmlRequest onErrorSetAllVariables
WARNING: Exception com.prosc.fmpjdbc.StopParsingException: Parsing thread was interrupted occurred while processing request:
http://localhost/fmi/xml/FMPXMLRESULT.x ... able&-viewNov 8, 2012 1:00:08 PM com.prosc.fmcaldav.Publisher doGet
INFO: UPDATE ZuluCalendarList SET zulu_properties=? WHERE zulu_databaseName=? AND zulu_layoutName=?; filename=FileMaker_Zulu, layout=Zulu Events; updated 1 row(s)
Nov 8, 2012 1:00:42 PM com.prosc.fmpjdbc.FmXmlRequest finalize
WARNING: Warning - request was finalized without ever being closed. Set log level to FINE to get a stack trace of when this request was created. (
http://localhost/fmi/xml/FMPXMLRESULT.x ... l&-findall )
Nov 8, 2012 1:00:42 PM com.prosc.fmpjdbc.FmXmlRequest finalize
WARNING: Warning - request was finalized without ever being closed. Set log level to FINE to get a stack trace of when this request was created. (
http://localhost/fmi/xml/FMPXMLRESULT.x ... =all&-find )
Nov 8, 2012 1:00:42 PM com.prosc.fmpjdbc.FmXmlRequest finalize
WARNING: Warning - request was finalized without ever being closed. Set log level to FINE to get a stack trace of when this request was created. (
http://localhost/fmi/xml/FMPXMLRESULT.x ... l&-findall )
Nov 8, 2012 1:01:09 PM com.prosc.fmcaldav.AccountsList save
INFO: Saving AccountsList{calendarDatabaseName='FileMaker_Zulu'contactDatabaseName='FileMaker_Zulu', syncAccounts={}} to preferences
Nov 8, 2012 1:01:15 PM com.prosc.fmcaldav.AccountsList save
INFO: Saving AccountsList{calendarDatabaseName='FileMaker_Zulu'contactDatabaseName='FileMaker_Zulu', syncAccounts={}} to preferences
Nov 8, 2012 1:01:42 PM com.prosc.fmcaldav.admin.SyncAccountEditPage$SyncAccountForm$3 onSubmit
WARNING: Could not save SyncAccount{fmAccount=Account{username='admin'}, googleAccounts=[]}
java.lang.IllegalStateException: You must enable either contacts or calendars for at least one Google account
at com.prosc.fmcaldav.admin.SyncAccountEditPage$SyncAccountForm$3.onSubmit(SyncAccountEditPage.java:164)
at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1534)
at org.apache.wicket.markup.html.form.Form.process(Form.java:934)
at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:896)
at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:182)
at org.apache.wicket.request.target.component.listener.ListenerInterfaceRequestTarget.processEvents(ListenerInterfaceRequestTarget.java:73)
at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428)
at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:479)
at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:312)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.prosc.infrastructure.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:38)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at com.filemaker.tomcat.FMErrorReportValve.invoke(Unknown Source)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Unknown Source)