Bug 566235 - when using Postgres, when patches are loaded from the DB, they are fully loaded into RAM, rather than streamed, which can cause the Server to run out of heap
Summary: when using Postgres, when patches are loaded from the DB, they are fully load...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Content
Version: 1.3
Hardware: All
OS: All
high
high
Target Milestone: ---
: ---
Assignee: Filip Drabek
QA Contact: Corey Welton
URL:
Whiteboard:
Depends On:
Blocks: jon-sprint8-bugs
TreeView+ depends on / blocked
 
Reported: 2010-02-17 16:33 UTC by Ian Springer
Modified: 2013-08-06 00:36 UTC (History)
2 users (show)

Fixed In Version: 2.4
Clone Of:
Environment:
Last Closed: 2010-08-12 16:50:19 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 567413 0 high CLOSED when using Postgres, when patches are loaded from the DB, they are fully loaded into RAM, rather than streamed, which ca... 2021-02-22 00:41:40 UTC

Internal Links: 567413

Description Ian Springer 2010-02-17 16:33:51 UTC
I installed CP08 against EAP 4.2.0.GA and received the following 
trace:

01:33:21,810 WARN  [TxConnectionManager] Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@4412a459[state=NORMAL mc=org.jboss.resource.adapter.jdbc.xa.XAManagedConnection@19a4d30a handles=1 lastUse=1266388031152 permit=true trackByTx=true mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@141b42ad context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@9b6762b xaResource=org.jboss.resource.connectionmanager.xa.JcaXAResourceWrapper@22406c3c txSync=null]
org.postgresql.util.PSQLException: Ran out of memory retrieving query results.
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1325)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:254)
	at sun.reflect.GeneratedMethodAccessor119.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler.invoke(AbstractJdbc23PooledConnection.java:477)
	at $Proxy50.executeQuery(Unknown Source)
	at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeQuery(CachedPreparedStatement.java:90)
	at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:342)
	at org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsRangeHelper(ContentSourceManagerBean.java:1415)
	at org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsRangeGivenResource(ContentSourceManagerBean.java:1309)
	at org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsGivenResource(ContentSourceManagerBean.java:1260)
	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.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
	at org.rhq.enterprise.server.common.TransactionInterruptInterceptor.addCheckedActionToTransactionManager(TransactionInterruptInterceptor.java:77)
	at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
	at org.rhq.enterprise.server.authz.RequiredPermissionsInterceptor.checkRequiredPermissions(RequiredPermissionsInterceptor.java:153)
	at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
	at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
	at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:262)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:95)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:110)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:240)
	at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:210)
	at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:84)
	at $Proxy245.outputPackageVersionBitsGivenResource(Unknown Source)
	at org.rhq.enterprise.server.content.ContentServerServiceImpl.downloadPackageBitsGivenResource(ContentServerServiceImpl.java:89)
	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.rhq.enterprise.communications.command.impl.remotepojo.server.RemotePojoInvocationCommandService.execute(RemotePojoInvocationCommandService.java:184)
	at sun.reflect.GeneratedMethodAccessor359.invoke(Unknown Source)
	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 javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)
	at $Proxy446.execute(Unknown Source)
	at org.rhq.enterprise.communications.command.server.CommandProcessor.handleIncomingInvocationRequest(CommandProcessor.java:290)
	at org.rhq.enterprise.communications.command.server.CommandProcessor.invoke(CommandProcessor.java:184)
	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:809)
	at org.jboss.remoting.transport.servlet.ServletServerInvoker.processRequest(ServletServerInvoker.java:232)
	at sun.reflect.GeneratedMethodAccessor353.invoke(Unknown Source)
	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 javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:288)
	at $Proxy386.processRequest(Unknown Source)
	at org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.processRequest(ServerInvokerServlet.java:128)
	at org.jboss.remoting.transport.servlet.web.ServerInvokerServlet.doPost(ServerInvokerServlet.java:157)
	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.rhq.helpers.rtfilter.filter.RtFilter.doFilter(RtFilter.java:124)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.OutOfMemoryError: Java heap space
	at org.postgresql.core.PGStream.ReceiveTupleV3(PGStream.java:349)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1322)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
	at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:254)
	at sun.reflect.GeneratedMethodAccessor119.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler.invoke(AbstractJdbc23PooledConnection.java:477)
	at $Proxy50.executeQuery(Unknown Source)
	at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeQuery(CachedPreparedStatement.java:90)
	at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:342)
	at org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsRangeHelper(ContentSourceManagerBean.java:1415)
	at org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsRangeGivenResource(ContentSourceManagerBean.java:1309)
	at org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsGivenResource(ContentSourceManagerBean.java:1260)
	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.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
	at org.rhq.enterprise.server.common.TransactionInterruptInterceptor.addCheckedActionToTransactionManager(TransactionInterruptInterceptor.java:77)
	at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
	at org.rhq.enterprise.server.authz.RequiredPermissionsInterceptor.checkRequiredPermissions(RequiredPermissionsInterceptor.java:153)
	at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
01:33:21,900 WARN  [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.rollbackxaerror] [com.arjuna.ats.internal.jta.resources.arjunacore.rollbackxaerror] XAResourceRecord.rollback - xa error XAException.XAER_RMERR
01:33:21,974 INFO  [ContentManagerBean] Completing deploy package response: org.rhq.core.domain.content.transfer.DeployPackagesResponse@10bf3813


I first focused on line 2 "org.postgresql.util.PSQLException: Ran out of 
memory retrieving query results."  At initial glance, this might 
indicate that Postgres itself ran out of memory, but since we know 
Postgres was written in C/C++, it can malloc however much memory the OS 
is willing to give it.

So we look further down the stack, and see on line 113 "Caused by: 
java.lang.OutOfMemoryError: Java heap space".  Ah hah, there's "java" in 
the name, so it's definitely the RHQ Server that's running out of 
memory.  OK, so I restart my server and double it's Xms/Xms from 1024m 
to 2048m.  Tried rerunning the patch install, and this time it worked.

Next I looked back at the stack trace, to see what might indicate the 
large amount of memory needed.  I see...

org.postgresql.util.PSQLException: Ran out of memory retrieving query 
results.
     at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1325)
     at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194)
     at 
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
     at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
     at 
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:254)
    ...
     at 
org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeQuery(CachedPreparedStatement.java:90)
     at 
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:342)
     at 
org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsRangeHelper(ContentSourceManagerBean.java:1415)
     at 
org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsRangeGivenResource(ContentSourceManagerBean.java:1309)
     at 
org.rhq.enterprise.server.content.ContentSourceManagerBean.outputPackageVersionBitsGivenResource(ContentSourceManagerBean.java:1260)

And looking at the code for outputPackageVersionBitsRangeHelper I see...

conn = dataSource.getConnection();
ps = conn.prepareStatement("SELECT BITS FROM " + PackageBits.TABLE_NAME 
+ " WHERE ID = ?");
ps.setInt(1, composite.getPackageBitsId());
results = ps.executeQuery();
results.next();
bitsStream = results.getBinaryStream(1);

Now, the JavaDoc for getBinaryStream tells me it results a stream which 
the caller can read chunks at a time from.  So I go Googling for 
additional information on Postgres resultsets as well as this particular 
method.  And I find 
http://archives.postgresql.org/pgsql-jdbc/2004-10/msg00005.php

That basically says that the read may not be as efficient as we think it 
is, and thus it's trying to buffer stuff in memory so that it can 
text-escape it before returning it to the SLSB caller.  So then I headed 
over to the Postgres website to read up on binary data storage 
http://jdbc.postgresql.org/documentation/80/binary-data.html

Searching further, I find evidence that points to the column type being 
the issue ( 
http://www.redhat.com/docs/manuals/database/RHDB-2.1-Manual/prog/jdbc-lo.html 
), not necessarily the fact that getBinaryStream method is being used.  
It states that:

"bytea is not well suited for storing large amounts of data. A column of 
type bytea can hold up to 1 gigabyte of binary data, but all data is 
stored in the table and sent to client programs when requested. Clients 
would need very large amounts of RAM to work with large bytea data. The 
LOB extension does not have this problem as locators are used 
extensively and data is only sent when requested. The entire LOB does 
not have to be sent to clients."

And circling back on the error message, I look for what data type the 
rhq_package_bits table has for the bits column.  And lo and behold it's 
datatype is 'bytea'.  So it appears that we're using a datatype whose 
implementation will necessarily load the entire row into memory before 
returning to the client, despite the deceptively named getBinaryStream 
being used.

I searched around more, and found a blog entry that gives a nice 
end-to-end discussion of the same problems that I encountered, 
reaffirmed all information I discovered, and even provides a 
step-by-step guide to updating our code to work properly -- 
http://artofsystems.blogspot.com/2008/07/mysql-postgresql-and-blob-streaming.html

-joseph

Comment 1 Jay Shaughnessy 2010-03-24 21:21:52 UTC
I've partially reverted the fix put in for this issue (bz 562236) and pushed to Master.  Filip's change to use OID as opposed to bytea is still there and is needed to avoid the limitations described below. It basically moves the data out of the table and into blob space, the OID is just a small mapping ID into that space.  But the use of Hibernate classes (SerializableBlob and BlobImpl) has been removed.  We can't use Hibernate classes as the CLI, the Agent and GWT can not make use of them.  I've gone back to using byte[] for the PackageBits.bits field and once again the build, unit tests and test scripts are happy.

I'm not sure whether the combination of byte[] and OID is sufficient for solving the BZ issue. I'd ask that someone closer to that problem, maybe having the test pieces in place, please test that out.  I can help if you like but my main focus here was to get Bundle work back on track.


-Jay

Comment 2 Charles Crouch 2010-04-23 13:17:00 UTC
Next steps
i) attach CSP connection error exception as a private comment
ii) send out summary of last weeks meeting, i.e. will utilize streaming from filesystem, not chunking
iii) implement streaming from filesystem approach

Comment 4 Filip Drabek 2010-05-05 10:10:21 UTC
commit 3b8198246a94eb9f36b85528e7e367f9fb82c27c

Comment 5 Filip Drabek 2010-05-21 08:13:51 UTC
commit f9f46db69bea5813d8ca98b1951a8176c4ec15c6 - to avoid the transaction timeout problem

Comment 6 Corey Welton 2010-05-25 19:17:46 UTC
QA Verified - was able to install CP_08 successfully with EAP 4.2.




1	Successfully downloaded file to [/tmp/jon_download2333074140205143382/jboss-4.2.0.GA_CP08.zip].		Success
1	Successfully checked digest of [/tmp/jon_download2333074140205143382/jboss-4.2.0.GA_CP08.zip]. Confirmed to be [4b41f7eb0c473f2639548ecacd4ef0fc].		Success
1	Successfully unzipped [/tmp/jon_download2333074140205143382/jboss-4.2.0.GA_CP08.zip] to [/tmp/jon_patch8327140236952996275].		Success
1	Successfully called [stopIfRunning] action on server.		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossjta.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossjta.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossmq.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossmq.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jnpserver.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jnpserver.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/bindingservice-plugin.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/bindingservice-plugin.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-jca.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-jca.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/javassist.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/javassist.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-remoting.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-remoting.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-remoting-int.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-remoting-int.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/mail-plugin.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/mail-plugin.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/mail.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/mail.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jmx-adaptor-plugin.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jmx-adaptor-plugin.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-vfs.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-vfs.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-common-jdbc-wrapper.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-common-jdbc-wrapper.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossjta-integration.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossjta-integration.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/servlet-api.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/servlet-api.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-management.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-management.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-j2ee.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-j2ee.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/scheduler-plugin.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/scheduler-plugin.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/activation.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/activation.jar.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jgroups.jar] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jsf-libs/jboss-faces.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jsf-libs/jboss-faces.jar.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jacorb.jar] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbosssx.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbosssx.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hsqldb.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hsqldb.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-monitoring.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-monitoring.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/el-api.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/el-api.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-saaj.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-saaj.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-transaction.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-transaction.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-hibernate.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-hibernate.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jsp-api.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jsp-api.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-cache-jdk50.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-cache-jdk50.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-jsr88.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-jsr88.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/bsh-deployer.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/bsh-deployer.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-srp.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-srp.jar.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossha.jar] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossts-common.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jbossts-common.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hibernate-annotations.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hibernate-annotations.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/cglib.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/cglib.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jsf-libs/jsf-impl.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jsf-libs/jsf-impl.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jsf-libs/jsf-api.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jsf-libs/jsf-api.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jasper-jdt.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jasper-jdt.jar.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-iiop.jar] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hibernate-entitymanager.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hibernate-entitymanager.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hsqldb-plugin.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hsqldb-plugin.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hibernate3.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/hibernate3.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/commons-logging.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/commons-logging.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/juddi-service.sar/scout.jar] does not exist.	View	Not Performed
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/juddi-service.sar/juddi.war/WEB-INF/classes/org/jboss/jaxr/juddi/JUDDIServlet.class] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jbossweb-extras.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jbossweb-extras.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jbossweb-service.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jbossweb-service.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jstl.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jstl.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jbossweb.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-web.deployer/jbossweb.jar.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/juddi-service.sar/juddi.jar] does not exist.	View	Not Performed
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/juddi-service.sar/juddi-service.jar] does not exist.	View	Not Performed
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/juddi-service.sar/juddi-saaj.jar] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/HtmlAdaptorServlet.class.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jmx-console.war/WEB-INF/classes/org/jboss/jmx/adaptor/html/ClusteredConsoleServlet.class.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/web-console.war/applet.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/web-console.war/applet.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/jcommon.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/jcommon.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/console-mgr-classes.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/console-mgr-classes.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/jfreechart.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/management/console-mgr.sar/jfreechart.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/ejb3.deployer/jboss-annotations-ejb3.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/ejb3.deployer/jboss-annotations-ejb3.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/ejb3.deployer/jboss-ejb3.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/ejb3.deployer/jboss-ejb3.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/jboss-jaxws.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/jboss-jaxws.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/jbossws-core.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/jbossws-core.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/jbossws-jboss42-integration.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/jbossws-jboss42-integration.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/xmlsec.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/xmlsec.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/policy.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jbossws.sar/policy.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-dependency.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-dependency.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-bean-deployer.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-bean-deployer.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-container.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-container.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-microcontainer.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/jboss-bean.deployer/jboss-microcontainer.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/uuid-key-generator.sar/org/jboss/ejb/plugins/keygenerator/uuid/UUIDKeyGenerator.class]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/uuid-key-generator.sar/org/jboss/ejb/plugins/keygenerator/uuid/UUIDKeyGenerator.class.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/uuid-key-generator.sar/org/jboss/ejb/plugins/keygenerator/hilo/HiLoKeyGeneratorFactory.class]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/uuid-key-generator.sar/org/jboss/ejb/plugins/keygenerator/hilo/HiLoKeyGeneratorFactory.class.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/uuid-key-generator.sar/org/jboss/ejb/plugins/keygenerator/hilo/HiLoKeyGenerator.class]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/uuid-key-generator.sar/org/jboss/ejb/plugins/keygenerator/hilo/HiLoKeyGenerator.class.20100525150929894.old].		Success
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/deploy/snmp-adaptor.sar/snmp-adaptor.jar] does not exist.	View	Not Performed
1	[/root/jboss/jboss-eap-4.2/jboss-as/server/default1/lib/jboss-minimal.jar] does not exist.	View	Not Performed
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/docs/examples/jmx/ejb-management.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/docs/examples/jmx/ejb-management.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/docs/examples/netboot/netboot.war]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/docs/examples/netboot/netboot.war.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-system-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-system-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jacorb.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jacorb.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-annotations-ejb3.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-annotations-ejb3.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/servlet-api.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/servlet-api.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/javassist.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/javassist.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jnp-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jnp-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jmx-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jmx-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/mail.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/mail.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbosssx-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbosssx-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-remoting.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-remoting.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/hibernate-annotations.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/hibernate-annotations.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossjmx-ant.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossjmx-ant.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-jaxws.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-jaxws.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-j2ee.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-j2ee.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-srp-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-srp-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/activation.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/activation.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-xml-binding.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-xml-binding.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossmq-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossmq-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-transaction-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-transaction-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossws-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossws-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbosscx-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbosscx-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-saaj.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-saaj.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-common-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-common-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossall-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossall-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-iiop-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-iiop-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/hibernate-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/hibernate-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-aop-jdk50-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-aop-jdk50-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/scout.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/scout.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossha-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jbossha-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-deployment.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-deployment.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-jsr77-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-jsr77-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/xmlsec.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/xmlsec.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-ejb3-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-ejb3-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/concurrent.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/concurrent.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/commons-logging.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/commons-logging.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-aspect-jdk50-client.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/client/jboss-aspect-jdk50-client.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-system.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-system.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/endorsed/xercesImpl.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/endorsed/xercesImpl.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/endorsed/serializer.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/endorsed/serializer.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/endorsed/xalan.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/endorsed/xalan.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/concurrent.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/concurrent.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-jmx.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-jmx.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-xml-binding.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-xml-binding.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/commons-logging.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/commons-logging.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-common.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/lib/jboss-common.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/bin/run.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/bin/run.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/bin/twiddle.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/bin/twiddle.jar.20100525150929894.old].		Success
1	Successfully replaced [/root/jboss/jboss-eap-4.2/jboss-as/bin/shutdown.jar]. Original file was backed up to [/root/jboss/jboss-eap-4.2/jboss-as/bin/shutdown.jar.20100525150929894.old].		Success
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/lib/asm.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/asm.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/lib/hibernate-validator.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/hibernate-validator.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/lib/hibernate-commons-annotations.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/hibernate-commons-annotations.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/lib/quartz-all.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/quartz-all.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/lib/asm-attrs.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/asm-attrs.jar		Not Performed
1	Remove the old file jpl-pattern.jar from /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/jpl-pattern.jar		Not Performed
1	Remove the old file quartz.jar from /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/quartz.jar		Not Performed
1	Remove the old file jpl-util.jar from /root/jboss/jboss-eap-4.2/jboss-as/server/default1//lib/jpl-util.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/mail-ra.rar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/mail-ra.rar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/jboss-aop-jdk50.deployer/pluggable-instrumentor.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-aop-jdk50.deployer/pluggable-instrumentor.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/jmx-console.war/genericError.jsp to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jmx-console.war/genericError.jsp		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/management/console-mgr.sar/web-console.war/WEB-INF/context.xml to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/WEB-INF/context.xml		Not Performed
1	Remove the old file jboss.css from /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/ROOT.war/jboss.css		Not Performed
1	Remove the old file logo.gif from /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/ROOT.war/logo.gif		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/jboss-web.deployer/ROOT.war/css/jboss.css to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/ROOT.war/css/jboss.css		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/jboss-web.deployer/ROOT.war/images/logo.gif to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/ROOT.war/images/logo.gif		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/JBossEULA.txt to /root/jboss/jboss-eap-4.2/jboss-as//JBossEULA.txt		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/docs/examples/jms/sslext-uil2-service.xml to /root/jboss/jboss-eap-4.2/jboss-as//docs/examples/jms/sslext-uil2-service.xml		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/docs/dtd/catalog to /root/jboss/jboss-eap-4.2/jboss-as//docs/dtd/catalog		Not Performed
1	Remove the old file juddi.txt from /root/jboss/jboss-eap-4.2/jboss-as//docs/licenses/juddi.txt		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/client/hibernate-validator.jar to /root/jboss/jboss-eap-4.2/jboss-as//client//hibernate-validator.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/client/hibernate-commons-annotations.jar to /root/jboss/jboss-eap-4.2/jboss-as//client//hibernate-commons-annotations.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/lib/webdavlib.jar to /root/jboss/jboss-eap-4.2/jboss-as//lib/webdavlib.jar		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/bin/security_cc.policy to /root/jboss/jboss-eap-4.2/jboss-as//bin/security_cc.policy		Not Performed
1	Copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/bin/jboss_init_solaris.sh to /root/jboss/jboss-eap-4.2/jboss-as//bin/jboss_init_solaris.sh		Not Performed
1	Remove the old file JBossORG-EULA.txt from /root/jboss/jboss-eap-4.2/jboss-as//JBossORG-EULA.txt		Not Performed
1	Remove the old file readme.html from /root/jboss/jboss-eap-4.2/jboss-as//readme.html		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-log4j.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-log4j.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/conf/jboss-log4j.xml		Not Performed
1	Apply the following patch if your instance is derived from the "default" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-log4j.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-log4j.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/default/conf/jboss-log4j.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-log4j-production.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-log4j-production.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/conf/jboss-log4j.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/run.sh.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/run.sh.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/run.sh		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/run.bat.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/run.bat.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/run.bat		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/web.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/web.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jmx-console.war/WEB-INF/web.xml		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/hajndi-jms-ds.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/hajndi-jms-ds.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/deploy/jms/hajndi-jms-ds.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/hajndi-jms-ds.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/hajndi-jms-ds.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/deploy/jms/hajndi-jms-ds.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/hajndi-jms-ds.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/hajndi-jms-ds.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//docs/examples/jca/hajndi-jms-ds.xml		Not Performed
1	Apply the following patch if your instance is derived from the "default" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jms-ds.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jms-ds.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/default/deploy/jms/jms-ds.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/jms-ds.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jms-ds.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//docs/examples/jca/jms-ds.xml		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/ejb3-clustered-sfsbcache-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/ejb3-clustered-sfsbcache-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/deploy/ejb3-clustered-sfsbcache-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/ejb3-clustered-sfsbcache-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/ejb3-clustered-sfsbcache-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/deploy/ejb3-clustered-sfsbcache-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/ejb3-entity-cache-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/ejb3-entity-cache-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/deploy/ejb3-entity-cache-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/ejb3-entity-cache-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/ejb3-entity-cache-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/deploy/ejb3-entity-cache-service.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/login-config.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/login-config.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//conf/login-config.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/standardjboss.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/standardjboss.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//conf/standardjboss.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/sample-bindings.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/sample-bindings.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//docs/examples/binding-manager/sample-bindings.xml		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-web-cluster-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-web-cluster-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/deploy/jboss-web-cluster.sar/META-INF/jboss-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-web-cluster-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-web-cluster-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/deploy/jboss-web-cluster.sar/META-INF/jboss-service.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/ejb3-jboss-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/ejb3-jboss-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/ejb3.deployer/META-INF/jboss-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-service-production.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-service-production.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/conf/jboss-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/conf/jboss-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "default" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/default/conf/jboss-service.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/cache-invalidation-service.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/cache-invalidation-service.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/cache-invalidation-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jbossmq-destinations-service-production.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jbossmq-destinations-service-production.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/deploy-hasingleton/jms/jbossmq-destinations-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "all" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jbossmq-destinations-service-all.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jbossmq-destinations-service-all.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/all/deploy-hasingleton/jms/jbossmq-destinations-service.xml		Not Performed
1	Apply the following patch if your instance is derived from the "default" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/jbossmq-destinations-service-default.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jbossmq-destinations-service-default.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/default/deploy/jms/jbossmq-destinations-service.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/conf-web.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/conf-web.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/conf/web.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/root-web.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/root-web.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/ROOT.war/WEB-INF/web.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/index.html.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/index.html.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/ROOT.war/index.html		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/wstools.sh.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/wstools.sh.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/wstools.sh		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/wstools.bat.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/wstools.bat.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/wstools.bat		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss_init_redhat.sh.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss_init_redhat.sh.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/jboss_init_redhat.sh		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss_init_suse.sh.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss_init_suse.sh.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/jboss_init_suse.sh		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/run.conf.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/run.conf.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/run.conf		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/shutdown.bat.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/shutdown.bat.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/shutdown.bat		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/twiddle.bat.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/twiddle.bat.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/twiddle.bat		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/mssql-ds-example.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/mssql-ds-example.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//docs/examples/jca/mssql-ds.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/jbossjta-properties.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jbossjta-properties.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//conf/jbossjta-properties.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/ejb3-interceptors-aop.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/ejb3-interceptors-aop.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/ejb3-interceptors-aop.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/webserver-xmbean.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/webserver-xmbean.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/META-INF/webserver-xmbean.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/displayMBeans.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/displayMBeans.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jmx-console.war/displayMBeans.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/displayOpResult.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/displayOpResult.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jmx-console.war/displayOpResult.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/inspectMBean.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/inspectMBean.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jmx-console.war/inspectMBean.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/style_master.css.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/style_master.css.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jmx-console.war/style_master.css		Not Performed
1	Apply the following patch if your instance is derived from the "production" configuration. Use the original file /tmp/jon_patch8327140236952996275/config-patches/run-production.conf.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/run-production.conf.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//server/production/run.conf		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/server.xml.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/server.xml.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-web.deployer/server.xml		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/jboss_init_hpux.sh.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/jboss_init_hpux.sh.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as//bin/jboss_init_hpux.sh		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/manageThresholdMonitor.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/manageThresholdMonitor.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/manageThresholdMonitor.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/manageStringThresholdMonitor.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/manageStringThresholdMonitor.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/manageStringThresholdMonitor.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/manageSnapshot.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/manageSnapshot.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/manageSnapshot.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/listMonitors.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/listMonitors.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/listMonitors.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/createThresholdMonitorSummary.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/createThresholdMonitorSummary.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/createThresholdMonitorSummary.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/createThresholdMonitor.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/createThresholdMonitor.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/createThresholdMonitor.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/createStringThresholdMonitorSummary.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/createStringThresholdMonitorSummary.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitorSummary.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/createStringThresholdMonitor.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/createStringThresholdMonitor.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/createStringThresholdMonitor.jsp		Not Performed
1	Use the original file /tmp/jon_patch8327140236952996275/config-patches/createSnapshot.jsp.orig and the patched file /tmp/jon_patch8327140236952996275/config-patches/createSnapshot.jsp.patched to update your file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/web-console.war/createSnapshot.jsp		Not Performed
1	To patch Seam to 1.2.1.EAP_4.2_CP08 rename the old directory /root/jboss/jboss-eap-4.2/jboss-as//../seam to /root/jboss/jboss-eap-4.2/jboss-as//../seam-1.2.0.AP and copy the new Seam directory from /tmp/jon_patch8327140236952996275/seam to /root/jboss/jboss-eap-4.2/jboss-as//../seam		Not Performed
1	To patch jbossws-context.war rename the old file or directory /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jbossws.sar/jbossws-context.war to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jbossws.sar/jbossws-context.war.replaced_by_CP08 and copy the new directory from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/jbossws.sar/jbossws-context.war to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jbossws.sar/jbossws-context.war		Not Performed
1	To patch when the current EAP version is CP02, CP03, CP04, CP05 or CP06, then copy the new file from /tmp/jon_patch8327140236952996275/jboss-as/server/all/deploy/management/console-mgr.sar/jcommon.jar to /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/management/console-mgr.sar/jcommon.jar		Not Performed
1	To patch when the current EAP version is CP03, CP04, CP05, CP06 or CP07, then remove the file /root/jboss/jboss-eap-4.2/jboss-as/server/default1//deploy/jboss-aop-jdk50.deployer/jrockit-pluggable-instrumentor.jar		Not Performed
1	Start your JBoss instance. If you are using JON to monitor your JBoss instance, perform a scan to update the version string. Go to your JBoss instance, choose the Inventory tab, edit the Configuration Properties and click OK		Not Performed
Return to Request Details

Comment 7 Corey Welton 2010-08-12 16:50:19 UTC
Mass-closure of verified bugs against JON.


Note You need to log in before you can comment on or make changes to this bug.