Check code for format compliance on running CommunityCommons Java action

0
I'm getting the following exception and stack trace when running the CommunityCommons.RegexTest action in Mendix 3.3.0 with JDK 1.6.0_32. Database is SQL Server 2008. My own Java actions seem to work OK (so far). enter lh: java.lang.NullPointerException at [my microflow action] (JavaAction : '[Microflow Java action call which caused this]') Advanced stacktrace: at mA.a(SourceFile:188) Caused by: com.mendix.core.CoreException: java.lang.NullPointerException at hk.b(SourceFile:170) Caused by: java.lang.NullPointerException at java.util.regex.Matcher.getTextLength(Matcher.java:1140) at java.util.regex.Matcher.reset(Matcher.java:291) at java.util.regex.Matcher.<init>(Matcher.java:211) at java.util.regex.Pattern.matcher(Pattern.java:888) at java.util.regex.Pattern.matches(Pattern.java:929) at communitycommons.StringUtils.regexTest(StringUtils.java:54) at communitycommons.actions.RegexTest.executeAction(RegexTest.java:38) at communitycommons.actions.RegexTest.executeAction(RegexTest.java:1) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hk.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:212) at lo.a(SourceFile:70) at mA.a(SourceFile:73) at mz.executeAction(SourceFile:101) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:48) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:435) at hk.b(SourceFile:156) at com.mendix.core.Core.execute(SourceFile:212) at gd.execute(SourceFile:184) at iI.a(SourceFile:311) at iI.a(SourceFile:240) at iI.processRequest(SourceFile:179) at iL.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:856) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:43) 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.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209) 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:662) It worked fine well in 2.5.1. I've replaced the CommunityCommons module with the latest version and recompiled everything and it made no difference. Anyone seen this before?
asked
0 answers