Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

EDIT: It seems this is a (brand new) known bug.  Yay?  I guess. 

Using build 251, with brand new alfresco database and alf_data directory.

Procedure:

  1. User is using the Web Client and MSIE7
  2. User login

...

  1. (admin/admin).

...

  1. User

...

  1. navigates

...

  1. to:

...

  1. Company

...

  1. Home

...

  1. >

...

  1. Web

...

  1. Projects

...

  1. >

...

  1. Data

...

  1. Dictionary

...

  1. >

...

  1. Web

...

  1. Forms.

...

  1. User

...

  1. clicks

...

  1. Create

...

  1. >

...

  1. Create

...

  1. Web

...

  1. Form.

...

  1. Create

...

  1. Web

...

  1. Form

...

  1. Wizard /

...

  1. Web

...

  1. Form

...

  1. Details screen is displayed.

...

  1. For

...

  1. the

...

  1. XML

...

  1. Schema,

...

  1. user

...

  1. selects

...

  1. "company-footer.xsd"

...

  1. provided

...

  1. in

...

  1. sample

...

  1. WCM.

...

  1. User

...

  1. clicks

...

  1. Next.

...

  1. Configure

...

  1. Template

...

  1. screen

...

  1. is

...

  1. displayed.

...

  1. User

...

  1. clicks

...

  1. Next.

...

  1. Configure

...

  1. Workflow

...

  1. screen

...

  1. is

...

  1. displayed.

...

  1. User

...

  1. clicks

...

  1. "No

...

  1. not

...

  1. now"

...

  1. to

...

  1. remove

...

  1. default

...

  1. workflow.

...

  1. User

...

  1. clicks

...

  1. Next.

...

  1. Summary

...

  1. screen

...

  1. is

...

  1. displayed.

...

    • General

...

    • Properties

...

      • Name:

...

      • company-footer

...

      • Description:

...

      • <not

...

      • set>

...

      • Root

...

      • element:

...

      • Output

...

      • path

...

      • pattern:

...

      • ${name}.xml

...

    • Rendering

...

    • Engine

...

    • Templates

...

    • Default

...

    • Workflow

...

      • Apply

...

      • default

...

      • workflow:

...

      • No

...

  1. User

...

  1. clicks

...

  1. Finish.

...

  1. The

...

  1. following

...

  1. error

...

  1. message

...

  1. is

...

  1. displayed:  "Please correct the errors below then click Finish.  A system error happened during the operation: null"

From the alfresco.log file:

No Format
 &nbsp;"{color:#ff0000}Please correct the errors below then click Finish.&nbsp; A&nbsp;system error happened during the operation: null{color}"

From the alfresco.log file:
{noformat}
11:02:29,839 ERROR [org.apache.myfaces.taglib.UIComponentTagUtils] Component javax.faces.component.UISelectItem is no ValueHolder, cannot set value.
11:03:06,527 WARN  [org.alfresco.web.app.servlet.UploadFileServlet] no file uploaded for upload schema
11:03:20,261 WARN  [org.alfresco.web.app.servlet.UploadFileServlet] no file uploaded for upload schema
11:03:29,214 WARN  [org.alfresco.web.app.servlet.UploadFileServlet] no file uploaded for upload schema
11:03:38,792 WARN  [org.alfresco.web.app.servlet.UploadFileServlet] no file uploaded for upload schema
11:03:54,167 ERROR [org.apache.myfaces.taglib.UIComponentTagUtils] Component javax.faces.component.UISelectItem is no ValueHolder, cannot set value.
11:04:38,355 ERROR [org.alfresco.web.ui.common.Utils] A system error happened during the operation: null
java.lang.NullPointerException
 at java.io.FileInputStream.<init>(FileInputStream.java:103)
 at org.alfresco.repo.content.AbstractContentWriter.putContent(AbstractContentWriter.java:428)
 at org.alfresco.web.bean.wcm.CreateFormWizard.finishImpl(CreateFormWizard.java:247)
 at org.alfresco.web.bean.dialog.BaseDialogBean.finish(BaseDialogBean.java:91)
 at org.alfresco.web.bean.wizard.WizardManager.finish(WizardManager.java:497)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
 at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
 at javax.faces.component.UICommand.broadcast(UICommand.java:106)
 at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
 at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
 at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
 at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
 at javax.faces.webapp.FacesServlet.service(FacesServlet.java:105)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
 at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
 at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)
 at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
 at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
 at java.lang.Thread.run(Thread.java:595)
{noformat}