[JBoss Portal] - Re: image/png Content type not accepted
by seansullivan
I fixed my portlet.xml file but I don't think JBoss Portlal can handle a portlet that produces image/png data.
On the OpenSymphony message board, I found a discussion about producing image output from a portlet:
http://forums.opensymphony.com/message.jspa?messageID=52699
anonymous wrote :
|
| Nils-Helge Garli wrote:
| > Hm... I might have been wrong about it. Maybe you can't generate
| > image output from a portlet. Didn't see anything about that in the
| > portlet spec (maybe someone can enlighten me?).
|
| There's nothing that prohibits it, but there's also nothing that
| supports it, other than the call to response.setContentType();
|
| What a portal has to do is define a custom window state that says
| "display only this portlet". When the portlet is rendered with such a
| state it can assume that it will "own" the output, and can thus create
| images or Excel reports or whatever.
|
| The usual workaround for portals that doesn't have such a window state
| is to link to a servlet that can generate the data instead. Using a
| servlet is worse, however, since it cannot leverage any security
| configuration that a portlet would be able to, and would have to ensure
| on its own that any call is legitimate. But sometimes that is ok.
|
| /Rickard
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980611#3980611
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980611
19 years, 6 months
[Installation, Configuration & Deployment] - Re: war file webcontext not available after restart
by veenmudi
Jaikiran,
The only exception I see in the console is:
00:12:18,555 WARN [jbossweb] WARNING: Failed to start: AJP13Listener@0.0.0.0:8009
00:12:18,555 ERROR [JettyService] multiple exceptions...
00:12:18,586 ERROR [JettyService] exception
java.net.BindException: Address in use: JVM_Bind
The jetty port 9000 is okay and I can access other web application outbound-dialing.war fine even after restart. It is the simple web-app I created, webtest.war, that is not accessible in IE after restart. I have posted the full console log (sorry if it is too long) below. You can see that the there is an attempt to deploy webtest.war, but it never is 'successfully deployed'.
Thanks,
Veen
***********************************************
F:\jboss-3.2.1\bin>run
===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: F:\jboss-3.2.1\bin\\..
.
JAVA: C:\JDK13~1.1_1\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: ;C:\JDK13~1.1_1\lib\tools.jar;F:\jboss-3.2.1\bin\\run.jar
.
===============================================================================
.
00:12:09,023 INFO [Server] Starting JBoss (MX MicroKernel)...
00:12:09,023 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)
00:12:09,023 INFO [Server] Home Dir: F:\jboss-3.2.1
00:12:09,023 INFO [Server] Home URL: file:/F:/jboss-3.2.1/
00:12:09,023 INFO [Server] Library URL: file:/F:/jboss-3.2.1/lib/
00:12:09,023 INFO [Server] Patch URL: null
00:12:09,023 INFO [Server] Server Name: default
00:12:09,023 INFO [Server] Server Home Dir: F:\jboss-3.2.1\server\default
00:12:09,023 INFO [Server] Server Home URL: file:/F:/jboss-3.2.1/server/default/
00:12:09,023 INFO [Server] Server Data Dir: F:\jboss-3.2.1\server\default\data
00:12:09,023 INFO [Server] Server Temp Dir: F:\jboss-3.2.1\server\default\tmp
00:12:09,023 INFO [Server] Server Config URL: file:/F:/jboss-3.2.1/server/default/conf/
00:12:09,023 INFO [Server] Server Library URL: file:/F:/jboss-3.2.1/server/default/lib/
00:12:09,023 INFO [Server] Root Deployemnt Filename: jboss-service.xml
00:12:09,023 INFO [Server] Starting General Purpose Architecture (GPA)...
00:12:09,180 INFO [ServerInfo] Java version: 1.3.1_10,Sun Microsystems Inc.
00:12:09,180 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.3.1_10-b03,Sun Microsystems Inc.
00:12:09,180 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86
00:12:09,195 INFO [ServiceController] Controller MBean online
00:12:09,227 INFO [MainDeployer] Creating
00:12:09,242 INFO [MainDeployer] Created
00:12:09,242 INFO [MainDeployer] Starting
00:12:09,242 INFO [MainDeployer] Started
00:12:09,273 INFO [JARDeployer] Creating
00:12:09,289 INFO [JARDeployer] Created
00:12:09,289 INFO [JARDeployer] Starting
00:12:09,289 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@6df84b
00:12:09,289 INFO [JARDeployer] Started
00:12:09,305 INFO [SARDeployer] Creating
00:12:09,305 INFO [SARDeployer] Created
00:12:09,305 INFO [SARDeployer] Starting
00:12:09,305 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@3a317a
00:12:09,320 INFO [SARDeployer] Started
00:12:09,320 INFO [Server] Core system initialized
00:12:09,336 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/conf/jboss-service
.xml
00:12:10,461 INFO [Log4jService] Creating
00:12:10,461 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
00:12:10,602 INFO [Log4jService] Created
00:12:10,617 INFO [WebService] Creating
00:12:10,617 INFO [WebService] Created
00:12:10,617 INFO [LocalJBossServerDomain] Creating
00:12:10,633 INFO [LocalJBossServerDomain] Created
00:12:10,648 INFO [NamingService] Creating
00:12:10,648 INFO [NamingService] Created
00:12:10,648 INFO [JNDIView] Creating
00:12:10,648 INFO [JNDIView] Created
00:12:10,648 INFO [SecurityConfig] Creating
00:12:10,648 INFO [SecurityConfig] Created
00:12:10,664 INFO [XMLLoginConfig] Creating
00:12:10,664 INFO [XMLLoginConfig] Created
00:12:10,664 INFO [JaasSecurityManagerService] Creating
00:12:10,664 INFO [JaasSecurityManagerService] Created
00:12:10,664 INFO [EARDeployer] Creating
00:12:10,664 INFO [EARDeployer] Created
00:12:10,664 INFO [BeanShellSubDeployer] Creating
00:12:10,680 INFO [BeanShellSubDeployer] Created
00:12:10,680 INFO [URLDeploymentScanner] Creating
00:12:10,680 INFO [AbstractDeploymentScanner$ScannerThread] Running
00:12:10,680 INFO [URLDeploymentScanner] Created
00:12:10,680 INFO [Log4jService] Starting
00:12:10,680 INFO [Log4jService] Started
00:12:10,680 INFO [WebService] Starting
00:12:10,695 INFO [WebService] Started WebServer with address: 10.6.192.72:8083
00:12:10,695 INFO [WebService] Using RMI server codebase: http://dc201dev20:8083/
00:12:10,695 INFO [WebService] Started
00:12:10,695 INFO [LocalJBossServerDomain] Starting
00:12:10,695 INFO [LocalJBossServerDomain] Started
00:12:10,695 INFO [NamingService] Starting
00:12:10,695 INFO [NamingService] Starting jnp server
00:12:10,789 INFO [NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, Client SocketFactory=n
ull, Server SocketFactory=null
00:12:10,789 INFO [NamingService] Listening on port 1099
00:12:10,805 INFO [NamingService] Started
00:12:10,805 INFO [JNDIView] Starting
00:12:10,805 INFO [JNDIView] Started
00:12:10,805 INFO [SecurityConfig] Starting
00:12:10,805 INFO [SecurityConfig] Started
00:12:10,805 INFO [XMLLoginConfig] Starting
00:12:10,836 INFO [XMLLoginConfig] Started
00:12:10,836 INFO [JaasSecurityManagerService] Starting
00:12:10,836 INFO [JaasSecurityManagerService] Started
00:12:10,836 INFO [EARDeployer] Starting
00:12:10,836 INFO [MainDeployer] Adding deployer: org.jboss.deployment.EARDeployer@7cbde6
00:12:10,836 INFO [EARDeployer] Started
00:12:10,836 INFO [BeanShellSubDeployer] Starting
00:12:10,852 INFO [MainDeployer] Adding deployer: org.jboss.varia.deployment.BeanShellSubDeployer@37ec5d
00:12:10,852 INFO [BeanShellSubDeployer] Started
00:12:10,852 INFO [URLDeploymentScanner] Starting
00:12:10,852 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoke
r.sar/
00:12:10,867 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.
war/
00:12:10,867 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/http-invok
er.sar/invoker.war/
00:12:10,930 INFO [HttpInvoker] Creating
00:12:10,930 INFO [HttpInvoker] Created
00:12:10,930 INFO [HttpInvokerHA] Creating
00:12:10,930 INFO [HttpInvokerHA] Created
00:12:10,930 INFO [HttpProxyFactory] Creating
00:12:10,930 INFO [HttpProxyFactory] Created
00:12:10,930 INFO [HttpProxyFactory] Creating
00:12:10,930 INFO [HttpProxyFactory] Created
00:12:10,930 INFO [HttpInvoker] Starting
00:12:10,945 INFO [HttpInvoker] Started
00:12:10,945 INFO [HttpInvokerHA] Starting
00:12:10,945 INFO [HttpInvokerHA] Started
00:12:10,945 INFO [HttpProxyFactory] Starting
00:12:10,961 INFO [HttpProxyFactory] Started
00:12:10,961 INFO [HttpProxyFactory] Starting
00:12:10,961 INFO [HttpProxyFactory] Started
00:12:10,992 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/
00:12:10,992 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jboss-jca.s
ar
00:12:11,039 INFO [RARDeployer] Creating
00:12:11,055 INFO [RARDeployer] Created
00:12:11,055 INFO [XSLSubDeployer] Creating
00:12:11,461 INFO [XSLSubDeployer] Created templates: org.apache.xalan.templates.StylesheetRoot@5ed659
00:12:11,461 INFO [XSLSubDeployer] Created
00:12:11,461 INFO [RARDeployer] Starting
00:12:11,461 INFO [MainDeployer] Adding deployer: org.jboss.resource.RARDeployer@4a7a12
00:12:11,461 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoke
r.sar/invoker.war/
00:12:11,461 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/http-invok
er.sar/invoker.war/
00:12:11,461 INFO [MainDeployer] Deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/inv
oker.war/ is waiting for an appropriate deployer.
00:12:11,461 INFO [RARDeployer] Started
00:12:11,461 INFO [XSLSubDeployer] Starting
00:12:11,461 INFO [MainDeployer] Adding deployer: org.jboss.deployment.XSLSubDeployer@32060c
00:12:11,461 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoke
r.sar/invoker.war/
00:12:11,461 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/http-invok
er.sar/invoker.war/
00:12:11,461 INFO [MainDeployer] Deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/inv
oker.war/ is waiting for an appropriate deployer.
00:12:11,461 INFO [XSLSubDeployer] Started
00:12:11,477 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jboss-jca.sar
00:12:11,477 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-je
tty.sar/
00:12:11,492 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/jasper
-compiler.jar
00:12:11,492 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/jasper
-runtime.jar
00:12:11,492 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.jb
oss.jetty.jar
00:12:11,492 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.mo
rtbay.j2ee.jar
00:12:11,492 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.mo
rtbay.jetty.jar
00:12:11,492 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/org.mo
rtbay.jmx.jar
00:12:11,898 INFO [jbossweb] Registered jboss.web:Jetty=0
00:12:11,898 INFO [jbossweb] Registered jboss.web:Code=0
00:12:11,914 INFO [jbossweb] Registered jboss.web:Log=0
00:12:11,914 INFO [jbossweb] Registered jboss.web:Log=0,JBossLogSink=0
00:12:11,930 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jbossweb-jetty.sar/
00:12:11,930 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-ejb-con
nector-server.sar
00:12:11,945 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-ejb-connector-server.
sar
00:12:11,945 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-invoker
-adaptor-server.sar/
00:12:11,992 INFO [InvokerAdaptorService] Creating
00:12:11,992 INFO [InvokerAdaptorService] Created
00:12:11,992 INFO [InvokerAdaptorService] Starting
00:12:12,008 INFO [InvokerAdaptorService] Started
00:12:12,008 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-invoker-adaptor-serve
r.sar/
00:12:12,008 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-rmi-ada
ptor.sar/
00:12:12,023 INFO [RMIAdaptorService] Creating
00:12:12,023 INFO [RMIAdaptorService] Created
00:12:12,023 INFO [RMIAdaptorService] Starting
00:12:12,055 INFO [RMIAdaptorService] Started
00:12:12,055 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-rmi-adaptor.sar/
00:12:12,055 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/uuid-key-ge
nerator.sar
00:12:12,086 INFO [UUIDKeyGeneratorFactoryService] Creating
00:12:12,086 INFO [UUIDKeyGeneratorFactoryService] Created
00:12:12,086 INFO [UUIDKeyGeneratorFactoryService] Starting
00:12:12,086 INFO [UUIDKeyGeneratorFactoryService] Started
00:12:12,102 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/uuid-key-generator.sar
00:12:12,102 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jboss-local
-jdbc.rar
00:12:12,164 INFO [RARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy
/jboss-local-jdbc.rar/11.jboss-local-jdbc.rar-contents/jboss-local-jdbc.jar
00:12:12,195 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jboss-local-jdbc.rar
00:12:12,195 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jboss-xa-jd
bc.rar
00:12:12,258 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
00:12:12,258 INFO [RARMetaData] Required license terms present. See deployment descriptor.
00:12:12,258 INFO [RARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy
/jboss-xa-jdbc.rar/12.jboss-xa-jdbc.rar-contents/jboss-xa-jdbc.jar
00:12:12,273 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jboss-xa-jdbc.rar
00:12:12,273 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/hsqldb-ds.x
ml
00:12:12,430 INFO [XSLSubDeployer] transformed into doc: [#document: null]
00:12:12,570 INFO [HypersonicDatabase] Creating
00:12:12,570 INFO [HypersonicDatabase] Created
00:12:12,570 INFO [RARDeployment] Creating
00:12:12,570 INFO [RARDeployment] Created
00:12:12,570 INFO [JBossManagedConnectionPool] Creating
00:12:12,570 INFO [JBossManagedConnectionPool] Created
00:12:12,570 INFO [HypersonicDatabase] Starting
00:12:12,570 INFO [HypersonicDatabase] Started
00:12:12,570 INFO [RARDeployment] Starting
00:12:12,602 INFO [STDOUT] server.properties not found, using command line or default properties
00:12:12,602 INFO [STDOUT] Opening database: F:\jboss-3.2.1\server\default\data\hypersonic\default
00:12:12,602 INFO [STDOUT] HSQLDB server 1.7.1 is running
00:12:12,602 INFO [STDOUT] Use SHUTDOWN to close normally. Use [Ctrl]+[C] to abort abruptly
00:12:12,617 INFO [RARDeployment] Started
00:12:12,617 INFO [JBossManagedConnectionPool] Starting
00:12:12,617 INFO [JBossManagedConnectionPool] Started
00:12:12,648 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/hsqldb-ds.xml
00:12:12,648 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/cache-inval
idation-service.xml
00:12:12,695 INFO [InvalidationManager] Creating
00:12:12,695 INFO [InvalidationManager] Created
00:12:12,695 INFO [InvalidationManager] Starting
00:12:12,695 INFO [InvalidationManager] Starting Invalidation Manager jboss.cache:service=InvalidationManager
00:12:12,695 INFO [InvalidationManager] Started
00:12:12,711 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/cache-invalidation-servic
e.xml
00:12:12,711 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/mail-servic
e.xml
00:12:12,789 INFO [MailService] Creating
00:12:12,789 INFO [MailService] Created
00:12:12,789 INFO [MailService] Starting
00:12:12,898 INFO [MailService] Mail Service bound to java:/Mail
00:12:12,898 INFO [MailService] Started
00:12:12,914 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/mail-service.xml
00:12:12,914 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/properties-
service.xml
00:12:12,961 INFO [PropertyEditorManagerService] Creating
00:12:12,961 INFO [PropertyEditorManagerService] Created
00:12:12,961 INFO [SystemPropertiesService] Creating
00:12:12,961 INFO [SystemPropertiesService] Created
00:12:12,961 INFO [PropertyEditorManagerService] Starting
00:12:12,961 INFO [PropertyEditorManagerService] Started
00:12:12,961 INFO [SystemPropertiesService] Starting
00:12:12,961 INFO [SystemPropertiesService] Started
00:12:12,977 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/properties-service.xml
00:12:12,977 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/schedule-ma
nager-service.xml
00:12:13,008 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/schedule-manager-service.
xml
00:12:13,008 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/scheduler-s
ervice.xml
00:12:13,023 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/scheduler-service.xml
00:12:13,023 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/sqlexceptio
n-service.xml
00:12:13,055 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/sqlexception-service.xml
00:12:13,055 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/transaction
-service.xml
00:12:13,102 INFO [TransactionManagerService] Creating
00:12:13,102 INFO [TransactionManagerService] Created
00:12:13,102 INFO [EJBDeployer] Creating
00:12:13,117 INFO [EJBDeployer] Created
00:12:13,117 INFO [JRMPInvoker] Creating
00:12:13,117 INFO [JRMPInvoker] Created
00:12:13,117 INFO [JRMPProxyFactory] Creating
00:12:13,117 INFO [JRMPProxyFactory] Created
00:12:13,117 INFO [LocalInvoker] Creating
00:12:13,117 INFO [LocalInvoker] Created
00:12:13,117 INFO [PooledInvoker] Creating
00:12:13,117 INFO [PooledInvoker] Created
00:12:13,117 INFO [ClientUserTransactionService] Creating
00:12:13,133 INFO [ClientUserTransactionService] Created
00:12:13,133 INFO [CachedConnectionManager] Creating
00:12:13,133 INFO [CachedConnectionManager] Created
00:12:13,133 INFO [TxConnectionManager] Creating
00:12:13,133 INFO [TxConnectionManager] Created
00:12:13,133 INFO [TransactionManagerService] Starting
00:12:13,273 INFO [TransactionManagerService] Started
00:12:13,273 INFO [EJBDeployer] Starting
00:12:13,273 INFO [MainDeployer] Adding deployer: org.jboss.ejb.EJBDeployer@71cbf6
00:12:13,273 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoke
r.sar/invoker.war/
00:12:13,273 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/http-invok
er.sar/invoker.war/
00:12:13,289 INFO [MainDeployer] Deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/inv
oker.war/ is waiting for an appropriate deployer.
00:12:13,289 INFO [EJBDeployer] Started
00:12:13,289 INFO [JRMPInvoker] Starting
00:12:13,289 INFO [JRMPInvoker] Started
00:12:13,289 INFO [JRMPProxyFactory] Starting
00:12:13,320 INFO [JRMPProxyFactory] Started
00:12:13,320 INFO [LocalInvoker] Starting
00:12:13,336 INFO [LocalInvoker] Started
00:12:13,336 INFO [PooledInvoker] Starting
00:12:13,352 INFO [PooledInvoker] Started
00:12:13,352 INFO [ClientUserTransactionService] Starting
00:12:13,367 INFO [ClientUserTransactionService] Started
00:12:13,367 INFO [CachedConnectionManager] Starting
00:12:13,367 INFO [CachedConnectionManager] Started
00:12:13,367 INFO [TxConnectionManager] Starting
00:12:13,398 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@2fb00
2
00:12:13,398 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@1b4748
00:12:13,398 INFO [JaasSecurityManagerService] Added HsqlDbRealm, org.jboss.security.plugins.SecurityDomainContext@64cb
de to map
00:12:13,414 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=Lo
calTxCM,name=DefaultDS to JNDI name 'java:/DefaultDS'
00:12:13,414 INFO [TxConnectionManager] Started
00:12:13,430 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/transaction-service.xml
00:12:13,430 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/user-servic
e.xml
00:12:13,445 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/user-service.xml
00:12:13,445 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-console
.war/
00:12:13,445 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/jmx-consol
e.war/
00:12:13,445 INFO [MainDeployer] Deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-console.war/ is
waiting for an appropriate deployer.
00:12:13,445 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/outbound-di
aling.war
00:12:13,523 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/outbound-d
ialing.war
00:12:13,523 INFO [MainDeployer] Deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/outbound-dialing.war
is waiting for an appropriate deployer.
00:12:13,523 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/webtest.war
00:12:13,539 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/webtest.war
00:12:13,539 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jms/
00:12:13,539 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq-destinations-
service.xml
00:12:13,539 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/
00:12:13,539 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq-service.xml
00:12:13,539 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jms/jms-ds.xml
00:12:13,539 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jms/jms-ra.rar
00:12:13,555 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jb
ossmq-httpil.war/
00:12:13,570 INFO [MainDeployer] deployment waiting for deployer: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossm
q-httpil.sar/jbossmq-httpil.war/
00:12:13,602 INFO [STDOUT] Wed Oct 25 00:12:13 EDT 2006 Listening for connections ...
00:12:13,633 INFO [RARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy
/jms/jms-ra.rar/24.jms-ra.rar-contents/jms-ra.jar
00:12:13,664 INFO [XSLSubDeployer] transformed into doc: [#document: null]
00:12:13,742 INFO [JMSProviderLoader] Creating
00:12:13,742 INFO [JMSProviderLoader] Created
00:12:13,742 INFO [ServerSessionPoolLoader] Creating
00:12:13,742 INFO [ServerSessionPoolLoader] Created
00:12:13,742 INFO [RARDeployment] Creating
00:12:13,742 INFO [RARDeployment] Created
00:12:13,742 INFO [JBossManagedConnectionPool] Creating
00:12:13,742 INFO [JBossManagedConnectionPool] Created
00:12:13,742 INFO [TxConnectionManager] Creating
00:12:13,742 INFO [TxConnectionManager] Created
00:12:13,930 INFO [MessageCache] Creating
00:12:13,945 INFO [MessageCache] Created
00:12:13,945 INFO [PersistenceManager] Creating
00:12:13,945 INFO [PersistenceManager] Created
00:12:13,945 INFO [CacheStore] Creating
00:12:13,945 INFO [CacheStore] Created
00:12:13,945 INFO [DynamicStateManager] Creating
00:12:13,945 INFO [DynamicStateManager] Created
00:12:13,945 INFO [DestinationManager] Creating
00:12:13,945 INFO [DestinationManager] Created
00:12:13,961 INFO [A] Creating
00:12:13,961 INFO [A] Created
00:12:13,961 INFO [B] Creating
00:12:13,961 INFO [B] Created
00:12:13,961 INFO [C] Creating
00:12:13,961 INFO [C] Created
00:12:13,961 INFO [D] Creating
00:12:13,961 INFO [D] Created
00:12:13,961 INFO [ex] Creating
00:12:13,961 INFO [ex] Created
00:12:13,961 INFO [CallSetQueue] Creating
00:12:13,961 INFO [CallSetQueue] Created
00:12:13,961 INFO [ResultSetTopic] Creating
00:12:13,961 INFO [ResultSetTopic] Created
00:12:13,961 INFO [JettyService] Creating
00:12:14,148 INFO [jbossweb] Registered jboss.web:Jetty=0,SocketListener=0
00:12:14,195 INFO [jbossweb] Registered jboss.web:Jetty=0,AJP13Listener=0
00:12:14,211 INFO [jbossweb] Registered jboss.web:Jetty=0,NCSARequestLog=0
00:12:14,242 INFO [JettyService] Created
00:12:14,242 INFO [SecurityManager] Creating
00:12:14,242 INFO [SecurityManager] Created
00:12:14,242 INFO [testTopic] Creating
00:12:14,242 INFO [testTopic] Created
00:12:14,242 INFO [securedTopic] Creating
00:12:14,242 INFO [securedTopic] Created
00:12:14,242 INFO [testDurableTopic] Creating
00:12:14,242 INFO [testDurableTopic] Created
00:12:14,242 INFO [testQueue] Creating
00:12:14,242 INFO [testQueue] Created
00:12:14,242 INFO [InterceptorLoader] Creating
00:12:14,242 INFO [InterceptorLoader] Created
00:12:14,258 INFO [Invoker] Creating
00:12:14,258 INFO [Invoker] Created
00:12:14,258 INFO [HTTPServerILService] Creating
00:12:14,258 INFO [HTTPServerILService] Created
00:12:14,258 INFO [JVMServerILService] Creating
00:12:14,258 INFO [JVMServerILService] Created
00:12:14,258 INFO [RMIServerILService] Creating
00:12:14,258 INFO [RMIServerILService] Created
00:12:14,258 INFO [OILServerILService] Creating
00:12:14,258 INFO [OILServerILService] Created
00:12:14,258 INFO [UILServerILService] Creating
00:12:14,258 INFO [UILServerILService] Created
00:12:14,258 INFO [OIL2ServerILService] Creating
00:12:14,258 INFO [OIL2ServerILService] Created
00:12:14,258 INFO [UILServerILService] Creating
00:12:14,258 INFO [UILServerILService] Created
00:12:14,258 INFO [DLQ] Creating
00:12:14,258 INFO [DLQ] Created
00:12:14,273 INFO [RARDeployment] Starting
00:12:14,289 INFO [RARDeployment] Started
00:12:14,289 INFO [JBossManagedConnectionPool] Starting
00:12:14,289 INFO [JBossManagedConnectionPool] Started
00:12:14,289 INFO [TxConnectionManager] Starting
00:12:14,305 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@2a0a1
5
00:12:14,305 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@7bfc04
00:12:14,305 INFO [JaasSecurityManagerService] Added JmsXARealm, org.jboss.security.plugins.SecurityDomainContext@5e8aa
8 to map
00:12:14,320 INFO [JmsXA] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:service=TxCM,n
ame=JmsXA to JNDI name 'java:/JmsXA'
00:12:14,320 INFO [TxConnectionManager] Started
00:12:14,320 INFO [JMSProviderLoader] Starting
00:12:14,336 INFO [JMSProviderLoader] Bound adapter to java:/DefaultJMSProvider
00:12:14,336 INFO [JMSProviderLoader] Started
00:12:14,336 INFO [ServerSessionPoolLoader] Starting
00:12:14,336 INFO [ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool
00:12:14,336 INFO [ServerSessionPoolLoader] Started
00:12:14,367 INFO [MessageCache] Starting
00:12:14,367 INFO [MessageCache] Started
00:12:14,367 INFO [PersistenceManager] Starting
00:12:14,492 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
00:12:14,492 WARN [WrappedConnection] Closing a statement you left open, please do your own housekeeping
00:12:14,492 INFO [PersistenceManager] Started
00:12:14,508 INFO [CacheStore] Starting
00:12:14,508 INFO [CacheStore] Started
00:12:14,508 INFO [DynamicStateManager] Starting
00:12:14,508 INFO [DynamicStateManager] Started
00:12:14,508 INFO [DestinationManager] Starting
00:12:14,523 INFO [DestinationManager] Started
00:12:14,523 INFO [A] Starting
00:12:14,539 INFO [A] Bound to JNDI name: queue/A
00:12:14,539 INFO [A] Started
00:12:14,539 INFO [B] Starting
00:12:14,539 INFO [B] Bound to JNDI name: queue/B
00:12:14,539 INFO [B] Started
00:12:14,539 INFO [C] Starting
00:12:14,539 INFO [C] Bound to JNDI name: queue/C
00:12:14,539 INFO [C] Started
00:12:14,539 INFO [D] Starting
00:12:14,539 INFO [D] Bound to JNDI name: queue/D
00:12:14,539 INFO [D] Started
00:12:14,539 INFO [ex] Starting
00:12:14,555 INFO [ex] Bound to JNDI name: queue/ex
00:12:14,555 INFO [ex] Started
00:12:14,555 INFO [CallSetQueue] Starting
00:12:14,555 INFO [CallSetQueue] Bound to JNDI name: queue/CallSetQueue
00:12:14,555 INFO [CallSetQueue] Started
00:12:14,555 INFO [ResultSetTopic] Starting
00:12:14,820 INFO [ResultSetTopic] Bound to JNDI name: topic/ResultSetTopic
00:12:14,820 INFO [ResultSetTopic] Started
00:12:14,820 INFO [JettyService] Starting
00:12:14,820 INFO [MainDeployer] Adding deployer: org.jboss.jetty.JettyService@54777e
00:12:14,820 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoke
r.sar/invoker.war/
00:12:15,086 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker
00:12:15,102 INFO [jbossweb] Checking Resource aliases
00:12:15,461 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@1079f
f
00:12:15,461 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@3963c4
00:12:15,461 INFO [JaasSecurityManagerService] Added http-invoker, org.jboss.security.plugins.SecurityDomainContext@44f
fb2 to map
00:12:15,461 INFO [jbossweb] Started WebApplicationContext[/invoker,file:/F:/jboss-3.2.1/server/default/deploy/http-inv
oker.sar/invoker.war/]
00:12:15,570 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=jsp
00:12:15,586 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=default
00:12:15,586 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=invoker
00:12:15,602 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=EJBInvoker
HAServlet
00:12:15,602 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=EJBInvoker
Servlet
00:12:15,617 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=JMXInvoker
Servlet
00:12:15,617 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=JNDIFactor
y
00:12:15,633 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=ReadOnlyJN
DIFactory
00:12:15,648 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,name=ReadOnlyAc
cessFilter
00:12:15,648 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=0,context=/invoker,HashSessionMana
ger=0
00:12:15,648 INFO [jbossweb] successfully deployed file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.
war/ to /invoker
00:12:15,680 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/http-invoker.sar/invoker.
war/
00:12:15,680 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-console
.war/
00:12:15,836 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console
00:12:16,492 INFO [jbossweb] Started WebApplicationContext[/jmx-console,file:/F:/jboss-3.2.1/server/default/deploy/jmx-
console.war/]
00:12:16,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=Displa
yMBeans
00:12:16,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=Displa
yOpResult
00:12:16,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=Inspec
tMBean
00:12:16,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=jsp
00:12:16,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=HtmlAd
aptor
00:12:16,539 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=defaul
t
00:12:16,539 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,name=invoke
r
00:12:16,555 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=1,context=/jmx-console,HashSession
Manager=0
00:12:16,555 INFO [jbossweb] successfully deployed file:/F:/jboss-3.2.1/server/default/deploy/jmx-console.war/ to /jmx-
console
00:12:16,570 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jmx-console.war/
00:12:16,570 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/outbound-di
aling.war
00:12:16,992 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing
00:12:17,008 INFO [jbossweb] Extract jar:file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/outbound-
dialing.war/22.outbound-dialing.war!/ to C:\DOCUME~1\a9lv\LOCALS~1\Temp\2\Jetty__9000__outbound-dialing\webapp
00:12:17,945 WARN [Manager] No Store. Falling back to a local session implementation - NO HTTPSESSION DISTRIBUTION
00:12:17,961 INFO [jbossweb] Started WebApplicationContext[/outbound-dialing,jar:file:/F:/jboss-3.2.1/server/default/tm
p/deploy/server/default/deploy/outbound-dialing.war/22.outbound-dialing.war!/]
00:12:17,977 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing,name=I
nit
00:12:17,992 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing,name=T
est
00:12:17,992 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing,name=j
sp
00:12:18,008 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing,name=d
efault
00:12:18,008 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing,name=i
nvoker
00:12:18,023 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=2,context=/outbound-dialing,Manage
r=0
00:12:18,023 INFO [jbossweb] successfully deployed file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy
/outbound-dialing.war/22.outbound-dialing.war to /outbound-dialing
00:12:18,023 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/outbound-dialing.war
00:12:18,023 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq
-httpil.sar/jbossmq-httpil.war/
00:12:18,180 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/jbossmq-httpil
00:12:18,477 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@ff62a
00:12:18,477 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@6a7549
00:12:18,477 INFO [JaasSecurityManagerService] Added jbossmq-httpil, org.jboss.security.plugins.SecurityDomainContext@5
49ceb to map
00:12:18,477 INFO [jbossweb] Started WebApplicationContext[/jbossmq-httpil,file:/F:/jboss-3.2.1/server/default/deploy/j
ms/jbossmq-httpil.sar/jbossmq-httpil.war/]
00:12:18,492 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/jbossmq-httpil,name=jsp
00:12:18,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/jbossmq-httpil,name=HTT
PServerILServlet
00:12:18,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/jbossmq-httpil,name=def
ault
00:12:18,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/jbossmq-httpil,name=inv
oker
00:12:18,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=3,context=/jbossmq-httpil,HashSess
ionManager=0
00:12:18,523 INFO [jbossweb] successfully deployed file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jb
ossmq-httpil.war/ to /jbossmq-httpil
00:12:18,539 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jms/jbossmq-httpil.sar/jb
ossmq-httpil.war/
00:12:18,539 INFO [jbossweb] Starting Jetty/4.2.9
00:12:18,555 INFO [jbossweb] Started org.mortbay.http.NCSARequestLog@7243d1
00:12:18,555 INFO [jbossweb] Started SocketListener on 0.0.0.0:9000
00:12:18,555 WARN [jbossweb] WARNING: Failed to start: AJP13Listener@0.0.0.0:8009
00:12:18,555 ERROR [JettyService] multiple exceptions...
00:12:18,586 ERROR [JettyService] exception
java.net.BindException: Address in use: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:447)
at java.net.ServerSocket.(ServerSocket.java:165)
at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:317)
at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:389)
at org.mortbay.http.ajp.AJP13Listener.start(AJP13Listener.java:128)
at org.mortbay.http.HttpServer.start(HttpServer.java:655)
at org.jboss.jetty.JettyService.startService(JettyService.java:175)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy11.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at org.jboss.system.ServiceController.start(ServiceController.java:408)
at org.jboss.system.ServiceController.start(ServiceController.java:408)
at org.jboss.system.ServiceController.start(ServiceController.java:408)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:824)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:20
0)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:966)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:392)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:597)
at java.lang.reflect.Method.invoke(Native Method)
at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:365)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:479)
00:12:18,602 INFO [JettyService] Started
00:12:18,602 INFO [SecurityManager] Starting
00:12:18,602 INFO [JaasSecurityManagerService] Created securityMgr=org.jboss.security.plugins.JaasSecurityManager@627c1
6
00:12:18,602 INFO [JaasSecurityManagerService] setCachePolicy, c=org.jboss.util.TimedCachePolicy@40890f
00:12:18,602 INFO [JaasSecurityManagerService] Added jbossmq, org.jboss.security.plugins.SecurityDomainContext@666d83 t
o map
00:12:18,602 INFO [SecurityManager] Started
00:12:18,602 INFO [testTopic] Starting
00:12:18,617 INFO [testTopic] Bound to JNDI name: topic/testTopic
00:12:18,617 INFO [testTopic] Started
00:12:18,617 INFO [securedTopic] Starting
00:12:18,617 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
00:12:18,617 INFO [securedTopic] Started
00:12:18,617 INFO [testDurableTopic] Starting
00:12:18,617 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
00:12:18,617 INFO [testDurableTopic] Started
00:12:18,617 INFO [testQueue] Starting
00:12:18,617 INFO [testQueue] Bound to JNDI name: queue/testQueue
00:12:18,617 INFO [testQueue] Started
00:12:18,617 INFO [InterceptorLoader] Starting
00:12:18,617 INFO [InterceptorLoader] Started
00:12:18,617 INFO [Invoker] Starting
00:12:18,617 INFO [Invoker] Started
00:12:18,617 INFO [HTTPServerILService] Starting
00:12:18,680 INFO [HTTPServerILService] Started
00:12:18,680 INFO [JVMServerILService] Starting
00:12:18,695 INFO [JVMServerILService] Started
00:12:18,695 INFO [RMIServerILService] Starting
00:12:18,711 INFO [RMIServerILService] Started
00:12:18,711 INFO [OILServerILService] Starting
00:12:18,711 INFO [OILServerILService] JBossMQ OIL service available at : 0.0.0.0/0.0.0.0:8090
00:12:18,711 INFO [OILServerILService] Started
00:12:18,711 INFO [UILServerILService] Starting
00:12:18,711 INFO [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8091
00:12:18,727 INFO [UILServerILService] Started
00:12:18,727 INFO [OIL2ServerILService] Starting
00:12:18,727 INFO [OIL2ServerILService] JBossMQ OIL2 service available at : 0.0.0.0/0.0.0.0:8092
00:12:18,742 INFO [OIL2ServerILService] Started
00:12:18,742 INFO [UILServerILService] Starting
00:12:18,742 INFO [UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8093
00:12:18,773 INFO [UILServerILService] Started
00:12:18,773 INFO [DLQ] Starting
00:12:18,773 INFO [DLQ] Bound to JNDI name: queue/DLQ
00:12:18,773 INFO [DLQ] Started
00:12:18,805 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/jms/
00:12:18,805 INFO [MainDeployer] Starting deployment of package: file:/F:/jboss-3.2.1/server/default/deploy/management/
00:12:18,805 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/management/console-mgr.sa
r
00:12:18,805 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/management/ejb-management
.jar
00:12:18,805 INFO [JARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/deploy/management/web-console.wa
r
00:12:18,820 INFO [SARDeployer] nested deployment: file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy
/management/console-mgr.sar/28.console-mgr.sar-contents/console-mgr-classes.jar
00:12:18,977 INFO [PluginManager] Creating
00:12:18,992 INFO [PluginManager] Created
00:12:19,445 INFO [EjbModule] Creating
00:12:19,461 INFO [EjbModule] Deploying MEJB
00:12:19,539 INFO [StatelessSessionContainer] Creating
00:12:19,539 INFO [StatelessSessionInstancePool] Creating
00:12:19,539 INFO [StatelessSessionInstancePool] Created
00:12:19,555 INFO [StatelessSessionContainer] Created
00:12:19,555 INFO [EjbModule] Created
00:12:19,555 INFO [PluginManager] Starting
00:12:19,570 INFO [PluginManager] Started
00:12:19,570 INFO [EjbModule] Starting
00:12:19,570 INFO [StatelessSessionContainer] Starting
00:12:19,602 INFO [StatelessSessionInstancePool] Starting
00:12:19,602 INFO [StatelessSessionInstancePool] Started
00:12:19,602 INFO [StatelessSessionContainer] Started
00:12:19,602 INFO [EjbModule] Started
00:12:19,602 INFO [EJBDeployer] Deployed: file:/F:/jboss-3.2.1/server/default/deploy/management/ejb-management.jar
00:12:19,789 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console
00:12:19,805 INFO [jbossweb] Extract jar:file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/managemen
t/web-console.war/30.web-console.war!/ to C:\DOCUME~1\a9lv\LOCALS~1\Temp\2\Jetty_0_0_0_0_9000__web-console\webapp
00:12:20,242 INFO [jbossweb] Started WebApplicationContext[/web-console,jar:file:/F:/jboss-3.2.1/server/default/tmp/dep
loy/server/default/deploy/management/web-console.war/30.web-console.war!/]
00:12:20,477 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=jsp
00:12:20,492 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=defaul
t
00:12:20,492 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=invoke
r
00:12:20,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=J2EEFo
lder
00:12:20,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=JSR77
Domains and Servers
00:12:20,508 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=JSR77
EJBModules and EJBs
00:12:20,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=MBeans
00:12:20,523 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=System
Folder
00:12:20,539 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=UCLs
00:12:20,539 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,name=HTTP I
nvocation
00:12:20,539 INFO [jbossweb] Registered jboss.web:Jetty=0,JBossWebApplicationContext=4,context=/web-console,HashSession
Manager=0
00:12:20,555 INFO [jbossweb] successfully deployed file:/F:/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy
/management/web-console.war/30.web-console.war to /web-console
00:12:20,570 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/deploy/management/
00:12:20,570 INFO [URLDeploymentScanner] Started
00:12:20,586 INFO [MainDeployer] Deployed package: file:/F:/jboss-3.2.1/server/default/conf/jboss-service.xml
00:12:20,602 INFO [Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)] Started in 11s:
579ms
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980607#3980607
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980607
19 years, 6 months
[Security & JAAS/JBoss] - Re: Closing Browser seems to bypass DatabaseServerLoginModul
by jaikiran
Paul,
First of all let me tell you i am not a java/jboss guru.
anonymous wrote : If they open a new browser window (having say just closed one and been logged in) the browser and JBOSS/Tomcat correctly sends them to the login page to enter their login details
Which means that it is working as expected. Since this is a new session, the user will be directed to the login page before accessing the secure resource.
anonymous wrote : If the user then attempts to login again using the same username and password with which they were previously logged in, JBOSS/Tomcat seems to completely ignore my DatabaseLogin module, which extends DatabaseServerLoginModule
How did you verify this? Please try to obtain the TRACE level logs from the jboss security package as mentioned in Q4 at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ
anonymous wrote : and so various session beans that I am populating via reads from the database in this module are not being created and I am being left with a NullPointerException when the code gets further down the request cycle and is attempting to access the beans.
Please post the exception stacktrace that you are seeing. I believe that the NullpointerException might not be related to security issues. You will usually see SecurityException in such cases.
anonymous wrote : Surely if the server had decided that actually the user with these credentials was still logged in then it would have done that when they went to the inital landing page and would have directed them to the user's homepage and not to the login page.... it just doesn't make sense.
Opening a new browser is a totally new session and it does not matter if the user is still logged in from some other browser. This new browser will need authentication of the user again and so he/she will be redirected to the login page.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980602#3980602
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980602
19 years, 6 months