Jump to content
JasperReports Library 7.0 is now available ×

No conversation could be found with id


lifeandcare

Recommended Posts

Hi all,

When multiple users are trying to access JasperServer to get output of JasperReport, many times given below exception occured. Can anybody help me in resolving this problem?

 

org.springframework.webflow.conversation.NoSuchConversationException: No conversation could be found with id 'C7629AB4-76C6-39D4-D46D-13D2FC95AF14' -- perhaps this conversation has ended?

org.springframework.webflow.conversation.NoSuchConversationException: No conversation could be found with id 'C7629AB4-76C6-39D4-D46D-13D2FC95AF14' -- perhaps this conversation has ended? 	at org.springframework.webflow.conversation.impl.ConversationContainer.getConversation(ConversationContainer.java:91)	at org.springframework.webflow.conversation.impl.SessionBindingConversationManager.getConversation(SessionBindingConversationManager.java:109)	at org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository.getConversation(AbstractConversationFlowExecutionRepository.java:239)	at org.springframework.webflow.execution.repository.support.AbstractConversationFlowExecutionRepository.getLock(AbstractConversationFlowExecutionRepository.java:124)	at org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:233)	at sun.reflect.GeneratedMethodAccessor230.invoke(Unknown Source)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

 

Thanks in advance.

Noorul

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Dear Lucian,

Thanks for your kind cooperation.

I am evaluating JasperServer-2.1/JasperServer-pro-2.1.

Can you explain what is "maxConversations" property of the "flowExecutorTarget" bean? How can I use it in WEB-INF/jasperserver-servlet.xml

Kindly provide modified lines of WEB-INF/jasperserver-servlet.xml file and available links of previous threads which are related to this topic.

 

Thanks and regards,

Noorul H. Khan

Link to comment
Share on other sites

  • 2 years later...

Hello,

I have the same problem, when two users try to connect with the same username and password, an exception is triggered. i use jaspersever 7.3.1 and in the file-JasperServer servlet.xml I have this commented:

 

Thanks for advance

Bourbia: SCORE-MD

Code:
  <!--< bean  id  =  "flowExecutorTarget" class = "org.springframework.webflow.config.FlowExecutorFactoryBean  ">-->   <!--< property name = "flowDefinitionLocator" ref = "flowRegistry "/>-->   <!--< property name = "executionAttributes ">-->   <!--< map> ->   <!--< entry key = "alwaysRedirectOnPause ">-->   <!--< value type = "java.lang.Boolean"> false </ value> ->   <!--</ entry> ->   <!--</ map> ->   <!--</ property> ->   <!--< property name = "repositoryType"value = "CONTINUATION "/>-->   <!--< property name = "maxFlowExecutions"value = "-1 "/>-->   <!--< property name = "maxFlowExecutionSnapshots"value = "500 "/>-->   <!--</ bean> ->
Link to comment
Share on other sites

  • 6 months later...

Hi Lucian,

I have a same trouble.

I already set following.

<property name="maxConversations" value="-1"/>

But, still now have same trouble.

Is there any setting?

Jasper Server version is 3.5.

 

Best regards.

Jin

Code:
    <bean id="flowExecutorTarget" class="org.springframework.webflow.config.FlowExecutorFactoryBean">        <property name="definitionLocator" ref="flowRegistry"/>        <property name="executionAttributes">                <map>                        <entry key="alwaysRedirectOnPause">                                <value type="java.lang.Boolean">false</value>                        </entry>                </map>        </property>        <property name="repositoryType" value="CONTINUATION"/>        <property name="maxConversations" value="-1"/>        <property name="maxContinuations" value="500"/>    </bean>
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...