Situation:
After upgrading to Adeptia to v 6.6 Adeptia becomes inaccessible and when trying to access Adeptia Suite URL it is redirecting the below URL.
If you have sequentially upgraded to Adeptiav 6.8 then Adeptia is unable to start and below exception comes in Kernel Application logs:
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [spring-datasource.xml]: Invocation of init method failed; nested exception is java.lang.NoClassDefFoundError: javassist/bytecode/ClassFile
Cause:
This issue of concatenated /adeptia/control is due to missing following jar entries from launcher.properties file:
web/libs/rest/aopalliance-repackaged-2.4.0-b06.jar
web/libs/rest/javassist-3.18.1-GA.jar
web/libs/rest/javax.servlet-api-3.0.1.jar
web/libs/rest/jaxb-api-2.2.7.jar
web/libs/rest/osgi-resource-locator-1.0.1.jar
web/libs/rest/org.osgi.core-4.2.0.jar
On upgrading Adeptia Suite v6.6 sometimes entry of some jar files are missed to update in launcher.properties this only happens if you are sequentially Upgrading from Adeptiav6.2 or older versions.
Solution:
To solve this issue we have to add the above mentioned six jars in launcher.properties file situated at ".\AdeptiaSuite-6.x\AdeptiaServer\ServerKernel\etc". The entry of these jar files should be added above
#libs/javax.servlet.jar.
On updating the launcher.properties file restart Adeptia Services.
Comments
0 comments
Article is closed for comments.