[JBoss Cache] - Migrated code not working in JBOSS.Think it is a problem with JBOSS cache
by Ankitdhar Inkollu
Ankitdhar Inkollu [http://community.jboss.org/people/ankitdhar] created the discussion
"Migrated code not working in JBOSS.Think it is a problem with JBOSS cache"
To view the discussion, visit: http://community.jboss.org/message/642151#642151
--------------------------------------------------------------
Hi Everyone,
We are facing a problem with an application which has been migrated from Weblogic to JBOSS.
ISSUE:
The application has two user-roles:
1. Admin
2. Normal User
Firstly,an admin logs in,he is able to work fine with his privileges.
Secondly,a normal user logs in and he is able to work fine with his respective privileges.
Thirldy,when an admin logs in,his privileges have been set as of a normal-user.The buttons which were generally
enabled for him have been disabled.
Rest of the application is working fine.
This problem persists until we restart the servers.And if a normal user logs in,the issue persists.
As of now,as a work-around,we have requested the normal users not to login into the application.
Note:
1.The JDK has been upgraded from 1.4 to 1.6
2.Oracle has been upgraded from 9i to 11G.
We do not know whether the issue is with code or the configuration settings of JBOSS server.
The log files are not showing any errors. I think it is problem with JBOSS cache.
If anyone has faced such an issue before or can help us in resolving this issue, please post your views.
You can also contact me through my mail id- mailto:ainkollu@gmail.com ainkollu(a)gmail.com
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/642151#642151]
Start a new discussion in JBoss Cache at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 4 months
[jBPM] - Unable to generate PNG document from the Web Designer 2.0.
by Victor Sarmiento
Victor Sarmiento [http://community.jboss.org/people/vsarmien] created the discussion
"Unable to generate PNG document from the Web Designer 2.0."
To view the discussion, visit: http://community.jboss.org/message/641610#641610
--------------------------------------------------------------
We have just installed jBPM 5.2 from the full installer (*jbpm-5.2.0.Final-installer-full.zip*) on Windows. We haven't been able to generate the PNG document from the Web Designer 2.0. If we use the options "Share Process Image" from the top toolbar, we get the following error message: "Failed to create the process image".
If we use the PNG button at the bottom of the Web Designer, we get the following error messages. (I have included the error shown on the web page, as well as the error shown in the server.log file)
ERROR MESSAGE IN DESIGNER
=========================
File not found
Firefox can't find the file at http://localhost:8080/designer/transformer?uuid=4ce60bdb-18e0-4580-9ad3-0... http://localhost:8080/designer/transformer?uuid=4ce60bdb-18e0-4580-9ad3-0....
DETAILS FROM SERVER.LOG
========================
14:36:06,075 SEVERE [com.intalio.web.server.TransformerServlet] (http-localhost-127.0.0.1-8080-4) Server returned HTTP response code: 505 for URL: http://localhost:8080/drools-guvnor/rest/packages/defaultPackage/assets/Test http://localhost:8080/drools-guvnor/rest/packages/defaultPackage/assets/Test Process/source/
14:36:06,076 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) java.io.IOException: SAX2 driver class org.apache.xerces.parsers.SAXParser not found
14:36:06,076 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source)
14:36:06,077 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source)
14:36:06,077 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source)
14:36:06,077 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source)
14:36:06,077 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.batik.transcoder.XMLAbstractTranscoder.transcode(Unknown Source)
14:36:06,078 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.batik.transcoder.SVGAbstractTranscoder.transcode(Unknown Source)
14:36:06,078 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at com.intalio.web.server.TransformerServlet.doPost(TransformerServlet.java:196)
14:36:06,078 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
14:36:06,078 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
14:36:06,078 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
14:36:06,079 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
14:36:06,079 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at com.intalio.web.filter.impl.PluggableFilter.doFilter(PluggableFilter.java:75)
14:36:06,079 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
14:36:06,079 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
14:36:06,079 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
14:36:06,080 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
14:36:06,080 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:139)
14:36:06,080 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
14:36:06,080 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
14:36:06,080 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
14:36:06,081 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
14:36:06,081 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
14:36:06,081 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
14:36:06,081 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
14:36:06,082 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:952)
14:36:06,082 ERROR [stderr] (http-localhost-127.0.0.1-8080-4) at java.lang.Thread.run(Thread.java:662)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/641610#641610]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 4 months