[JBoss JIRA] Created: (JBESB-812) [junit] java.io.FileNotFoundException: /boot.log (Permission denied) - running quickstart tests
by Len DiMaggio (JIRA)
[junit] java.io.FileNotFoundException: /boot.log (Permission denied) - running quickstart tests
-----------------------------------------------------------------------------------------------
Key: JBESB-812
URL: http://jira.jboss.com/jira/browse/JBESB-812
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2 Milestone Release 3
Environment: RHEL5
ESB build from svn on 20070813
Reporter: Len DiMaggio
Assigned To: Mark Little
Priority: Minor
I'm seeing this error running the quickstart tests - it doesn't seem to affect anything, but it's fairly ugly with 50+ lines written to stderr...
[junit] ------------- Standard Error -----------------
[junit] Found log4j.properties: jar:file:/opt/ESB_svn/trunk/product/samples/quickstarts/tests/build/jbossesb-test/jbossesb-server/bin/run.jar!/log4j.properties
[junit] log4j:ERROR setFile(null,false) call failed.
[junit] java.io.FileNotFoundException: /boot.log (Permission denied)
--
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, 6 months
[JBoss JIRA] Created: (JBESB-837) Add CI task for the QSs back in
by Kurt Stam (JIRA)
Add CI task for the QSs back in
-------------------------------
Key: JBESB-837
URL: http://jira.jboss.com/jira/browse/JBESB-837
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Kurt Stam
Assigned To: Kevin Conner
Priority: Critical
Fix For: 4.2
Hi Kev,
Just a reminder since I think this is of crucial importance to the QA effort.
The build machines seem to have a problem with running the ci target for the QSs. Someone with access to the build machines (Kev?) need to take a look at that and put this back in pace.
The lines:
<ant dir="product/samples/quickstarts/tests" target="qs-test"/>
and
<ant dir="product/samples/quickstarts/tests" target="qs-clean"/>
should be put back into action.
--
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, 6 months
[JBoss JIRA] Created: (JBESB-872) exceptions_faults QS - cannot compile
by Jaroslaw Kijanowski (JIRA)
exceptions_faults QS - cannot compile
-------------------------------------
Key: JBESB-872
URL: http://jira.jboss.com/jira/browse/JBESB-872
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2 Milestone Release 3
Reporter: Jaroslaw Kijanowski
Assigned To: Mark Little
Checked out revision 14449 ant trying to compile the exceptions_faults QS:
[javac] /product/samples/quickstarts/exceptions_faults/src/org/jboss/soa/esb/samples/quickstart/exceptions/test/SendEsbMessage.java:70: cannot find symbol
[javac] symbol : method close()
[javac] location: class org.jboss.soa.esb.client.ServiceInvoker
[javac] invoker.close();
[javac] ^
[javac] /product/samples/quickstarts/exceptions_faults/src/org/jboss/soa/esb/samples/quickstart/exceptions/test/SendEsbMessageSync.java:72: cannot find symbol
[javac] symbol : method close()
[javac] location: class org.jboss.soa.esb.client.ServiceInvoker
[javac] invoker.close();
[javac] ^
[javac] 2 errors
--
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, 6 months