Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Publishing Workflow fails from browser view #1898

Closed
wezell opened this issue Jan 20, 2013 · 1 comment
Closed

Remote Publishing Workflow fails from browser view #1898

wezell opened this issue Jan 20, 2013 · 1 comment
Assignees
Milestone

Comments

@wezell
Copy link
Contributor

wezell commented Jan 20, 2013

Add a workflow action to the "Initial State" that does not require a lock. Add the "remote queue" to it. Then, from the browser, right click on a file asset and try to remote publish it. The popup scheduler works, but you get an exception when you hit ok.


2013-01-20 11:31:46,914 INFO com.dotmarketing.business.ajax.PermissionAjax - ##=> permissionMap: {id=12393, permission=1, isBitPermission=true, type=individual, inode=48190c8c-42c4-46af-8d1a-0cd5db894797, roleId=654b0931-1027-41f7-ad4d-173115ed8ec1}
2013-01-20 11:32:13,870 ERROR com.dotmarketing.portlets.browser.ajax.BrowserAjax - Unparseable date: "null-null"
com.dotmarketing.portlets.workflows.business.DotWorkflowException: Unparseable date: "null-null"
at com.dotmarketing.exception.DotRuntimeException.fillInStackTrace(DotRuntimeException.java:33)
at java.lang.Throwable.(Throwable.java:181)
at java.lang.Exception.(Exception.java:29)
at java.lang.RuntimeException.(RuntimeException.java:32)
at com.dotmarketing.exception.DotRuntimeException.(DotRuntimeException.java:15)
at com.dotmarketing.business.DotStateException.(DotStateException.java:19)
at com.dotmarketing.portlets.workflows.business.DotWorkflowException.(DotWorkflowException.java:13)
at com.dotmarketing.portlets.workflows.business.WorkflowAPIImpl.fireWorkflowPostCheckin(WorkflowAPIImpl.java:835)
at com.dotmarketing.portlets.workflows.business.WorkflowAPIImpl.fireWorkflowNoCheckin(WorkflowAPIImpl.java:872)
at com.dotmarketing.portlets.browser.ajax.BrowserAjax.saveFileAction(BrowserAjax.java:271)
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:597)
at org.directwebremoting.impl.CreatorModule$1.doFilter(CreatorModule.java:229)
at org.directwebremoting.impl.CreatorModule.executeMethod(CreatorModule.java:241)
at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:379)
at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:332)
at org.directwebremoting.dwrp.BaseCallHandler.handle(BaseCallHandler.java:104)
at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:120)
at org.directwebremoting.servlet.DwrServlet.doPost(DwrServlet.java:141)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
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 com.dotmarketing.filters.CMSFilter.doFilter(CMSFilter.java:125)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.dotmarketing.filters.AutoLoginFilter.doFilter(AutoLoginFilter.java:61)

@DeanGonzalez
Copy link

Working to push publish files with workflow action from edit contentlet... but still a but with right-click and push using workflow action... will test this again when following task comes back thru QA: #1921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants