[JBoss JIRA] Created: (JBIDE-6376) Usage tracking of JBoss tools
by Max Rydahl Andersen (JIRA)
Usage tracking of JBoss tools
-----------------------------
Key: JBIDE-6376
URL: https://jira.jboss.org/browse/JBIDE-6376
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Reporter: Max Rydahl Andersen
Priority: Critical
Fix For: 3.2.0.M1
We would like to know how many actually use jboss tools.
We got some data from eclipse update sites but they are unreliable.
Better if we could do a simple ping to a server to track when eclipse is started with JBoss Tools.
Default will be on, but should be easy to disable.
Default should not track more than what a visit to a webpage tracks.
Suggestion is to use Google Analytics to track it.
jgoogleanalytics could be a good basis for this. http://code.google.com/p/jgoogleanalytics/
Other requirements:
Should not ping more than once a day (per workspace or per eclipse instance ?, per workspace I would say)
Should be done asynchronosuly to not have any UI delays
Should have some way to anonymously track users so we don't skew the usage data
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6489) org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest throws OutOfMemoryError: PermGen space
by Nick Boldt (JIRA)
org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest throws OutOfMemoryError: PermGen space
----------------------------------------------------------------------------------------------
Key: JBIDE-6489
URL: https://jira.jboss.org/browse/JBIDE-6489
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Rob Stryker
Running org.jboss.ide.eclipse.as.test.ASTestSuite
2010-06-17 19:33:41.785:INFO::Logging to StdErrLog::DEBUG=false via org.eclipse.jetty.util.log.StdErrLog
Unable to set nested messages property.
Tests run: 28, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 28.01 sec <<< FAILURE!
testJBIDE2512b(org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest) Time elapsed: 2.873 sec <<< FAILURE!
junit.framework.AssertionFailedError: URI is null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest.testJBIDE2512b(JBIDE2512bTest.java:38)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
testJBIDE2512b(org.jboss.ide.eclipse.as.test.publishing.JBIDE2512bTest)
Exception in thread "WorkbenchTestable" org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.OutOfMemoryError: PermGen space)
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6122) Refactor->Rename for web module in seam ear project throws an exception
by Denis Golovin (JIRA)
Refactor->Rename for web module in seam ear project throws an exception
-----------------------------------------------------------------------
Key: JBIDE-6122
URL: https://jira.jboss.org/jira/browse/JBIDE-6122
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam, UpStream
Affects Versions: 3.1.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.6-Helios
Create seam project in EAR deployment and try to Refactor->Rename... Dynamic Web Project. Exception below is thrown:
java.lang.ClassCastException: org.eclipse.jst.j2ee.refactor.operations.ProjectRefactorMetadata$RefCachingVirtualComponent cannot be cast to org.eclipse.jst.j2ee.componentcore.util.EARVirtualComponent
at org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationOp.moduleClasspathForceUpdate(AddComponentToEnterpriseApplicationOp.java:308)
at org.eclipse.jst.j2ee.application.internal.operations.AddComponentToEnterpriseApplicationOp.execute(AddComponentToEnterpriseApplicationOp.java:78)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at org.eclipse.jst.j2ee.refactor.operations.UpdateDependentEARonRenameOp.execute(UpdateDependentEARonRenameOp.java:78)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at org.eclipse.jst.j2ee.refactor.operations.ProjectRenameOperation.updateDependentEARProject(ProjectRenameOperation.java:154)
at org.eclipse.jst.j2ee.refactor.operations.ProjectRefactorOperation.updateDependentProjects(ProjectRefactorOperation.java:92)
at org.eclipse.jst.j2ee.refactor.operations.ProjectRenameOperation.updateDependentProjects(ProjectRenameOperation.java:137)
at org.eclipse.jst.j2ee.refactor.operations.ProjectRefactorOperation.execute(ProjectRefactorOperation.java:58)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at org.eclipse.jst.j2ee.refactor.listeners.ProjectRefactoringListener$1.runInWorkspace(ProjectRefactoringListener.java:188)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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, 7 months
[JBoss JIRA] Created: (JBIDE-6281) [tester] REST POST/PUT request params should be sent within request body
by Lukas Jungmann (JIRA)
[tester] REST POST/PUT request params should be sent within request body
------------------------------------------------------------------------
Key: JBIDE-6281
URL: https://jira.jboss.org/jira/browse/JBIDE-6281
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.next
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-open tester
-test following service:
Type: JAX-RS
Method POST
Service URL: http://www.webservicex.net/BibleWebservice.asmx/GetBibleWordsByChapterAnd...
request parameters: BookTitle=John, chapter=3 and Verse=2
request headers: Content-Type=application/x-www-form-urlencoded, Content-Length=32
request body: empty
-configure monitor
-and invoke the service
=> no response comes back from the server and TCP/IP monitor shows only:
POST /BibleWebservice.asmx/GetBibleWordsByChapterAndVersechapter=2&BookTitle=John&verse=2 HTTP/1.1
content-type: application/x-www-form-urlencoded
content-length: 32
User-Agent: Java/1.6.0_18
Host: localhost:8077
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
which means that there's wrong request sent to the server
problem here is that request params should be sent with request body and not as part of url, so we should either do not take request params into account for POST/PUT requests or send them within request body and automatically set content-type(?) and content-length headers for the request
--
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, 7 months
[JBoss JIRA] Created: (JBIDE-6094) OutOfMemoryError when using the rename refactoring
by Stefan Sieber (JIRA)
OutOfMemoryError when using the rename refactoring
--------------------------------------------------
Key: JBIDE-6094
URL: https://jira.jboss.org/jira/browse/JBIDE-6094
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.GA
Environment: Windows XP, Eclipse Galileo Java EE IDE for Web Developers (Build id 20100218-1602); JBoss Tools RichFaces 3.1.0.v201003050540R-H56-GA
Reporter: Stefan Sieber
When I rename a method using the refactoring tools (Alt-Shift-R) and press enter, it stucks in "checking precondition" and aborts later. In the Error Log I see:
java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2579)
at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper.perform(RefactoringExecutionHelper.java:191)
at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper.perform(RefactoringExecutionHelper.java:151)
at org.eclipse.jdt.ui.refactoring.RenameSupport.perform(RenameSupport.java:198)
at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameLinkedMode.doRename(RenameLinkedMode.java:361)
at org.eclipse.jdt.internal.ui.refactoring.reorg.RenameLinkedMode$EditorSynchronizer.left(RenameLinkedMode.java:119)
at org.eclipse.jface.text.link.LinkedModeModel.exit(LinkedModeModel.java:341)
at org.eclipse.jface.text.link.LinkedModeUI$4.run(LinkedModeUI.java:1199)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3885)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3506)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.lang.OutOfMemoryError: Java heap space
at org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier.ensureCapacity(AbstractNotifier.java:59)
at org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier.addAdapter(AbstractNotifier.java:52)
at org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.adaptNew(AbstractAdapterFactory.java:123)
at org.eclipse.wst.sse.core.internal.provisional.AbstractAdapterFactory.adapt(AbstractAdapterFactory.java:64)
at org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier.getAdapterFor(AbstractNotifier.java:93)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateTo(PropagatingAdapterImpl.java:116)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateToChildren(PropagatingAdapterImpl.java:123)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateTo(PropagatingAdapterImpl.java:118)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateToChildren(PropagatingAdapterImpl.java:123)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateTo(PropagatingAdapterImpl.java:118)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateToChildren(PropagatingAdapterImpl.java:123)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.propagateTo(PropagatingAdapterImpl.java:118)
at org.eclipse.wst.xml.core.internal.propagate.PropagatingAdapterImpl.notifyChanged(PropagatingAdapterImpl.java:110)
at org.eclipse.wst.sse.core.internal.provisional.AbstractNotifier.notify(AbstractNotifier.java:201)
at org.eclipse.wst.xml.core.internal.document.XMLModelNotifierImpl.notify(XMLModelNotifierImpl.java:238)
at org.eclipse.wst.xml.core.internal.document.XMLModelNotifierImpl.notifyDeferred(XMLModelNotifierImpl.java:340)
at org.eclipse.wst.xml.core.internal.document.XMLModelNotifierImpl.endChanging(XMLModelNotifierImpl.java:178)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.internalSetNewDocument(DOMModelImpl.java:604)
at org.eclipse.wst.xml.core.internal.document.DOMModelImpl.setStructuredDocument(DOMModelImpl.java:870)
at org.eclipse.wst.sse.core.internal.model.AbstractModelLoader.createModel(AbstractModelLoader.java:127)
at org.eclipse.wst.sse.core.internal.FileBufferModelManager.getModel(FileBufferModelManager.java:721)
at org.eclipse.wst.sse.core.internal.FileBufferModelManager.getModel(FileBufferModelManager.java:681)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._doCommonGetModel(ModelManagerImpl.java:569)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._commonGetModel(ModelManagerImpl.java:536)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl._commonGetModel(ModelManagerImpl.java:509)
at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl.getModelForRead(ModelManagerImpl.java:1438)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:359)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:179)
at org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:169)
at org.jboss.tools.jsf.el.refactoring.RefactorSearcher.searchInCach(RefactorSearcher.java:194)
at org.jboss.tools.jsf.el.refactoring.RefactorSearcher.scanForJava(RefactorSearcher.java:177)
at org.jboss.tools.jsf.el.refactoring.RefactorSearcher.scanForJava(RefactorSearcher.java:135)
Session Data:
eclipse.buildId=unknown
java.version=1.6.0_17
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_CH
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product -clean
------------------------------------------------
Cleaning the Workspace didn't improve the situation. The problem occurred in a project that i migrated from Eclipse Ganymede (With JBoss tools 3.0). When I create a new Project from scratch, the problem doesn't occur. I'd be happy to provide you more information, right now I don't know where to look for the source of the problem.
--
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, 7 months