[JBoss JIRA] (JBDS-3340) provide option for disable html preview
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3340?page=com.atlassian.jira.plugin.... ]
Konstantin Marmalyukov commented on JBDS-3340:
----------------------------------------------
[~regdeve], !Clipboard01.png|thumbnail! - here you can switch auto refresh off.
There is 3 refresh options for visual part refresh:
* automatic refresh - refreshes preview after some changes happen in source editor. Turned on by default(in my screenshot also).
* refresh on save - refreshes preview after page was saved.
* refresh is switched off - none of two refresh buttons are toggled.
> provide option for disable html preview
> ---------------------------------------
>
> Key: JBDS-3340
> URL: https://issues.jboss.org/browse/JBDS-3340
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: visual-page-editor-core
> Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
> Reporter: jim harber
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Attachments: Clipboard01.png
>
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3340) provide option for disable html preview
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3340?page=com.atlassian.jira.plugin.... ]
Konstantin Marmalyukov updated JBDS-3340:
-----------------------------------------
Attachment: Clipboard01.png
> provide option for disable html preview
> ---------------------------------------
>
> Key: JBDS-3340
> URL: https://issues.jboss.org/browse/JBDS-3340
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: visual-page-editor-core
> Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
> Reporter: jim harber
> Assignee: Konstantin Marmalyukov
> Priority: Critical
> Attachments: Clipboard01.png
>
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19188) Lot of exceptions after renaming project
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-19188:
----------------------------------------
Summary: Lot of exceptions after renaming project
Key: JBIDE-19188
URL: https://issues.jboss.org/browse/JBIDE-19188
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: hibernate
Affects Versions: 4.2.2.Final
Reporter: Rastislav Wagner
Fix For: 4.2.3.Beta1
{code}
java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:4454)
at org.hibernate.eclipse.launch.core.refactoring.HibernateRefactoringUtil.updateClasspathEntries(HibernateRefactoringUtil.java:303)
at org.hibernate.eclipse.launch.core.refactoring.HibernateRefactoringUtil.updateConsoleConfig(HibernateRefactoringUtil.java:226)
at org.hibernate.eclipse.launch.core.refactoring.LaunchConfigurationResourceNameChange.perform(LaunchConfigurationResourceNameChange.java:102)
at org.eclipse.ltk.core.refactoring.CompositeChange.perform(CompositeChange.java:278)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation$1.run(PerformChangeOperation.java:258)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.executeChange(PerformChangeOperation.java:306)
at org.eclipse.ltk.internal.ui.refactoring.UIPerformChangeOperation.executeChange(UIPerformChangeOperation.java:92)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:218)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
{code}
{code}
java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:4454)
at org.hibernate.eclipse.launch.core.refactoring.HibernateRefactoringUtil.updateClasspathEntries(HibernateRefactoringUtil.java:303)
at org.hibernate.eclipse.launch.core.refactoring.HibernateRefactoringUtil.updateConsoleConfig(HibernateRefactoringUtil.java:226)
at org.hibernate.eclipse.launch.core.refactoring.LaunchConfigurationResourceNameChange.perform(LaunchConfigurationResourceNameChange.java:102)
at org.eclipse.ltk.core.refactoring.CompositeChange.perform(CompositeChange.java:278)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation$1.run(PerformChangeOperation.java:258)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.executeChange(PerformChangeOperation.java:306)
at org.eclipse.ltk.internal.ui.refactoring.UIPerformChangeOperation.executeChange(UIPerformChangeOperation.java:92)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:218)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
{code}
{code}
java.lang.IndexOutOfBoundsException: Index: 0
at java.util.Collections$EmptyList.get(Collections.java:4454)
at org.hibernate.eclipse.launch.core.refactoring.HibernateRefactoringUtil.updateClasspathEntries(HibernateRefactoringUtil.java:303)
at org.hibernate.eclipse.launch.core.refactoring.HibernateRefactoringUtil.updateConsoleConfig(HibernateRefactoringUtil.java:226)
at org.hibernate.eclipse.launch.core.refactoring.LaunchConfigurationResourceNameChange.perform(LaunchConfigurationResourceNameChange.java:102)
at org.eclipse.ltk.core.refactoring.CompositeChange.perform(CompositeChange.java:278)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation$1.run(PerformChangeOperation.java:258)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.executeChange(PerformChangeOperation.java:306)
at org.eclipse.ltk.internal.ui.refactoring.UIPerformChangeOperation.executeChange(UIPerformChangeOperation.java:92)
at org.eclipse.ltk.core.refactoring.PerformChangeOperation.run(PerformChangeOperation.java:218)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.eclipse.ltk.internal.ui.refactoring.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:87)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
{code}
{code}
org.eclipse.core.internal.resources.ResourceException: Resource '/jboss-javaee6-webapp' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:341)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:215)
at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:147)
at org.eclipse.core.internal.resources.Resource.checkAccessibleAndLocal(Resource.java:221)
at org.eclipse.core.internal.resources.Resource.getPersistentProperty(Resource.java:1204)
at org.hibernate.eclipse.utils.HibernateEclipseUtils.getUserOverrideDefaultCatalog(HibernateEclipseUtils.java:72)
at org.hibernate.eclipse.console.EclipseLaunchConsoleConfigurationPreferences.getProjectOverrides(EclipseLaunchConsoleConfigurationPreferences.java:239)
at org.hibernate.eclipse.console.EclipseLaunchConsoleConfigurationPreferences.getProperties(EclipseLaunchConsoleConfigurationPreferences.java:166)
at org.jboss.tools.hibernate.jpt.core.internal.HibernateJpaProject.getDefaultCatalog(HibernateJpaProject.java:175)
at org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit.buildDefaultCatalog(AbstractPersistenceUnit.java:1368)
at org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit.updatePersistenceUnitMetadata(AbstractPersistenceUnit.java:1421)
at org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit.update(AbstractPersistenceUnit.java:303)
at org.jboss.tools.hibernate.jpt.core.internal.context.HibernatePersistenceUnit.update(HibernatePersistenceUnit.java:95)
at org.eclipse.jpt.jpa.core.internal.context.AbstractJpaContextModel.updateModels(AbstractJpaContextModel.java:73)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.persistence.GenericPersistence.update(GenericPersistence.java:75)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.persistence.GenericPersistenceXml.syncPersistence(GenericPersistenceXml.java:140)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.persistence.GenericPersistenceXml.updatePersistence(GenericPersistenceXml.java:97)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.persistence.GenericPersistenceXml.update(GenericPersistenceXml.java:93)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.GenericContextRoot.syncPersistenceXml(GenericContextRoot.java:128)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.GenericContextRoot.updatePersistenceXml(GenericContextRoot.java:162)
at org.eclipse.jpt.jpa.core.internal.jpa1.context.GenericContextRoot.update(GenericContextRoot.java:78)
at org.eclipse.jpt.jpa.core.internal.AbstractJpaProject.update(AbstractJpaProject.java:1994)
at org.eclipse.jpt.jpa.core.internal.AbstractJpaProject$UpdateJobCommand.execute(AbstractJpaProject.java:1981)
at org.eclipse.jpt.common.core.internal.utility.command.RepeatingJobCommandWrapper.executeCommand(RepeatingJobCommandWrapper.java:207)
at org.eclipse.jpt.common.core.internal.utility.command.NotifyingRepeatingJobCommandWrapper.executeCommand(NotifyingRepeatingJobCommandWrapper.java:68)
at org.eclipse.jpt.common.core.internal.utility.command.RepeatingJobCommandWrapper.execute_(RepeatingJobCommandWrapper.java:192)
at org.eclipse.jpt.common.core.internal.utility.command.RepeatingJobCommandWrapper$StartJobCommand.execute(RepeatingJobCommandWrapper.java:172)
at org.eclipse.jpt.common.core.internal.utility.command.DefaultJobCommandContext.execute(DefaultJobCommandContext.java:38)
at org.eclipse.jpt.common.core.internal.utility.command.RepeatingJobCommandWrapper.executeStartCommand(RepeatingJobCommandWrapper.java:157)
at org.eclipse.jpt.common.core.internal.utility.command.RepeatingJobCommandWrapper.execute(RepeatingJobCommandWrapper.java:147)
at org.eclipse.jpt.jpa.core.internal.AbstractJpaProject.update(AbstractJpaProject.java:1973)
at org.eclipse.jpt.jpa.core.internal.AbstractJpaProject.initializeContextModel(AbstractJpaProject.java:303)
at org.eclipse.jpt.jpa.core.internal.AbstractJpaProject.<init>(AbstractJpaProject.java:264)
at org.jboss.tools.hibernate.jpt.core.internal.HibernateJpaProject.<init>(HibernateJpaProject.java:71)
at org.jboss.tools.hibernate.jpt.core.internal.HibernateAbstractJpaFactory.buildJpaProject(HibernateAbstractJpaFactory.java:107)
at org.jboss.tools.hibernate.jpt.core.internal.jpa2.HibernateJpaFactory2_0.buildJpaProject(HibernateJpaFactory2_0.java:89)
at org.eclipse.jpt.jpa.core.internal.InternalJpaProjectManager.buildJpaProject(InternalJpaProjectManager.java:647)
at org.eclipse.jpt.jpa.core.internal.InternalJpaProjectManager.buildJpaProject(InternalJpaProjectManager.java:635)
at org.eclipse.jpt.jpa.core.internal.InternalJpaProjectManager.buildJpaProject(InternalJpaProjectManager.java:628)
at org.eclipse.jpt.jpa.core.internal.InternalJpaProjectManager.addJpaProject(InternalJpaProjectManager.java:609)
at org.eclipse.jpt.jpa.core.internal.InternalJpaProjectManager.checkForJpaFacetTransition_(InternalJpaProjectManager.java:846)
at org.eclipse.jpt.jpa.core.internal.InternalJpaProjectManager$FacetFileChangeEventHandlerCommand.execute(InternalJpaProjectManager.java:836)
at org.eclipse.jpt.common.core.internal.utility.command.CommandJobCommandAdapter.execute(CommandJobCommandAdapter.java:50)
at org.eclipse.jpt.common.core.internal.utility.command.JobCommandJob.run(JobCommandJob.java:42)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{code}
and much more..
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3340) provide option for disable html preview
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3340?page=com.atlassian.jira.plugin.... ]
Konstantin Marmalyukov commented on JBDS-3340:
----------------------------------------------
{quote}Konstantin Marmalyukov don't we have a way to turn it off already (i.e. we had setting in past to default to source view) and why is the javascript in the browser even able to block rest of eclipse - aren't it running in a non-UI thread ?{quote}
We can set an option to open source tab by default - this dropdown is in visual editor preferences. Have no idea why this can happen. Will be very good if [~regdeve] will give me his project.
Btw I don't sure where the actual problem is. If Jim needs to switch off live refreshing - it's easy to do, but this options is not in preferences. It can be done only with visual editor action bar.
> provide option for disable html preview
> ---------------------------------------
>
> Key: JBDS-3340
> URL: https://issues.jboss.org/browse/JBDS-3340
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: visual-page-editor-core
> Environment: win8.1 64 eclipse luna 4.4.0 jboss 4.2.2
> Reporter: jim harber
> Assignee: Konstantin Marmalyukov
> Priority: Critical
>
> when i use tween.js to create a html page,i create an array,here is the problem:
> var eles = [];
> //push such as 500 elements into eles;
> ..
> then i need call a function to update every element in eles,when these two line:
> requestAnimationFrame(animate);
> TWEEN.update();
> already in the function,i can't see a change in preview and it makes eclipse shutdown,so i put this two line when i finish the other codes,this time preview become normal.
> every time when i type to for(var i=0;i<eles.length;i) eclipse gets stuck. so i wonder is thers any chance i can shutdown living view,i checked preferences panel i didn't find anything.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19184) Threadlock when JS autocomplete turned on
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19184?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19184:
---------------------------------------------
It is definitely a blocker if autocompletion breaks without network access. Pinging QE to see what they found.
> Threadlock when JS autocomplete turned on
> -----------------------------------------
>
> Key: JBIDE-19184
> URL: https://issues.jboss.org/browse/JBIDE-19184
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.2.Final
> Environment: JBDS 8.0.2
> Reporter: Mustafa Musaji
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha2
>
> Attachments: threaddump_jdk1.7.0_71_1422011702000.txt
>
>
> Seeing a thread lock when using large JS projects when trying to autocomplete. Please refer to attached thread dump.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBDS-3316) Project examples offline groovy script doesn't run successfully
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBDS-3316?page=com.atlassian.jira.plugin.... ]
Radim Hopp commented on JBDS-3316:
----------------------------------
I can also confirm that offline script is working with mvn 3.2.5 (well... except for the errors reported in JBIDE-18582)
> Project examples offline groovy script doesn't run successfully
> ---------------------------------------------------------------
>
> Key: JBDS-3316
> URL: https://issues.jboss.org/browse/JBDS-3316
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 8.0.1.GA, 8.0.2.GA
> Reporter: Michelle Murray
> Assignee: Fred Bricon
>
> Groovy 2.1.9 is installed and correctly configured.
> Maven settings.xml lists jboss-public repo and Red Hat tech preview repo.
> Running groovy command gives maven errors for every project, sample output for first project is given here:
> {noformat}
> groovy "/Applications/jboss-devstudio/workspace/.metadata/.plugins/org.jboss.tools.project.examples/offline/go_offline_2.0.0.Final_v20141209_0359_B110.groovy" http://download.jboss.org/jbosstools/examples/project-examples-category-j... http://download.jboss.org/jbosstools/examples/project-examples-shared-4.2... http://download.jboss.org/jbosstools/examples/project-examples-jbds80.xml -q -e
> Quiet mode : true
> Descriptors : [http://download.jboss.org/jbosstools/examples/project-examples-category-j..., http://download.jboss.org/jbosstools/examples/project-examples-shared-4.2..., http://download.jboss.org/jbosstools/examples/project-examples-jbds80.xml]
> creating offline/.jbosstools/cache
> parsing http://download.jboss.org/jbosstools/examples/project-examples-category-j...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-shared-4.2...
> parsing http://download.jboss.org/jbosstools/examples/project-examples-jbds80.xml
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-hellowor... (13 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-hellowor... (11 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld-jms.zip into /Users/michelle/offline/workDir/jboss-helloworld-jms.zip [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld.zip into /Users/michelle/offline/workDir/jboss-helloworld.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-numbergu... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-numberguess.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-numberguess.zip into /Users/michelle/offline/workDir/jboss-numberguess.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchens... (141 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-rf.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-rf.zip into /Users/michelle/offline/workDir/jboss-kitchensink-rf.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-hellowor... (20 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld-mdb.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld-mdb.zip into /Users/michelle/offline/workDir/jboss-helloworld-mdb.zip
> [unzip] Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchens... (460 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-html5-mobile.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-hellowor... (14 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld-rs.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-html5-mobile.zip into /Users/michelle/offline/workDir/jboss-kitchensink-html5-mobile.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-helloworld-rs.zip into /Users/michelle/offline/workDir/jboss-helloworld-rs.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/wfk/jboss-deltaspi... (24 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-deltaspike-helloworld-jms.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-deltaspike-helloworld-jms.zip into /Users/michelle/offline/workDir/jboss-deltaspike-helloworld-jms.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-jax-rs-c... (9 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-jax-rs-client.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-jax-rs-client.zip into /Users/michelle/offline/workDir/jboss-jax-rs-client.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchens... (483 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-backbone.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-backbone.zip into /Users/michelle/offline/workDir/jboss-kitchensink-backbone.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-kitchens... (88 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-kitchensink.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-kitchensink.zip into /Users/michelle/offline/workDir/jboss-kitchensink.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchens... (205 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-angularjs.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/wfk/jboss-kitchensink-angularjs.zip into /Users/michelle/offline/workDir/jboss-kitchensink-angularjs.zip
> Downloaded http://download.jboss.org/jbosstools/examples/4.2.0.GA/eap/jboss-greeter.zip (22 KB) to offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-greeter.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/4.2.0.GA/eap/jboss-greeter.zip into /Users/michelle/offline/workDir/jboss-greeter.zip
> Downloaded http://dl.bintray.com/jbosstools/examples/contacts-mobile-basic/0.0.1/con... (7 MB) to offline/.jbosstools/cache/jbosstools/examples/contacts-mobile-basic/0.0.1/contacts-mobile.zip
> [unzip] Expanding: /Users/michelle/offline/.jbosstools/cache/jbosstools/examples/contacts-mobile-basic/0.0.1/contacts-mobile.zip into /Users/michelle/offline/workDir/contacts-mobile.zip
> Building org.jboss.tools.example.html5:contacts-mobile-basic-services:0.0.1-SNAPSHOT default,openshift,minify,arq-jbossas-managed
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.jboss.tools.example.html5:contacts-mobile-basic-services:0.0.1-SNAPSHOT (/Users/michelle/offline/workDir/contacts-mobile.zip/contacts-mobile-basic-services/pom.xml) has 14 errors
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.spec:jboss-javaee-6.0:pom:3.0.2.Final-redhat-4 in central (http://repo.maven.apache.org/maven2) @ org.jboss.bom.wfk:jboss-javaee-6.0-with-tools:[unknown-version], /Users/michelle/offline/.m2/repository/org/jboss/bom/wfk/jboss-javaee-6.0-with-tools/2.4.0-redhat-2/jboss-javaee-6.0-with-tools-2.4.0-redhat-2.pom, line 42, column 25 -> [Help 2]
> [ERROR] Non-resolvable import POM: Could not find artifact org.jboss.bom:jboss-javaee-6.0-with-hibernate:pom:1.0.4.Final-redhat-9 in central (http://repo.maven.apache.org/maven2) @ line 82, column 25 -> [Help 2]
> [ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 96, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar is missing. @ line 103, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_1.1_spec:jar is missing. @ line 110, column 21
> [ERROR] 'dependencies.dependency.version' for org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar is missing. @ line 117, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar is missing. @ line 124, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar is missing. @ line 131, column 21
> [ERROR] 'dependencies.dependency.version' for org.hibernate:hibernate-validator:jar is missing. @ line 140, column 21
> [ERROR] 'dependencies.dependency.version' for org.hibernate:hibernate-jpamodelgen:jar is missing. @ line 155, column 21
> [ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ line 162, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit:arquillian-junit-container:jar is missing. @ line 170, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.protocol:arquillian-protocol-servlet:jar is missing. @ line 176, column 21
> [ERROR] 'dependencies.dependency.version' for org.jboss.as:jboss-as-arquillian-container-managed:jar is missing. @ line 323, column 29
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
> Result: 1
> {noformat}
> Tried resolving by deleting contents of .m2/repository directory, but same error.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19184) Threadlock when JS autocomplete turned on
by Mustafa Musaji (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19184?page=com.atlassian.jira.plugi... ]
Mustafa Musaji edited comment on JBIDE-19184 at 2/9/15 5:09 AM:
----------------------------------------------------------------
Okay first thing I forgot to mention is " Also note that ALL customer desktops are in a private network with NO internet access"
[~maxandersen] No sorry I don't have a reproducer. I've tried to reproduce this and couldn't cause any hang really. The customers project is pretty large. However, customer would like to understand why auto complete hangs the entire IDE. Also note that ALL customer desktops are in a private network with NO internet access <- this is THE kicker and something I forgot to mention sorry.
The description of the project is something like this.
"This is a large project with close to 1 Million lines of code in the application. The application is running on JPP 6.1 uses the following features:
* Java EE 6 featrures - CDI, JPA/Hibernate, REST
* Spring 3 and associated portlet libs
* Lot of Javascript - many JS files are thousands of lines
* XML
* HTML, CSS, JSP"
> Threadlock when JS autocomplete turned on
> -----------------------------------------
>
> Key: JBIDE-19184
> URL: https://issues.jboss.org/browse/JBIDE-19184
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.2.Final
> Environment: JBDS 8.0.2
> Reporter: Mustafa Musaji
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha2
>
> Attachments: threaddump_jdk1.7.0_71_1422011702000.txt
>
>
> Seeing a thread lock when using large JS projects when trying to autocomplete. Please refer to attached thread dump.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19049) Enable JBoss servers to run with java 9
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19049?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-19049:
-------------------------------------
Works for me with the flag removed, but, still... Eclipse will not be able to launch any java9 apps until significant changes to JDT are made, and, more importantly, until the Java9 JDK itself is at the point where a Java9 can inspect another Java9, and, possibly, the entire concept of a classpath changes in Eclipse based on the new jimage format.
> Enable JBoss servers to run with java 9
> ---------------------------------------
>
> Key: JBIDE-19049
> URL: https://issues.jboss.org/browse/JBIDE-19049
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: Java9
> Fix For: LATER
>
>
> I briefly tried to use java 9 for our tooling and to run servers.
> I downloaded it from here:
> https://jdk9.java.net/download/
> {code}
> nattura:8.0.2 rasp$ java -version
> java version "1.9.0-ea"
> Java(TM) SE Runtime Environment (build 1.9.0-ea-b45)
> Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b45, mixed mode)
> {code}
> I use OS X 10.10 Yosemite.
> There are a couple of problems:
> 1. When I add a WildFly 8.2 server into JBDS 8.0.2, I cannot change the runtime to use java 9 - it seems we restrict that.
> 2. Even if I could, we need to make sure -XX:MaxPermSize is not used in the server launch command. When I tried to run WildFly 8.2 from the terminal, it wouldn't work unless I removed the max perm size argument. Apparently java 9 does not just ignore this parameter (as java 8 did), but it does not allow it at all.
> {code}
> nattura:bin rasp$ ./standalone.sh
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final
> JAVA: /Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home/bin/java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> Unrecognized VM option 'MaxPermSize=256m'
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {code}
> Of course it's questionable if we should allow java 9 for current servers at all as they don't support it officially. But I would say there is no need to restrict it if it works.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19049) Enable JBoss servers to run with java 9
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19049?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-19049:
---------------------------------------
Yeah, as I said above in this JIRA, running wildfly 8.2 via command line worked for me once I removed the permgen argument.
> Enable JBoss servers to run with java 9
> ---------------------------------------
>
> Key: JBIDE-19049
> URL: https://issues.jboss.org/browse/JBIDE-19049
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: Java9
> Fix For: LATER
>
>
> I briefly tried to use java 9 for our tooling and to run servers.
> I downloaded it from here:
> https://jdk9.java.net/download/
> {code}
> nattura:8.0.2 rasp$ java -version
> java version "1.9.0-ea"
> Java(TM) SE Runtime Environment (build 1.9.0-ea-b45)
> Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b45, mixed mode)
> {code}
> I use OS X 10.10 Yosemite.
> There are a couple of problems:
> 1. When I add a WildFly 8.2 server into JBDS 8.0.2, I cannot change the runtime to use java 9 - it seems we restrict that.
> 2. Even if I could, we need to make sure -XX:MaxPermSize is not used in the server launch command. When I tried to run WildFly 8.2 from the terminal, it wouldn't work unless I removed the max perm size argument. Apparently java 9 does not just ignore this parameter (as java 8 did), but it does not allow it at all.
> {code}
> nattura:bin rasp$ ./standalone.sh
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final
> JAVA: /Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home/bin/java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> Unrecognized VM option 'MaxPermSize=256m'
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {code}
> Of course it's questionable if we should allow java 9 for current servers at all as they don't support it officially. But I would say there is no need to restrict it if it works.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months
[JBoss JIRA] (JBIDE-19049) Enable JBoss servers to run with java 9
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19049?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19049:
---------------------------------------------
It does not run from java9 because permsize/permgen is set - remove those and test again please.
> Enable JBoss servers to run with java 9
> ---------------------------------------
>
> Key: JBIDE-19049
> URL: https://issues.jboss.org/browse/JBIDE-19049
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: server
> Affects Versions: 4.2.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: Java9
> Fix For: LATER
>
>
> I briefly tried to use java 9 for our tooling and to run servers.
> I downloaded it from here:
> https://jdk9.java.net/download/
> {code}
> nattura:8.0.2 rasp$ java -version
> java version "1.9.0-ea"
> Java(TM) SE Runtime Environment (build 1.9.0-ea-b45)
> Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b45, mixed mode)
> {code}
> I use OS X 10.10 Yosemite.
> There are a couple of problems:
> 1. When I add a WildFly 8.2 server into JBDS 8.0.2, I cannot change the runtime to use java 9 - it seems we restrict that.
> 2. Even if I could, we need to make sure -XX:MaxPermSize is not used in the server launch command. When I tried to run WildFly 8.2 from the terminal, it wouldn't work unless I removed the max perm size argument. Apparently java 9 does not just ignore this parameter (as java 8 did), but it does not allow it at all.
> {code}
> nattura:bin rasp$ ./standalone.sh
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /Users/rasp/jbossqa/runtimes/wildfly-8.2.0.Final
> JAVA: /Library/Java/JavaVirtualMachines/jdk1.9.0.jdk/Contents/Home/bin/java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> Unrecognized VM option 'MaxPermSize=256m'
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> {code}
> Of course it's questionable if we should allow java 9 for current servers at all as they don't support it officially. But I would say there is no need to restrict it if it works.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 2 months