Author Topic: Error after upgrade to 0.7.7  (Read 2046 times)

cursor

  • Newbie
  • *
  • Posts: 26
  • Karma: 0
    • View Profile
Error after upgrade to 0.7.7
« on: September 17, 2014, 18:44:48 »
We upgraded today to version 0.7.7 from 0.6.4 and now we are getting an error when loading the web interface:

Callback failure:com.google.gwt.user.client.rpc.StatusCodeException: 500
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: NLIC/0
   it.loway.tpf.transaction.servlets.common.ServletEnvironment.init(ServletEnvironment.java:103)
   ch.loway.tpf.gwt.srv.servlets.LowayGwtController.init(LowayGwtController.java:37)
   javax.servlet.GenericServlet.init(GenericServlet.java:212)
   org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
   org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:291)
   org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
   org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
   org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
   java.lang.Thread.run(Thread.java:662)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.33 logs.

After doing the upgrade it ran once to update the database and it said that is was successful but the error showed up immediately after that.

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Error after upgrade to 0.7.7
« Reply #1 on: September 18, 2014, 11:00:59 »
Did you delete the license key?
Just to be on the safe side, you can get your license key (say it's 'mykey' )

 
Code: [Select]
INSERT INTO arch_lic ( id ) VALUES ( 'mykey' )
Restart Wombat