PAULWEB18 / processbase

Automatically exported from code.google.com/p/processbase
0 stars 0 forks source link

Doesn't display UI correctly #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download and install BOS 5.4 JBoss Bundle
2. Install liferay 6.05 according instructions
3. Deploy processbase 2.1 EAR and dependencies
4. Modify processbase2.properties according docs
5. Install VAADIN
6. add user and admin processbase Portlets 
7. Upload a Process Definition .BAR file
8. Init a process under user processbase Portlet

What is the expected output? What do you see instead?
The interface to start the process does not show correctly. Instead a malformed 
form page.

The logs shows the following output:

14:21:35,915 ERROR [STDERR] java.lang.NullPointerException
14:21:35,916 ERROR [STDERR]     at 
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.jav
a:379)
14:21:35,916 ERROR [STDERR]     at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invokeLocal(IsLocalInterceptor.java:8
5)
14:21:35,917 ERROR [STDERR]     at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:72)
14:21:35,917 ERROR [STDERR]     at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
14:21:35,917 ERROR [STDERR]     at 
org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
14:21:35,917 ERROR [STDERR]     at $Proxy726.invoke(Unknown Source)
14:21:35,917 ERROR [STDERR]     at 
org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invo
ke(SessionProxyInvocationHandlerBase.java:207)
14:21:35,917 ERROR [STDERR]     at 
org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invo
ke(SessionProxyInvocationHandlerBase.java:164)
14:21:35,917 ERROR [STDERR]     at $Proxy758.evaluateGroovyExpressions(Unknown 
Source)
14:21:35,917 ERROR [STDERR]     at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
14:21:35,918 ERROR [STDERR]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
14:21:35,918 ERROR [STDERR]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
14:21:35,918 ERROR [STDERR]     at 
java.lang.reflect.Method.invoke(Method.java:597)
14:21:35,918 ERROR [STDERR]     at 
org.ow2.bonita.facade.interceptor.ClientRemoteAPIInterceptor.invoke(ClientRemote
APIInterceptor.java:119)

What version of the product are you using? On what operating system?
Mac OSX 10.6.4 with Java(TM) SE Runtime Environment (build 
1.6.0_22-b04-307-10M3261)

Thanks...

Original issue reported on code.google.com by josemanu...@gmail.com on 8 Feb 2011 at 6:59

GoogleCodeExporter commented 8 years ago
Hi,

I installed it on both of Glassfish 3.0.1 and JBoss 5.1 over Windows 2003 
server success. My installations have no this kind of issue on Windows 2003.
You can find from http://code.google.com/p/processbase/issues/detail?id=10 and 
Carlo's instruction.

Joshua

Original comment by tw.jos...@gmail.com on 9 Feb 2011 at 4:29