[JBoss JIRA] (JBIDE-19119) Tern error when opening a jsp file
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19119?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-19119.
---------------------------------
Verified in JBDS 8.1.0.Beta1 B438
> Tern error when opening a jsp file
> ----------------------------------
>
> Key: JBIDE-19119
> URL: https://issues.jboss.org/browse/JBIDE-19119
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.3.0.Beta2
> Reporter: Martin Malina
> Assignee: Victor Rubezhny
> Priority: Critical
> Fix For: 4.2.3.Beta1
>
> Attachments: tern-error.png
>
>
> I was just verying something in master for Rob and hit this issue:
> I created a dynamic web project, then a jsp file. Once the jsp was opened in Eclipse, I got this error popup immediately:
> !tern-error.png!
> This was in the workspace log:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2015-01-29 17:04:14.678
> !MESSAGE An internal error occurred during: "Refresh tern project job".
> !STACK 0
> java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match outer scope rule: P/dynproj2
> at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
> at org.eclipse.core.internal.jobs.ThreadJob.illegalPush(ThreadJob.java:134)
> at org.eclipse.core.internal.jobs.ThreadJob.push(ThreadJob.java:333)
> at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:85)
> at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:298)
> at org.eclipse.core.internal.resources.WorkManager.checkIn(WorkManager.java:118)
> at org.eclipse.core.internal.resources.Workspace.prepareOperation(Workspace.java:2251)
> at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1347)
> at org.eclipse.core.internal.resources.Project.setDescription(Project.java:1401)
> at tern.eclipse.ide.internal.core.builder.TernBuilder.addTernBuilder(TernBuilder.java:231)
> at tern.eclipse.ide.internal.core.resources.IDETernProject.doLoad(IDETernProject.java:186)
> at tern.resources.TernProject.load(TernProject.java:332)
> at tern.eclipse.ide.internal.core.resources.RefreshTernProjectJob.runInWorkspace(RefreshTernProjectJob.java:49)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
> This was JBT nightly from today (2015/01/29) from http://download.jboss.org/jbosstools/updates/nightly/mars/ on top of Eclipse Mars M4. On top of that, I had one server PR of Rob's installed, but that shouldn't have any effect.
> My platform is OS X 10.10 Yosemite, running Oracle JDK 1.7.
> I realize this is master and it might be a known issue, but better to be safe :)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19387) Cannot download org.jboss.tools.central.discovery.integration-stack.earlyaccess.jar
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-19387:
----------------------------------
Summary: Cannot download org.jboss.tools.central.discovery.integration-stack.earlyaccess.jar
Key: JBIDE-19387
URL: https://issues.jboss.org/browse/JBIDE-19387
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, updatesite
Affects Versions: 4.2.3.Beta1
Reporter: Radim Hopp
I have this error in error log after startup of JBT:
{noformat:title=Cannot download bundle at http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...: http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...: http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryStatusHelper.checkFileNotFound(RepositoryStatusHelper.java:297)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.checkException(FileReader.java:441)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.sendRetrieveRequest(FileReader.java:398)
at org.eclipse.equinox.internal.p2.transport.ecf.FileReader.readInto(FileReader.java:322)
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:101)
at org.eclipse.equinox.internal.p2.transport.ecf.RepositoryTransport.download(RepositoryTransport.java:156)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.eclipse.mylyn.internal.discovery.core.util.P2TransportService.download(P2TransportService.java:84)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:157)
at org.eclipse.mylyn.internal.discovery.core.util.WebUtil.download(WebUtil.java:66)
at org.jboss.tools.project.examples.internal.discovery.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:223)
at org.jboss.tools.project.examples.internal.discovery.xpl.RemoteExternalBundleDiscoveryStrategy$DownloadBundleJob.call(RemoteExternalBundleDiscoveryStrategy.java:1)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/jbosst... is pointing to non-existing http://download.jboss.org/jbosstools/discovery/staging/4.2.3.Beta1/plugin...
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3366) No examples/archetypes are available in 8.1.0.Beta1
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBDS-3366?page=com.atlassian.jira.plugin.... ]
Radim Hopp commented on JBDS-3366:
----------------------------------
Examples are present in JBT 4.2.3.Beta1 as expected.
> No examples/archetypes are available in 8.1.0.Beta1
> ---------------------------------------------------
>
> Key: JBDS-3366
> URL: https://issues.jboss.org/browse/JBDS-3366
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 8.1.0.Beta1
> Environment: JBDS 8.1.0.Beta1
> Reporter: Radim Hopp
> Priority: Blocker
>
> There are not examples nor archetypes available in JBDS 8.1.0.Beta1.
> This is probabaly because devstudio cannot pick up any links to examples descriptors from ide-config.properties (There are just links for 9.0 and 8.0. 8.1 is missing)
> I suppose this does not concern JBT 4.2.3.Beta1 as it should pick up 4.2 links. I'll try it in a minute.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Andrej Podhradsky (JIRA)
Andrej Podhradsky created JBTIS-402:
---------------------------------------
Summary: Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
Key: JBTIS-402
URL: https://issues.jboss.org/browse/JBTIS-402
Project: JBoss Tools Integration Stack
Issue Type: Bug
Components: distribution
Affects Versions: 7.1.0.CR1
Environment: JBDS 7.1.1.GA
Reporter: Andrej Podhradsky
Priority: Blocker
Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1, the following error occurs
Cannot complete the install because one or more required items could not be found.
Software being installed: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
Missing requirement: Teiid DataTools Connectivity 8.6.1.CR1-v20150219-1612-B790 (org.teiid.datatools.connectivity.feature.feature.group 8.6.1.CR1-v20150219-1612-B790) requires '[rg.eclipse.datatools.sqltools.sqleditor [1.0.2,2.0.0)' but it could not be found
Cannot satisfy dependency:
From: Teiid Runtime Clients 8.6.1.CR1-v20150219-1612-B790 (org.teiid.designer.teiid.client.feature.feature.group 8.6.1.CR1-v20150219-1612-B790)
To: org.teiid.datatools.connectivity.feature.feature.group [8.6.1.CR1-v20150219-1612-B790]
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3366) No examples/archetypes are available in 8.1.0.Beta1
by Radim Hopp (JIRA)
Radim Hopp created JBDS-3366:
--------------------------------
Summary: No examples/archetypes are available in 8.1.0.Beta1
Key: JBDS-3366
URL: https://issues.jboss.org/browse/JBDS-3366
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: central, project-examples
Affects Versions: 8.1.0.Beta1
Environment: JBDS 8.1.0.Beta1
Reporter: Radim Hopp
Priority: Blocker
There are not examples nor archetypes available in JBDS 8.1.0.Beta1.
This is probabaly because devstudio cannot pick up any links to examples descriptors from ide-config.properties (There are just links for 9.0 and 8.0. 8.1 is missing)
I suppose this does not concern JBT 4.2.3.Beta1 as it should pick up 4.2 links. I'll try it in a minute.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TOOLSDOC-594) Offline Install does not mention the Target Platform zip
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-594?page=com.atlassian.jira.plug... ]
Michelle Murray commented on TOOLSDOC-594:
------------------------------------------
[~nickboldt] - For the Beta release, do you know the name of the TP file yet so I can include an explicit link to the file to download in the Install doc and JBDS-IS install doc?
Then for CR1/GA we can revert back to either 'just download update.zip' or 'download TP and update.zips from same website page' depending on the resolution of JBDS-3361.
> Offline Install does not mention the Target Platform zip
> --------------------------------------------------------
>
> Key: TOOLSDOC-594
> URL: https://issues.jboss.org/browse/TOOLSDOC-594
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: Installation Guide
> Affects Versions: 4.2.2.Final
> Environment: Build Name: 22661, Install Red Hat JBoss Developer Studio-8.0
> Build Date: 25-11-2014 14:18:18
> Topic ID: 41914-716354 [Latest]
> Reporter: Nick Boldt
> Assignee: Michelle Murray
> Priority: Blocker
> Fix For: 4.2.3.Final
>
>
> Title: Install JBoss Developer Studio BYOE when Offline
> Describe the issue:
> See JBDS-3361. User cannot install from JBDS zip alone because some eclipse dependencies are unavailable in that zip.
>
> Suggestions for improvement:
> TP zip should be linked from CSP, jboss.org, and devstudio.redhat.com.
> Doc (in CSP and on access.redhat.com) should tell users about the target platform zip, too.
> https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Developer_Stu...
> Additional information:
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TOOLSDOC-562) OpenShift How To: Add final section to First OS App for viewing created app in browser
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-562?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-562:
-------------------------------------
Sprint: 2014/S20 (27-Oct > 9-Nov), 2014/S21 (10-Nov > 23-Nov), 2014/S22 (24-Nov > 7-Dec), 2014/S23 (8-Dec > 21-Dec), 2014/S24 (22-Dec > 04-Jan), 2015/S1 (05-Jan > 18-Jan), 2015/S2+3 (19-Jan > 15-Feb), 2015/S4 (16-Feb > 01-Mar), 2015/S5 (02-Mar > 15-Mar) (was: 2014/S20 (27-Oct > 9-Nov), 2014/S21 (10-Nov > 23-Nov), 2014/S22 (24-Nov > 7-Dec), 2014/S23 (8-Dec > 21-Dec), 2014/S24 (22-Dec > 04-Jan), 2015/S1 (05-Jan > 18-Jan), 2015/S2+3 (19-Jan > 15-Feb), 2015/S4 (16-Feb > 01-Mar))
> OpenShift How To: Add final section to First OS App for viewing created app in browser
> --------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-562
> URL: https://issues.jboss.org/browse/TOOLSDOC-562
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Enhancement
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.2.0.Final
>
>
> See: http://tools.jboss.org/documentation/howto/openshift_firstapp.html
> Source: https://github.com/jbosstools/jbosstools-website/blob/master/documentatio...
> Before 'Terminology', add a new section with instructions for viewing the application in a browser.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month