To schedule an EAR.....

Hi all,
I have a J2EE EJB application that store a set of data into a table. I need to execute automatically my application everyday. My application is an EAR.
Do you have any solutions?
Any suggestions will be appreciate. Thanks,
Vito

<i>Use
The Timeout Service can be used to schedule tasks to be executed in the future. You must provide the time of the execution or the interval of the execution for a task that must be repeated. You do this by registering a TimeoutListener ( com.sap.engine.services.timeout.TimeoutListener). For each listener, you can specify the interval between the calls, the time of the first call, and the interval of execution from the first call.
</i>
Timeout service is SAP WAS J2EE service and it is responsible for calling registered TimeoutListeners.

Similar Messages

  • How to schedule an EAR

    Hi all,
    I developed an EAR project and I need to schedule it in order to run it every day.
    How can I do??
    Thanks,
    Vito

    If you are looking for any 3rd party schedular product which fits perfectly fine with a J2EE app server then <b>FLUX</b> is the best option.
    http://www.fluxcorp.com/scheduler/
    This is upto J2EE 1.3. If your app server is J2EE 1.4 compliant then you can user the Timer service which is a part of EJB 2.1 specifications.
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Session5.html

  • Scheduling jobs inside an ear file

    Hi,
    I am newbie to scheduling concepts,
    we have a servlet which is deployed on websphere and which needs to be called on monthly/quarterly basis and the servlet expect an request parameter.
    Can we implement this using quartz scheduler?
    Also we might want to add few more jobs to the sceduler dynamically without redeploying EAR file? (Something like retrieving the job details from Database tables)
    Pls advise me, and also let me know if there is any other easy way of implementing the above functionality.
    Regards,
    Ram

    so u are planning to write your jobs in class files which implements jobs..is that right?
    Yes, I am planning write a new class which implements a Job
    and if u have 10 jobs...are u going to create 10 job class files? --- NO
    or in one jobs u can separate the jobs according to the job name...
    I will distinguish the jobs based on the job names..
    In the Database we maintain mutliple job details (only name is different) and their corresponding cron trigger expression.
    In the Job class based on the name of the job it performs different functionality.
    I got answers for my initial question, Whenever there are new jobs inserted in DB I am going to have a JSP where we can restart the scheduler, Which actually unschedules and deletes the previous jobs and loads all the jobs freshly from Database.
    Anyways, Thanks for your time, I have got the answers from the questions you have raised.
    Regards,
    Ram

  • KM Scheduler not working EPh1 version

    Hi all,
           I have written a scheduler which uses EJB. This works fine in 7.0 SP14 version but it stops working in EPh1 version. It throws an error(from logs) Exception in operation startApp with application  sap.com/ear~file.   sap.com/ear~file is an ear file with EJB.
    Did any one had this issue? how to resolve it. Pls help.
    Thanks,

    This looks like a issue with classloader and the version of the J2EE.
    Use this below code and try.
    ClassLoader originalContextClassLoader = Thread.currentThread().getContextClassLoader();                                   
    try {
              Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
              Context initial = new InitialContext();
              Object objref = initial.lookup("JNDI Name Of the Session Bean");
              Object obj = PortableRemoteObject.narrow(objref, BeanHome.class);
         } catch (NamingException ex) {
              ex.printStackTrace();          
         } catch (Exception ex) {
              ex.printStackTrace();          
         finally {
         Thread.currentThread().setContextClassLoader(originalContextClassLoader);

  • KM scheduler not working in EPh1 Version

    Hi all,
    I have written a scheduler which uses EJB. This works fine in 7.0 SP14 version but it stops working in EPh1 version. It throws an error(from logs) Exception in operation startApp with application sap.com/earfile. sap.com/earfile is an ear file with EJB.
    Did any one had this issue? how to resolve it. Pls help.
    Thanks,

    This looks like a issue with classloader and the version of the J2EE.
    Use this below code and try.
    ClassLoader originalContextClassLoader = Thread.currentThread().getContextClassLoader();                                   
    try {
              Thread.currentThread().setContextClassLoader(this.getClass().getClassLoader());
              Context initial = new InitialContext();
              Object objref = initial.lookup("JNDI Name Of the Session Bean");
              Object obj = PortableRemoteObject.narrow(objref, BeanHome.class);
         } catch (NamingException ex) {
              ex.printStackTrace();          
         } catch (Exception ex) {
              ex.printStackTrace();          
         finally {
         Thread.currentThread().setContextClassLoader(originalContextClassLoader);

  • KM Scheduler Task - Service user

    Dear all,
    I created a scheduled task in the NWDS and deployed the par and configured the time table for it. The task is running every minute, so it's all working. Now i'm wondering, is it possible to set the user that executes the task somewhere? like in a service user or so.
    I played around a bit in the portalapp.xml and it now looks like:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="SharingReference" value="usermanagement, knowledgemanagement, landscape, htmlb, exportalJCOclient, exportal,SAPJ2EE::sap.com/ear~test"/>
        <property name="SecurityArea" value="Netweaver.portal"/>
        <property name="Vendor" value="sap.com"/>
      </application-config>
      <components/>
      <services>
        <service name="RFServiceWrapper">
          <service-config>
            <property name="className" value="com.sap.netweaver.rf.wrapper.RFServiceWrapper"/>
            <property name="startup" value="true"/>
            <property name="SafetyLevel" value="low_safety"/>
          </service-config>
        </service>
      </services>
    </application>
    In the run(..) method, i call an ejb, and in the ejb i print the username that's executing it. Sometimes it says it's executed by Guest (most of the times), and sometimes it says it's executed by Administrator...
    What user is used for running the scheduled task? can it be a fixed user, as in "serviceUserX" for example? How do i configure that?
    Kind regards.
    J.
    Message was edited by:
            Joren Crauwels
    Message was edited by:
            Joren Crauwels

    Hi
    Did you find a solution fo this problem?
    Florin

  • Unable to Schedule the Report with a user with Author Role.

    Hi,
    I tried to Schedule the Report using weblogic user(which has admin role) it worked perfectly. But when i try to login using User(which has author role) and when i try to schedule a report i am getting the following error. It is clustered Environment.
    [nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Location: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)
    Error Codes:
    Location: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/richard/Test Mail Report
    ...Trying Agent Get Response Content loop again.... Sleeping for 8 seconds.[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Location: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)
    Error Codes:
    Location: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID:/users/richard/Test Mail Report
    ...Trying Agent Get Response Content loop again.... Sleeping for 6 seconds.[nQSError: 77006] Oracle BI Presentation Server Error: A fatal error occurred while processing the request. The server responded with: Authentication Failure.
    Error Codes: IHVF6OM7:OPR4ONWY:U9IM8TAC
    Location: saw.connectionPool.getConnection, saw.securitysubsystem.checkauthentication.runimpl, saw.securitysubsystem.checkauthentication, saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLDriverConnectW).
    State: 08004. Code: 10018. [NQODBC] [SQL_STATE: 08004] [nQSError: 10018] Access for the requested connection is refused.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 13039] The impersonator does not exist in the BI Security Service. (08004)
    Error Codes:
    Location: saw.delivers.rpc.getDeviceContent, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Error Codes: AGEGTYVF
    AgentID: /users/richard/Test Mail Report
    Exceeded number of request retries for method GetResponseContent.
    Can any one help me with this.
    Thanks
    Rondo.
    Edited by: RONDO on Dec 12, 2012 4:07 PM

    Check the Doc ID 1446877.1
    As per this doc Fix to apply patch 13553428:
    The fix to this issue is to apply patch for the following unpublished bug.
    Bug 13553428 - QA:BLK:DELIVER TO CORP. OID LDAP USERS FAILED WITH IMPERSONATOR DOES'NT EXIST.
    Patch 13553428: QA:BLK:DELIVER TO CORP. OID LDAP USERS FAILED WITH IMPERSONATOR DOES'NT EXIST.
    The patch is available on MOS and can be applied to all platforms.
    Or access via this link:
    https://updates.oracle.com/Orion/Services/download/p13553428_111160_Generic.zip?aru=14732325&patch_file=p13553428_111160_Generic.zip
    Please refer to the Readme. It is important to Stop the System before applying the patch. Then restart.
    During restart Weblogic should automatically detect that bimiddleware.ear has changed in the OH and automatically redeploy the application
    If helps pls mark as correct
    Edited by: Srini VEERAVALLI on Dec 12, 2012 7:39 PM

  • How to schedule a job ?

    I am using Weblogic Server 6.0. I want to make a schedule job in weblogic to
    connect download something regularly. Can anyone tell me how to make a
    schedule job ??
    Best Regards,
    Anna

    Anna <[email protected]> wrote:
    I already write the code by making use of time services....however,
    how to install it into Weblogic Server?
    Is it making an EJB and then deploy it to schedule the job or create a
    startup class to schedule it ? When i create a startup class called Timer,
    the Weblogic does not need any deployment. Then how the server know
    which class i talk about? Any steps i done incorrectly?If you use startup classes you need to put them and all application classes
    they need in the system classpath :
    http://e-docs.bea.com/wls/docs61/programming/packaging.html#1052224
    (and this will make your application non-redeployeable).
    Probably the better solution is to deploy your app as an EAR and use
    'load-on-startup' servlet instead of startup classes - web component
    is always deployed after ejb's and it can 'see' all EJB classes - you can
    do all the startup work in the servlet's init() method.
    Can anyone help ?
    Thanks
    Anna
    "Cameron Purdy" <[email protected]> wrote in message
    news:3b8a3b89$[email protected]..
    You can use Weblogic's time services, which can provide an event on a
    regular basis.
    Also, search back through the EJB newsgroup for "Indus". They have somesort
    of scheduling program.
    There is one other product that I can't remember the name of ... let mesee
    ... it's called "flux". Check that out if you get a chance.
    Peace,
    Cameron Purdy
    Tangosol Inc.
    << Tangosol Server: How Weblogic applications are customized >>
    << Download now from http://www.tangosol.com/download.jsp >>
    "Anna" <[email protected]> wrote in message
    news:3b8a1f08$[email protected]..
    I am using Weblogic Server 6.0. I want to make a schedule job in
    weblogic
    to
    connect download something regularly. Can anyone tell me how to make a
    schedule job ??
    Best Regards,
    Anna
    Dimitri

  • Microphone no longer works with ear piece

    I have a BB 9800, and I recently downloaded the latest 6.0 OS Bundle 2921. Since then, I cannot use the ear piece when making calls. The speaker/handset menu goes back and forth and there is no sound in the ear piece. I can no longer take calls in the car while I drive. How do you resolve the problem?

    Hi and Welcome to the Community!
    Something may have gone wrong during the OS load, which would then mean reloading would be the thing to do. Or, there could be something wrong with that OS package, and you should try a different one.
    You may also want to investigate the use of BBSAK (bbsak.org) to perform the wipe it is capable of.
    You may also want to try this procedure to perhaps narrow down the precise causal item:
    Load your OS "bare bones"...if anything is optional, do not install it.
    If the behavior presents immediately, then try a different OS with step 1
    If the behavior does not immediately present, then run for as long as it takes for you to be sure that the behavior will not present.
    Add one thing -- no matter how tempting, just one.
    If the behavior does not present immediately, then again run for long enough to be sure it will not have the same problem
    Repeat steps 4 and 5 until all things are loaded or the behavior presents
    When the behavior presents, you know the culprit...the last thing you loaded.
    If the behavior does not re-present, then you know that either step 1 or 2 cured it.
    If the behavior presents no matter what, then you likely have a hardware level issue for which no amount of OS or software can cure.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Deploy the .ear file in Oracle 10g Application server10.1.3

    Hi Friends,
    I have deploy the .ear file in Oracle10g Application Sever 10.1.3 through Enterprise Manager. in Progress Messages shows the application has been successfully deployed,like this
    when i hit the URL in Web brower, i got a HTTP 403 showing.............
    Plz help me ..............
    Sep 27, 2008 12:11:41 PM] Application Deployer for BO13 STARTS.
    [Sep 27, 2008 12:11:41 PM] Copy the archive to C:\product\10.1.3\OracleAS_1\j2ee\BO13Dev\applications\BO13.ear
    [Sep 27, 2008 12:11:42 PM] Initialize C:\product\10.1.3\OracleAS_1\j2ee\BO13Dev\applications\BO13.ear begins...
    [Sep 27, 2008 12:11:42 PM] Unpacking BO13.ear
    [Sep 27, 2008 12:11:49 PM] Done unpacking BO13.ear
    [Sep 27, 2008 12:11:49 PM] Unpacking backoffice.war
    [Sep 27, 2008 12:11:53 PM] Done unpacking backoffice.war
    [Sep 27, 2008 12:11:53 PM] Unpacking backoffice-help.war
    [Sep 27, 2008 12:11:57 PM] Done unpacking backoffice-help.war
    [Sep 27, 2008 12:11:57 PM] Unpacking resourceadapter-rar.rar
    [Sep 27, 2008 12:11:57 PM] Done unpacking resourceadapter-rar.rar
    [Sep 27, 2008 12:11:58 PM] Initialize C:\product\10.1.3\OracleAS_1\j2ee\BO13Dev\applications\BO13.ear ends...
    [Sep 27, 2008 12:11:58 PM] Starting application : BO13
    [Sep 27, 2008 12:11:58 PM] Initializing ClassLoader(s)
    [Sep 27, 2008 12:11:58 PM] Initializing EJB container
    [Sep 27, 2008 12:11:58 PM] Loading connector(s)
    [Sep 27, 2008 12:11:59 PM] Starting up resource adapters
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: shared-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: store-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: storeops-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: parameter-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: report-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: scheduler-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: workflow-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: item-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: employee-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: employee-webapp-app-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: journal-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: label-webapp-app-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: label-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: timemaintenance-ejb.jar
    [Sep 27, 2008 12:11:59 PM] Processing EJB module: timemaintenance-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: party-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: transaction-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: customer-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: calendar-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: currency-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: financial-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: till-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: tax-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: postprocessor-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: codelist-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: pricing-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: trigger-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: report-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: parameter-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: item-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: store-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: admin-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: dashboard-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: storeops-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: pricing-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: task-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: storeserver-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:00 PM] Processing EJB module: transaction-webapp-app-ejb.jar
    [Sep 27, 2008 12:12:11 PM] Compiling EJB generated code
    [Sep 27, 2008 12:12:58 PM] Initializing EJB sessions
    [Sep 27, 2008 12:12:58 PM] Committing ClassLoader(s)
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice begins...
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice ends...
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice-help begins...
    [Sep 27, 2008 12:12:58 PM] Initialize backoffice-help ends...
    [Sep 27, 2008 12:12:58 PM] Started application : BO13
    [Sep 27, 2008 12:12:58 PM] Binding web application(s) to site default-web-site begins...
    [Sep 27, 2008 12:12:58 PM] Binding backoffice web-module for application BO13 to site default-web-site under context root backoffice13dev
    [Sep 27, 2008 12:13:01 PM] Initializing Servlet: org.springframework.web.context.ContextLoaderServlet for web application backoffice
    [Sep 27, 2008 12:13:01 PM] Initializing Servlet: org.quartz.ee.servlet.QuartzInitializerServlet for web application backoffice
    [Sep 27, 2008 12:13:01 PM] Initializing Servlet: org.apache.struts.action.ActionServlet for web application backoffice
    [Sep 27, 2008 12:13:05 PM] Binding backoffice-help web-module for application BO13 to site default-web-site under context root backoffice-help
    [Sep 27, 2008 12:13:05 PM] Initializing Servlet: oracle.help.web.OHWController for web application backoffice-help
    [Sep 27, 2008 12:13:06 PM] Initializing Servlet: oracle.cabo.servlet.UIXServlet for web application backoffice-help
    [Sep 27, 2008 12:13:06 PM] Binding web application(s) to site default-web-site ends...
    [Sep 27, 2008 12:13:06 PM] Application Deployer for BO13 COMPLETES. Operation time: 85020 msecs
    Thanks
    Hari

    Can you tell me what's the status of components (value of "In sync" column) when you run "dcmctl getState" command?
    Thanks
    Shail

  • Problem in Packaging .ear

    Hi
    I had probelm here about packaging my j2ee project. since i had migrated from jboss AS 4.0, myEclipse 3.8.4,eclipse 3.0.1 and jre 1.4 to jboss AS 4.2, myEclipse 5.5GA,eclipse 3.2 and jre 1.6 this problem occurs... would somebody explain to me further what was this error all about.. thanks in advance!
    09:02:36,291 INFO [Server] Starting JBoss (MX MicroKernel)...
    09:02:36,291 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)
    09:02:36,291 INFO [Server] Home Dir: D:\jboss-4.2.0.GA
    09:02:36,291 INFO [Server] Home URL: file:/D:/jboss-4.2.0.GA/
    09:02:36,291 INFO [Server] Patch URL: null
    09:02:36,291 INFO [Server] Server Name: default
    09:02:36,291 INFO [Server] Server Home Dir: D:\jboss-4.2.0.GA\server\default
    09:02:36,291 INFO [Server] Server Home URL: file:/D:/jboss-4.2.0.GA/server/default/
    09:02:36,291 INFO [Server] Server Log Dir: D:\jboss-4.2.0.GA\server\default\log
    09:02:36,291 INFO [Server] Server Temp Dir: D:\jboss-4.2.0.GA\server\default\tmp
    09:02:36,291 INFO [Server] Root Deployment Filename: jboss-service.xml
    09:02:36,510 INFO [ServerInfo] Java version: 1.6.0_01,Sun Microsystems Inc.
    09:02:36,510 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0_01-b06,Sun Microsystems Inc.
    09:02:36,510 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
    09:02:37,588 INFO [Server] Core system initialized
    09:02:39,385 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
    09:02:39,385 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    09:02:39,807 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
    09:02:39,807 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
    09:02:39,979 INFO [TransactionManagerService] Starting recovery manager
    09:02:40,073 INFO [TransactionManagerService] Recovery manager started
    09:02:40,073 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
    09:02:42,354 INFO [EJB3Deployer] Starting java:comp multiplexer
    09:02:44,010 INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
    09:02:45,244 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_01\bin
    09:02:45,323 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
    09:02:45,323 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
    09:02:45,323 INFO [Catalina] Initialization processed in 262 ms
    09:02:45,323 INFO [StandardService] Starting service jboss.web
    09:02:45,338 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
    09:02:45,385 INFO [Catalina] Server startup in 63 ms
    09:02:45,494 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
    09:02:46,619 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
    09:02:46,854 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp994jbossws-context-exp.war/
    09:02:46,979 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
    09:02:47,760 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
    09:02:48,338 INFO [MailService] Mail Service bound to java:/Mail
    09:02:48,510 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
    09:02:48,557 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
    09:02:48,588 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
    09:02:48,791 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
    09:02:49,041 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
    09:02:49,088 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
    09:02:49,104 INFO [QuartzResourceAdapter] start quartz!!!
    09:02:49,182 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
    09:02:49,213 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
    09:02:49,213 INFO [RAMJobStore] RAMJobStore initialized.
    09:02:49,213 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    09:02:49,213 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
    09:02:49,213 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    09:02:50,182 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    09:02:50,463 INFO [A] Bound to JNDI name: queue/A
    09:02:50,463 INFO Bound to JNDI name: queue/B
    09:02:50,463 INFO [C] Bound to JNDI name: queue/C
    09:02:50,463 INFO [D] Bound to JNDI name: queue/D
    09:02:50,463 INFO [ex] Bound to JNDI name: queue/ex
    09:02:50,479 INFO [testTopic] Bound to JNDI name: topic/testTopic
    09:02:50,479 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
    09:02:50,479 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
    09:02:50,479 INFO [testQueue] Bound to JNDI name: queue/testQueue
    09:02:50,510 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
    09:02:50,588 INFO [DLQ] Bound to JNDI name: queue/DLQ
    09:02:50,713 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    09:02:50,776 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=globalEBR' to JNDI name 'java:globalEBR'
    09:02:50,807 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
    09:02:50,963 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.2.0.GA/server/default/deploy/GlobalEBR.ear
    09:02:54,198 INFO [EjbModule] Deploying EBR
    09:02:54,369 INFO [ProxyFactory] Bound EJB Home 'EBR' to jndi 'org/rdc/ebr/bean/EBR'
    09:02:54,369 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp1024GlobalEBR.ear-contents/GlobalEBR-EJB.jar
    09:02:54,385 INFO [TomcatDeployer] deploy, ctxPath=/GlobalEBR, warUrl=.../tmp/deploy/tmp1024GlobalEBR.ear-contents/GlobalEBR-Web-exp.war/
    09:02:54,666 INFO [ResponseOverrideFilter] Filter initialized. Response buffering is enabled
    09:02:55,057 WARN [TomcatDeployer] Failed to setup clustering, clustering disabled. NoClassDefFoundError: org/jgroups/blocks/MethodCall
    09:02:55,073 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.2.0.GA/server/default/deploy/GlobalEBR.ear
    09:02:55,166 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
    09:02:55,229 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    09:02:55,276 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 18s:969ms
    09:02:56,276 INFO [ExportViewFactory] Initializing ExportViewFactory with type={csv,excel,xml,pdf}
    09:02:56,276 WARN [ExportViewFactory] Unable to instantiate class for pdf export. org.displaytag.export.PdfView was found, but required libraries are missing: com/lowagie/text/Element
    09:02:56,276 INFO [TableProperties] No LocaleResolver configured.
    09:03:04,432 INFO [JbossLoginModule] Attempting to validate user intmfg2
    09:03:04,432 INFO [LdapDAO] Attempting to validate user: intmfg2
    09:03:06,119 INFO [LdapDAO] [UserDAO] Attempting to validate user : intmfg2
    09:03:06,119 INFO [JbossLoginModule] result: true
    09:03:06,135 INFO [JbossLoginModule] called getRoleSets
    09:03:06,135 INFO [JbossLoginModule] list of roles: [Ljava.security.acl.Group;@60eb0c
    09:03:24,869 ERROR [LogInterceptor] TransactionRolledbackException in method: public abstract org.rdc.ebr.Request org.rdc.ebr.interfaces.EBR.saveAsDraft(org.rdc.ebr.Request,java.lang.String) throws java.lang.Exception,java.rmi.RemoteException, causedBy:
    java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    at org.rdc.ebr.Attachment.saveAttachment(Attachment.java:36)
    at org.rdc.ebr.Area.saveAreas(Area.java:178)
    at org.rdc.ebr.Request.saveRequest(Request.java:385)
    at org.rdc.ebr.Request.saveAsDraft(Request.java:503)
    at org.rdc.ebr.bean.EbrBean.saveAsDraft(EbrBean.java:290)
    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.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    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 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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy60.saveAsDraft(Unknown Source)
    at org.rdc.ebr.action.ProcessEbrRequestAction.saveDraft(ProcessEbrRequestAction.java:150)
    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.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    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 org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    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:179)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
    09:03:24,900 WARN [GlobalEBR] [Class] org.jboss.ejb.plugins.AbstractTxInterceptor
    09:03:24,900 WARN [GlobalEBR] [Method] invokeNext
    09:03:24,900 WARN [GlobalEBR] [Line#] 274
    09:03:24,900 WARN [GlobalEBR] [Message] loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"; nested exception is:
    java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    09:03:24,900 ERROR [STDERR] javax.transaction.TransactionRolledbackException: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"; nested exception is:
    java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:274)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:960)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,900 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,900 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    09:03:24,900 ERROR [STDERR] at $Proxy60.saveAsDraft(Unknown Source)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.action.ProcessEbrRequestAction.saveDraft(ProcessEbrRequestAction.java:150)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,900 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,900 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    09:03:24,900 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    09:03:24,900 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    09:03:24,900 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    09:03:24,900 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    09:03:24,900 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    09:03:24,900 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    09:03:24,900 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
    09:03:24,900 ERROR [STDERR] Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Attachment.saveAttachment(Attachment.java:36)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Area.saveAreas(Area.java:178)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Request.saveRequest(Request.java:385)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Request.saveAsDraft(Request.java:503)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.bean.EbrBean.saveAsDraft(EbrBean.java:290)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,900 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,900 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    09:03:24,900 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    09:03:24,900 ERROR [STDERR] ... 65 more
    09:03:24,916 WARN [GlobalEBR] =====Other Exception=====
    09:03:24,916 WARN [GlobalEBR] [Message] javax.transaction.TransactionRolledbackException cannot be cast to com.onsemi.rdc.exceptions.RDCException
    09:03:24,916 WARN [GlobalEBR] [Cause] null
    09:03:24,916 WARN [GlobalEBR] [Class] org.rdc.ebr.action.ProcessEbrRequestAction
    09:03:24,916 WARN [GlobalEBR] [Method] saveDraft
    09:03:24,916 WARN [GlobalEBR] [Line#] 170
    09:03:24,916 ERROR [STDERR] java.lang.ClassCastException: javax.transaction.TransactionRolledbackException cannot be cast to com.onsemi.rdc.exceptions.RDCException
    09:03:24,916 ERROR [STDERR] at org.rdc.ebr.action.ProcessEbrRequestAction.saveDraft(ProcessEbrRequestAction.java:170)
    09:03:24,916 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,916 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,916 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,916 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    09:03:24,916 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    09:03:24,916 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    09:03:24,916 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    09:03:24,916 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    09:03:24,916 ERROR [STDERR] at org.apache.coyote.http11.H

    Hi
    I had probelm here about packaging my j2ee project. since i had migrated from jboss AS 4.0, myEclipse 3.8.4,eclipse 3.0.1 and jre 1.4 to jboss AS 4.2, myEclipse 5.5GA,eclipse 3.2 and jre 1.6 this problem occurs... would somebody explain to me further what was this error all about.. thanks in advance!
    09:02:36,291 INFO [Server] Starting JBoss (MX MicroKernel)...
    09:02:36,291 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)
    09:02:36,291 INFO [Server] Home Dir: D:\jboss-4.2.0.GA
    09:02:36,291 INFO [Server] Home URL: file:/D:/jboss-4.2.0.GA/
    09:02:36,291 INFO [Server] Patch URL: null
    09:02:36,291 INFO [Server] Server Name: default
    09:02:36,291 INFO [Server] Server Home Dir: D:\jboss-4.2.0.GA\server\default
    09:02:36,291 INFO [Server] Server Home URL: file:/D:/jboss-4.2.0.GA/server/default/
    09:02:36,291 INFO [Server] Server Log Dir: D:\jboss-4.2.0.GA\server\default\log
    09:02:36,291 INFO [Server] Server Temp Dir: D:\jboss-4.2.0.GA\server\default\tmp
    09:02:36,291 INFO [Server] Root Deployment Filename: jboss-service.xml
    09:02:36,510 INFO [ServerInfo] Java version: 1.6.0_01,Sun Microsystems Inc.
    09:02:36,510 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0_01-b06,Sun Microsystems Inc.
    09:02:36,510 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
    09:02:37,588 INFO [Server] Core system initialized
    09:02:39,385 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
    09:02:39,385 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
    09:02:39,807 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
    09:02:39,807 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
    09:02:39,979 INFO [TransactionManagerService] Starting recovery manager
    09:02:40,073 INFO [TransactionManagerService] Recovery manager started
    09:02:40,073 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
    09:02:42,354 INFO [EJB3Deployer] Starting java:comp multiplexer
    09:02:44,010 INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
    09:02:45,244 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_01\bin
    09:02:45,323 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
    09:02:45,323 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
    09:02:45,323 INFO [Catalina] Initialization processed in 262 ms
    09:02:45,323 INFO [StandardService] Starting service jboss.web
    09:02:45,338 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
    09:02:45,385 INFO [Catalina] Server startup in 63 ms
    09:02:45,494 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
    09:02:46,619 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
    09:02:46,854 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp994jbossws-context-exp.war/
    09:02:46,979 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
    09:02:47,760 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
    09:02:48,338 INFO [MailService] Mail Service bound to java:/Mail
    09:02:48,510 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
    09:02:48,557 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
    09:02:48,588 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
    09:02:48,791 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
    09:02:49,041 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
    09:02:49,088 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
    09:02:49,104 INFO [QuartzResourceAdapter] start quartz!!!
    09:02:49,182 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
    09:02:49,213 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
    09:02:49,213 INFO [RAMJobStore] RAMJobStore initialized.
    09:02:49,213 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    09:02:49,213 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
    09:02:49,213 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    09:02:50,182 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    09:02:50,463 INFO [A] Bound to JNDI name: queue/A
    09:02:50,463 INFO Bound to JNDI name: queue/B
    09:02:50,463 INFO [C] Bound to JNDI name: queue/C
    09:02:50,463 INFO [D] Bound to JNDI name: queue/D
    09:02:50,463 INFO [ex] Bound to JNDI name: queue/ex
    09:02:50,479 INFO [testTopic] Bound to JNDI name: topic/testTopic
    09:02:50,479 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
    09:02:50,479 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
    09:02:50,479 INFO [testQueue] Bound to JNDI name: queue/testQueue
    09:02:50,510 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
    09:02:50,588 INFO [DLQ] Bound to JNDI name: queue/DLQ
    09:02:50,713 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    09:02:50,776 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=globalEBR' to JNDI name 'java:globalEBR'
    09:02:50,807 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
    09:02:50,963 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.2.0.GA/server/default/deploy/GlobalEBR.ear
    09:02:54,198 INFO [EjbModule] Deploying EBR
    09:02:54,369 INFO [ProxyFactory] Bound EJB Home 'EBR' to jndi 'org/rdc/ebr/bean/EBR'
    09:02:54,369 INFO [EJBDeployer] Deployed: file:/D:/jboss-4.2.0.GA/server/default/tmp/deploy/tmp1024GlobalEBR.ear-contents/GlobalEBR-EJB.jar
    09:02:54,385 INFO [TomcatDeployer] deploy, ctxPath=/GlobalEBR, warUrl=.../tmp/deploy/tmp1024GlobalEBR.ear-contents/GlobalEBR-Web-exp.war/
    09:02:54,666 INFO [ResponseOverrideFilter] Filter initialized. Response buffering is enabled
    09:02:55,057 WARN [TomcatDeployer] Failed to setup clustering, clustering disabled. NoClassDefFoundError: org/jgroups/blocks/MethodCall
    09:02:55,073 INFO [EARDeployer] Started J2EE application: file:/D:/jboss-4.2.0.GA/server/default/deploy/GlobalEBR.ear
    09:02:55,166 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
    09:02:55,229 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    09:02:55,276 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 18s:969ms
    09:02:56,276 INFO [ExportViewFactory] Initializing ExportViewFactory with type={csv,excel,xml,pdf}
    09:02:56,276 WARN [ExportViewFactory] Unable to instantiate class for pdf export. org.displaytag.export.PdfView was found, but required libraries are missing: com/lowagie/text/Element
    09:02:56,276 INFO [TableProperties] No LocaleResolver configured.
    09:03:04,432 INFO [JbossLoginModule] Attempting to validate user intmfg2
    09:03:04,432 INFO [LdapDAO] Attempting to validate user: intmfg2
    09:03:06,119 INFO [LdapDAO] [UserDAO] Attempting to validate user : intmfg2
    09:03:06,119 INFO [JbossLoginModule] result: true
    09:03:06,135 INFO [JbossLoginModule] called getRoleSets
    09:03:06,135 INFO [JbossLoginModule] list of roles: [Ljava.security.acl.Group;@60eb0c
    09:03:24,869 ERROR [LogInterceptor] TransactionRolledbackException in method: public abstract org.rdc.ebr.Request org.rdc.ebr.interfaces.EBR.saveAsDraft(org.rdc.ebr.Request,java.lang.String) throws java.lang.Exception,java.rmi.RemoteException, causedBy:
    java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    at org.rdc.ebr.Attachment.saveAttachment(Attachment.java:36)
    at org.rdc.ebr.Area.saveAreas(Area.java:178)
    at org.rdc.ebr.Request.saveRequest(Request.java:385)
    at org.rdc.ebr.Request.saveAsDraft(Request.java:503)
    at org.rdc.ebr.bean.EbrBean.saveAsDraft(EbrBean.java:290)
    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.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    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 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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy60.saveAsDraft(Unknown Source)
    at org.rdc.ebr.action.ProcessEbrRequestAction.saveDraft(ProcessEbrRequestAction.java:150)
    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.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    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 org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    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:179)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    at java.lang.Thread.run(Thread.java:619)
    09:03:24,900 WARN [GlobalEBR] [Class] org.jboss.ejb.plugins.AbstractTxInterceptor
    09:03:24,900 WARN [GlobalEBR] [Method] invokeNext
    09:03:24,900 WARN [GlobalEBR] [Line#] 274
    09:03:24,900 WARN [GlobalEBR] [Message] loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"; nested exception is:
    java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    09:03:24,900 ERROR [STDERR] javax.transaction.TransactionRolledbackException: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"; nested exception is:
    java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:274)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:138)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.Container.invoke(Container.java:960)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,900 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,900 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    09:03:24,900 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
    09:03:24,900 ERROR [STDERR] at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    09:03:24,900 ERROR [STDERR] at $Proxy60.saveAsDraft(Unknown Source)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.action.ProcessEbrRequestAction.saveDraft(ProcessEbrRequestAction.java:150)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,900 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,900 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    09:03:24,900 ERROR [STDERR] at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    09:03:24,900 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    09:03:24,900 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    09:03:24,900 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    09:03:24,900 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    09:03:24,900 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    09:03:24,900 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    09:03:24,900 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
    09:03:24,900 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
    09:03:24,900 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
    09:03:24,900 ERROR [STDERR] Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of org/jboss/mx/loading/UnifiedClassLoader3) previously initiated loading for a different type with name "org/apache/struts/upload/FormFile"
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Attachment.saveAttachment(Attachment.java:36)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Area.saveAreas(Area.java:178)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Request.saveRequest(Request.java:385)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.Request.saveAsDraft(Request.java:503)
    09:03:24,900 ERROR [STDERR] at org.rdc.ebr.bean.EbrBean.saveAsDraft(EbrBean.java:290)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,900 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,900 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,900 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,900 ERROR [STDERR] at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:237)
    09:03:24,900 ERROR [STDERR] at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:158)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:169)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    09:03:24,900 ERROR [STDERR] at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    09:03:24,900 ERROR [STDERR] ... 65 more
    09:03:24,916 WARN [GlobalEBR] =====Other Exception=====
    09:03:24,916 WARN [GlobalEBR] [Message] javax.transaction.TransactionRolledbackException cannot be cast to com.onsemi.rdc.exceptions.RDCException
    09:03:24,916 WARN [GlobalEBR] [Cause] null
    09:03:24,916 WARN [GlobalEBR] [Class] org.rdc.ebr.action.ProcessEbrRequestAction
    09:03:24,916 WARN [GlobalEBR] [Method] saveDraft
    09:03:24,916 WARN [GlobalEBR] [Line#] 170
    09:03:24,916 ERROR [STDERR] java.lang.ClassCastException: javax.transaction.TransactionRolledbackException cannot be cast to com.onsemi.rdc.exceptions.RDCException
    09:03:24,916 ERROR [STDERR] at org.rdc.ebr.action.ProcessEbrRequestAction.saveDraft(ProcessEbrRequestAction.java:170)
    09:03:24,916 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09:03:24,916 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09:03:24,916 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09:03:24,916 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
    09:03:24,916 ERROR [STDERR] at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
    09:03:24,916 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
    09:03:24,916 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    09:03:24,916 ERROR [STDERR] at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
    09:03:24,916 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    09:03:24,916 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
    09:03:24,916 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    09:03:24,916 ERROR [STDERR] at org.apache.coyote.http11.H

  • Running a batch file that calls my ear file

    hi, can anyone help out on this?
    i have a Schedule.class in my ear file (project.ear) and i need to write a batch file to run this class file inside the ear file. is this possible and if so, how shall my batch file looks? thanks in advance!

    thanx 4 replying
    but as i am a developer and i am developing the aplication for a client, so should i speak to the client for this or can i do this without interrupting them?
    -ashish

  • JSPM halts when deploying Redwood Scheduler

    Hi,
    I am having issues deploying SAP redwood scheduler through JSPM. I am trying to install the redwood scheduler through jspm according to the install guides and the jspm gets stuck at the deploy queue stage. It gets stuck and displays "selected archives successfully loaded". I have downloaded the correct version of redwood "ETPRJSCHEDULER18P_11-10004015.sca" according to my sp level  and placed it in the trans/eps/in directory. Below are the logs i got from the jspm.  Please advise?
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[E:\usr\sap\ECQ\DVEBMGS00\SDM\program\log\sdmcl20091026221822.log]/>
    <!PATTERN[sdmcl20091026221822.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Oct 26, 2009 6:18:25 PM  Info: -
    Starting validation -
    Oct 26, 2009 6:18:25 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorSkipDepending
    Oct 26, 2009 6:18:25 PM  Info: Update strategy: UpdateLowerOrChangedVersions
    Oct 26, 2009 6:18:25 PM  Info: Starting deployment prerequisites:
    Oct 26, 2009 6:18:26 PM  Info: Loading selected archives...
    Oct 26, 2009 6:18:26 PM  Info: Loading archive 'E:\usr\sap\ECQ\DVEBMGS00\SDM\program\temp\ETPRJSCHEDULER18P_11-10004015.sca'
    Oct 26, 2009 6:18:29 PM  Info: Selected archives successfully loaded.
    Oct 26, 2009 6:18:29 PM  Info: Actions per selected component:
    Oct 26, 2009 6:18:29 PM  Info: Initial deployment: Selected software component 'ETPRJSCHEDULER'/'sap.com'/'SAP AG'/'1000.7.00.18.11.20091005094400''/'0' will be deployed.
    Oct 26, 2009 6:18:29 PM  Info: Initial deployment: Selected development component 'scheduler-ear'/'redwood.com'/'Redwood Software'/'1000.7.00.20.0.0.28.17.35130.20091001122355175'/'0' will be deployed.
    Oct 26, 2009 6:18:29 PM  Info: Initial deployment: Selected development component 'scheduler-security-sda'/'redwood.com'/'Redwood Software'/'1000.7.00.20.0.0.28.17.35130.20091001122355175'/'0' will be deployed.
    Oct 26, 2009 6:18:29 PM  Info: Initial deployment: Selected development component 'scheduler-dblayer-sda'/'redwood.com'/'Redwood Software'/'1000.7.00.20.0.0.28.17.35130.20091001122355175'/'0' will be deployed.
    Oct 26, 2009 6:18:29 PM  Info: Ending deployment prerequisites. All items are correct.
    Oct 26, 2009 6:18:30 PM  Info: -
    Ending validation -

    Hello,
    I have no issues with J2EE server and I have enough disk space.My Java server is fine (Dispatcher, Server, SDM). I have disk space over 150 GB. I was able to install the redwood software through SDM deploy tool but not JSPM (GO.BAT) tool. What can be the problem? Why does my SDM tool work but not my JSPM tool to deploy applications? Please advise?

  • Oracle Scheduler not picking up classes

    Hi
    I am trying out the new Oracle Scheduler in release 3. I have set up an EAR with a scheduler-ejb.jar (just like in the demo). I have put the class files in to this jar inside the ear. I have an init servlet that then submits the job to the scheduler.
    I keep getting an oracle.classloader.util.AnnotatedClassNotFoundException: Missing class: com.test.MailSender
    Here is the whole stack trace:
    InvalidArgumentException: class {0} was not found
    oracle.ias.scheduler.InvalidArgumentException: class {0} was not found
         at oracle.ias.scheduler.core.SchedulerImpl.add(SchedulerImpl.java:137)
         at oracle.ias.scheduler.core.SchedulerImpl.add(SchedulerImpl.java:48)
         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:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:55)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
         at SchedulerRemote_StatelessSessionBeanWrapper12.add(SchedulerRemote_StatelessSessionBeanWrapper12.java:137)
         at com.test.InitServlet.initMailSender(InitServlet.java:152)
         at com.test.InitServlet.init(InitServlet.java:65)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
         at com.evermind.server.Application.getHttpApplication(Application.java:512)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1894)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:633)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:302)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:273)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:180)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2296)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:944)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: com.test.MailSender
         Dependent class: oracle.ias.scheduler.core.SchedulerImpl
         Loader: default.root:0.0.0
         Code-Source: /C:/product/10.1.3/OracleAS_1/j2ee/Qas1/config/../../home/lib/scheduler.jar
         Configuration: <library> in /C:/product/10.1.3/OracleAS_1/j2ee/Qas1/config/application.xml
    This load was initiated at default.root:0.0.0 using the Class.forName() method.
    The missing class is available from the following locations:
         1. Code-Source: /C:/product/10.1.3/OracleAS_1/j2ee/Qas1/applications/omdis/scheduler-ejb.jar (from <ejb> in C:\product\10.1.3\OracleAS_1\j2ee\Qas1\applications\omdis)
         This code-source is available in loader omdis.root:0.0.0. This is a child of the dependent loader default.root:0.0.0.
         2. Code-Source: /C:/product/10.1.3/OracleAS_1/j2ee/Qas1/applications/omdis/omdis/WEB-INF/classes/ (from WEB-INF/classes/ in C:\product\10.1.3\OracleAS_1\j2ee\Qas1\applications\omdis\omdis\WEB-INF\classes)
         This code-source is available in loader omdis.web.omdis:0.0.0. This is the current thread's context loader, and it appears that Class.forName() was used to load the dependent class. If a loader was not explicitly passed to Class.forName(), try passing the result of calling Thread.currentThread().getContextClassLoader().
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2061)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1665)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1621)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1606)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:242)
         at oracle.ias.scheduler.core.SchedulerImpl.add(SchedulerImpl.java:133)
         ... 35 more
    This is the code that submits the job:
    Scheduler scheduler = null;
    InitialContext ic = new InitialContext();
    Object ref = ic.lookup("java:comp/env/ejb/scheduler");
    SchedulerHome home = (SchedulerHome)
    PortableRemoteObject.narrow(ref, SchedulerHome.class);
    scheduler = home.create();
    IntervalSchedule schedule = new IntervalSchedule();
    schedule.setInterval(10000);
    Properties props = new Properties();
    scheduler.add("Mail Sender Job",
    new MailSender().getClass().getName(), schedule, props);
    The exception is thrown when I try to add the job.
    Any suggestions would be great!
    Thanks

    Guys, I'm also having the same trouble with Oracle AS 10.1.3 on startup after deployment of my application.
    java.lang.IllegalStateException: unexpected mbean count, 0
         at oracle.ias.scheduler.core.Configuration.writeActivationConfig(Configuration.java:447)
         at oracle.ias.scheduler.core.Configuration.bootstrap(Configuration.java:239)
         at oracle.ias.scheduler.core.SchedulerBean.ejbCreate(SchedulerBean.java:80)
         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:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.LifecycleManager$LifecycleCallback.invokeLifecycleMethod(LifecycleManager.java:619)
         at com.evermind.server.ejb.LifecycleManager$LifecycleCallback.invokeLifecycleMethod(LifecycleManager.java:606)
         at com.evermind.server.ejb.LifecycleManager.postConstruct(LifecycleManager.java:89)
         at com.evermind.server.ejb.StatelessSessionBeanPool.createContextImpl(StatelessSessionBeanPool.java:41)
         at com.evermind.server.ejb.BeanPool.createContext(BeanPool.java:405)
         at com.evermind.server.ejb.BeanPool.allocateContext(BeanPool.java:232)
         at com.evermind.server.ejb.StatelessSessionEJBHome.getContextInstance(StatelessSessionEJBHome.java:51)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:83)
         at SchedulerRemote_StatelessSessionBeanWrapper12.getJobs(SchedulerRemote_StatelessSessionBeanWrapper12.java:700)
         at oracle.j2ee.jmsrouter.schedjob.JobScheduleMgr.getJobConfig(JobScheduleMgr.java:321)
         at oracle.j2ee.jmsrouter.admin.PersistentConfig.getPersistentConfig(PersistentConfig.java:292)
         at oracle.j2ee.jmsrouter.admin.AdminMgr.getPersistentJobs(AdminMgr.java:768)
         at oracle.j2ee.jmsrouter.admin.AdminMgr.createStats(AdminMgr.java:708)
         at oracle.j2ee.jmsrouter.admin.AdminMgr.<init>(AdminMgr.java:157)
         at oracle.j2ee.jmsrouter.engine.CtrlTable.<init>(CtrlTable.java:123)
         at oracle.j2ee.jmsrouter.engine.CtrlTable.getCtrlTable(CtrlTable.java:145)
         at oracle.j2ee.jmsrouter.ejb.AdminMgrBean.getAdminMgr(AdminMgrBean.java:351)
         at oracle.j2ee.jmsrouter.ejb.AdminMgrBean.getLogMgr(AdminMgrBean.java:337)
         at oracle.j2ee.jmsrouter.ejb.AdminMgrBean.registerXMLConfigListener(AdminMgrBean.java:300)
         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:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.TxBeanManagedInterceptor.invoke(TxBeanManagedInterceptor.java:53)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.RunAsInterceptor.invoke(RunAsInterceptor.java:31)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:69)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
         at AdminMgr_StatelessSessionBeanWrapper8.registerXMLConfigListener(AdminMgr_StatelessSessionBeanWrapper8.java:512)
         at oracle.j2ee.jmsrouter.mbean.MsgRouterMBeanServlet.init(MsgRouterMBeanServlet.java:86)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
         at com.evermind.server.Application.getHttpApplication(Application.java:512)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1894)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:633)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:302)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:273)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:180)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2296)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:944)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:113)
         at java.lang.Thread.run(Thread.java:595)
    In my application i have only 4 session beans and 2 MDBs. But I am not using any Oracle scheduler feature. What is the reason of such exception and how can I overcome it. I don't need any oracle scheduler for my application, may be there is way to switch it off? This makes me really angry, bcz Oracle EM console failes to open coz of it.
    Best regards.

  • Scheduler problem after 9102 upgrade

    Hi all,
    Would really appreciate some help diagnosing this one:
    After upgrading ffrom 9101 -> 9102 I now have a problem with the scheduler.
    I'm running weblogic and now notice that I have three different versions of xlScheduler.jar in:
    \xellerate\lib
    \xellerate\OIMApplications\WLXellerateFull.ear &
    \xellerate\OIMApplications\WLXellerateFull.ear\xlScheduler.war\WEB-INF\lib
    with sizes of 122, 176 1nd 182k. (Although this was also the case with 9101 so may not be relevant....)
    Scheduling tasks in OIM causes an exception and if I login to the scheduler at http://<server>:7001/xlScheduler/ I get an error and the following log output:
    <11-Mar-2010 10:44:42 o'clock GMT> <Error> <HTTP> <BEA-101020> <[ServletContext@13128904[app:WLXellerateFull module:/xlScheduler path:/xlScheduler spec-version:null]] Servlet failed with Exception
    java.lang.NullPointerException
    at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.getTaskListView(Unknown Source)
    at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.showStatus(Unknown Source)
    at com.thortech.xl.scheduler.deployment.webapp.SchedulerInitServlet.service(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    Truncated. see log file for complete stacktrace
    Thanks,
    Bernie
    Edited by: BernieJ on 11-Mar-2010 03:30

    Hi
    Check sufficient space available in Temp tablespace.
    Venkat

Maybe you are looking for

  • New User- Poor Reception

    Feb 2, 2012  DionM_VZW said,  "Smashogre has some terrific suggestions as to how to resolve the issues you described. . If they don't work for you . . . " Doesn't VERIZON have a LINK to a whole list of suggestions that you could SHARE with ALL of us?

  • Edge Suite issue with Scale to Fit composition

    Having problem with this WordPress based site. As you can see, the composition is not appearing. It used to be, but then I tried Sarah Hunt's tutorial on Scale to Fit comps. The tutorial seems to work fine....except on WordPress sites. At least using

  • Any idea's why there is no flash player for apple devices

    Only thing I hate about apple devices is no flash player. Does anyone know how to get it without jailbreak???

  • Update GUI during db query

    Folks'es, i have the following problem: * i have to perform a database query during a drag operation * the query can take quite some time * while the query is performed, i would like to show at least some text in my GUI telling the user what happens

  • Why can't I send an iMessage without attaching a photo?

    Hi, When I upgraded to iOS5 and got the iMessage app I was able to send an iMessage with no problem. Now all of a sudden I can't if I don't attach a photo. The send button doesn't get activated if I only type a text for sending. I have to click on th