[JBoss JIRA] Created: (JBAS-3693) Other XAResource errors
by Adrian Brock (JIRA)
Other XAResource errors
-----------------------
Key: JBAS-3693
URL: http://jira.jboss.com/jira/browse/JBAS-3693
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: JCA service
Affects Versions: JBossAS-4.0.4.GA
Reporter: Adrian Brock
Assigned To: Weston Price
Fix For: JBossAS-4.0.5.GA, JBossAS-5.0.0.Beta
Further to JBAS-3336 (resource manager error during error should close the connection).
There are other xa resource failures that need to be catered for.
e.g. a failure to delist probably means a probably means a problem with the connection.
Also, this could be dealt with at the rar level? e.g. the jdbc XAManagedConnection
public void end(Xid xid, int flags) throws XAException
{
+ try
+ {
xaResource.end(xid, flags);
+ }
+ catch (XAException e)
+ {
+ broadcastConnectionError(e);
+ throw e;
+ }
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Commented: (JBAS-2299) OutOfMemory error when repetatively deploying and undeploying with 10 minute interval
by Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-2299?page=comments#action_12344111 ]
Dimitris Andreadis commented on JBAS-2299:
------------------------------------------
Clebert, I suppose you are not working on this?
> OutOfMemory error when repetatively deploying and undeploying with 10 minute interval
> -------------------------------------------------------------------------------------
>
> Key: JBAS-2299
> URL: http://jira.jboss.com/jira/browse/JBAS-2299
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Deployment services
> Affects Versions: JBossAS-4.0.3RC2
> Environment: WinXP SP2, JBoss 4.0.3RC2, JDK 1.4.2_07
> Reporter: Amar Syed
> Assigned To: Clebert Suconic
> Fix For: JBossAS-4.0.5.GA
>
> Attachments: Data.txt, SampleApp.ear
>
>
> Using a manual copy and delete mechanism with the server\default\deploy folder the sample ear (attached) caused an outofmemory error eventually after 90 repetitions.
> The min and max heap settings were configured as : -Xms128m -Xmx512m
> The time delay after dropping/deploying the ear at each repetition was set to 10 minutes after which the ear is deleted/undeployed followed by a 10 second sleep till the next deploy cycle.
> I find this behaviour strange because http://jira.jboss.com/jira/browse/JBAS-1319 is supposed to have fixed this issue.
> The lines from the server.log surrounding the java.lang.OutOfMemoryError are as follows:
> 2005-09-24 06:04:31,413 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
> 2005-09-24 06:04:31,413 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.HeirarchicalLoaderRepository3@e51e50, cl=org.jboss.mx.loading.UnifiedClassLoader3@c90207{ url=null ,addedOrder=0}
> 2005-09-24 06:04:33,057 ERROR [org.apache.commons.digester.Digester] Begin event threw error
> java.lang.OutOfMemoryError
> 2005-09-24 06:04:33,057 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/XMPVXE0Partion/VXE1_ContentTestService]] StandardWrapper.Throwable
> java.lang.OutOfMemoryError
> 2005-09-24 06:04:33,057 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/XMPVXE0Partion/VXE1_ContentTestService]] Servlet /XMPVXE0Partion/VXE1_ContentTestService threw load() exception
> java.lang.OutOfMemoryError
> 2005-09-24 06:04:33,072 DEBUG [org.jboss.mx.loading.UnifiedClassLoader] New jmx UCL with url null
> The following two jars were added to the server\default\lib folder.
> commons-validator.jar --- version 1.1.3
> struts.jar ---- version 1.2.4
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Updated: (JBTM-29) Separate JTS/WS-T plugin for JBoss 5
by Mark Little (JIRA)
[ http://jira.jboss.com/jira/browse/JBTM-29?page=all ]
Mark Little updated JBTM-29:
----------------------------
Affects: [Documentation (Ref Guide, User Guide, etc.), Interactive Demo/Tutorial, Compatibility/Configuration] (was: [Interactive Demo/Tutorial, Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration])
Assignee: Jonathan Halliday (was: Mark Little)
> Separate JTS/WS-T plugin for JBoss 5
> ------------------------------------
>
> Key: JBTM-29
> URL: http://jira.jboss.com/jira/browse/JBTM-29
> Project: JBoss Transaction Manager
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: JTS Implementation, WS-T Implementation
> Reporter: Mark Little
> Assigned To: Jonathan Halliday
> Fix For: 4.6
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Commented: (JBAS-2696) Support other prepare[Statement|Call] methods
by Adrian Brock (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-2696?page=comments#action_12344102 ]
Adrian Brock commented on JBAS-2696:
------------------------------------
It's not done, compare the cached (mc.prepare...)
public PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency)
throws SQLException
{
checkTransaction();
try
{
return new WrappedPreparedStatement(this, mc.prepareStatement(sql, resultSetType, resultSetConcurrency));
}
catch (Throwable t)
{
throw checkException(t);
}
}
with the non-cached (mc.getConnection().prepare...)
public PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
{
checkTransaction();
try
{
return new WrappedPreparedStatement(this, mc.getConnection().prepareStatement(sql, autoGeneratedKeys));
}
catch (Throwable t)
{
throw checkException(t);
}
}
> Support other prepare[Statement|Call] methods
> ---------------------------------------------
>
> Key: JBAS-2696
> URL: http://jira.jboss.com/jira/browse/JBAS-2696
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: JCA service
> Reporter: Adrian Brock
>
> Add support for other prepare[Statement|Call] methods.
> This will be more difficult since they are JDK1.4/JDBC3 which might not necessarily
> be supported by all drivers. e.g. result set Holdability.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months
[JBoss JIRA] Closed: (JBAS-2493) English Error in the jboss_init_redhat.sh
by Dimitris Andreadis (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-2493?page=all ]
Dimitris Andreadis closed JBAS-2493.
------------------------------------
Fix Version/s: No Release
Resolution: Out of Date
Assignee: Dimitris Andreadis
It's fixed in the latest (4.0.5) script.
> English Error in the jboss_init_redhat.sh
> -----------------------------------------
>
> Key: JBAS-2493
> URL: http://jira.jboss.com/jira/browse/JBAS-2493
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Other
> Affects Versions: JBossAS-4.0.2 Final
> Environment: RHEL 4 update 2
> Reporter: Kevin Sundberg
> Assigned To: Dimitris Andreadis
> Priority: Minor
> Fix For: No Release
>
>
> in /jboss/bin/jboss_init_redhat.sh there is an english error
> #make java is on your path
> JAVAPTH=${JAVAPTH:-"/usr/java/jdk1.5.0_05/bin"}
> should read
> #make sure java is in your path
> JAVAPTH=${JAVAPTH:-"/usr/java/jdk1.5.0_05/bin"}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 8 months