[JBoss JIRA] Created: (JBIDE-1141) Running Seam War and Ear projects in JBoss AS errors
by Aliaksey Nis (JIRA)
Running Seam War and Ear projects in JBoss AS errors
----------------------------------------------------
Key: JBIDE-1141
URL: http://jira.jboss.com/jira/browse/JBIDE-1141
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.Beta4
Environment: WindowsXP SP2
rhds-win32-1.0.0.beta2.jar
Red Hat Developer Studio
Version: 1.0.0 BETA2
Build: 200710210005-nightly
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Critical
Attachments: SeamWar.txt
1.Create default Seam War and Ear projects (with default Hypersonic DB, and default wizard settings, "JSF implementation provided by server" option enabled).
2. Run War Seam project in JBoss AS.
Multiply exceptions in console log. Application don't work.
3. Run Ear Seam project in JBoss AS.
Multiply exceptions in console log(same as for war). Application work.
Server console log attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 5 months
[JBoss JIRA] Created: (JBIDE-1140) Error when removing JSF projects from JBoss AS
by Aliaksey Nis (JIRA)
Error when removing JSF projects from JBoss AS
----------------------------------------------
Key: JBIDE-1140
URL: http://jira.jboss.com/jira/browse/JBIDE-1140
Project: JBoss Tools
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.0.0.Beta4
Environment: WindowsXP SP2
rhds-win32-1.0.0.beta2.jar
Red Hat Developer Studio
Version: 1.0.0 BETA2
Build: 200710210005-nightly
JDK 1.5_08
Reporter: Aliaksey Nis
1. Web projects View > New JSF project.
2. Select JSF 1.2, JSFKickStartWithoutLibs
3. Press Finish
4. Run project on server.
5. After server startup and application loaded - remove project (via add\remove project menu - right click on JBoss AS in server view).
Error appears.
Error log and screenshot attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 5 months
[JBoss JIRA] Created: (JBIDE-1215) requirements and workspaces are not cleaned up between tests
by Max Andersen (JIRA)
requirements and workspaces are not cleaned up between tests
------------------------------------------------------------
Key: JBIDE-1215
URL: http://jira.jboss.com/jira/browse/JBIDE-1215
Project: JBoss Tools
Issue Type: Task
Components: Build/Releng
Reporter: Max Andersen
Assigned To: Marshall Culpepper
Priority: Critical
Fix For: 2.0.0.CR1
Here are the problems we saw in the builds:
1. Requirements should be cleaned up. Now build copies all current and previous requirements to the eclipse used for JUnit testing. Here is the console output
unzipEclipse:
[echo] eclipseInstallDir=/home/hudson/jbosstools-build/200710290346-nightly/tests/eclipse-SDK-linux-gtk.tar.gz
[untar] Expanding: /home/hudson/jbosstools-build/eclipse-SDK-linux-gtk.tar.gz into /home/hudson/jbosstools-build/200710290346-nightly/tests
[echo] Extracting drivers into /home/hudson/jbosstools-build/200710290346-nightly/tests
[unzip] Expanding: /home/hudson/jbosstools-build/requirements/dtp/dtp-sdk_1.5.1.zip into /home/hudson/jbosstools-build/200710290346-nightly/tests
[unzip] Expanding: /home/hudson/jbosstools-build/requirements/dtp/dtp-sdk_1.5.zip into /home/hudson/jbosstools-build/200710290346-nightly/tests
[unzip] Expanding: /home/hudson/jbosstools-build/requirements/dtp/dtp-sdk_1.5RC2.zip into /home/hudson/jbosstools-build/200710290346-nightly/tests
2. I look through error log and it looks like test are ran on dirty workspace that contains projects from previous start. Here is an error from log
[java] !ENTRY org.jboss.tools.common.model 4 0 2007-10-29 04:30:07.559
[java] !MESSAGE Resource '/JSFKickStart1/JavaSource' already exists.
[java] !STACK 1
[java] org.eclipse.core.internal.resources.ResourceException: Resource '/JSFKickStart1/JavaSource' already exists.
[java] at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:289)
[java] at org.eclipse.core.internal.resources.Resource.checkDoesNotExist(Resource.java:276)
3. test reports from public site and from QA is different:
QA - http://reports.qa.atl.jboss.com/binaries/RHDS/nightly/200710270005-nightl...
public - http://download.jboss.org/jbosstools/builds/nightly/200710251552-nightly/...
Can't at least 2 and 3 be synced up and #1 fixed by unzipping specific requirements instead of unzipping * ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 5 months