Issue Details (XML | Word | Printable)

Key: BAM-295
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Nick Sieger
Votes: 0
Watchers: 1
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Bamboo

Not compatible with JDK 1.4

Created: 10/Oct/06 09:22 AM   Updated: 12/Oct/06 08:27 AM
Component/s: None
Affects Version/s: 0.5
Fix Version/s: 0.5.1

Time Tracking:
Not Specified

Environment:
Solaris 10, x86
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
Issue Links:
Cloners
 

Participants: Edwin Wong [Atlassian], Mark Chaimungkalanont [Atlassian] and Nick Sieger
Since last comment: 2 years, 12 weeks, 5 days ago
Number of comments: 3
Labels:


 Description  « Hide
It appears that the code is not compatible with 1.4, as the method doesn't exist on String.

java.lang.NoSuchMethodError: java.lang.String.contains(Ljava/lang/CharSequence;)Z
at com.atlassian.bamboo.setup.johnson.BambooJohnsonSetupConfig.isSetupPage(BambooJohnsonSetupConfig.java:27)
at com.atlassian.johnson.filters.JohnsonFilter.doFilter(JohnsonFilter.java:83)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:823)
at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:83)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:823)
at com.atlassian.seraph.filter.LoginFilter.doFilter(LoginFilter.java:91)
at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:823)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.jetty.plus.PlusWebAppContext.handle(PlusWebAppContext.java:158)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mark Chaimungkalanont [Atlassian] added a comment - 10/Oct/06 06:10 PM
Nick,

Really sorry about this. We'll try to get it patched up and release it as a 0.5.1 release ASAP.

Cheers

Mark C


Nick Sieger added a comment - 11/Oct/06 10:03 AM
Thanks for the quick response. I've seen this elsewhere recently, it seems it's an easy mistake to make these days as 1.5 becomes a lot more widespread.

Looking forward to trying the product!


Edwin Wong [Atlassian] added a comment - 12/Oct/06 08:27 AM
This issue should now be fixed in the latest Bamboo release.

Cheers,
Edwin