[JBoss jBPM] - Task Node Question - How to end blocking tasks
by steve.j.hall@tektronix.com
I could use some help with how to end or close blocking tasks in a task node. Here is my scenario:
I an able to successfully move a token through the nodes in my workflow using the processinstance.signal method. The process has 4 nodes named START, R, S, END. Node R is a task node. A simple test of the work flow works fine. I can move the token through the work flow using the signal method as shown in the examples.
After this initial test, I added a single task to the R task node. The new task is named AssignMacAddress. AssignMacAddress is blocking and signalling. I can see that the process moves through the AssignMacAddress task and calls methods for the assignment and controller classes I have associated to it.
Now when I attempt to signal to move from node r to node s, I get java.lang.IllegalStateException: task-node 'R' still has blocking tasks.
My question is how do I end or close the blocking AssignMacAddress task so that the process is able to move from node r to s without throwing the error? I have tried a number of approaches, none of them work.
Thanks in advance.
Steve
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166733#4166733
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166733
17 years, 9 months
[Installation, Configuration & DEPLOYMENT] - Re: Unable to stop jboss server
by jamesbilla
Thanks a lot for your help.
When I did run.sh It says the server Started in 9s:386ms
But i see error messages
log4j:ERROR Parsing error on line 409 and column 23
log4j:ERROR The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".
log4j:ERROR Parsing error on line 409 and column 23
log4j:ERROR An element with the identifier "ORI" must appear in the document.
log4j:ERROR No appender named [ORI] could be found.
13:12:41,219 WARN [XMLLoginConfigImpl] End loadConfig, failed to load config: file:/usr/local/jboss-4.0.5.GA/server/default/conf/login-config.xml
org.jboss.security.auth.login.ParseException: Encountered "<?xml" at line 1, column 1.
Was expecting one of:
< EOF >
< IDENTIFIER > ...
at org.jboss.security.auth.login.SunConfigParser.generateParseException(SunConfigParser.java:395)
at org.jboss.security.auth.login.SunConfigParser.jj_consume_token(SunConfigParser.java:333)
at org.jboss.security.auth.login.SunConfigParser.config(SunConfigParser.java:98)
at org.jboss.security.auth.login.SunConfigParser.parse(SunConfigParser.java:57)
at org.jboss.security.auth.login.SunConfigParser.doParse(SunConfigParser.java:79)
....
....
...
....
13:12:42,696 WARN [URLDeploymentScanner] Scan URL, caught java.io.FileNotFoundException: Not pointing to a directory, url: file:/data/web/resources/
13:12:43,256 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 9s:386ms
13:12:47,702 WARN [URLDeploymentScanner] Scan URL, caught java.io.FileNotFoundException: Not pointing to a directory, url: file:/data/web/resources/
and the last warning line is repeated continuously. With this when i try to get to servername:8080/jmx-console i get page not found.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166730#4166730
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166730
17 years, 9 months
Delivery Notification <richasc@mallard.duc.auburn.edu>
by Postmaster@lists.jboss.org
This is a delivery status notification, automatically generated by MTA im2.duc.auburn.edu on Fri, 25 Jul 2008 12:05:01 -0500
Regarding recipient(s) : richasc(a)mallard.duc.auburn.edu
Delivery status : Failed. Message could not be delivered to domain <mallard.duc.auburn.edu> .Failed while initiating the protocol. <[('richasc(a)mallard.duc.auburn.edu', 550, '5.1.1 <richasc(a)mallard.duc.auburn.edu>... User unknown')]>
MTA Response :550
The original message headers are included as attachment.
17 years, 9 months
Delivery Failure
by Postmaster
---------------------------------------------------------------------------------
The message you sent to gaywaytravel.ru/info was rejected because the quota for the mailbox has been exceeded.
The subject of the message follows:
Subject: =?windows-1251?B?7Ojr++kg7/Do4uXyLi4gz+735ezzIO3lIO/o+OX4/D8=?=
---------------------------------------------------------------------------------
17 years, 9 months
[Security & JAAS/JBoss] - JBOSS LDAP Integration
by indra_joy
Hi folks,
I wanted to do JBOSS LDAP Integration and my Login-config.xml is as below
--<application-policy name="ldap-security">
--
--<login-module code="org.jboss.security.auth.spi.LdapLoginModule" flag="required">
--<module-option name="java.naming.factory.initial">com.sun.jndi.ldap.LdapCtxFactory</module-option>
--<module-option name="java.naming.provider.url">ldap://IP Address:389/</module-option>
--<module-option name="java.naming.security.authentication">simple</module-option>
--<module-option name="principalDNPrefix">cn=</module-option>
--<module-option name="principalDNSuffix">,CN=users,dc=lab,dc=com</module-option>
--<module-option name="rolesCtxDN">o=test</module-option>
--<module-option name="uidAttributeID">member</module-option>
--<module-option name="matchOnUserDN">true</module-option>
--<module-option name="roleAttributeID">cn</module-option>
--<module-option name="roleAttributeIsDN">false</module-option>
--<module-option name="searchTimeLimit">5000</module-option>
--<module-option name="searchScope">SUBTREE_SCOPE</module-option>
--</login-module>
--
--</application-policy>
But I am not able to see the Login popup when I am there in my jmx_console. Means it's not validatiing.
In my Server Log I am able to see
Started jboss.security:service
And this is a debig message. There is no error. Could you please help me in this.
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166718#4166718
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166718
17 years, 9 months