Quantcast
Channel: Mendix Forum Questions
Viewing all 83469 articles
Browse latest View live

Opening a page with a microflow from a button on page doesn't change navigation tree.

$
0
0

We have several pages that have buttons on them which open another page via a microflow. The pages that are opened this way are also linked to in the navigation tree, but when opening the pages this way, the 'selected' item in the navigation tree doesn't change.

The only time the 'selected' item in the navigation tree changes is if you click the link in the navigation tree.

Is there a way to set it up so that if you click a button on a page that runs a microflow, and that microflow opens a page, that the 'selected' item in the navigation tree is updated to reflect the page that was opened?

Hopefully the question is clear. Thanks for your help!


Check box set selector not using xpath constraint

$
0
0

Hi

I am using version 6.7.1 When I change the relationship which I use in the XPATH constraint, the items shown do not change - it is not being refreshed.

(I had the same issue using the check box set selector microflow version).

Using a data grid the XPATH constraint is correctly being applied, so I it does appear to be a bug.

''Tab through'' Fillin fields on tablet

$
0
0

Is there a way to force mendix to jump to the next field after pressing ''enter'' on your keyboard on a tablet? Or something simial to induce this behaviour?

Get value of a reference selector.

$
0
0

Hello how can I get the selected value of a reference selector for using in a microflow? I cannot get the value, i can only get the value from the main objet and atributes of this but i cannot get deeper values from nested objects.

Thank you.

Importing the model share failed. Loading the project from the package failed.

$
0
0

I am trying to paste a microflow from model share given in page : https://world.mendix.com/display/tips/Translatable+Validation+Messages

The url that I copy is: https://modelshare.mendix.com/models/34614f4f-a2d3-43ff-81c8-a14605e06a05/get-i18n-text-using-1-parameter

When I try to paste it into my project or import it, it shows me this generic error: Importing the model share failed. Loading the project from the package failed.

And i also ensured that Validation module exists, domain entity exists in my project where i try to paste. Version 6.7.1 What might be the problem then?

Why do minified versions of libs break after being bundled?

$
0
0

Dear Mendix,

I run into trouble when using minified libs in some widgets. The reason is that the bundled wdigets.js in wrapping the minified lib code.

'Heatmap/lib/d3-min':function(){
    // wrapped by build app
    define(["dojo","dijit","dojox"], function(dojo,dijit,dojox){
        // Minified version of d3 js. Ouch.... This fails!!!
    });
},

Versus normaly non minified lib

'Heatmap/lib/d3':function(){
    // not wrapped.. d3 full version. Happy working code!
},

Why is it wrapped, is this correct or a bug?

Cheers, Andries

X11 display error in mendix cloud

$
0
0

Hi,

I am trying to render a popup from java. On local host this works fine, but when I deploy to the cloud I am running into the following error:

No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)

Is it possible to set this in the mendix cloud , or set a jvm parameter in the mendix cloud (-Djava.awt.headless=true)

How do I retrieve the Bookmarkable URL of a page runtime?

$
0
0

Since version 6 we have now the possibility to add a URL to the Page Object's properties, eg; "/home". Is there a way to retrieve the URL of this Page the user is currently viewing at runtime ?


DatabaseConnector

$
0
0

Hi,

I implemented the database connector in one of our projects but encounter a "Mendix platform crash" (see below). The project is an Mx5 project (5.21.5) that was converted to Mx6.7.1 and works fine for the basic functionality.

Any suggestions?

java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoaderJava5) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of org/apache/felix/framework/BundleWiringImpl$BundleClassLoaderJava5) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:284) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:252) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:265) at com.zaxxer.hikari.HikariConfig.<clinit>(HikariConfig.java:50) at databaseconnector.impl.JdbcConnectionManager.createHikariDataSource(JdbcConnectionManager.java:74) at databaseconnector.impl.JdbcConnectionManager.lambda$getConnection$4(JdbcConnectionManager.java:47) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) at databaseconnector.impl.JdbcConnectionManager.getConnection(JdbcConnectionManager.java:45) at databaseconnector.impl.JdbcConnector.executeQuery(JdbcConnector.java:80) at databaseconnector.impl.JdbcConnector.executeQuery(JdbcConnector.java:70) at databaseconnector.actions.ExecuteQuery.executeAction(ExecuteQuery.java:81) at databaseconnector.actions.ExecuteQuery.executeAction(ExecuteQuery.java:58) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

502 Bad Gateway error page returned on XmlHttpRequests

$
0
0

I have a Mendix application using IIS as a front facing server.

Intermittently users have been experiencing issues where triggering a microflow button results in an error. When checking this error in the browser console it looks like a 502 bad gateway error page HTML is being returned for the XmlHttpRequest to trigger the microflow.

The user gets a Generic: Connection Error message popup and no errors are logged to the Mendix console (makes sense because nothing failed server side if there is a connection error as nothing was triggered)

The Mendix console logs show that the sessions for the users were terminated and client access disabled for 300 seconds. Not sure it is related but it happens consistently around the time this issue is reported by the users.

Any assistance would be greatly appreciated, I wish I had more information.

Also are there any log nodes I can enable to get closer to the root cause without spamming log messages?

HTML Snippet error Mendix >= 6.7.0

$
0
0

Is anyone else experiencing problems with the HTMLSnippet widget in combination with MX 6.7.0?

When I open Chrome devtools I noticed it gives the following error: mxui.js?636069394651759169:21 GET http://10.211.55.3:8080/p/widgets/HTMLSnippet/lib/jquery-1.11.3.js?636069394651759169 404 (Not Found)

When I try to open that url in the browser I get a 'Page not found' error. However, when I remove the p/ from the url it opens fine. I did have a URL setup for this page, removing that URL does not solve the issue.

alt text

Why isn't it possible to set the sorting of data on an index

$
0
0

Hi,

I'm curious why you can't set a sort order on an index. For example SQL Server 2000 lets you create indexes in ascending or descending order.

Java library conversion failed while upgrading from mendix 4 to 5

$
0
0

I am getting an error stating the conversion failed while upgrading from 4 to 5. I have gone through all the steps and solved all the compile errors which occurred during the build.

Now i am getting the error but no explanation for the error, just 'the java library conversion failed'. What would be the cause for this ?

Thanks in advance

PublishedAppService parameters

$
0
0

Hi all,

I work on two applications which should communicate with each other through a few app services. One of these services has a quite large domain model with about 10 entities refferring to each other.

I have worked through the list to expose attributes and associations. Here is where the problem arises:

Some values are allowed to be empty. I have ticked all the boxes of the same member that should be shared with the other app as empty. One entity is used through two different paths (and for both I have ticked the box "can be empty" for the same attribute 'Value_canBeEmpty'), I receive the message:

"Attribute 'Value_canBeEmpty' is a member of an entity that gets referred to multiple times. Its 'Can be empty' checkbox should be marked consistently in this app service."

Two other times the 'Value_canBeEmpty' attribute appears in the list, but these members are unchecked, and therefore not exposed. Does anyone know how to work with/around this?

Menu-bar layout choice seems to do nothing?

$
0
0

Hello all,

I was working on a responsive layout, and I wanted to show a full page menu for landscape tablets. I find out that the browser (while the profile is phone) still keeps showing all the menu's instead of the menu where i have selected that it is the phone menu.

This also happens with the tablet menu, and when the browser profile is desktop. (in 6.7.0 & 6.7.1)

In the Modeler I made the 3 main-menu's is the project navigation settings and added them on the page:

alt text

But in the browser, all the menu's are shown:

alt text

I hope someone can give me some insight about this.


Dozer / Orika errors when used in java actions

$
0
0

I'm trying to use Dozer and or Orika to map between two objects but am running into errors

e.g Dozer error com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: org.dozer.MappingException: java.lang.NoSuchMethodException: thirdpartyinterfaces.proxies.Net1BatchHeader.<init>() at ThirdPartyInterfaces.CreateNet1FileHeader (JavaAction : 'readNet1')

Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143)

Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: org.dozer.MappingException: java.lang.NoSuchMethodException: thirdpartyinterfaces.proxies.Net1BatchHeader.<init>() at com.mendix.core.component.InternalCore.execute(InternalCore.java:391)

Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: org.dozer.MappingException: java.lang.NoSuchMethodException: thirdpartyinterfaces.proxies.Net1BatchHeader.<init>() at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178)

Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: org.dozer.MappingException: java.lang.NoSuchMethodException: thirdpartyinterfaces.proxies.Net1BatchHeader.<init>() at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)

Caused by: org.dozer.MappingException: java.lang.NoSuchMethodException: thirdpartyinterfaces.proxies.Net1BatchHeader.<init>() at org.dozer.util.MappingUtils.throwMappingException(MappingUtils.java:82) at org.dozer.factory.ConstructionStrategies$ByConstructor.newInstance(ConstructionStrategies.java:261) at org.dozer.factory.ConstructionStrategies$ByConstructor.create(ConstructionStrategies.java:245) at org.dozer.factory.DestBeanCreator.create(DestBeanCreator.java:65) at org.dozer.MappingProcessor.map(MappingProcessor.java:177) at org.dozer.MappingProcessor.map(MappingProcessor.java:124) at org.dozer.MappingProcessor.map(MappingProcessor.java:119) at org.dozer.DozerBeanMapper.map(DozerBeanMapper.java:111) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:128) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Caused by: java.lang.NoSuchMethodException: thirdpartyinterfaces.proxies.Net1BatchHeader.<init>() at java.lang.Class.getConstructor0(Class.java:3082) at java.lang.Class.getDeclaredConstructor(Class.java:2178) at org.dozer.factory.ConstructionStrategies$ByConstructor.newInstance(ConstructionStrategies.java:257) at org.dozer.factory.ConstructionStrategies$ByConstructor.create(ConstructionStrategies.java:245) at org.dozer.factory.DestBeanCreator.create(DestBeanCreator.java:65) at org.dozer.MappingProcessor.map(MappingProcessor.java:177) at org.dozer.MappingProcessor.map(MappingProcessor.java:124) at org.dozer.MappingProcessor.map(MappingProcessor.java:119) at org.dozer.DozerBeanMapper.map(DozerBeanMapper.java:111) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:128) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

and the Orika error message com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: ma.glasnost.orika.MappingException: exception while creating object factory for thirdpartyinterfaces.proxies.Net1BatchHeader at ThirdPartyInterfaces.CreateNet1FileHeader (JavaAction : 'readNet1')

Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143)

Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: ma.glasnost.orika.MappingException: exception while creating object factory for thirdpartyinterfaces.proxies.Net1BatchHeader at com.mendix.core.component.InternalCore.execute(InternalCore.java:391)

Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: ma.glasnost.orika.MappingException: exception while creating object factory for thirdpartyinterfaces.proxies.Net1BatchHeader at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178)

Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: ma.glasnost.orika.MappingException: exception while creating object factory for thirdpartyinterfaces.proxies.Net1BatchHeader at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)

Caused by: ma.glasnost.orika.MappingException: exception while creating object factory for thirdpartyinterfaces.proxies.Net1BatchHeader at ma.glasnost.orika.impl.generator.ObjectFactoryGenerator.build(ObjectFactoryGenerator.java:107) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:825) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:764) at ma.glasnost.orika.impl.MapperFacadeImpl.resolveMappingStrategy(MapperFacadeImpl.java:215) at ma.glasnost.orika.impl.DefaultBoundMapperFacade$BoundStrategyCache.getStrategy(DefaultBoundMapperFacade.java:257) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:137) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:94) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:121) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Caused by: ma.glasnost.orika.impl.generator.CompilerStrategy$SourceCodeGenerationException: Error compiling ma.glasnost.orika.generated.Net1BatchHeaderEasyPayBatchHeaderObjectFactory431974322124513431974559930500$1 at ma.glasnost.orika.impl.generator.JavassistCompilerStrategy.compileClass(JavassistCompilerStrategy.java:266) at ma.glasnost.orika.impl.generator.SourceCodeContext.compileClass(SourceCodeContext.java:234) at ma.glasnost.orika.impl.generator.SourceCodeContext.getInstance(SourceCodeContext.java:251) at ma.glasnost.orika.impl.generator.ObjectFactoryGenerator.build(ObjectFactoryGenerator.java:97) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:825) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:764) at ma.glasnost.orika.impl.MapperFacadeImpl.resolveMappingStrategy(MapperFacadeImpl.java:215) at ma.glasnost.orika.impl.DefaultBoundMapperFacade$BoundStrategyCache.getStrategy(DefaultBoundMapperFacade.java:257) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:137) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:94) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:121) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Caused by: javassist.CannotCompileException: [source error] no such constructor: thirdpartyinterfaces.proxies.Net1BatchHeader at javassist.CtNewMethod.make(CtNewMethod.java:79) at javassist.CtNewMethod.make(CtNewMethod.java:45) at ma.glasnost.orika.impl.generator.JavassistCompilerStrategy.compileClass(JavassistCompilerStrategy.java:251) at ma.glasnost.orika.impl.generator.SourceCodeContext.compileClass(SourceCodeContext.java:234) at ma.glasnost.orika.impl.generator.SourceCodeContext.getInstance(SourceCodeContext.java:251) at ma.glasnost.orika.impl.generator.ObjectFactoryGenerator.build(ObjectFactoryGenerator.java:97) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:825) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:764) at ma.glasnost.orika.impl.MapperFacadeImpl.resolveMappingStrategy(MapperFacadeImpl.java:215) at ma.glasnost.orika.impl.DefaultBoundMapperFacade$BoundStrategyCache.getStrategy(DefaultBoundMapperFacade.java:257) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:137) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:94) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:121) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Caused by: javassist.compiler.CompileError: no such constructor: thirdpartyinterfaces.proxies.Net1BatchHeader at javassist.compiler.MemberCodeGen.atMethodCallCore2(MemberCodeGen.java:593) at javassist.compiler.MemberCodeGen.atMethodCallCore(MemberCodeGen.java:575) at javassist.compiler.MemberCodeGen.atNewExpr(MemberCodeGen.java:302) at javassist.compiler.ast.NewExpr.accept(NewExpr.java:73) at javassist.compiler.CodeGen.compileExpr(CodeGen.java:230) at javassist.compiler.CodeGen.atReturnStmnt2(CodeGen.java:598) at javassist.compiler.JvstCodeGen.atReturnStmnt(JvstCodeGen.java:425) at javassist.compiler.CodeGen.atStmnt(CodeGen.java:363) at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50) at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351) at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50) at javassist.compiler.MemberCodeGen.atTryStmnt(MemberCodeGen.java:204) at javassist.compiler.CodeGen.atStmnt(CodeGen.java:367) at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50) at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351) at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50) at javassist.compiler.CodeGen.atIfStmnt(CodeGen.java:391) at javassist.compiler.CodeGen.atStmnt(CodeGen.java:355) at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50) at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351) at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50) at javassist.compiler.CodeGen.atMethodBody(CodeGen.java:292) at javassist.compiler.CodeGen.atMethodDecl(CodeGen.java:274) at javassist.compiler.ast.MethodDecl.accept(MethodDecl.java:44) at javassist.compiler.Javac.compileMethod(Javac.java:169) at javassist.compiler.Javac.compile(Javac.java:95) at javassist.CtNewMethod.make(CtNewMethod.java:74) at javassist.CtNewMethod.make(CtNewMethod.java:45) at ma.glasnost.orika.impl.generator.JavassistCompilerStrategy.compileClass(JavassistCompilerStrategy.java:251) at ma.glasnost.orika.impl.generator.SourceCodeContext.compileClass(SourceCodeContext.java:234) at ma.glasnost.orika.impl.generator.SourceCodeContext.getInstance(SourceCodeContext.java:251) at ma.glasnost.orika.impl.generator.ObjectFactoryGenerator.build(ObjectFactoryGenerator.java:97) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:825) at ma.glasnost.orika.impl.DefaultMapperFactory.lookupObjectFactory(DefaultMapperFactory.java:764) at ma.glasnost.orika.impl.MapperFacadeImpl.resolveMappingStrategy(MapperFacadeImpl.java:215) at ma.glasnost.orika.impl.DefaultBoundMapperFacade$BoundStrategyCache.getStrategy(DefaultBoundMapperFacade.java:257) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:137) at ma.glasnost.orika.impl.DefaultBoundMapperFacade.map(DefaultBoundMapperFacade.java:94) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:121) at thirdpartyinterfaces.actions.readNet1.executeAction(readNet1.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174) at com.mendix.core.component.InternalCore.execute(InternalCore.java:383) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:317) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:312) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146) at scala.util.Try$.apply(Try.scala:192) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)

Call Microflow from JavaScript and show Progressbar

$
0
0

I have a microflow call in javascript using mx.data. The mx.ui provides a progress bar. How can I rewrite my code for mx.ui, or provide a progressbar using mx.data? Thankyou

mx.ui:

mx.ui.action("MyFirstModule.StartEngine", {
    context: new MxContext(),
    progress: "modal",
    callback: function(result) {
        console.log("Engine started: " + result);
    }
});

mx.data:

mx.data.action({
    params: {
        applyto: "set",
        actionname: "MyFirstModule.GetFavoriteFood",
        xpath: "//MyFirstModule.Cat",
        constraints: "[id=281530811285515 or id=281530811285506]",
    },
    callback: function(obj) {
        // expect single MxObject
        alert(obj.get("manufacturer"));
    },
    error: function(error) {
        alert(error.description);
    }
}, this);

m2ee start in docker throws an error

$
0
0
mendix@e9045213b1fa:~$ m2ee --yolo start
INFO: The application process is not running.
INFO: Application Name: Mendix Project
INFO: Trying to start the MxRuntime...
ERROR: Bundle com.amazonaws.aws-java-sdk-osgi [2] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.amazonaws.aws-java-sdk-osgi.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.amazonaws.aws-java-sdk-osgi [2]: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http.auth) [caused by: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.amazonaws.aws-java-sdk-osgi [2]: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http.auth) [caused by: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle com.fasterxml.jackson.datatype.jackson-datatype-jdk8 [11] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.fasterxml.jackson.datatype.jackson-datatype-jdk8.2.5.3.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.fasterxml.jackson.datatype.jackson-datatype-jdk8 [11]: Unable to resolve 11.0: missing requirement [11.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.fasterxml.jackson.datatype.jackson-datatype-jdk8 [11]: Unable to resolve 11.0: missing requirement [11.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310 [12] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.fasterxml.jackson.datatype.jackson-datatype-jsr310.2.5.3.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310 [12]: Unable to resolve 12.0: missing requirement [12.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle com.fasterxml.jackson.datatype.jackson-datatype-jsr310 [12]: Unable to resolve 12.0: missing requirement [12.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle appcontainer [15] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.appcontainer.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle appcontainer [15]: Unable to resolve 15.0: missing requirement [15.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle appcontainer [15]: Unable to resolve 15.0: missing requirement [15.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle com.mendix.azure-storage-sdk [16] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.azure-storage-sdk.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.mendix.azure-storage-sdk [16]: Unable to resolve 16.0: missing requirement [16.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.mendix.azure-storage-sdk [16]: Unable to resolve 16.0: missing requirement [16.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
       at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle configuration [17] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.configuration.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle configuration [17]: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle configuration [17]: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-access-rules-api [18] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-access-rules-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-access-rules-api [18]: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.dependentqueries)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-access-rules-api [18]: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.dependentqueries)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-access-rules-impl [19] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-access-rules-impl.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-access-rules-impl [19]: Unable to resolve 19.0: missing requirement [19.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.accessrules)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.dependentqueries)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-access-rules-impl [19]: Unable to resolve 19.0: missing requirement [19.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.accessrules)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 18.0: missing requirement [18.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.dependentqueries)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
       at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-api [20] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-api [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-api [20]: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-connectionbus [21] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-connectionbus.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-connectionbus [21]: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-connectionbus [21]: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-dependent-queries-api [22] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-dependent-queries-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-dependent-queries-api [22]: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-dependent-queries-api [22]: Unable to resolve 22.0: missing requirement [22.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-dependent-queries-impl [23] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-dependent-queries-impl.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-dependent-queries-impl [23]: Unable to resolve 23.0: missing requirement [23.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-dependent-queries-impl [23]: Unable to resolve 23.0: missing requirement [23.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage)(version>=2.0.0)(!(version>=3.0.0))) [caused by: Unable to resolve 20.0: missing requirement [20.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-impl [24] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-impl.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-impl [24]: Unable to resolve 24.0: missing requirement [24.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.connectionbus)(version>=8.0.0)(!(version>=9.0.0))) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-impl [24]: Unable to resolve 24.0: missing requirement [24.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.connectionbus)(version>=8.0.0)(!(version>=9.0.0))) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-launcher [25] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-launcher.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-launcher [25]: Unable to resolve 25.0: missing requirement [25.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.connectionbus)(version>=8.0.0)(!(version>=9.0.0))) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-launcher [25]: Unable to resolve 25.0: missing requirement [25.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.connectionbus)(version>=8.0.0)(!(version>=9.0.0))) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-model-api [26] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-model-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-model-api [26]: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-model-api [26]: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-modelinfo-api [27] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-modelinfo-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-modelinfo-api [27]: Unable to resolve 27.0: missing requirement [27.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-modelinfo-api [27]: Unable to resolve 27.0: missing requirement [27.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
       at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-modelinfo-impl [28] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-modelinfo-impl.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-modelinfo-impl [28]: Unable to resolve 28.0: missing requirement [28.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-modelinfo-impl [28]: Unable to resolve 28.0: missing requirement [28.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-oqltree-model-enricher-api [29] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-oqltree-model-enricher-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-oqltree-model-enricher-api [29]: Unable to resolve 29.0: missing requirement [29.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-oqltree-model-enricher-api [29]: Unable to resolve 29.0: missing requirement [29.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-oqltree-model-enricher-impl [30] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-oqltree-model-enricher-impl.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-oqltree-model-enricher-impl [30]: Unable to resolve 30.0: missing requirement [30.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-oqltree-model-enricher-impl [30]: Unable to resolve 30.0: missing requirement [30.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.model)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 26.0: missing requirement [26.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree.expressions)(version>=6.0.0)(!(version>=7.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-oqltree [31] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-oqltree.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-oqltree [31]: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-oqltree [31]: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-query-api [32] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-query-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-query-api [32]: Unable to resolve 32.0: missing requirement [32.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-query-api [32]: Unable to resolve 32.0: missing requirement [32.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.datastorage.oqltree)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 31.0: missing requirement [31.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-queryparser [33] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-queryparser.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-queryparser [33]: Unable to resolve 33.0: missing requirement [33.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.connectionbus)(version>=8.0.0)(!(version>=9.0.0))) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-queryparser [33]: Unable to resolve 33.0: missing requirement [33.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.connectionbus)(version>=8.0.0)(!(version>=9.0.0))) [caused by: Unable to resolve 21.0: missing requirement [21.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle datastorage-utils [34] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.datastorage-utils.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-utils [34]: Unable to resolve 34.0: missing requirement [34.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.core.component)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle datastorage-utils [34]: Unable to resolve 34.0: missing requirement [34.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.core.component)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle documentexporter [36] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.documentexporter.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle documentexporter [36]: Unable to resolve 36.0: missing requirement [36.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.core)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle documentexporter [36]: Unable to resolve 36.0: missing requirement [36.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.core)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle integration [37] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.integration.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle integration [37]: Unable to resolve 37.0: missing requirement [37.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.core)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle integration [37]: Unable to resolve 37.0: missing requirement [37.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.core)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle json [40] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.json.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle json [40]: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle json [40]: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle logging [42] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.logging.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle logging [42]: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle logging [42]: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle m2ee-api [43] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.m2ee-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle m2ee-api [43]: Unable to resolve 43.0: missing requirement [43.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle m2ee-api [43]: Unable to resolve 43.0: missing requirement [43.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle mxruntime [45] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.mxruntime.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle mxruntime [45]: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle mxruntime [45]: Unable to resolve 45.0: missing requirement [45.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle com.mendix.openstack4j-core [47] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.openstack4j-core.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.mendix.openstack4j-core [47]: Unable to resolve 47.0: missing requirement [47.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http.client.config) [caused by: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.mendix.openstack4j-core [47]: Unable to resolve 47.0: missing requirement [47.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http.client.config) [caused by: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle com.mendix.play-json [51] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.play-json.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.mendix.play-json [51]: Unable to resolve 51.0: missing requirement [51.0] osgi.wiring.package; (osgi.wiring.package=com.fasterxml.jackson.datatype.jdk8) [caused by: Unable to resolve 11.0: missing requirement [11.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.mendix.play-json [51]: Unable to resolve 51.0: missing requirement [51.0] osgi.wiring.package; (osgi.wiring.package=com.fasterxml.jackson.datatype.jdk8) [caused by: Unable to resolve 11.0: missing requirement [11.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle storage-api [55] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.storage-api.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle storage-api [55]: Unable to resolve 55.0: missing requirement [55.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle storage-api [55]: Unable to resolve 55.0: missing requirement [55.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle storage-azure [56] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.storage-azure.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle storage-azure [56]: Unable to resolve 56.0: missing requirement [56.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle storage-azure [56]: Unable to resolve 56.0: missing requirement [56.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle storage-localfilesystem [57] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.storage-localfilesystem.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle storage-localfilesystem [57]: Unable to resolve 57.0: missing requirement [57.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle storage-localfilesystem [57]: Unable to resolve 57.0: missing requirement [57.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle storage-s3 [58] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.storage-s3.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle storage-s3 [58]: Unable to resolve 58.0: missing requirement [58.0] osgi.wiring.package; (&(osgi.wiring.package=com.amazonaws)(version>=1.10.0)(!(version>=2.0.0))) [caused by: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http.auth) [caused by: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle storage-s3 [58]: Unable to resolve 58.0: missing requirement [58.0] osgi.wiring.package; (&(osgi.wiring.package=com.amazonaws)(version>=1.10.0)(!(version>=2.0.0))) [caused by: Unable to resolve 2.0: missing requirement [2.0] osgi.wiring.package; (osgi.wiring.package=org.apache.http.auth) [caused by: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle storage-swift [59] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.storage-swift.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle storage-swift [59]: Unable to resolve 59.0: missing requirement [59.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle storage-swift [59]: Unable to resolve 59.0: missing requirement [59.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle webui [63] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.mendix.webui.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle webui [63]: Unable to resolve 63.0: missing requirement [63.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle webui [63]: Unable to resolve 63.0: missing requirement [63.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.configuration)(version>=10.0.0)(!(version>=11.0.0))) [caused by: Unable to resolve 17.0: missing requirement [17.0] osgi.wiring.package; (&(osgi.wiring.package=com.mendix.logging)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle com.typesafe.akka.slf4j [72] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/com.typesafe.akka.akka-slf4j_2.11.2.3.6.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle com.typesafe.akka.slf4j [72]: Unable to resolve 72.0: missing requirement [72.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle com.typesafe.akka.slf4j [72]: Unable to resolve 72.0: missing requirement [72.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.0)(!(version>=2.0.0))) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle net.debasishg.redisclient_2.11 [82] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/net.debasishg.redisclient_2.11.3.1.0.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle net.debasishg.redisclient_2.11 [82]: Unable to resolve 82.0: missing requirement [82.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)(!(version>=1.8.0))) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle net.debasishg.redisclient_2.11 [82]: Unable to resolve 82.0: missing requirement [82.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)(!(version>=1.8.0))) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle org.apache.httpcomponents.httpclient [93] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/org.apache.httpcomponents.httpclient-osgi.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.httpcomponents.httpclient [93]: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]])
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.httpcomponents.httpclient [93]: Unable to resolve 93.0: missing requirement [93.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.logging)(version>=1.1.0)(!(version>=1.2.0))) [caused by: Unable to resolve 133.0: missing requirement [133.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j)(version>=1.7.2)) [caused by: Unable to resolve 134.0: missing requirement [134.0] osgi.wiring.package; (&(osgi.wiring.package=org.slf4j.impl)(version>=1.6.0)) [caused by: Unable to resolve 42.0: missing requirement [42.0] osgi.wiring.package; (&(osgi.wiring.package=org.json)(version>=1.0.0)(!(version>=2.0.0))) [caused by: Unable to resolve 40.0: missing requirement [40.0] osgi.ee; (&(osgi.ee=JavaSE)(version=1.8))]]]]
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Bundle org.postgresql.jdbc42 [128] Error starting file:/srv/mendix/runtimes/6.7.1/runtime/bundles/org.postgresql.postgresql.9.4.1208.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.postgresql.jdbc42 [128]: Unable to resolve 128.0: missing requirement [128.0] osgi.ee; (&(|(osgi.ee=J2SE)(osgi.ee=JavaSE))(version>=1.8)))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.postgresql.jdbc42 [128]: Unable to resolve 128.0: missing requirement [128.0] osgi.ee; (&(|(osgi.ee=J2SE)(osgi.ee=JavaSE))(version>=1.8))
        at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3974)
        at org.apache.felix.framework.Felix.startBundle(Felix.java:2037)
        at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291)
        at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
        at java.lang.Thread.run(Thread.java:745)
ERROR: Timeout: Java subprocess takes too long to start.
ERROR: Starting the JVM process did not succeed...

Help Needed - Filtering a data grid by a previous data grid

$
0
0

Background I am working on an app for my company which will allow us to generate interview packs by choosing questions that are associated to behaviours and indicators.

I have created the domain model so the behaviours, indicators and questions are all in separate entities. A question is associated to an indicator and an indicator is associated to a behaviour (You can have multiple indicators to a behavior and multiple questions to an indicator).

My Goal The way I see the packs being generated is to first display a list of the behaviours in a data grid where multiple selections can be made. I then want the user to move onto another page where they see the indicators related to the behaviours they chose on the previous page. The user will do the same thing, they will select the indicators they want and on the next page they will get the questions related to those indicators.

My Problem The problem I'm facing is that I cant seem to figure out how to filter the list of indicators by the selected behaviours on the previous page. I'm trying to achieve this through a microflow and when I try and filter the list it tells me its the wrong variable type.

Any ideas?

How to 'see the server log'

$
0
0

I encountered a deadlock in a daily scheduled event for two days in a row now. The application log reads:

  • (3/161) ERROR: deadlock detected
  • (4/161) Detail: Process 2635 waits for ShareLock on transaction 73703924; blocked by process 5848.
  • (5/161) Process 5848 waits for ShareLock on transaction 73703839; blocked by process 2635.
  • (6/161) Hint: See server log for query details.

I checked the forum and found the following post https://mxforum.mendix.com/questions/11262/Deadlock-detected, suggesting to find the (two) entities causing the deadlock.

The microflowin question is pretty large and commits a lot of different objects. Therefor it would be helpful to be able to get some more details.

But where do I find this server log?

Viewing all 83469 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>