[JBoss JIRA] (JBDS-1985) Synchronizing a VDB takes too long in 7.4.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-1985?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-1985:
----------------------------------
After updating, I get these pieces in JBDS:
{code}
$ find . -name "*7.4.3*"
./features/org.teiid.designer.runtime.feature_7.4.3.v20120117-1612-H706-M
./features/org.teiid.designer.feature_7.4.3.v20120117-1612-H706-M
./plugins/org.teiid.designer.core_7.4.3.v20120117-1612-H706-M.jar
./plugins/org.teiid.designer.vdb.ui_7.4.3.v20120117-1612-H706-M.jar
./plugins/org.teiid.designer.udf_7.4.3.v20120117-1612-H706-M.jar
./plugins/org.teiid.designer.vdb_7.4.3.v20120117-1612-H706-M.jar
./plugins/org.teiid.designer.udf.ui_7.4.3.v20120117-1612-H706-M.jar
./plugins/org.teiid.designer.dqp_7.4.3.v20120117-1612-H706-M.jar
{code}
> Synchronizing a VDB takes too long in 7.4.2
> -------------------------------------------
>
> Key: JBDS-1985
> URL: https://issues.jboss.org/browse/JBDS-1985
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Support Patch
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 4.1.1.GA
> Reporter: Johnathon Lee
> Assignee: Barry LaFond
> Fix For: 4.1.2.GA
>
> Attachments: JBDS1985.upversion.patch.txt, org.teiid.designer.core.patch, org.teiid.designer.dqp.patch, org.teiid.designer.vdb.patch, org.teiid.designer.vdb.test.patch, org.teiid.designer.vdb.ui.patch, TEIIDDES-1200-7.4.2-Patch-A.zip, TEIIDDES_1200.zip, UdfManager.java.patch, UdfUiPlugin.java.patch, VdbUtil.java.patch
>
>
> Synchronizing a big VDB in version 7.4.2 (JBDS 4.1.1) takes 30 minutes versus 2 minutes in 7.1.1 (JBDS 4.1.0)
> Investigating/debug noted 2 areas.
> 1) New UdfManager is not caching a FunctionLibrary and each SQL validation is creating a new instance. (needs a fix)
> 2) Synchronizing a VDB is hammering the ChecksumUtil.computeChecksum() during the VDB's resource build processing
> 3) PreviewManager is using a new Vdb() object to determine if "preview = true" and version #. However, it's heavy weight and currently the Vdb() is registering for events, but is not being Unregistered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (JBDS-1985) Synchronizing a VDB takes too long in 7.4.2
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-1985?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-1985.
------------------------------
Resolution: Done
> Synchronizing a VDB takes too long in 7.4.2
> -------------------------------------------
>
> Key: JBDS-1985
> URL: https://issues.jboss.org/browse/JBDS-1985
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Support Patch
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 4.1.1.GA
> Reporter: Johnathon Lee
> Assignee: Barry LaFond
> Fix For: 4.1.2.GA
>
> Attachments: JBDS1985.upversion.patch.txt, org.teiid.designer.core.patch, org.teiid.designer.dqp.patch, org.teiid.designer.vdb.patch, org.teiid.designer.vdb.test.patch, org.teiid.designer.vdb.ui.patch, TEIIDDES-1200-7.4.2-Patch-A.zip, TEIIDDES_1200.zip, UdfManager.java.patch, UdfUiPlugin.java.patch, VdbUtil.java.patch
>
>
> Synchronizing a big VDB in version 7.4.2 (JBDS 4.1.1) takes 30 minutes versus 2 minutes in 7.1.1 (JBDS 4.1.0)
> Investigating/debug noted 2 areas.
> 1) New UdfManager is not caching a FunctionLibrary and each SQL validation is creating a new instance. (needs a fix)
> 2) Synchronizing a VDB is hammering the ChecksumUtil.computeChecksum() during the VDB's resource build processing
> 3) PreviewManager is using a new Vdb() object to determine if "preview = true" and version #. However, it's heavy weight and currently the Vdb() is registering for events, but is not being Unregistered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBDS-1648) JBoss Dev Studio 4.0 crash
by Matt V (JIRA)
JBoss Dev Studio 4.0 crash
--------------------------
Key: JBDS-1648
URL: https://issues.jboss.org/browse/JBDS-1648
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: visualeditor
Affects Versions: 4.0.0.GA
Environment: Win 7 x64 Pro SP1
Reporter: Matt V
I had installed the 4.0GA version of Jboss Dev Studio, created a sample project. Later I restarted the Studio after attempting to install a few plugins (I believe Subclipse).
Every time afterwards, it would launch the studio , the UI would launch with code windows, and then the studio would crash to desktop in less than a second afterwards.
I do have dump eclipse files that can be attached to this issues.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (JBDS-1948) TransformerExeception in build-pde.xml:374: com.izforge.izpack.adaptator.XMLException: Error in install-pde.xml at line 3, column 145
by Nick Boldt (Created) (JIRA)
TransformerExeception in build-pde.xml:374: com.izforge.izpack.adaptator.XMLException: Error in install-pde.xml at line 3, column 145
-------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-1948
URL: https://issues.jboss.org/browse/JBDS-1948
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: installer
Affects Versions: 5.0.0.M5
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 5.0.0.M5
{code}
installer:
[echo] Building JBDS Installer jbdevstudio-product-linux-gtk-5.0.0.v201112060350N-H848-Beta1.jar ...
[echo] test.build=${test.build}
[echo] product.buildQualifier=v201112060350N
[echo] product.buildQualifierSuffix=-H848
[echo] nightly_build_qualifier=-v201112060350N-H848
[izpack] ERROR: 'http://git.codehaus.org/gitweb.cgi?p=izpack.git;a=blob_plain;f=src/dtd/in...'
[izpack] ERROR: 'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: http://git.codehaus.org/gitweb.cgi?p=izpack.git;a=blob_plain;f=src/dtd/in...'
BUILD FAILED
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/buildNightly.xml:15: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/build.xml:70: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/build.xml:41: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:131: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:741: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/product/buildInstallerPde.xml:44: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/product/buildInstallerPde.xml:46: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/org.jboss.ide.eclipse.releng/builders/product/buildInstallerPde.xml:108: The following error occurred while executing this line:
/qa/hudson_ws/workspace/devstudio-5.0_trunk.product/jbds-build/5.0.0.Beta1/201112060350/installer/build-pde.xml:374: com.izforge.izpack.adaptator.XMLException: Error in /qa/hudson_ws/workspace/devstudio-5.0_trunk.product/jbds-build/5.0.0.Beta1/201112060350/installer/src/config/install-pde.xml at line 3, column 145 : javax.xml.transform.TransformerException: com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: http://git.codehaus.org/gitweb.cgi?p=izpack.git;a=blob_plain;f=src/dtd/in...
{code}
https://hudson.qa.jboss.com/hudson/job/devstudio-5.0_trunk.product/848/co...
Also broken in M5 branch -- seems this appeared just before we branched. :(
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] (JBIDE-10713) Cannot complete install - soa tooling
by Pavol Srna (JIRA)
Pavol Srna created JBIDE-10713:
----------------------------------
Summary: Cannot complete install - soa tooling
Key: JBIDE-10713
URL: https://issues.jboss.org/browse/JBIDE-10713
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: SOA Tooling, updatesite
Affects Versions: 3.3.0.Beta1
Environment: 5.0.0.v20120122-2218-H508-Beta1.soa-tooling update site : http://www.qa.jboss.com/binaries/RHDS/builds/staging/devstudio-5.0_trunk....
JBDS bits: jbdevstudio-product-linux-gtk-5.0.0.v201201201357N-H909-Beta1
Reporter: Pavol Srna
Assignee: Douglas Palmer
Fix For: 3.3.0.Beta1
Attachments: soa-update-fail.png
Cannot complete install, soa tools from the soa updatesite.
Details:
Your original request has been modified.
"JBoss Runtime Detection Core" is already installed, so an update will be performed instead.
"Runtime Initialization" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss Runtime Detection Core 1.3.0.v20120123-0217-H541-Beta1 (org.jboss.tools.runtime.core.feature.feature.group 1.3.0.v20120123-0217-H541-Beta1)
Software currently installed: JBoss Developer Studio 5.0.0.201201201406 (com.jboss.jbds.all 5.0.0.201201201406)
Only one of the following can be installed at once:
JBoss Runtime Detection Core 1.3.0.v20120120-1716-H539-Beta1 (org.jboss.tools.runtime.core.feature.feature.jar 1.3.0.v20120120-1716-H539-Beta1)
JBoss Runtime Detection Core 1.3.0.v20120123-0217-H541-Beta1 (org.jboss.tools.runtime.core.feature.feature.jar 1.3.0.v20120123-0217-H541-Beta1)
Cannot satisfy dependency:
From: JBoss Developer Studio 5.0.0.201201201406 (com.jboss.jbds.all 5.0.0.201201201406)
To: org.jboss.tools.runtime.core.feature.feature.group [1.3.0.v20120120-1716-H539-Beta1]
Cannot satisfy dependency:
From: JBoss Runtime Detection Core 1.3.0.v20120120-1716-H539-Beta1 (org.jboss.tools.runtime.core.feature.feature.group 1.3.0.v20120120-1716-H539-Beta1)
To: org.jboss.tools.runtime.core.feature.feature.jar [1.3.0.v20120120-1716-H539-Beta1]
Cannot satisfy dependency:
From: JBoss Runtime Detection Core 1.3.0.v20120123-0217-H541-Beta1 (org.jboss.tools.runtime.core.feature.feature.group 1.3.0.v20120123-0217-H541-Beta1)
To: org.jboss.tools.runtime.core.feature.feature.jar [1.3.0.v20120123-0217-H541-Beta1]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months