Code Monkey home page Code Monkey logo

fmu's Issues

Tomcat PermGem issue

Application crashes due to permgem issue. Need to investigate why application's bootstrap size is too big; and why it needs high permgem space.

Separate config from code

Apps sometimes store config as constants in the code. This is a violation of twelve-factor, which requires strict separation of config from code. Config varies substantially across deploys, code does not.

A litmus test for whether an app has all config correctly factored out of the code is whether the codebase could be made open source at any moment, without compromising any credentials.

http://12factor.net/config

Failed to save persistent token

Fix following exception.

2014-08-17 02:44:27.025 ERROR 12383 --- [nio-8080-exec-3] f.i.s.CustomPersistentRememberMeServices : Failed to save persistent token 

org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : se.inera.fmu.domain.model.authentication.PersistentToken.user -> se.inera.fmu.domain.model.authentication.User; nested exception is java.lang.IllegalStateException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing : se.inera.fmu.domain.model.authentication.PersistentToken.user -> se.inera.fmu.domain.model.authentication.User

Clean up code base

  • remove classes and stuff which is not required from the code base.
  • refactor the code and clean it
  • push the code to sonar and fix the issues reported by it

Handle events pure asynchronously

Currently events are being handled synchronously due to transaction boundary issues. Some of those events result in sending email; so, we should handle them asynchronously so, that in case something fails due to infrastructure (e.g. mail server is down) that shouldn't fail whole transaction.

Ideally we should place events on MQ and then handle them from MQ.

Git workflow

Introduce git workflow for better and proper release management

Fix the encoding issue when application is run with maven

Fix the encoding issue when application is run with maven. The Swedish characters show up very weirdly...

If you run the app (frontend only) through grunt then there is no issue; but when we run through maven this issue appears.

JVM memory issue

As soon as I enable the Activiti configurations; application stops working and I keep getting OutOfMemory exceptions. Application works perfectly fine against MySql database. Need to increase the tomcat memory.

Timezone glitch

Need to figure out timezone glitch. Date search doesn't show up today's eavrops.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.