[jboss-user] [jBPM] - Re: Issue with running jbpm console 5.1 in websphere 7

Anand Awasthi do-not-reply at jboss.com
Wed Nov 9 20:25:08 EST 2011


Anand Awasthi [http://community.jboss.org/people/anand.awasthi] created the discussion

"Re: Issue with running jbpm console 5.1 in websphere 7"

To view the discussion, visit: http://community.jboss.org/message/635835#635835

--------------------------------------------------------------
Sure. 

Here are the exact steps and changes along the way:

* Deployed both WAR on Console. each with separate context root. and class loader as parent_last

* Change class loader policy to separate for each WAR
 
* Downloaded resteasy-jaxrs-2.2.3.GA.jar and replaced Old JAX-RS jar that came with installer with resteasy-jaxrs-2.2.3.GA (I was getting a class exception)


* Set the JVM variables on WAS for Console Directory and Birth Report Engine Installation


-Dorg.jbpm.report.engine.dir=D:\temp1 -Djbpm.console.directory=D:\process
\resources


* Copied hibernate jars , dom4j, javassist jars  in gwt-consoler-server-war/web-inf/lib 
* Updated persistence.xml with DB2 datasource
* Configured Custom User Registry that takes users and group from users.props and groups.props.

Following is my user.props 

# name:passwd:uid:gids:display name
# where name   = userId/userName of the user
#       passwd = password of the user
#       uid    = uniqueId of the user
#       gid    = groupIds of the groups that the user belongs to
#       display name = a (optional) display name for the user.
krisv:krisv:123:789:krisv


and groups.props

# Format:
# name:gid:users:display name
# where name   = groupId of the group
#       gid    = uniqueId of the group
#       users  = list of all the userIds that the group contains
#       display name = a (optional) display name for the group.
administrator:999:krisv:Administrative group
manager:678:krisv:Operators group
user:789:krisv:user Group


I also wanted to mention: 

1) that I am not using guvnor for process definition repository, i am using a local folder (
D:\process\resources)
2) Also I have not installed BIRT run time (i have just added path -Dorg.jbpm.report.engine.dir=D:\temp1 to bypass servlet initialization exception), my understanding is that it only comes in picture when i want to geenrate reports. For initial logon and process management BIRT is not required. Please correct me if I am missing here

so after making above changes when I  start server (and I am using IE7, the client does not allow any other browsers).

and logon to console :

 http://localhost:9082/gwt-console/app.html http://localhost:9082/gwt-console/app.html

my screen just stays there  on logon page itself and Server Logs Isee following error message:





[11/9/11 19:13:12:992 EST] 00000015 SystemOut O 2011-11-09 19:13:12,992 DEBUG [WebContainer : 0] impl.Log4jLogger - PathInfo: /identity/secure/j_security_check
[11/9/11 19:13:12:993 EST] 00000015 SystemOut O 2011-11-09 19:13:12,992 DEBUG [WebContainer : 0] impl.Log4jLogger - Failed executing POST /identity/secure/j_security_check
org.jboss.resteasy.spi.NotFoundException
: Could not find resource for relative : /identity/secure/j_security_check of full path: http://localhost:9082/gwt-console-server/rs/identity/secure/j_security_check
at org.jboss.resteasy.core.registry.RootSegment.matchChildren(
RootSegment.java:360 
)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/635835#635835]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111109/a8954b99/attachment.html 


More information about the jboss-user mailing list