Bonjour,
Avec SpagoBI 1.9.3 j'obtiens cette erreur lorsque je veux sauvegarder une vue dans JPivot :
Toujours dans JPivot lorsque je veux sauvegarder une vue j'obtiens l'exception suivante :
Avez vous une idée de la cause ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.tonbeller.wcf.form.FormComponent$ActionReferenceListener.invokeActionReference(FormComponent.java:291) at com.tonbeller.wcf.form.FormComponent$ActionReferenceListener.request(FormComponent.java:218) at com.tonbeller.wcf.controller.DispatcherSupport.request(DispatcherSupport.java:167) ... Caused by: java.lang.IllegalArgumentException: host parameter is null at org.apache.commons.httpclient.HttpConnection.(HttpConnection.java:220) at org.apache.commons.httpclient.HttpConnection.(HttpConnection.java:190) at org.apache.commons.httpclient.SimpleHttpConnectionManager.getConnection(SimpleHttpConnectionManager.java:102) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:613) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:497) at it.eng.spagobi.utilities.SpagoBIAccessUtils.saveSubObject(SpagoBIAccessUtils.java:172) at it.eng.spagobi.jpivotaddins.bean.SaveAnalysisBean.saveSubObject(SaveAnalysisBean.java:135) ... 36 more
Merci
Cordialement
Partager