validationQuery and jboss
by bmilbratzï¼ outstart.com
Hi,
Does 'validationQuery' work w/ jboss?
One of our customers has an intermittent 'connection reset by peer'
error when connecting from the app server to the database.
I search a bit and found some posts/articles suggesting using a
'validationQuery' property on the data source to force the driver to
execute-a-query-and-thus-reset-the-connection.
The documentation, however, was less than-complete.
Furthermore, I'm not sure I can specify this information using the
jboss datasource configuration file (-ds.xml ).
I've grepped the jboss-3.2.6 source and see no reference whatsoever to
'validationquery' --so hence my query to the list.
We're running Jboss-3-2.6
links:
http://tomcat.apache.org/tomcat-5.0-doc/jndi-resources-howto.html
*validationQuery* - SQL query that can be used by the pool to validate
connections before they are returned to the application. If specified,
this query MUST be an SQL SELECT statement that returns at least one row.
http://confluence.atlassian.com/display/JIRA/Surviving+Connection+Closure...,
the Commons DBCP (Database Connection Pool) which is used by the Tomcat
application server (and hence JIRA Standalone) can validate connections
(by running a simple SQL query) before issueing them, and if a broken
connection is detected, a new one is created to replace it. To do this
you will need to set the "validationQuery" option on the database
connection pool.
thanks
bill m
19Â years, 7Â months
[Installation, Configuration & Deployment] - JBoss Startup issue
by bnraju1
Hi,
I installed JBoss-4.0.4.GA and Messaging 1.0.1.CR4 on AIX environment. When I try to start JBoss for the first time, I get the below error message. Can someone please help me with this?
------------------------------------------------------------------
14:11:08,730 INFO [Server] Starting JBoss (MX MicroKernel)...
14:11:08,733 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)
14:11:08,759 INFO [Server] Home Dir: /usr/JBoss/jboss-4.0.4.GA
14:11:08,759 INFO [Server] Home URL: file:/usr/JBoss/jboss-4.0.4.GA/
14:11:08,761 INFO [Server] Patch URL: null
14:11:08,761 INFO [Server] Server Name: standalone-messaging
14:11:08,762 INFO [Server] Server Home Dir: /usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging
14:11:08,762 INFO [Server] Server Home URL: file:/usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging/
14:11:08,763 INFO [Server] Server Log Dir: /usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging/log
14:11:08,763 INFO [Server] Server Temp Dir: /usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging/tmp
14:11:08,764 INFO [Server] Root Deployment Filename: jboss-service.xml
14:11:10,167 INFO [ServerInfo] Java version: 1.4.2,IBM Corporation
14:11:10,167 INFO [ServerInfo] Java VM: Classic VM 1.4.2,IBM Corporation
14:11:10,167 INFO [ServerInfo] OS-System: AIX 5.1,ppc
14:11:12,199 INFO [Server] Core system initialized
14:11:16,051 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
14:11:16,954 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
14:11:21,798 INFO [Embedded] Catalina naming disabled
14:11:21,885 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
14:11:21,887 INFO [ClusterRuleSetFactory] Unable to find a cluster rule set in the classpath. Will load the default rule set.
14:11:22,747 INFO [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
14:11:22,748 INFO [Catalina] Initialization processed in 860 ms
14:11:22,748 INFO [StandardService] Starting service jboss.web
14:11:22,756 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.17
14:11:22,874 INFO [StandardHost] XML validation disabled
14:11:23,104 INFO [Catalina] Server startup in 356 ms
14:11:23,342 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
14:11:24,547 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
14:11:28,576 WARN [BasicMBeanRegistry] MBeanException: preRegister() failed: [ObjectName='jboss.messaging:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@3c6aacd8)] Cause: java.lang.RuntimeException: Exception creating identity: http1stg: http1stg
14:11:28,608 ERROR [MainDeployer] Could not create deployment: file:/usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging/deploy/jboss-messaging/remoting-service.xml
org.jboss.deployment.DeploymentException: - nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java(Inlined Compiled Code))
at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java(Compiled Code))
at $Proxy4.install(Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:249)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:807)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java(Compiled Code))
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:62)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:464)
at java.lang.Thread.run(Thread.java:568)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:449)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 84 more
Caused by: MBeanException: null Cause: MBeanException: preRegister() failed: [ObjectName='jboss.messaging:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@3c6aacd8)] Cause: java.lang.RuntimeException: Exception creating identity: http1stg: http1stg
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java(Compiled Code))
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged1(Native Method)
at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... 89 more
Caused by: MBeanException: preRegister() failed: [ObjectName='jboss.messaging:service=NetworkRegistry', Class=org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@3c6aacd8)] Cause: java.lang.RuntimeException: Exception creating identity: http1stg: http1stg
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... 100 more
Caused by: java.lang.RuntimeException: Exception creating identity: http1stg: http1stg
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... 105 more
14:11:31,479 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
14:11:32,208 INFO [[/web-console]] J2EEFolder: Failed to init plugin, bsh/Interpreter
14:11:32,249 INFO [[/web-console]] SystemFolder: Failed to init plugin, bsh/Interpreter
14:11:33,399 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
14:11:34,670 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:name=DefaultDS,service=DataSourceBinding' to JNDI name 'java:DefaultDS'
14:11:34,845 WARN [JDBCPersistenceManager]
JBoss Messaging Warning: DataSource connection transaction isolation should be READ_COMMITTED, but it is currently NONE.
Using an isolation level less strict than READ_COMMITTED may lead to data consistency problems.
Using an isolation level more strict than READ_COMMITTED may lead to deadlock.
14:11:35,591 INFO [ServerPeer] JBoss Messaging 1.0.1.CR4 server [server.0] started
14:11:35,649 INFO [Queue] Queue[/queue/DLQ] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,670 INFO [Topic] Topic[/topic/testTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,676 INFO [Topic] Topic[/topic/securedTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,682 INFO [Topic] Topic[/topic/testDurableTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,691 INFO [Queue] Queue[/queue/testQueue] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,851 INFO [Queue] Queue[/queue/A] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,859 INFO [Queue] Queue[/queue/B] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,867 INFO [Queue] Queue[/queue/C] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,874 INFO [Queue] Queue[/queue/D] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,882 INFO [Queue] Queue[/queue/ex] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:35,894 INFO [Topic] Topic[/topic/openTopic] started, fullSize=75000, pageSize=2000, downCacheSize=2000
14:11:36,108 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
14:11:36,679 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@d1ab47c6 { url=file:/usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging/deploy/jboss-messaging/remoting-service.xml }
deployer: org.jboss.deployment.SARDeployer@2b5cacf4
status: Deployment FAILED reason: - nested throwable: (java.lang.reflect.InvocationTargetException)
state: FAILED
watch: file:/usr/JBoss/jboss-4.0.4.GA/server/standalone-messaging/deploy/jboss-messaging/remoting-service.xml
altDD: null
lastDeployed: 1163704288489
lastModified: 1163704288000
mbeans:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.messaging.destination:service=ConnectionFactory
State: CONFIGURED
I Depend On:
jboss.messaging:service=ServerPeer
jboss.messaging:service=Connector,transport=socket
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.messaging:service=Connector,transport=socket
State: CONFIGURED
I Depend On:
jboss.messaging:service=NetworkRegistry
Depends On Me:
jboss.messaging.destination:service=ConnectionFactory
14:11:36,726 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
14:11:36,777 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 28s:10ms
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986858#3986858
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986858
19Â years, 7Â months
[JBoss Portal] - running helloportal failed.
by smithlearner
I tried to example helloportal, but got exception:
10:19:43,796 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: null
10:19:43,796 ERROR [JDBCExceptionReporter] Transaction is not active: tx=Transac
tionImpl:XidImpl[FormatId=257, GlobalId=home/38, BranchQual=, localId=38]; - nes
ted throwable: (javax.resource.ResourceException: Transaction is not active: tx=
TransactionImpl:XidImpl[FormatId=257, GlobalId=home/38, BranchQual=, localId=38]
)
10:19:43,812 ERROR [PortalPermissionCollection] Permission check against the rep
ository failed
org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException
(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.j
ava:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelp
er.java:43)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelp
er.java:29)
at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager
.java:420)
at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.
java:144)
at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatc
her.java:139)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1560)
at org.hibernate.loader.Loader.doQuery(Loader.java:661)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Lo
ader.java:224)
at org.hibernate.loader.Loader.doList(Loader.java:2144)
at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2060)
at org.hibernate.loader.Loader.list(Loader.java:2020)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:393)
at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.ja
va:338)
at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java
:172)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
at org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.j
ava:780)
at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContain
er.getObjectNode(PersistentPortalObjectContainer.java:238)
at org.jboss.portal.core.impl.model.portal.PersistentPortalObjectContain
er.getObjectNode(PersistentPortalObjectContainer.java:223)
at org.jboss.portal.core.impl.model.portal.AbstractPortalObjectContainer
.getPermission(AbstractPortalObjectContainer.java:113)
at org.jboss.portal.core.model.portal.PortalObjectPermission.implies(Por
talObjectPermission.java:207)
at org.jboss.portal.security.PortalPermissionCollection.implies(PortalPe
rmissionCollection.java:96)
at java.security.Permissions.implies(Permissions.java:165)
at org.jboss.security.jacc.ContextPolicy.implies(ContextPolicy.java:98)
at org.jboss.security.jacc.DelegatingPolicy.implies(DelegatingPolicy.jav
a:203)
at org.jboss.portal.security.impl.jacc.JACCPortalAuthorizationManager.in
ternalCheckPermission(JACCPortalAuthorizationManager.java:184)
at org.jboss.portal.security.impl.jacc.JACCPortalAuthorizationManager.ch
eckPermission(JACCPortalAuthorizationManager.java:195)
at org.jboss.portal.core.aspects.controller.PageCustomizerInterceptor.in
........
Does anybody have this problem?
The server already connected to the database and it already fetched some data from database. so i guess the problem is on transaction. but I don't know why transaction became inactive.
Can anybody tell me some reason?
Thanks in advance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986857#3986857
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986857
19Â years, 7Â months