[JBoss JIRA] Created: (EMBJOPR-61) Problems with pagination on Applications subcategory
by Charles Crouch (JIRA)
Problems with pagination on Applications subcategory
----------------------------------------------------
Key: EMBJOPR-61
URL: https://jira.jboss.org/jira/browse/EMBJOPR-61
Project: Embedded Jopr
Issue Type: Bug
Components: Web App/Integration
Environment: jbas4 console in JBAS4.2.2
Reporter: Charles Crouch
Priority: Critical
Fix For: 1.1
I have 21 "application" resources, web apps, ejbs, ears etc. When I choose the Applications node and start paging through the results I can only click on page numbers twice before I get the following message in the console, and an entirely empty table is rendered in the UI
16:39:59,156 WARN [UIDatascroller] Datascroller categorySummaryForm:dataTableScroller: The requested page #3 isn't found in
the model containing 1 pages. Paging is reset to page #1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (EMBJOPR-114) AS5 plugin: The "List All Subscriptions" operation for a Topic fails due to a NullPointerException
by Farah Juma (JIRA)
AS5 plugin: The "List All Subscriptions" operation for a Topic fails due to a NullPointerException
--------------------------------------------------------------------------------------------------
Key: EMBJOPR-114
URL: https://jira.jboss.org/jira/browse/EMBJOPR-114
Project: Embedded Jopr
Issue Type: Bug
Components: Web App/Integration
Environment: JBoss AS Branch_5_x r86203, embjopr r251
Reporter: Farah Juma
Fix For: 1.2
Attachments: ListAllSubscriptions.png
Steps to reproduce:
Navigate to the "Control" page for a Topic. Click on the "List All Subscriptions" button. The operations history table shows that the operation failed. Click on the "Show/Hide Details" link. The following error message gets displayed, as seen in the attached screenshot:
java.lang.NullPointerException
at org.rhq.plugins.jbossas5.util.ConversionUtils.instanceOf(ConversionUtils.java:438)
at org.rhq.plugins.jbossas5.util.ConversionUtils.convertManagedOperationResults(ConversionUtils.java:427)
at org.rhq.plugins.jbossas5.ManagedComponentComponent.invokeOperation(ManagedComponentComponent.java:136)
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 org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocationThread.call(ResourceContainer.java:449)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (EMBJOPR-116) java.lang.RuntimeException thrown adding resource that was previously Deleted
by Shelly McGowan (JIRA)
java.lang.RuntimeException thrown adding resource that was previously Deleted
-----------------------------------------------------------------------------
Key: EMBJOPR-116
URL: https://jira.jboss.org/jira/browse/EMBJOPR-116
Project: Embedded Jopr
Issue Type: Bug
Components: Web App/Integration
Reporter: Shelly McGowan
Assignee: Shelly McGowan
Fix For: 1.2
Navigation:
Applications ==> Web Applications
Add new Resource
Browse to Resource
CONTINUE
When war archive status is 'UP', Delete .war from applications list
Confirmation: Successfully deleted Web Application (WAR) 'hellothere.war'.
Server side shows war was undeployed.
Follow the same navigation steps, but this time upon Adding Resource, the following is displayed to client (and server.log):
Failed to create Resource hellothere.war - cause: java.lang.RuntimeException:org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** DEPLOYMENTS IN ERROR: Name -> Error vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/deploy/hellothere.war/ -> org.jboss.deployers.spi.DeploymentException: URL file:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/3j001-aeo7z0-fsjbdjc2-1-fsjbg47o-ec/hellothere.war/ deployment failed DEPLOYMENTS IN ERROR: Deployment "vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/deploy/hellothere.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/3j001-aeo7z0-fsjbdjc2-1-fsjbg47o-ec/hellothere.war/ deployment failed -> org.jboss.deployers.client.spi.IncompleteDeploymentException:Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): *** DEPLOYMENTS IN ERROR: Name -> Error vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/deploy/hellothere.war/ -> org.jboss.deployers.spi.DeploymentException: URL file:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/3j001-aeo7z0-fsjbdjc2-1-fsjbg47o-ec/hellothere.war/ deployment failed DEPLOYMENTS IN ERROR: Deployment "vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/deploy/hellothere.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/3j001-aeo7z0-fsjbdjc2-1-fsjbg47o-ec/hellothere.war/ deployment failed
Reproducing this issue is blocked due to EMBJOPR-115. Assigning to myself for tracking.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (EMBJOPR-115) WARs cannot be Deleted
by Shelly McGowan (JIRA)
WARs cannot be Deleted
----------------------
Key: EMBJOPR-115
URL: https://jira.jboss.org/jira/browse/EMBJOPR-115
Project: Embedded Jopr
Issue Type: Bug
Components: Web App/Integration
Environment: JBoss AS r 86207, EMBJOPR r251
Reporter: Shelly McGowan
Fix For: 1.2
Navigation:
>From Applications ==> Web Applications
Add New Resource
Enter Resource name, CONTINUE
Wait till the web archive status shows it is 'UP'.
Delete the WAR archive.
Confirmation Message: Successfully deleted Web Application (WAR) 'hellothere.war'.
Server side:
2009-03-23 16:06:08,276 DEBUG [org.jboss.on.embedded.ui.SingleResourceAction] (http-127.0.0.1-8080-1) Removing Resource Resource[id=-39, type=Web Application (WAR), key=vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/embjopr/hellothere.war/, name=hellothere.war, parent=JBAS (default), version=?]...
2009-03-23 16:06:08,281 INFO [org.rhq.core.pc.inventory.DeleteResourceRunner] (ResourceFactory.executor-1) Deleting resource from request: 1
2009-03-23 16:06:08,282 DEBUG [org.rhq.plugins.jbossas5.ManagedDeploymentComponent] (ResourceContainer.invoker.nonDaemon-1) Undeploying deployment [vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/embjopr/hellothere.war/]...
The console shows the WAR status as UNKNOWN. Refreshing the page, then shows the WAR application status as 'UP'.
Attempting to Delete the same resource again, results in the same message to the client. The server, however, returns:
16:33:28,549 INFO [DeleteResourceRunner] Deleting resource from request: 1
16:33:28,553 INFO [DeployHandler] Remove, [vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/embjopr/hellothere.war/]
16:33:28,553 INFO [DeployHandler] Failed to complete command: [remove] for deployment: names=[vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/embjopr/hellothere.war/], copyContent=true
org.jboss.profileservice.spi.NoSuchDeploymentException: Failed to find deployment in file: vfszip:/TEST/Branch_5_x/build/output/jboss-5.1.0.CR1/server/default/tmp/embjopr/hellothere.war/
at org.jboss.system.server.profileservice.repository.AbstractDeploymentRepository.getDeployment(AbstractDeploymentRepository.java:134)
at org.jboss.system.server.profileservice.repository.BasicDeploymentRepository.removeDeployment(BasicDeploymentRepository.java:208)
at org.jboss.profileservice.management.upload.remoting.DeployHandler.removeDeployment(DeployHandler.java:171)
at org.jboss.profileservice.management.upload.remoting.AbstractDeployHandler.remove(AbstractDeployHandler.java:322)
at org.jboss.profileservice.management.upload.remoting.AbstractDeployHandler.invoke(AbstractDeployHandler.java:185)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months