-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
Windows server 2008 standard
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
Created a view, selected the view, and selected "edit view", then I check for a job already existing in the "global view".
At submit I get the following exception:
Status Code: 500
Exception:
Stacktrace:
net.sf.json.JSONException: Missing value. at character 1363 of {"name": "roma", "description": "", "AAS": false, "1SP2": [false, false, false], "AAS_integration_test": false, "AAS_soapui_test": false, "bi-parent": false, "build-extensions": false, "CommServer": false, "Create JAAS Entry": false, "Create PSSUI DB": false, "dao-util": false, "dbmaintain-maven-plugin": false, "Deploy UI Build": false, "deprecated_util": false, "directory queues": false, "JEEFramework": false, "jpay queues": false, "JPay_hourly": false, "jpay_integration_test": false, "JPAY_soap_UI_tests": false, "nuke_local_repository": false, "payment feeder": false, "ProDirectory": false, "prodirectory_integration_test": false, "ProDirectory_soapui_test": false, "1 DB Creation": false, "proswitch queues": false, "1_data": false, "ProSwitch_hourly": false, "ProSwitch_integration_test": false, "PWH_1_1_maintaince": false, "PWH_hourly": false, "pwh_integration_test": false, "PWH_soap_UI_tests": false, "recreate AAS database": false, "Recreate aas server": false, "Recreate directory appserver": false, "Recreate directory DB2 database": false, "Recreate JPay database": false, "Recreate Pay appserver": false, "Recreate PSSUI Server": false, "Recreate PWH database": false, "Recreate PWH server": false, "Recreate Switch Server": false, "1_branch": false, "recreate_refapp_db": false, "recreate_RMA_database": false, "reference_application": false,
at net.sf.json.util.JSONTokener.syntaxError(JSONTokener.java:512)
at net.sf.json.util.JSONTokener.nextValue(JSONTokener.java:385)
at net.sf.json.JSONObject._fromJSONTokener(JSONObject.java:834)
at net.sf.json.JSONObject._fromString(JSONObject.java:1039)
at net.sf.json.JSONObject.fromObject(JSONObject.java:176)
at net.sf.json.JSONObject.fromObject(JSONObject.java:147)
at org.kohsuke.stapler.RequestImpl.getSubmittedForm(RequestImpl.java:691)
at hudson.model.ListView.submit(ListView.java:262)
at hudson.model.View.doConfigSubmit(View.java:484)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:185)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:101)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:54)
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:74)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:30)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:493)
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:180)
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:30)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:493)
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:409)
- duplicates
-
JENKINS-4804 exceptions when submitting form in 1.333 with Winstone
- Closed