Error in logs after deploying to Sandbox

0
I'm recieving the following error after deploying my app to the sandbox: Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: [com.mendix.core.util.SecurityActivator] The start method has thrown an exception (bundle: mxruntime, service: ) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (1/72) org.apache.felix.log.LogException: java.lang.SecurityException: Failed creating security permission -> ALLOW {[org.osgi.service.condpermadmin.BundleLocationCondition "*project.jar"](org.osgi.framework.AdminPermission "*" "*" )(org.osgi.framework.PackagePermission "*" "exportonly,import" )(org.osgi.framework.ServicePermission "*" "get,register")(org.osgi.framework.BundlePermission "*" "provide,require, host,fragment")(org.osgi.service.event.TopicPermission "*" "publish,subscribe")(java.util.PropertyPermission "mail.smtp.auth" "read,write")(java.util.PropertyPermission "mail.smtp.host" "read,write")(java.util.PropertyPermission "mail.smtp.password" "read,write")(java.util.PropertyPermission "mail.smtp.port" "read,write")(java.util.PropertyPermission "mail.smtp.starttls.enable" "read,write")(java.util.PropertyPermission "mail.smtp.user" "read,write")(java.util.PropertyPermission "ical4j.*" "read,write")(java.util.PropertyPermission "net.fortuna.*" "read,write")(java.util.Prope Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (2/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:56) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (3/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:46) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (4/72) at scala.collection.immutable.List.foreach(List.scala:383) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (5/72) at com.mendix.core.util.SecurityActivator.setupSecurity(SecurityActivator.scala:46) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (6/72) at com.mendix.core.util.SecurityActivator.start(SecurityActivator.scala:28) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (7/72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (8/72) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (9/72) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (10/72) at java.lang.reflect.Method.invoke(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (11/72) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (12/72) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (13/72) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (14/72) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (15/72) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (16/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (17/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (18/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (19/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (20/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (21/72) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (22/72) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (23/72) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (24/72) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (25/72) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (26/72) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (27/72) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (28/72) at java.security.AccessController.doPrivileged(Native Method) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (29/72) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (30/72) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (31/72) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (32/72) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (33/72) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (34/72) at java.lang.Thread.run(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (35/72) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (36/72) Caused by: java.lang.IllegalArgumentException: expecting close parenthesis Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (37/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionInfoImpl.parsePermissionInfo(ConditionalPermissionInfoImpl.java:209) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (38/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionInfoImpl.<init>(ConditionalPermissionInfoImpl.java:279) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (39/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl.newConditionalPermissionInfo(ConditionalPermissionAdminImpl.java:1022) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (40/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:50) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (41/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:46) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (42/72) at scala.collection.immutable.List.foreach(List.scala:383) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (43/72) at com.mendix.core.util.SecurityActivator.setupSecurity(SecurityActivator.scala:46) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (44/72) at com.mendix.core.util.SecurityActivator.start(SecurityActivator.scala:28) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (45/72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (46/72) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (47/72) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (48/72) at java.lang.reflect.Method.invoke(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (49/72) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (50/72) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (51/72) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (52/72) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (53/72) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (54/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (55/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (56/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (57/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (58/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (59/72) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (60/72) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (61/72) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (62/72) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (63/72) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (64/72) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (65/72) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (66/72) at java.security.AccessController.doPrivileged(Native Method) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (67/72) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (68/72) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (69/72) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (70/72) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (71/72) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: (72/72) at java.lang.Thread.run(Unknown Source) Apr 15 16:04:28 127.0.0.1 tr10082: ERROR - OSGi: [com.mendix.core.util.SecurityActivator] Component instance could not be created, activation failed (bundle: mxruntime, service: ) Followed by this error which occurs when I try to access the deployed instance Apr 15 16:04:31 127.0.0.1 tr10082: INFO - Core: Mendix Runtime successfully started, the application is now available. Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (1/2) Error while handling OpenID request: Internal Server Error: Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (2/2) An unexpected exception occurred while handling request login: 0x301: Realm verification failed (9) for: https://nbsportscontracts.mendixcloud.com/openid/callback Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (1/27) org.openid4java.message.MessageException: 0x301: Realm verification failed (9) for: https://nbsportscontracts.mendixcloud.com/openid/callback Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (2/27) at org.openid4java.message.AuthRequest.validate(AuthRequest.java:353) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (3/27) at org.openid4java.message.AuthRequest.createAuthRequest(AuthRequest.java:100) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (4/27) at org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:1069) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (5/27) at org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:996) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (6/27) at appcloudservices.OpenIDHandler.login(OpenIDHandler.java:319) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (7/27) at appcloudservices.OpenIDHandler.processRequest(OpenIDHandler.java:191) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (8/27) at com.mendix.externalinterface.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:81) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (9/27) at com.mendix.externalinterface.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:78) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (10/27) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (11/27) at com.mendix.externalinterface.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:77) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (12/27) at com.mendix.core.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:725) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (13/27) at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.handle(RuntimeHandler.java:45) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (14/27) at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (15/27) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (16/27) at org.eclipse.jetty.server.Server.handle(Server.java:368) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (17/27) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (18/27) at org.eclipse.jetty.server.BlockingHttpConnection.handleRequest(BlockingHttpConnection.java:53) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (19/27) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:942) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (20/27) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1004) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (21/27) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:640) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (22/27) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (23/27) at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (24/27) at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.run(BlockingChannelConnector.java:298) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (25/27) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (26/27) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) Apr 15 16:06:49 127.0.0.1 tr10082: ERROR - AppCloudServices: (27/27) at java.lang.Thread.run(Unknown Source) Note: I have added the AppCloudServices module to an existing app instead of starting with an app which already had this module. While I have done all the obvious logical wiring (see my attached image (below) of the implementation of OnFirstLoginAppCloudUser microflow). Is there anything else for configuration that I'm missing?
asked
0 answers