[jboss-user] [JBoss jBPM] - Re: Jbpm performance problem

2008-08-11 Thread shamesh_joshi
This might be due to exhausted connection pool to the database. Your program 
might forgot to close the connection after using it. 

1. Try to close connection after it is used in your program. 
2. Try to increase connection poll.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169993#4169993

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169993
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - ERROR com.sun.facelets.compiler.TagLibraryConfig loadImplici

2008-07-17 Thread shamesh_joshi
When I deployed my portlet in the jboss-portal-2.6.5.sp1. My portal uses 
Richfaces, spring and ajsf-portlet-1.2.2 jar and other jars.

The deployment is successful but when I try to access the portlet using
http://localhost:8080/portal it seems to work but after some time it stuck with 
following error message:


  | 11:34:01,981 ERROR [STDERR] Jul 17, 2008 11:34:01 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/C:/jboss-portal-2.6.5.SP1/server/default/./deploy/jboss-portal.sar/portal-identity.sar/portal-identity.war/WEB-INF/lib2/portal-faces-lib.jar!/META-INF/portal.taglib.xml
  | 11:34:02,028 ERROR [STDERR] Jul 17, 2008 11:34:02 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/C:/jboss-portal-2.6.5.SP1/server/default/./deploy/jboss-portal.sar/portal-identity.sar/portal-identity.war/WEB-INF/lib2/jsf-facelets.jar!/META-INF/jstl-core.taglib.xml
  | 11:34:02,091 ERROR [STDERR] Jul 17, 2008 11:34:02 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/C:/jboss-portal-2.6.5.SP1/server/default/./deploy/jboss-portal.sar/portal-identity.sar/portal-identity.war/WEB-INF/lib2/jsf-
  | facelets.jar!/META-INF/jsf-core.taglib.xml
  | 11:34:02,106 ERROR [STDERR] Jul 17, 2008 11:34:02 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/C:/jboss-portal-2.6.5.SP1/server/default/./deploy/jboss-portal.sar/portal-identity.sar/portal-identity.war/WEB-INF/lib2/jsf-
  | facelets.jar!/META-INF/jsf-html.taglib.xml
  | 11:34:02,138 ERROR [STDERR] Jul 17, 2008 11:34:02 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/C:/jboss-portal-2.6.5.SP1/server/default/./deploy/jboss-portal.sar/portal-identity.sar/portal-identity.war/WEB-INF/lib2/jsf-
  | facelets.jar!/META-INF/jsf-ui.taglib.xml
  | 11:34:02,153 ERROR [STDERR] Jul 17, 2008 11:34:02 AM 
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
  | INFO: Added Library from: 
jar:file:/C:/jboss-portal-2.6.5.SP1/server/default/./deploy/jboss-portal.sar/portal-identity.sar/portal-identity.war/WEB-INF/lib2/jsf-
  | facelets.jar!/META-INF/jstl-fn.taglib.xml
  | 

To overcome this error I removed the jsf-facelets.jar from 
jboss-portal-2.6.5.SP1\server\default\deploy\jboss-portal.sar\portal-identity.sar\portal-identity.war\WEB-INF\lib2
 
By this the system work for first time and halts with following error:


  | 
  | #
  | # An unexpected error has been detected by Java Runtime Environment:
  | #
  | #  EXCEPTION_ACCESS_VIOLATION (0xc005) at pc=0x6dc295b0, pid=2592, 
tid=796
  | #
  | # Java VM: Java HotSpot(TM) Server VM (10.0-b22 mixed mode windows-x86)
  | # Problematic frame:
  | # V  [jvm.dll+0x1695b0]
  | #
  | # An error report file with more information is saved as:
  | # C:\jboss-portal-2.6.5.SP1\bin\hs_err_pid2592.log
  | #
  | # If you would like to submit a bug report, please visit:
  | #   http://java.sun.com/webapps/bugreport/crash.jsp
  | 

can't figure out why this is happening.
I would be highly thankful if any body help with this.

Regards,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165099#4165099

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165099
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JSF / IPC / Portal 2.4

2008-07-05 Thread shamesh_joshi
I also couldn't find any example in IPC with JSF protlet. Is guys form JBoss 
shutting their ears???
Please guys help us

thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162638#4162638

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162638
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Need IPC Sample

2008-07-04 Thread shamesh_joshi
Is there any sample example to run IPC in Portal 2.0 for JSF. Portal 1.0 only 
support for one to one IPC. I need to communicate with multiple portlet from 
single portlet.

Any help is highly appreciated. 
Regards,
Shamesh

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162504#4162504

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162504
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.5 released

2008-07-04 Thread shamesh_joshi
This release seems to lack proper handling of Inter Portlet Communication for 
the case of JSF. I tried to deploy JSF portlets for IPC but couldn't succeed. 
Is this true?
If not can anyone provide simple example in IPC for the case of JSF in Portal 
2.0

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162497#4162497

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162497
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user