Public Profile Installation

0
Hello. I have downloaded the Public Profile v1.0 application and I have followed the instructions fro the configuration except for the constraints (because I don't have a server to send e-mails right now) and the API KEY of Google maps (that I thinks it's not necessary and I get an error during the compilation of Java actions, that is the following: Buildfile: D:\Documents\Mendixdev\Profile2\deployment\build.xml compile: [javac] Compiling 30 source files to D:\Documents\Mendixdev\Profile2 \deployment\model\lib\bin [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\CopyFileDocument.java:25: package advemail.proxies does not exist [javac] private advemail.proxies.Attachment AttachmentObj; [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\SendEmailAttachments.java:13: package advemail.proxies does not exist [javac] import advemail.proxies.Attachment; [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\SendEmailAttachments.java:26: package advemail.proxies does not exist [javac] private advemail.proxies.EmailMessage Message; [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\SendEmailAttachments.java:28: package advemail.proxies does not exist [javac] private advemail.proxies.EmailSettings Settings; [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\CopyFileDocument.java:39: package advemail.proxies does not exist [javac] this.AttachmentObj = __AttachmentObj == null ? null : advemail.proxies.Attachment.initialize(this.getContext(), __AttachmentObj); [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\SendEmailAttachments.java:40: package advemail.proxies does not exist [javac] this.Message = __Message == null ? null : advemail.proxies.EmailMessage.initialize(this.getContext(), __Message); [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\SendEmailAttachments.java:42: package advemail.proxies does not exist [javac] this.Settings = __Settings == null ? null : advemail.proxies.EmailSettings.initialize(this.getContext(), __Settings); [javac] ^ [javac] D:\Documents\Mendixdev\Profile2 \javasource\advemail\actions\SendEmailAttachments.java:71: cannot find symbol [javac] symbol : class Attachment [javac] location: class advemail.actions.SendEmailAttachments [javac] for (Attachment a : Message.getAbstractEmailMessage_Attachment ()) { [javac] ^ [javac] 8 errors BUILD FAILED D:\Documents\Mendixdev\Profile2\deployment\build.xml:60: Compile failed; see the compiler error output for details. Total time: 2 seconds What I'm doing wrong or how I can fix this?
asked
2 answers
1

The 1.0 version of the module in the Appstore is very old, based on the Release Candidate of Mendix 2.5 I just released a new version bases on the newest versions of all widgets and modules. This one is published as complete project and should run out of the box (after updating the email constants).

However, we are already busy writing a better follow up. So keep an eye on the appstore (as ever ;-)).

answered
0

In addition, if I continue the deployment, then I get this error:

Request action: start Message: Starting MxRuntime failed. Cause: An exception occurred while running the after-startup-action Stack trace: Starting MxRuntime failed. at com.mendix.core.MxRuntime.z(SourceFile:250) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: An exception occurred while running the after-startup-action at com.mendix.core.MxRuntime.A(SourceFile:281) at com.mendix.core.MxRuntime.z(SourceFile:245) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreException: com.mendix.core.CoreException: java.lang.IllegalArgumentException: Action should not be null at ie.b(SourceFile:164) at com.mendix.core.MxRuntime.A(SourceFile:279) at com.mendix.core.MxRuntime.z(SourceFile:245) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreException: java.lang.IllegalArgumentException: Action should not be null at ie.b(SourceFile:164) at com.mendix.core.Core.executeSync(SourceFile:163) at ee.h(SourceFile:74) at ee.a(SourceFile:35) at cV.execute(SourceFile:106) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:159) at com.mendix.core.MxRuntime.A(SourceFile:279) at com.mendix.core.MxRuntime.z(SourceFile:245) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: com.mendix.core.CoreException: java.lang.IllegalArgumentException: Action should not be null at ie.b(SourceFile:164) at com.mendix.core.Core.executeSync(SourceFile:163) at id.a(SourceFile:71) at kH.a(SourceFile:66) at eF.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:155) at com.mendix.core.Core.executeSync(SourceFile:163) at ee.h(SourceFile:74) at ee.a(SourceFile:35) at cV.execute(SourceFile:106) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:159) at com.mendix.core.MxRuntime.A(SourceFile:279) at com.mendix.core.MxRuntime.z(SourceFile:245) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalArgumentException: Action should not be null at com.mendix.core.Core.execute(SourceFile:197) at gT.a(SourceFile:70) at kH.a(SourceFile:66) at eF.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:155) at com.mendix.core.Core.executeSync(SourceFile:163) at id.a(SourceFile:71) at kH.a(SourceFile:66) at eF.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:155) at com.mendix.core.Core.executeSync(SourceFile:163) at ee.h(SourceFile:74) at ee.a(SourceFile:35) at cV.execute(SourceFile:106) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:159) at com.mendix.core.MxRuntime.A(SourceFile:279) at com.mendix.core.MxRuntime.z(SourceFile:245) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619) Caused by: Action should not be null at ie.b(SourceFile:147) at com.mendix.core.Core.execute(SourceFile:187) at gT.a(SourceFile:70) at kH.a(SourceFile:66) at eF.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:155) at com.mendix.core.Core.executeSync(SourceFile:163) at id.a(SourceFile:71) at kH.a(SourceFile:66) at eF.executeAction(SourceFile:96) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:155) at com.mendix.core.Core.executeSync(SourceFile:163) at ee.h(SourceFile:74) at ee.a(SourceFile:35) at cV.execute(SourceFile:106) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:159) at com.mendix.core.MxRuntime.A(SourceFile:279) at com.mendix.core.MxRuntime.z(SourceFile:245) at com.mendix.core.MxRuntime.a(SourceFile:227) at lt.execute(SourceFile:54) at com.mendix.m2ee.server.handler.AdminHandler.handle(AdminHandler.java:84) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:992) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:550) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Thread.java:619)

answered