Re: [base] Base 1.2 plugin - Virtual Array -1.1

2011-03-08 Thread Nicklas Nordborg
On 2011-03-08 22:28, Thomas Person wrote:
> Howdy All,
>
> I'm attempting to install the Virtual Array 1.1 plugin on my Base 2.15
> server. I get two sets of errors. ( I was able to install the Center-2.1
> Plugin with no error).

Thanks for the report. I can verify that the VirtualArray plug-in can't 
be installed as is. There seems to be a bug in BASE that is related to 
the 'descr' field in the 'pluginVirtualArray.base' file. This file has a 
space instead of a tab character between the 'descr' and the rest of the 
line. Please change the space to a tab and then re-try the installation.

/Nicklas

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
basedb-users-requ...@lists.sourceforge.net


[base] Base 1.2 plugin - Virtual Array -1.1

2011-03-08 Thread Thomas Person
 Howdy All,

I'm attempting to install the Virtual Array 1.1 plugin on my Base 2.15 server.  
I get two sets of errors.  ( I was able to install the Center-2.1 Plugin with 
no error).

First is:


  1.  null


java.lang.NullPointerException
...at 
net.sf.basedb.plugins.Base1PluginExecuter.configure(Base1PluginExecuter.java:417)
...at 
net.sf.basedb.core.PluginConfigurationRequest.invoke(PluginConfigurationRequest.java:114)
...at org.apache.jsp.common.plugin.index_jsp._jspService(index_jsp.java:505)
...at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
...at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
...at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
...at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
...at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
...at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
...at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
...at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
...at 
net.sf.basedb.clients.web.servlet.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:69)
...at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
...at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
...at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
...at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
...at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
...at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
...at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
...at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
...at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
...at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
...at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
...at java.lang.Thread.run(Thread.java:662)

but still allows me to click next.

After that I get:
2 invalid parameter(s) were found in the request
[http://129.112.144.240:8080/www/images/bullet.gif]Show

  1.  The value '' isn't in the list of allowed values for parameter 
'sourceTransform'.


net.sf.basedb.core.InvalidDataException: The value '' isn't in the list of 
allowed values for parameter 'sourceTransform'.
...at net.sf.basedb.core.ParameterType.validate(ParameterType.java:235)
...at net.sf.basedb.core.ParameterType.validate(ParameterType.java:268)
...at 
net.sf.basedb.core.plugin.AbstractPlugin.validateRequestParameters(AbstractPlugin.java:171)
...at 
net.sf.basedb.plugins.Base1PluginExecuter.configure(Base1PluginExecuter.java:384)
...at 
net.sf.basedb.core.PluginConfigurationRequest.invoke(PluginConfigurationRequest.java:114)
...at org.apache.jsp.common.plugin.index_jsp._jspService(index_jsp.java:505)
...at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
...at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
...at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
...at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
...at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
...at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
...at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
...at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
...at 
net.sf.basedb.clients.web.servlet.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:69)
...at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
...at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
...at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
...at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
...at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
...at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
...at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
...at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
...at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
...at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
...at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
...at java.lang.Thread.run(Thread.java:662)

  2.  The value '' isn't in the list o