error when importing a 7.0 liferay Lar file to Liferay 7.4 - liferay-7

I have two liferay 7.0 and 7.4,
I did upgrade the from version 7.0 to 7.4 however when I am trying to import my old structures and templates I get an error message :
LAR schema version 1.0.0 does not match deployed export/import schema version 4.0.0.
Anyone knows about that

Related

NetBeans 10 External Execution Base API issue

I have Apache NetBeans IDE 10. When I try to install the nbscala plugins for Scala, I get an issue:
Some plugins require plugin External Execution Base API to be installed
How do I fix the issue?
The solutions for NetBeans 8.2 don't work.
Product Version: Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
nbscala plugin version: 20190313-b8a704f058cc

Serilog.Sinks.PostgreSQL is not working along with Npgsql package version 4.0.0

In my ASP.Net Core application, a Serilog.Sinks.PostgreSQL sink works fine along with Npgsql package version lower then 4.0.0, but it does not work along with Npgsql package version 4.0.0.
Along with Npgsql package version 4.0.0 it does not save log events into the database nor throw any exceptions into the SelfLog.
Have you got a same experience? Thanks.

Not able to load data from postgresql to hdfs using tSqoopImport

I am using talend big data version 6.5.1 (has Java 8) and cloudera quickstart CDH 5.12 (has java 7).
I am tryiing to load table 'employees' from postgresql to hdfs using talend tSqoopImport component.
But I am getting error
Error employees : Unsupported major.minor version 52.0
Need help
This issue belongs to JAVA version.
You have used different java version java 7 and 8.
Try it with same java 7.
Issue will be resolved.
For your reference.
Unsupported major.minor version 52.0

ObjectAid issue with version

Eclipse Kepler Environment:
JDK Compliance 1.6
Installed JREs: jre1.6
System Environment:
Java 1.6
I am using all the versions which should be suitable for ObjectAid, but I am still getting below error.
Error:
The selected wizard could not be started.
Plug-in com.objectaid.uml.cls was unable to load class com.objectaid.uml.cls.editor.NewClassDiagramWizard.
com/objectaid/uml/cls/editor/NewClassDiagramWizard : Unsupported major.minor version 52.0
Can anybody help on this please?
Thanks!
The error indicates you have installed ObjectAid 1.2 which requires JDK 8.
ObjectAid 1.1 still runs on JDK 6.

Upgrading version of org.eclipse.osgi jar

I'm trying to upgrade the OSGI framework jar from 3.8.1 to 3.10.1 but I'm facing some issues like some projects are available under 3.8.1 but not present under 3.10.1.
Examples : Projects such as org.eclipse.osgi.framework.adaptor & org.eclipse.osgi.framework.internal.core are no longer available under 3.10.1 jar but are present in 3.8.1
My project is currently using 3.8.1 but when I'm trying to upgrade to org.eclipse.osgi_3.10.1 then it's showing the following error:
Unresolved bundle : org.eclipse.osgi.framework.adaptor.
What can be the workaround for this?