My favorites | Sign in
Project Home Downloads Wiki Issues Source
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 3316: Stack overflow in GitBlit plugin
1 person starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  ----


Sign in to add a comment
 
Reported by org...@gmail.com, Apr 20, 2015
Affected Version: 2.11

What steps will reproduce the problem?
1. Build and install GitBlit according to the README
2. Open its main page

What is the expected output? What do you see instead?
It works as expected, but the log shows:
[2015-04-20 10:14:54,399] INFO  org.apache.wicket.resource.PropertiesFactory : Loading properties files from jar:file:/C:/Projects/gerrit/tmp/plugin_gitblit_150420_1014_1488357350066800414.jar!/org/apache/wicket/Application.properties
[2015-04-20 10:14:56,174] ERROR org.apache.wicket.Session : Exception when detaching/serializing page
java.lang.StackOverflowError
	at sun.reflect.GeneratedMethodAccessor115.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
	at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
	at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
	at java.io.ObjectOutputStream.writeObject0(Unknown Source)
	at java.io.ObjectOutputStream.writeArray(Unknown Source)
	at java.io.ObjectOutputStream.writeObject0(Unknown Source)
	at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
	at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
	at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
	at java.io.ObjectOutputStream.writeObject0(Unknown Source)
...

Please provide any additional information below.
Running on Windows 7, built using maven.
Sign in to add a comment

Powered by Google Project Hosting