Abhishek Kumar

Ranch Hand
+ Follow
since Dec 19, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Abhishek Kumar

I understand that but I also want to emphasize that I am able to run the exactly same war file say abc.war when I put it in webapps of tomcat 7 but it gives ClassNotFoundException when I put the same abc.war in webapps of tomcat 9.


Speaking of which, you're including part of jetty in your POM. The jetty webapp server and Tomcat webapp server are two distinctly different products. You're also including mockito in at "compile" scope. Pretty sure that would end up including what is supposed to be test-only code into the production build.



I am able to run the war file created out of same pom in tomcat 7.


I also doubted jetty specially when it ws eclipse's Jetty. I actually tried that earlier. I removed jetty and tried too. That does not help.

Do you thing I can try something else too.

3 years ago

It sounds like you were also having the problem when running stand-alone, which would definitely mean it's not a Tomcat problem.



Sorry for the confusion here. I did not mean to say that I was running it as standalone. I meant to say that I was getting exceptions even when I wan in Eclipse's or Windows's tomcat. At the end, it was still a tomcat.

Also, Java version is 1.8 everywhere.

Strangest thing is when I put the same war file tomcat 7 it works, but it does not work in tomcat 9.

That kinda hints me that Drools might be using some class/jar of tomcat which might not be  present in tomcat 9. I am not able to figure out which class that can be.

Just for that reason, I don't think it has much to do with pom as same war file with same set of dependents work in tomcat 7 but does not work in tomcat 9

I have 2 levels of pom I am attaching all of them if that helps.




Pom pf parent 1

<properties>
<drools.runtime.version>7.28.0.Final</drools.runtime.version>
<cdi.version>1.2</cdi.version>
<weld.version>2.4.8.Final</weld.version>
</properties>

<dependencies>
<dependency>
<groupId>a</groupId>
<artifactId>cm-modelMapping-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-api</artifactId>
<version>${drools.runtime.version}</version>
</dependency>
<!-- <dependency> <groupId>org.kie</groupId> <artifactId>kie-internal</artifactId> <br /> <version>6.2.0.Final</version> </dependency> -->
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
<version>${drools.runtime.version}</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-templates</artifactId>
<version>${drools.runtime.version}</version>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
<version>${drools.runtime.version}</version>
</dependency>

<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
<version>${drools.runtime.version}</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/junit/junit -->

<!-- END -->
</dependencies>

Pom of parent 2



pom of main web project


3 years ago
I checked the folder you mentioned it looks clean.

Infact, if i run the code in my eclipse as web project then also i face the same issue. If i run with tomcat9 it gives the mentioned issues and If I run the 100% same code with tomcat 7 it runs successfully.

Infact while using tomcat 9 I debugged and it really gets into ClassNotforundException multiple times and looks its for Drools libraries only at start of the tomcat.

I also tried deploying the war file in windows tomcat and result is same. This is really clueless.

Somehow I feel when tomcat is upgraded, there is some other jars apart from Drools too which needs to be upgraded. Like its showing exception for Drools classes but might be Tomcat 9 is looking for some other classes pointed by those classes. Not getting any clue for now.
3 years ago
I checked my actual deployment.

I verified the WEB-INF\lib of my application. The classes which are getting Classcastexception like BigDecimalSumAccumulateFunction, they are present in one of the jars.

BigDecimalSumAccumulateFunction is part of drools-core jar and its there in WEB-INF lib. So, not sure why I am still getting this classcastException.


Also, If I run the same webapp with tomcat7, it works fine. Somehow when I try to run the same APP in tomcat9, it gets into these problems
3 years ago
Facing issues with drools jars when upgrading tomcat to tomcat9.

I had a drools based rule engine deployed in a tomcat 7. I was using 7.28.0.Final for drools.

When I upgraded the tomcat to tomcat 9, it started giving me following exception



Then I upgraded the Drools to much higher version 7.49.0.Final and now I am getting same error but for some other class.

3 years ago
I was trying to write a dynamic rule engine through Drools. Means, if a new property/attribute is added to the object which will be used for evaluation, i should not need to code a new field in that DTO, and redeploy that code.

Found something trait close to that. I find 2 issues in it. Can somebody help?

1. knowledgeSession.fireAllRules() returns the number of matches to the provided object. Here it returns more than the number of rules documented in the drl.
2. whatever i do my insert (new PolypathSystem()) does not work. It keeps saying org/drools/core/factmodel/traits/test/Rule_PolyPathSystem11121790227.java (9:566) : Cannot instantiate the type PolypathSystem

Please help.
my java code looks like below. As its a test code and so the content of the drl file is hardcoded here itself



4 years ago
Hi Peter,

In some of the post I was seeing the importance of use of configuring the xa-datasource


as you see my ellacoya-ds.xml there is no xa-datasource configured. All are with tags like <local-tx-datasource> and etc...



Does that make a difference
14 years ago
Peter,
There is little more to add to logs i already got. It seems jboss is trying to get somethign but failing with the new JTA its has used

All the logs are related to .ats.arjuna

or are these errors related to logging


2009-07-21 14:05:00,111 INFO [Thread: EllacoyaScheduler_Worker-5] [com.ellacoya.dataaccess.dao.oracle.OracleServiceUsageMessageDAO] No file needs to be aggregated at this time.
2009-07-21 14:05:10,346 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:05:10>
2009-07-21 14:05:10,346 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:05:10,346 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:05:10,346 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:05:20,347 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:05:20>
2009-07-21 14:05:20,347 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:05:20,347 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:05:20,347 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:07:20,357 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:07:20>
2009-07-21 14:07:20,357 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:07:20,373 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:07:20,373 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:07:30,374 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:07:30>
2009-07-21 14:07:30,374 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:07:30,374 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:07:30,374 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:09:30,382 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:09:30>
2009-07-21 14:09:30,382 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:09:30,382 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:09:30,382 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:09:40,383 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:09:40>
2009-07-21 14:09:40,383 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:09:40,383 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:09:40,383 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:10:00,040 INFO [Thread: EllacoyaScheduler_Worker-1] [com.ellacoya.usage.CSVHandlerJob] No Files left to be delivered in the location [D:\abhishek\Ellacoya\usage\UsageFileDirectory]at this time.
2009-07-21 14:10:00,040 INFO [Thread: EllacoyaScheduler_Worker-1] [com.ellacoya.usage.CSVHandlerJob] There are no files for which the CSV files need to be generated at this time.
2009-07-21 14:11:40,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:11:40>
2009-07-21 14:11:40,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:11:40,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:11:40,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:11:50,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:11:50>
2009-07-21 14:11:50,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:11:50,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:11:50,391 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:13:50,399 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:13:50>
2009-07-21 14:13:50,399 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:13:50,399 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:13:50,399 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:14:00,400 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:14:00>
2009-07-21 14:14:00,400 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:14:00,400 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:14:00,400 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:16:00,407 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:16:00>
2009-07-21 14:16:00,407 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:16:00,407 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:16:00,407 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:16:10,408 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:16:10>
2009-07-21 14:16:10,408 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:16:10,408 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:16:10,408 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:18:10,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:18:10>
2009-07-21 14:18:10,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:18:10,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:18:10,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:18:20,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:18:20>
2009-07-21 14:18:20,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:18:20,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:18:20,416 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:20:00,063 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.dataaccess.dao.oracle.OracleServiceUsageMessageDAO] No file needs to be aggregated at this time.
2009-07-21 14:20:20,424 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:20:20>
2009-07-21 14:20:20,424 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:20:20,424 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:20:20,424 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:20:30,425 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:20:30>
2009-07-21 14:20:30,425 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:20:30,425 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:20:30,425 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:22:30,432 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:22:30>
2009-07-21 14:22:30,432 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:22:30,448 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:22:30,448 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:22:40,448 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:22:40>
2009-07-21 14:22:40,448 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:22:40,448 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:22:40,448 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:24:40,456 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:24:40>
2009-07-21 14:24:40,456 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:24:40,456 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:24:40,456 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:24:50,457 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:24:50>
2009-07-21 14:24:50,457 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:24:50,457 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:24:50,457 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:25:00,020 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.usage.CSVHandlerJob] No Files left to be delivered in the location [D:\abhishek\Ellacoya\usage\UsageFileDirectory]at this time.
2009-07-21 14:25:00,020 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.usage.CSVHandlerJob] There are no files for which the CSV files need to be generated at this time.
2009-07-21 14:26:50,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:26:50>
2009-07-21 14:26:50,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:26:50,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:26:50,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:27:00,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:27:00>
2009-07-21 14:27:00,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:27:00,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:27:00,464 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:29:00,471 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:29:00>
2009-07-21 14:29:00,471 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:29:00,471 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:29:00,471 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass

14 years ago
I think all the data sources are deployed..


I am pasting here

2009-07-21 14:01:14,874 DEBUG [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Creating jboss:service=TransactionManager
2009-07-21 14:01:14,874 DEBUG [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Created jboss:service=TransactionManager
2009-07-21 14:01:15,280 DEBUG [Thread: main] [org.jnp.server.NamingBeanImpl] Using NamingServer: org.jnp.server.NamingServer@15f6af
2009-07-21 14:01:15,280 DEBUG [Thread: main] [org.jnp.server.NamingBeanImpl] Installed global NamingServer: org.jnp.server.NamingServer@15f6af
2009-07-21 14:01:15,280 DEBUG [Thread: main] [org.jnp.server.NamingBeanImpl] InitialContext Environment:
2009-07-21 14:01:15,280 DEBUG [Thread: main] [org.jnp.server.NamingBeanImpl] key=java.naming.factory.initial, value(java.lang.String)=org.jnp.interfaces.NamingContextFactory
2009-07-21 14:01:15,280 DEBUG [Thread: main] [org.jnp.server.NamingBeanImpl] key=java.naming.factory.url.pkgs, value(java.lang.String)=org.jboss.naming:org.jnp.interfaces
2009-07-21 14:01:15,780 DEBUG [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting jboss:service=TransactionManager
2009-07-21 14:01:15,780 INFO [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
2009-07-21 14:01:15,780 INFO [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Setting up property manager MBean and JMX layer
2009-07-21 14:01:16,108 DEBUG [Thread: main] [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_1] - Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 2056
2009-07-21 14:01:16,124 DEBUG [Thread: main] [com.arjuna.ats.arjuna.logging.arjLogger] TransactionStatusManagerItem - host: 192.168.50.176 port: 2056
2009-07-21 14:01:16,155 DEBUG [Thread: main] [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.arjuna.recovery.TransactionStatusManager_3] - TransactionStatusManager started on port 2056 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
2009-07-21 14:01:16,186 DEBUG [Thread: main] [com.arjuna.ats.tsmx.logging.tsmxLogger] Registering mbean for module 'arjuna'
2009-07-21 14:01:16,202 DEBUG [Thread: main] [com.arjuna.ats.tsmx.logging.tsmxLogger] Initialising JMX agent com.arjuna.ats.internal.jbossatx.agent.LocalJBossAgentImpl
2009-07-21 14:01:16,202 DEBUG [Thread: main] [com.arjuna.ats.tsmx.logging.tsmxLogger] Registering mbean for module 'jta'
2009-07-21 14:01:16,202 DEBUG [Thread: main] [com.arjuna.ats.tsmx.logging.tsmxLogger] Registering mbean for module 'txoj'
2009-07-21 14:01:16,249 INFO [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Starting recovery manager
2009-07-21 14:01:16,264 DEBUG [Thread: main] [com.arjuna.ats.arjuna.logging.arjLogger]
--- Start RecoveryActivators
2009-07-21 14:01:16,280 DEBUG [Thread: Thread-4] [com.arjuna.ats.arjuna.logging.arjLogger]
--- ExpiredEntryMonitor ----Tue, 21 Jul 2009 14:01:16----
2009-07-21 14:01:16,483 DEBUG [Thread: main] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.noxanodes] No XA recovery nodes specified. Will only recover saved states.
2009-07-21 14:01:16,499 DEBUG [Thread: main] [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.internal.arjuna.recovery.ready] RecoveryManagerImple is ready on port 2,060
2009-07-21 14:01:16,499 INFO [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Recovery manager started
2009-07-21 14:01:16,499 INFO [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Binding TransactionManager JNDI Reference
2009-07-21 14:01:16,546 DEBUG [Thread: main] [com.arjuna.ats.jbossatx.jta.TransactionManagerService] Started jboss:service=TransactionManager
2009-07-21 14:01:17,374 DEBUG [Thread: Thread-4] [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.internal.arjuna.recovery.TransactionStatusConnector_6] - Failed to establish connection to server
2009-07-21 14:01:17,452 DEBUG [Thread: Thread-4] [com.arjuna.ats.arjuna.logging.arjLoggerI18N] [com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner_3] - Removing old transaction status manager item -3f57cd50:7b8:4a657a6b:0
2009-07-21 14:01:22,296 INFO [Thread: main] [org.jboss.ejb3.EJB3Deployer] Starting java:comp multiplexer
2009-07-21 14:01:34,750 INFO [Thread: main] [org.jboss.wsf.stack.jbws.NativeServerConfig] JBoss Web Services - Native
2009-07-21 14:01:34,750 INFO [Thread: main] [org.jboss.wsf.stack.jbws.NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
2009-07-21 14:01:38,704 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
2009-07-21 14:01:40,079 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized()
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:01:40,110 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:01:40,220 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:01:40,516 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/invoker)
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/invoker] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:01:40,688 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/invoker] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:01:40,720 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:01:40,860 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/jbossws)
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossws] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:01:41,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossws] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:01:41,032 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:01:41,157 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/jbossmq-httpil)
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jbossmq-httpil] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:01:41,298 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jbossmq-httpil] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:01:41,329 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:01:42,689 INFO [Thread: main] [org.jboss.mail.MailService] Mail Service bound to java:/Mail
2009-07-21 14:01:43,189 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
2009-07-21 14:01:43,267 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
2009-07-21 14:01:43,314 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
2009-07-21 14:01:43,360 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
2009-07-21 14:01:43,423 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
2009-07-21 14:01:43,485 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
2009-07-21 14:01:43,595 INFO [Thread: main] [org.jboss.resource.deployment.RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
2009-07-21 14:01:43,626 INFO [Thread: main] [org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter] start quartz!!!
2009-07-21 14:01:44,736 INFO [Thread: main] [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EllacoyaTxDatasource' to JNDI name 'java:EllacoyaTxDatasource'
2009-07-21 14:01:44,767 INFO [Thread: main] [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EllacoyaLdapServerDataSource' to JNDI name 'java:EllacoyaLdapServerDataSource'
2009-07-21 14:01:44,798 INFO [Thread: main] [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EllacoyaReportingTxDatasource' to JNDI name 'java:EllacoyaReportingTxDatasource'
2009-07-21 14:01:44,829 INFO [Thread: main] [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=EllacoyaReportingNoTxDatasource' to JNDI name 'java:EllacoyaReportingNoTxDatasource'
2009-07-21 14:01:46,392 INFO [Thread: main] [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
2009-07-21 14:01:47,080 INFO [Thread: main] [org.jboss.mq.il.uil2.UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
2009-07-21 14:01:47,220 INFO [Thread: main] [org.jboss.mq.server.jmx.Topic.notificationTopic] Bound to JNDI name: topic/notificationTopic
2009-07-21 14:01:47,220 INFO [Thread: main] [org.jboss.mq.server.jmx.Topic.eventTopic] Bound to JNDI name: topic/eventTopic
2009-07-21 14:01:47,267 INFO [Thread: main] [org.jboss.mq.server.jmx.Queue.ReportingRequestQueue] Bound to JNDI name: queue/ReportingRequestQueue
2009-07-21 14:01:47,267 INFO [Thread: main] [org.jboss.mq.server.jmx.Queue.DLQ] Bound to JNDI name: queue/DLQ
2009-07-21 14:01:47,564 INFO [Thread: main] [org.jboss.resource.connectionmanager.ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
2009-07-21 14:01:47,611 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/axis, warUrl=.../deploy/axis.war/
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/axis)
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/axis] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:01:47,986 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/axis] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:01:48,001 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:01:52,361 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/vmreport, warUrl=.../deploy/vmreport.war/
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/vmreport)
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/vmreport] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:01:52,549 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/vmreport] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:01:52,580 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:01:52,596 INFO [Thread: main] [STDOUT] NCSInit...
2009-07-21 14:01:52,736 INFO [Thread: main] [STDOUT] SignalHandler: Unable to load shared library (non-fatal)
2009-07-21 14:01:53,533 INFO [Thread: main] [org.jboss.deployment.EARDeployer] Init J2EE application: file:/D:/ellacoya_/workspace/Swa2-MainLine_Latest_CVS/dist/SLE/jboss/server/sle/deploy/sle.ear
2009-07-21 14:02:41,631 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying XmlApiMgr
2009-07-21 14:02:42,115 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying SubscriberMgr
2009-07-21 14:02:42,162 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying DHCPBackup
2009-07-21 14:02:42,178 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying NetworkMgr
2009-07-21 14:02:42,178 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying AccountingDataReader
2009-07-21 14:02:42,318 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying DomainMgr
2009-07-21 14:02:42,334 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ServiceElementMgr
2009-07-21 14:02:42,334 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ApplicationSignatureMgr
2009-07-21 14:02:42,350 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying SLECMMgr
2009-07-21 14:02:42,350 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying DHCPLeaseQuery
2009-07-21 14:02:42,365 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ScheduledReportsMgr
2009-07-21 14:02:42,365 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying AccountingMgr
2009-07-21 14:02:42,381 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying SecurityMgr
2009-07-21 14:02:42,381 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ServiceMgr
2009-07-21 14:02:42,397 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying SystemConfigMgr
2009-07-21 14:02:42,397 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying DHCPLeaseMaintenanceMDBean
2009-07-21 14:02:42,444 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying AccountingDataProcessorMDBean
2009-07-21 14:02:42,444 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ChangeEventListenerMDBean
2009-07-21 14:02:42,459 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying AccountingQuotaProcessorMDBean
2009-07-21 14:02:42,459 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying QuotaEventListenerMDBean
2009-07-21 14:02:42,475 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying PassiveAuthMDBean
2009-07-21 14:02:42,475 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying SwitchEventListenerMDBean
2009-07-21 14:02:43,006 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ReportingMgr
2009-07-21 14:02:43,006 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ReportingMDBean
2009-07-21 14:02:43,022 INFO [Thread: main] [org.jboss.ejb.EjbModule] Deploying ReportingThrottledMDBean
2009-07-21 14:02:46,319 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'XmlApiMgr' to jndi 'ellacoya/XmlApiMgrLocal'
2009-07-21 14:02:46,334 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'XmlApiMgr' to jndi 'ellacoya/XmlApiMgr'
2009-07-21 14:02:46,350 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SubscriberMgr' to jndi 'ellacoya/SubscriberMgrLocal'
2009-07-21 14:02:46,381 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SubscriberMgr' to jndi 'ellacoya/SubscriberMgr'
2009-07-21 14:02:46,381 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DHCPBackup' to jndi 'DHCPBackupLocal'
2009-07-21 14:02:46,397 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DHCPBackup' to jndi 'ellacoya/DHCPBackup'
2009-07-21 14:02:46,428 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'NetworkMgr' to jndi 'ellacoya/NetworkMgrLocal'
2009-07-21 14:02:46,459 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'NetworkMgr' to jndi 'ellacoya/NetworkMgr'
2009-07-21 14:02:46,459 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'AccountingDataReader' to jndi 'AccountingDataReaderLocal'
2009-07-21 14:02:46,475 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AccountingDataReader' to jndi 'ellacoya/AccountingDataReader'
2009-07-21 14:02:46,491 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DomainMgr' to jndi 'ellacoya/DomainMgrLocal'
2009-07-21 14:02:46,491 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DomainMgr' to jndi 'ellacoya/DomainMgr'
2009-07-21 14:02:46,522 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ServiceElementMgr' to jndi 'ellacoya/ServiceElementMgrLocal'
2009-07-21 14:02:46,538 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ServiceElementMgr' to jndi 'ellacoya/ServiceElementMgr'
2009-07-21 14:02:46,553 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ApplicationSignatureMgr' to jndi 'ellacoya/ApplicationSignatureMgrLocal'
2009-07-21 14:02:46,569 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ApplicationSignatureMgr' to jndi 'ellacoya/ApplicationSignatureMgr'
2009-07-21 14:02:46,584 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SLECMMgr' to jndi 'ellacoya/SLECMMgrLocal'
2009-07-21 14:02:46,600 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SLECMMgr' to jndi 'ellacoya/SLECMMgr'
2009-07-21 14:02:46,616 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'DHCPLeaseQuery' to jndi 'ellacoya/DHCPLeaseQueryLocal'
2009-07-21 14:02:46,616 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'DHCPLeaseQuery' to jndi 'ellacoya/DHCPLeaseQuery'
2009-07-21 14:02:46,631 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ScheduledReportsMgr' to jndi 'ellacoya/ScheduledReportsMgrLocal'
2009-07-21 14:02:46,647 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ScheduledReportsMgr' to jndi 'ellacoya/ScheduledReportsMgr'
2009-07-21 14:02:46,663 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'AccountingMgr' to jndi 'ellacoya/AccountingMgrLocal'
2009-07-21 14:02:46,678 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'AccountingMgr' to jndi 'ellacoya/AccountingMgr'
2009-07-21 14:02:46,709 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SecurityMgr' to jndi 'ellacoya/SecurityMgrLocal'
2009-07-21 14:02:46,725 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SecurityMgr' to jndi 'ellacoya/SecurityMgr'
2009-07-21 14:02:46,741 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ServiceMgr' to jndi 'ellacoya/ServiceMgrLocal'
2009-07-21 14:02:46,756 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ServiceMgr' to jndi 'ellacoya/ServiceMgr'
2009-07-21 14:02:46,772 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'SystemConfigMgr' to jndi 'ellacoya/SystemConfigMgrLocal'
2009-07-21 14:02:46,788 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SystemConfigMgr' to jndi 'ellacoya/SystemConfigMgr'
2009-07-21 14:02:46,788 INFO [Thread: main] [com.ellacoya.jbossext.EllacoyaQueue.AsyncRequestQueue] Bound to JNDI name: queue/AsyncRequestQueue
2009-07-21 14:02:46,928 INFO [Thread: main] [com.ellacoya.auditlog.AuditLogService] ellacoya/AuditLogService has been registered with the Ellacoya naming service.
2009-07-21 14:02:47,366 DEBUG [Thread: main] [com.theorem.radserver3.RADIUSServer] RADIUS Receiver Started: listening on port 1813
2009-07-21 14:02:47,366 INFO [Thread: main] [com.theorem.radserver3.RADIUSServer] RADIUS Receiver Started: listening on port 1813
2009-07-21 14:02:47,538 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/ChangeEventCleanupJob has been successfully scheduled and will fire next at: Tue Jul 21 14:05:00 IST 2009
2009-07-21 14:02:47,553 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/ProvisionerMonitoringJob has been successfully scheduled and will fire next at: Tue Jul 21 14:02:47 IST 2009
2009-07-21 14:02:47,553 INFO [Thread: main] [com.ellacoya.networkoperation.DeltaServiceMBean] ellacoya/DeltaServiceMBean has been registered with the Ellacoya naming service.
2009-07-21 14:02:49,210 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/UsageCleanupJob has been successfully scheduled and will fire next at: Wed Jul 22 02:17:00 IST 2009
2009-07-21 14:02:49,225 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/UsageAggregator has been successfully scheduled and will fire next at: Tue Jul 21 14:05:00 IST 2009
2009-07-21 14:02:49,225 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/CSVHandleJOb has been successfully scheduled and will fire next at: Tue Jul 21 14:10:00 IST 2009
2009-07-21 14:02:49,241 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/UsageTransferJOb has been successfully scheduled and will fire next at: Tue Jul 21 18:40:00 IST 2009
2009-07-21 14:02:49,272 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/UsageSynchronizationJob has been successfully scheduled and will fire next at: Wed Jul 22 00:00:00 IST 2009
2009-07-21 14:02:49,272 INFO [Thread: main] [com.ellacoya.bls.service.UsageCollectionService] ellacoya/UsageCollectionService has been registered with the Ellacoya naming service.
2009-07-21 14:02:53,523 INFO [Thread: main] [com.ellacoya.dataaccess.dao.ServiceUsageMessageDAO] ## getTAPStartUpSyncStatus ## true
2009-07-21 14:02:54,257 INFO [Thread: main] [com.ellacoya.ldapserver.LDAPServerStartup] LDAP server running at the port 4389.
2009-07-21 14:02:55,304 INFO [Thread: main] [com.ellacoya.ldapserver.LDAPServerStartup] The status of the LDAP/TLS Server set to [true]
2009-07-21 14:02:55,304 INFO [Thread: main] [com.ellacoya.ldapserver.LDAPServerStartup] LDAP/TLS server running at the port 4636.
2009-07-21 14:02:55,335 INFO [Thread: main] [com.ellacoya.bls.service.SubscriberClassService] ellacoya/SubscriberClassService has been registered with the Ellacoya naming service.
2009-07-21 14:02:55,366 INFO [Thread: main] [com.ellacoya.networkoperation.HTTPSwitchAuthenticationNotifier] Setting Notification Port to: 120
2009-07-21 14:02:55,366 INFO [Thread: main] [com.ellacoya.networkoperation.HTTPSwitchAuthenticationNotifier] Setting Secured HTTP Notification Port to: 444
2009-07-21 14:02:55,366 INFO [Thread: main] [com.ellacoya.networkoperation.HTTPSwitchAuthenticationNotifier] Setting Notification Timeout to: 7000
2009-07-21 14:02:55,460 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/SubnetLearningUpdate has been successfully scheduled and will fire next at: Wed Jul 22 01:00:00 IST 2009
2009-07-21 14:02:55,507 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/AccountingDataTransferMonitor has been successfully scheduled and will fire next at: Tue Jul 21 14:04:00 IST 2009
2009-07-21 14:02:55,523 INFO [Thread: main] [com.ellacoya.businessobject.SchedulerBO] Job ellacoya/HeartbeatJob has been successfully scheduled and will fire next at: Tue Jul 21 14:02:55 IST 2009
2009-07-21 14:02:55,585 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.delegate.ServiceLocator] Creating default InitialContext...
2009-07-21 14:02:55,726 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.businessservice.SecurityMgrBean] RADIUS Authentication Flag false
2009-07-21 14:02:55,726 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.businessservice.SecurityMgrBean] The user will be authenticated by DB
2009-07-21 14:02:55,741 INFO [Thread: EllacoyaScheduler_Worker-2] [com.ellacoya.businessservice.SecurityMgrBean] Access granted for user [admin@UnknownIP]
2009-07-21 14:02:56,179 INFO [Thread: main] [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/ellacoya_/workspace/Swa2-MainLine_Latest_CVS/dist/SLE/jboss/server/sle/tmp/deploy/tmp59283sle.ear-contents/ellacoya_ejb-jboss.jar
2009-07-21 14:02:56,413 INFO [Thread: main] [org.jboss.ejb.plugins.local.BaseLocalProxyFactory] Bound EJB LocalHome 'ReportingMgr' to jndi 'ellacoya/ReportingMgrLocal'
2009-07-21 14:02:56,476 INFO [Thread: main] [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'ReportingMgr' to jndi 'ellacoya/ReportingMgr'
2009-07-21 14:02:56,835 INFO [Thread: main] [org.jboss.ejb.EJBDeployer] Deployed: file:/D:/ellacoya_/workspace/Swa2-MainLine_Latest_CVS/dist/SLE/jboss/server/sle/tmp/deploy/tmp59283sle.ear-contents/ellacoya_reporting_ejb-jboss.jar
2009-07-21 14:02:56,867 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../tmp/deploy/tmp59283sle.ear-contents/jmx-console-exp.war/
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/jmx-console)
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/jmx-console] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:02:57,101 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/jmx-console] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:02:57,132 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:02:57,976 INFO [Thread: main] [org.jboss.web.tomcat.service.TomcatDeployer] deploy, ctxPath=/reports, warUrl=.../tmp/deploy/tmp59283sle.ear-contents/reports-exp.war/
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] ConfigureListener.contextInitialized(/reports)
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.displayConfiguration' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.validateXml' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.verifyObjects' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.forceLoadConfiguration' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enableHtmlTagLibValidator' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.preferXHTML' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.compressViewState' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.compressJavaScript' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.externalizeJavaScript' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.sendPoweredByHeader' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enableJSStyleHiding' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enableScriptsInAttributeValues' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.writeStateAtFormEnd' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enableLazyBeanValidation' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enabledLoadBundle11Compatibility' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enableRestoreView11Compatibility' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.serializeServerState' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.enableViewStateIdRendering' - ENABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.registerConverterPropertyEditors' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.disableUnicodeEscaping' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1021: [/reports] Configuration option 'com.sun.faces.developmentMode' - DISABLED
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'javax.faces.STATE_SAVING_METHOD' set to 'server'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'javax.faces.DEFAULT_SUFFIX' set to '.jsp'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'com.sun.faces.numberOfViewsInSession' set to '15'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'com.sun.faces.numberOfLogicalViews' set to '15'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'com.sun.faces.injectionProvider' set to 'org.jboss.web.jsf.integration.injection.JBossInjectionProvider'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'com.sun.faces.responseBufferSize' set to '1024'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'com.sun.faces.clientStateWriteBufferSize' set to '8192'
2009-07-21 14:02:58,648 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] JSF1018: [/reports] Configuration option 'com.sun.faces.expressionFactory' set to 'com.sun.el.ExpressionFactoryImpl'
2009-07-21 14:02:58,679 DEBUG [Thread: main] [javax.enterprise.resource.webcontainer.jsf.config] No FacesServlet found in deployment descriptor - bypassing configuration
2009-07-21 14:03:00,226 INFO [Thread: main] [org.jboss.deployment.EARDeployer] Started J2EE application: file:/D:/ellacoya_/workspace/Swa2-MainLine_Latest_CVS/dist/SLE/jboss/server/sle/deploy/sle.ear
2009-07-21 14:03:00,273 INFO [Thread: Thread-14] [com.ellacoya.bls.service.LogoDisplayService]

XXXXXXXXXX XXX XXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXX
XXXX XXXX XX XXXXXXXX XXXXXXXX XXXXXX
XXXX XXX XX XXXXXX XXXXXX XXXX
XXXXX XXXX XXXXXX XXXXXX XX
XXXXX XX XXXXXX XXXXXX X
XXXXXXXX XXXXXX XXXXXX x
XXXXXXXXX XXXXXX XXXXXX XX
XXXXXXXXXXXXXX XXXXXX XXXXXXXXXXXXXXXX
XXXXXXXXXXXXXX XXXXXX XXXXXXXXXXXXXXXX
XXXXXXXXXX XXXXXX XXXXXX XX
XXXXXXX XXXXXX XXXXXX x
XX XXXXX XXXXXX X XXXXXX X
XXXX XXXXX XXXXXX XXX XXXXXX XX
XX XXX XXXXX XXXXXX XXXX XXXXXX XXX
XX XXXX XXXXXX XXXXXXXXX XXXXXX XXXXXXXXXX XXXX
XXX XXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXX


2009-07-21 14:03:00,289 INFO [Thread: Thread-14] [com.ellacoya.bls.service.LogoDisplayService] Service Logic Engine version: Development Version
2009-07-21 14:03:00,289 INFO [Thread: Thread-14] [com.ellacoya.bls.service.LogoDisplayService] SLE schema version: 7.6.9
2009-07-21 14:03:00,289 INFO [Thread: Thread-14] [com.ellacoya.bls.service.LogoDisplayService] SLE schema location: jdbc:oracle:thin:@192.168.50.194:1521:ellacoya [ABHISHEK_TAP1_SLE]
2009-07-21 14:03:00,289 INFO [Thread: Thread-14] [com.ellacoya.bls.service.LogoDisplayService] Reporting schema version: 7.6.5
2009-07-21 14:03:00,289 INFO [Thread: Thread-14] [com.ellacoya.bls.service.LogoDisplayService] Reporting schema location: jdbc:oracle:thin:@192.168.50.194:1521:ellacoya [RUN_CSV_UPGRADE_RPT]
2009-07-21 14:03:00,320 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - first pass <Tue, 21 Jul 2009 14:03:00>
2009-07-21 14:03:00,320 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] StatusModule: first pass
2009-07-21 14:03:00,320 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass
2009-07-21 14:03:00,320 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass
2009-07-21 14:03:00,679 INFO [Thread: main] [org.jboss.system.server.Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:54s:947ms
2009-07-21 14:03:10,336 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] Periodic recovery - second pass <Tue, 21 Jul 2009 14:03:10>
2009-07-21 14:03:10,336 DEBUG [Thread: Thread-5] [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass
2009-07-21 14:03:10,336 DEBUG [Thread: Thread-5] [com.arjuna.ats.txoj.logging.txojLoggerI18N] [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass
2009-07-21 14:03:10,336 DEBUG [Thread: Thread-5] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass
2009-07-21 14:04:39,531 INFO [Thread: http-127.0.0.1-8080-1] [com.ellacoya.businessservice.SecurityMgrBean] The user will be authenticated by DB
2009-07-21 14:04:39,594 INFO [Thread: http-127.0.0.1-8080-1] [com.ellacoya.businessservice.SecurityMgrBean] Access granted for user [admin@127.0.0.1]
2009-07-21 14:04:39,594 INFO [Thread: http-127.0.0.1-8080-1] [com.ellacoya.webclient.reporting.LogonAction] Access granted to application [reports] for user [admin].
2009-07-21 14:04:46,157 WARN [Thread: http-127.0.0.1-8080-2] [com.arjuna.ats.jta.logging.loggerI18N] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow] [com.arjuna.ats.internal.jta.transaction.arjunacore.lastResource.disallow] Adding multiple last resources is disallowed. Current resource is org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@9da031
2009-07-21 14:04:46,235 ERROR [Thread: http-127.0.0.1-8080-2] [com.ellacoya.dataaccess.rdbms.oracle.OracleSQLExceptionHandler] Errororg.jboss.util.NestedSQLException: Transaction TransactionImple < ac, BasicAction: -3f57cd50:809:4a657cd4:1f9 status: ActionStatus.ABORT_ONLY > cannot proceed STATUS_MARKED_ROLLBACK; - nested throwable: (javax.transaction.RollbackException: Transaction TransactionImple < ac, BasicAction: -3f57cd50:809:4a657cd4:1f9 status: ActionStatus.ABORT_ONLY > cannot proceed STATUS_MARKED_ROLLBACK)
2009-07-21 14:04:46,251 ERROR [Thread: http-127.0.0.1-8080-2] [com.ellacoya.webclient.reporting.GetReportSummaryAction] Error retrieving the list of report requests: com.ellacoya.lang.ServiceUnavailableException: A System Error has occurred: Transaction TransactionImple < ac, BasicAction: -3f57cd50:809:4a657cd4:1f9 status: ActionStatus.ABORT_ONLY > cannot proceed STATUS_MARKED_ROLLBACK; - nested throwable: (javax.transaction.RollbackException: Transaction TransactionImple < ac, BasicAction: -3f57cd50:809:4a657cd4:1f9 status: ActionStatus.ABORT_ONLY > cannot proceed STATUS_MARKED_ROLLBACK)
com.ellacoya.lang.ServiceUnavailableException: A System Error has occurred: Transaction TransactionImple < ac, BasicAction: -3f57cd50:809:4a657cd4:1f9 status: ActionStatus.ABORT_ONLY > cannot proceed STATUS_MARKED_ROLLBACK; - nested throwable: (javax.transaction.RollbackException: Transaction TransactionImple < ac, BasicAction: -3f57cd50:809:4a657cd4:1f9 status: ActionStatus.ABORT_ONLY > cannot proceed STATUS_MARKED_ROLLBACK)
at com.ellacoya.dataaccess.rdbms.oracle.OracleSQLExceptionHandler.handleSimpleReadException(OracleSQLExceptionHandler.java:187)
at com.ellacoya.dataaccess.dao.RequestDAO.getReportRequestCount(RequestDAO.java:435)
at com.ellacoya.reporting.ReportingMgrBean.getReportRequestCount(ReportingMgrBean.java:627)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
at org.jboss.ejb.Container.invoke(Container.java:960)
at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
at $Proxy141.getReportRequestCount(Unknown Source)
at com.ellacoya.webclient.reporting.GetReportSummaryAction.perform(GetReportSummaryAction.java:167)
at org.apache.struts.action.Action.execute(Action.java:420)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.ellacoya.webclient.reporting.AuthenticationFilter.doFilter(AuthenticationFilter.java:64)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)







So basically i also think its correct upto getting a connection but when it tries to make a transaction it gets into error. Seems it some how wrongly gets a wrong connection and so gets into problem.

Suggestions Peter?
14 years ago
Hi peter,


How to redeploy one single MDBean out of the whole lot without restarting the server. Can we do it or do you mean to do it from an outside java client.



Regards,
Abhishek
14 years ago
The MDBean which acts as a message consumer in the JMS architecture seems to have died in our JBOSS.

Our JBOSS is running in production.

Basically we observed there is a huge lot of requests pending for the concerned MDBeans to pick up. We observed that the Request dispatcher is correctly sending the data to the concerned queue but then the corresponding MDBean's onMessage method is never invoked. Later we came to know that this consumer or MD Bean does not exist at all.

The concerned MDBean was working fine which all of a sudden seemed to have died as the "listThreadCpuUtilization" method in Server-info of JMX-console does not show the existence of the concerned MDBean or the message consumer.

Now we have lot of pending requests to be processed by this consumer as the pool size of this MDBean was mentioned to be huge. We can restart the jboss to let the things work normally but then it is not allowed.

Some how we need to restart this consumer which seems to have died or non-existant without restarting the jboss. A sample java client accessing these consumers and starting them again will also be handy

Any suggestions or help?
14 years ago
I am trying to do this with JBOSS 4.0.5 and JBOSS 4.2.3

I achieved running two different applications on 2 different ports though with http and https.

something as

http://localhost:8080/app1
https://localhost:8080/app2


I did it by having two server configuration say default and default1. But the problem is I had to run two instances of JBOSS(I ran through ECLIPSE plugin)

I ran 1 jboss with server configuration as "default" and ran the other one "default1".

app1 was deployed in "default". The server-config.xml of this configuration was configured for http at port 8080
app2 was deployed in "default1". The server-config.xml of this configuration was configured for https at port 8443.


My requirement is to run both the apps with one instance of JBOSS and it will be best inside the same JBOSS configuration.


Any help please?
14 years ago
just forgot to mention I am using JBOSS 4.0.5
14 years ago
I think both http and https are different protocols and cant be run on same port.

I achieved running two different applications on 2 different ports though with http and https.

something as

http://localhost:8080/app1
https://localhost:8080/app2


I did it by having two server configuration say default and default1. But the problem is I had to run two instances of JBOSS(I ran through ECLIPSE plugin)

I ran 1 jboss with server configuration as "default" and ran the other one "default1".

app1 was deployed in "default". The server-config.xml of this configuration was configured for http at port 8080
app2 was deployed in "default1". The server-config.xml of this configuration was configured for https at port 8443.


My requirement is to run both the apps with one instance of JBOSS and it will be best inside the same JBOSS configuration.

Any help.....
14 years ago
Hi Peter I must say whether it should be bought or not is company's prerogative. I can only try to solve it as my duty.


In between there came up few more serious client issues and so had to pay my attention to that. I am back to JBOSS upgradation now.


I must say s_dataSources was cached data source and so i removed caching but the results are same.


seems some problem in the transaction with pooled connections.

The transactions inside the application which required non-pooled connection were working fine. Is there any problem in ellacoya-ds.xml (It is in earlier versions of this post for your view)? Is there any problem in this file getting actually being called to configure database.

Any help?

Ok i wont write "its urgent" if it annoys you.
14 years ago