View unanswered posts | View active topics It is currently Wed Sep 08, 2010 4:56 pm



Post new topic Reply to topic  [ 7 posts ] 
Errors new install Snow and version 18th December 2009 
Author Message

Joined: Sun Dec 20, 2009 8:29 pm
Posts: 4
Post Errors new install Snow and version 18th December 2009
Hi,
Today I've updated my server to Snow Leopard and I tryed to install the 18th December 2009 version of AddressbookServer.

After entering my Server License Key the following errors occurs:
class javax.servlet.ServletException:#{adminController.backup}: java.lang.RuntimeException: UNABLE TO BACKUP : Cannot change the setting "backup" when the database is already open [90133-126]

The same error occurs on Tools>Create Backup

What am I doing wrong?

tnx Feek


Sun Dec 20, 2009 8:34 pm
Profile

Joined: Sun Dec 20, 2009 8:29 pm
Posts: 4
Post Re: Errors new install Snow and version 18th December 2009
Full errorlist:

Code:
javax.servlet.ServletException: #{adminController.backup}: java.lang.RuntimeException: UNABLE TO BACKUP : Cannot change the setting "backup" when the database is already open [90133-126]
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
   at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
   at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
   at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
   at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
   at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
   at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
   at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
   at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
   at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
   at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
   at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
   at java.lang.Thread.run(Thread.java:637)
Caused by: javax.faces.FacesException: #{adminController.backup}: java.lang.RuntimeException: UNABLE TO BACKUP : Cannot change the setting "backup" when the database is already open [90133-126]
   at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
   at javax.faces.component.UICommand.broadcast(UICommand.java:387)
   at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
   at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
   at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
   at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
   at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
   at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
   ... 13 more
Caused by: javax.faces.el.EvaluationException: java.lang.RuntimeException: UNABLE TO BACKUP : Cannot change the setting "backup" when the database is already open [90133-126]
   at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
   at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
   ... 20 more
Caused by: java.lang.RuntimeException: UNABLE TO BACKUP : Cannot change the setting "backup" when the database is already open [90133-126]
   at com.j2anywhere.addressbookserver.tools.H2Utility.backup(H2Utility.java:39)
   at com.j2anywhere.addressbookserver.web.AdminController.backup(AdminController.java:168)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.el.parser.AstValue.invoke(AstValue.java:172)
   at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
   at org.apache.jasper.el.JspMethodExpression.invoke(JspMethodExpression.java:68)
   at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
   ... 21 more
Caused by: org.h2.jdbc.JdbcSQLException: Cannot change the setting "backup" when the database is already open [90133-126]
   at org.h2.message.Message.getSQLException(Message.java:110)
   at org.h2.message.Message.getSQLException(Message.java:121)
   at org.h2.message.Message.getSQLException(Message.java:74)
   at org.h2.store.FileLister.tryUnlockDatabase(FileLister.java:59)
   at org.h2.tools.Backup.process(Backup.java:97)
   at org.h2.tools.Backup.execute(Backup.java:91)
   at com.j2anywhere.addressbookserver.tools.H2Utility.backup(H2Utility.java:34)
   ... 30 more


Sun Dec 20, 2009 8:46 pm
Profile
Site Admin
User avatar

Joined: Mon Nov 09, 2009 8:40 pm
Posts: 149
Post Re: Errors new install Snow and version 18th December 2009
I am busy uploading a new release of Address Book Server to address both issues. For the backup to function again you will need the new build. The default license key file has been changed in error with the 18th December release. You can either un-install your current server, or update the conf/server.xml file

File : /usr/share/addressBookServerEnterpriseEdition/apache-tomcat-6.0.18/conf/server.xml
18th December Release
Code:
<Environment name="LicenseFile" value="LicenseKey.license" type="java.lang.String" override="true"/>


20th December Release
Code:
<Environment name="LicenseFile" value="Licensekey.license" type="java.lang.String" override="true"/>


Sun Dec 20, 2009 9:28 pm
Profile

Joined: Sun Dec 20, 2009 8:29 pm
Posts: 4
Post Re: Errors new install Snow and version 18th December 2009
Tnx!

i"ll wait for the new version/build

Feek


Sun Dec 20, 2009 9:44 pm
Profile
Site Admin
User avatar

Joined: Mon Nov 09, 2009 8:40 pm
Posts: 149
Post Re: Errors new install Snow and version 18th December 2009
Should be available in the next 15 minutes.


Sun Dec 20, 2009 9:53 pm
Profile
Site Admin
User avatar

Joined: Mon Nov 09, 2009 8:40 pm
Posts: 149
Post Re: Errors new install Snow and version 18th December 2009
ABS_MAC_20_Dec_2009_4127.dmg is already available. The Linux / Windows Package is still uploading.


Sun Dec 20, 2009 10:07 pm
Profile

Joined: Sun Dec 20, 2009 8:29 pm
Posts: 4
Post Re: Errors new install Snow and version 18th December 2009
Tnx,
works again!

Note: on your frontpage of the website still the version of the 18th is mentioned is shown.

tnx,
Feek


Mon Dec 21, 2009 7:50 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Forum style by Vjacheslav Trushkin for Free Forums/DivisionCore.