hanzel Posted October 28, 2011 Posted October 28, 2011 This happens when the step is called in a filemaker script triggered through the xml api. It seems like any SC function will return the question mark. Weird thing is that the same script run via a fm console script schedule returns the version just fine. Both are running under the same filemaker user account. Does this sound familiar to anyone? I'm also getting this SC error output: 11 Oct 28, 2011 2:32:09 PM com.prosc.supercontainer.LogFilter doFilter 12 SEVERE: An error occurred while handling request /SuperContainer/Files/ in thread TP-Processor3 13 java.lang.NullPointerException 14 at com.prosc.supercontainer.web.KitchenSink.doGet(KitchenSink.java:59) 15 at javax.servlet.http.HttpServlet.service(HttpServlet.java:627) 16 at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) 17 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) 18 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) 19 at com.prosc.supercontainer.web.JSPModelFilter.doFilter(JSPModelFilter.java:140) 20 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) 21 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) 22 at com.prosc.supercontainer.web.ActionFilter.doFilter(ActionFilter.java:92) 23 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) 24 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) 25 at com.prosc.supercontainer.web.RegistrationFilter.doFilter(RegistrationFilter.java:82) 26 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) 27 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) 28 at com.prosc.supercontainer.LogFilter.doFilter(LogFilter.java:38) 29 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) 30 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) 31 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) 32 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) 33 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 34 at com.filemaker.tomcat.FMErrorReportValve.invoke(Unknown Source) 35 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) 36 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) 37 at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) 38 at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291) 39 at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775) 40 at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704) 41 at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897) 42 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) 43 at java.lang.Thread.run(Thread.java:680) -- Thanks everyone.
Smef Posted November 1, 2011 Posted November 1, 2011 a ? means that the plugin is not installed (or you're dividing by zero ). You're getting this error because the SC Companion plugin is not installed in your WPE. Instructions for installing plugins for IWP/WPE are in the plugin documentation. I believe you spoke with Obinna about this on the phone recently, but let me know if you have any other questions.
Recommended Posts
This topic is 5023 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now