Hello,

I am new to openWfe and trying to launch  Vamsee's Newbie Guide's
first example. I tried both 1.7.2 and 1.7.3pre and got the same
results. After a fresh install I just modified participant-map.xml
worklist-configuration.xml and etc/worklist/password.xml. When I try
to launch http://localhost:7079/docflow__1.0.xml I got the following
exception in worklist.log:
Please help me... I got nothing from the forums.

2007-05-10 22:04:51,182 [RMI TCP Connection(7)-192.168.2.2] WARN
openwfe.org.worklist.impl.RmiWorkSession - executeAction() failure for
openwfe.org.wlactions.LaunchAction
java.security.AccessControlException: access denied [LaunchPermission
  name="mainEngine::http://localhost:7079/docflow__1.0.xml";
/]
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:
264)
        at
java.security.AccessController.checkPermission(AccessController.java:
427)
        at openwfe.org.wlactions.LaunchAction.run(LaunchAction.java:133)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:396)
        at openwfe.org.auth.Actions.executeAction(Actions.java:154)
        at
openwfe.org.worklist.impl.RmiWorkSession.executeAction(RmiWorkSession.java:
214)
        at
openwfe.org.worklist.impl.RmiWorkSession.launch(RmiWorkSession.java:
451)
        at
openwfe.org.worklist.impl.audit.AuditedRmiWorkSession.launch(AuditedRmiWorkSession.java:
125)
        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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:
294)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:
466)
        at sun.rmi.transport.tcp.TCPTransport
$ConnectionHandler.run(TCPTransport.java:707)
        at java.lang.Thread.run(Thread.java:595)

Also when starting by open-wfe.suite.bat(on windows) there is a few
exceptions like this:

[RMI TCP Connection(7)-192.168.2.2] WARN
openwfe.org.worklist.impl.RmiWorkSession - executeAction() failure for
openwfe.org.wlactions.GetHeadersAction
java.security.AccessControlException: access denied <StorePermission
name="Store.default" actions="---b" />
        at
java.security.AccessControlContext.checkPermission(AccessControlContext.java:
264)
        at
java.security.AccessController.checkPermission(AccessController.java:
427)
        at
openwfe.org.worklist.impl.store.SimpleWorkItemStore.getHeaders(SimpleWorkItemStore.java:
859)
        at
openwfe.org.worklist.impl.store.SimpleWorkItemStore.getHeaders(SimpleWorkItemStore.java:
842)
        at openwfe.org.wlactions.GetHeadersAction.run(GetHeadersAction.java:
101)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:396)
        at openwfe.org.auth.Actions.executeAction(Actions.java:154)
        at
openwfe.org.worklist.impl.RmiWorkSession.executeAction(RmiWorkSession.java:
214)
        at
openwfe.org.worklist.impl.RmiWorkSession.getHeaders(RmiWorkSession.java:
282)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:
294)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:
466)
        at sun.rmi.transport.tcp.TCPTransport
$ConnectionHandler.run(TCPTransport.java:707)
        at java.lang.Thread.run(Thread.java:595)


And also :) in web client log:
2007-05-10 22:27:57,605 INFO  /droflo - renderFlow() this.workitem ==
null : true
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _renderDefinition()
defExpression is ( fei 1.7.2 null/null http://localhost:7079/docflow__1.0.xml
docflow 1.0 null process-definition 0 )
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _renderExpression()
class is openwfe.org.engine.expressions.SequenceExpression
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _getRenderer()
expression.class is openwfe.org.engine.expressions.SequenceExpression
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _renderExpression()
class is openwfe.org.engine.expressions.ParticipantExpression
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _getRenderer()
expression.class is
openwfe.org.engine.expressions.ParticipantExpression
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _renderExpression()
class is openwfe.org.engine.expressions.ParticipantExpression
2007-05-10 22:27:57,605 INFO  /droflo - DEBUG  _getRenderer()
expression.class is
openwfe.org.engine.expressions.ParticipantExpression
2007-05-10 22:32:11,611 DEBUG openwfe.org.rest.RestUtils -
extractParams() for '?engineId=null'
2007-05-10 22:32:11,611 DEBUG openwfe.org.rest.RestUtils -
extractParams() found 'engineId' -> 'null'
2007-05-10 22:32:11,611 DEBUG input.py - parseRequest() switched to
OwfeRequest
2007-05-10 22:32:11,721 DEBUG
openwfe.org.webclient.actions.OpenWfeAction - Proceed failed
openwfe.org.worklist.WorkListException: failure 1 in
openwfe.org.wlactions.LaunchAction
        at
openwfe.org.worklist.impl.RmiWorkSession.executeAction(RmiWorkSession.java:
237)
        at
openwfe.org.worklist.impl.RmiWorkSession.launch(RmiWorkSession.java:
451)
        at
openwfe.org.worklist.impl.audit.AuditedRmiWorkSession.launch(AuditedRmiWorkSession.java:
125)
        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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:
294)
        at sun.rmi.transport.Transport$1.run(Transport.java:153)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
        at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:
466)
        at sun.rmi.transport.tcp.TCPTransport
$ConnectionHandler.run(TCPTransport.java:707)
        at java.lang.Thread.run(Thread.java:595)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenWFE users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/openwfe-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to