[JBoss JIRA] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-402:
-----------------------------------------
{code:bash}
#!/bin/sh
ECLIPSE_HOME=/home/apodhrad/Projects/jbds-installer/jbds-7.1.1.GA/target/jbdevstudio/studio
DESTINATION=/home/apodhrad/Temp/mirror
UPDATE_SITE=http://www.qa.jboss.com/binaries/RHDS/updates/development/kep...
rm -rf $DESTINATION && mkdir $DESTINATION && \
java -jar `find $ECLIPSE_HOME/plugins/ -name org.eclipse.equinox.launcher_*.jar` \
-nosplash -verbose \
-application org.eclipse.equinox.p2.metadata.repository.mirrorApplication \
-source $UPDATE_SITE \
-destination $DESTINATION && \
java -jar `find $ECLIPSE_HOME/plugins/ -name org.eclipse.equinox.launcher_*.jar` \
-nosplash -verbose \
-application org.eclipse.equinox.p2.artifact.repository.mirrorApplication \
-source $UPDATE_SITE \
-destination $DESTINATION
{code}
> 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
> Assignee: Paul Leacu
> 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] (JBIDE-19389) Cannot set timeout configuration to connect JDV server on Teiid designer
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19389?page=com.atlassian.jira.plugi... ]
Barry LaFond updated JBIDE-19389:
---------------------------------
Project: Tools (JBoss Tools) (was: Teiid Designer)
Key: JBIDE-19389 (was: TEIIDDES-2442)
Issue Type: Enhancement (was: Feature Request)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Affects Version/s: (was: 8.6)
Component/s: server
(was: VDB & Execution)
> Cannot set timeout configuration to connect JDV server on Teiid designer
> ------------------------------------------------------------------------
>
> Key: JBIDE-19389
> URL: https://issues.jboss.org/browse/JBIDE-19389
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Reporter: Eiichi Nagai
>
> Describe the issue:
> The teiid-designer cannot connect to remote JDV server by timeout exceptions. However, the teiid-designer cannnot set timeout for it.
> {noformat}
> org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to remote://XXXX:9999. The connection timed out
> at org.jboss.ide.eclipse.as.internal.management.as71.AS71Manager.execute(AS71Manager.java:336)
> at org.jboss.ide.eclipse.as.internal.management.as71.JBoss71ManagerService.execute(JBoss71ManagerService.java:171)
> at org.jboss.ide.eclipse.as.management.core.JBoss7ManagerServiceProxy.execute(JBoss7ManagerServiceProxy.java:87)
> at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.executeRequest(JBoss7ServerUtil.java:66)
> at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.isTeiidServer(JBoss7ServerUtil.java:192)
> at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptJBoss7Server(TeiidServerAdapterFactory.java:181)
> at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptServer(TeiidServerAdapterFactory.java:82)
> at org.teiid.designer.runtime.TeiidParentServerListener.serverChanged(TeiidParentServerListener.java:153)
> at org.eclipse.wst.server.core.internal.ServerNotificationManager.broadcastChange(ServerNotificationManager.java:125)
> at org.eclipse.wst.server.core.internal.Server.fireServerStateChangeEvent(Server.java:742)
> at org.eclipse.wst.server.core.internal.Server.setServerState(Server.java:650)
> at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.setServerState(ServerBehaviourDelegate.java:143)
> at org.jboss.ide.eclipse.as.wtp.core.server.behavior.ControllableServerBehavior.setServerStarted(ControllableServerBehavior.java:201)
> at org.jboss.tools.as.core.server.controllable.internal.DeployableServerBehavior.setServerStarted(DeployableServerBehavior.java:127)
> at org.jboss.ide.eclipse.as.rse.core.StandardRSEStartLaunchDelegate.preLaunchCheck(StandardRSEStartLaunchDelegate.java:72)
> at org.jboss.ide.eclipse.as.rse.core.subsystems.RSECommandLineLaunchController.preLaunchCheck(RSECommandLineLaunchController.java:103)
> at org.jboss.ide.eclipse.as.wtp.core.server.launch.ControllableServerLaunchConfiguration.preLaunchCheck(ControllableServerLaunchConfiguration.java:86)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:840)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
> at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:731)
> at org.eclipse.wst.server.core.internal.Server.startImpl2(Server.java:3541)
> at org.eclipse.wst.server.core.internal.Server.startImpl(Server.java:3477)
> at org.eclipse.wst.server.core.internal.Server$StartJob.run(Server.java:367)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: java.io.IOException: java.net.ConnectException: JBAS012144: Could not connect to remote://XXXX:9999. The connection timed out
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
> at org.jboss.ide.eclipse.as.internal.management.as71.AS71Manager.execute(AS71Manager.java:325)
> ... 23 more
> Caused by: java.net.ConnectException: JBAS012144: JBAS012144: Could not connect to remote://XXXX:9999. The connection timed out
> at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:131)
> at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
> at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
> at org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:176)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient.getOrCreateChannel(RemotingModelControllerClient.java:144)
> at org.jboss.as.controller.client.impl.RemotingModelControllerClient$1.getChannel(RemotingModelControllerClient.java:65)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:115)
> at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:98)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
> at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
> ... 25 more
> {noformat}
> Additional information:
> We want to set a property of "IAS7ManagementDetails.PROPERTY_TIMEOUT" via teiid-designer.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBDS-3357) Investigate implications of Forge 1 removal
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/JBDS-3357?page=com.atlassian.jira.plugin.... ]
Vineet Reynolds commented on JBDS-3357:
---------------------------------------
[~maxandersen], I'm adding FORGE-2096 as a related issue. I remember running into this sometime back when porting the Forge 1 FSH script to Forge 2. We should reverify if this issue still exists, and fix in Forge 2 if necessary. If not, we should simply update the script in upstream TicketMonster to carry over all the functionality it used from Forge 1.
It would then be safe to remove Forge 1 from JBDS.
> Investigate implications of Forge 1 removal
> -------------------------------------------
>
> Key: JBDS-3357
> URL: https://issues.jboss.org/browse/JBDS-3357
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Task
> Components: forge
> Affects Versions: 9.0.0.Alpha1
> Reporter: Koen Aers
> Assignee: Koen Aers
> Priority: Critical
> Fix For: 9.0.0.Alpha2
>
>
> F1 was removed in 9.0.0.Alpha1 (see JBIDE-19101). Investigation is needed to see if any additional action is needed for the quickstarts and ticket monster to continue to work properly.
--
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 Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Paul Leacu commented on JBTIS-402:
----------------------------------
[~apodhrad] - please past in the exact command you used for the mirror
> 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
> Assignee: Paul Leacu
> 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] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Paul Leacu edited comment on JBTIS-402 at 3/2/15 10:34 AM:
-----------------------------------------------------------
[~apodhrad] - please paste in the exact command you used for the mirror
was (Author: pleacu):
[~apodhrad] - please past in the exact command you used for the mirror
> 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
> Assignee: Paul Leacu
> 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] (JBTIS-402) Cannot install Teiid Designer from JBDS-IS 7.1.0.CR1
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBTIS-402?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBTIS-402:
-----------------------------------------
hmm... now, I tried to mirror the update site as described at https://wiki.eclipse.org/Equinox_p2_Repository_Mirroring
And in content.xml (included in content.jar) I found the following
{code:xml}
<required namespace='org.eclipse.equinox.p2.iu' name='[rg.eclipse.datatools.sqltools.sqleditor' range='[1.0.2,2.0.0)'/>
{code}
> 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
> Assignee: Paul Leacu
> 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 Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBDS-3366?page=com.atlassian.jira.plugin.... ]
Fred Bricon updated JBDS-3366:
------------------------------
CDW qa_ack: + (was: ?)
> 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