I  apologize I forget to delete the unnecessary part of the log.
Please check this one.

ᐧ

2018-05-08 12:03 GMT+01:00 Yasmine Benlefki <benlefkiyasm...@gmail.com>:

> Hi again,
>
> Thanks a lot for your help.
> So I looked at the log file I can see that there are some errors. I am
> trying to figure out the source of the error but since I never worked with
> java it will take me some time.
> You will find it below if you have time  to check it.
> Have a great day
> ᐧ
>
> 2018-05-08 8:04 GMT+01:00 Peter Smythe <g...@smythe.co.za>:
>
>> I would move script up one level to before default.
>>
>> Have you tried Settings > Global > Logging Settings to VERBOSE_LOGGING,
>> and then seeing what the error messages are in About & Status > GeoServer
>> Logs?
>>
>> I'm sorry, I have other priorities to attend to before upgrading to
>> v2.13, so I cannot try to get it working on my side any time soon.
>>
>> Peter
>>
>>
>> On 8 May 2018 at 00:54, Yasmine Benlefki <benlefkiyasm...@gmail.com>
>> wrote:
>>
>>> Hi Peter,
>>>
>>> Thank you very much.
>>>
>>> I tried to add  /script/** to the authentification but it didn't fix the
>>> problem :(
>>>
>>> Let me know please if you could make it work or if you have any idea
>>> that can help.
>>> Best regards
>>>
>>> ᐧ
>>>
>>> 2018-05-07 21:54 GMT+01:00 Peter Smythe <g...@smythe.co.za>:
>>>
>>>> Hi Yasmine
>>>>
>>>> I'm so glad that you got it working!  Yes, I have used the scripting
>>>> extension in v2.11, and then it broke in v2.12.  I have yet to upgrade to
>>>> v2.13 so I can't check exactly what the problem is.
>>>>
>>>> I do have a private installation note that it was necessary to:  add
>>>> /script/** to the Authentication > Filter Chains with no security.
>>>> (Menu > Settings > Authentication > Filter chains > + Add service
>>>> chain, and move Basic auth to selected) Close & Save
>>>>
>>>> I hope that works for you.  Otherwise, I will have to look in the
>>>> morning when I am back at work.  I live in South Africa, GMT+2.
>>>>
>>>> Regards
>>>>
>>>> Peter
>>>>
>>>> On 7 May 2018 at 21:14, Yasmine Benlefki <benlefkiyasm...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Peter,
>>>>> I am really stuck and I hope u can help.
>>>>> So I downloaded the newer version of geoserver, with wps and  python
>>>>> extension, I also added  the gs-script-web.jar (since it wasn't present in
>>>>> the extension zip) from  http://mvnrepository.com/artif
>>>>> act/org.geoserver.script/gs-script-web
>>>>> As in the tutorial I got the script file and menu.
>>>>> I was also able to create a service and use it from the demo, my
>>>>> problem now is when I create a new application and wanna use it (by going
>>>>> to the link ip-adree/script/apps/name_application ) I get the 404
>>>>> error.
>>>>> Have u ever used this extension? Is there anything I am missing here?
>>>>>
>>>>> Thanks
>>>>>
>>>>> ᐧ
>>>>>
>>>>> 2018-05-06 12:41 GMT+01:00 Yasmine Benlefki <benlefkiyasm...@gmail.com
>>>>> >:
>>>>>
>>>>>> Hi,
>>>>>> I just tried with geoserver_v2.13.0 and I got the same error...
>>>>>> Here is the code I am testing with:
>>>>>> def app(environ, start_response):
>>>>>>    start_response('200 OK', [('Content-type','text/plain')])
>>>>>>    return 'Hello world!'
>>>>>>
>>>>>> Thanks
>>>>>> ᐧ
>>>>>>
>>>>>> 2018-05-05 20:36 GMT+01:00 Yasmine Benlefki <
>>>>>> benlefkiyasm...@gmail.com>:
>>>>>>
>>>>>>> I just find it. I will try with this version and let you know if it
>>>>>>> works.
>>>>>>> Thank you
>>>>>>> ᐧ
>>>>>>>
>>>>>>> 2018-05-05 20:24 GMT+01:00 Yasmine Benlefki <
>>>>>>> benlefkiyasm...@gmail.com>:
>>>>>>>
>>>>>>>> Hi Peter,
>>>>>>>> Thank you for your response.
>>>>>>>> That makes sense, yes I can download geoserver v2.13.0 but the
>>>>>>>> problem is that I downloaded the script module from this website
>>>>>>>> http://ares.boundlessgeo.com/geoserver/ and there isn't any for v
>>>>>>>> 2.13 yet.
>>>>>>>> Any ideas where can I get it?
>>>>>>>> Thanks again.
>>>>>>>> ᐧ
>>>>>>>>
>>>>>>>> 2018-05-05 20:07 GMT+01:00 Peter Smythe <g...@smythe.co.za>:
>>>>>>>>
>>>>>>>>> Hi Yassou
>>>>>>>>>
>>>>>>>>> If I recall correctly, the Scripting module does not work in v2.12
>>>>>>>>> because of a change in the rest implementation, but it has been fixed 
>>>>>>>>> in
>>>>>>>>> later versions.  Are you able to download the latest version of 
>>>>>>>>> geoserver
>>>>>>>>> v2.13.0?
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>>
>>>>>>>>> Peter
>>>>>>>>>
>>>>>>>>> On 5 May 2018 at 19:52, Yassou <benlefkiyasm...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Dear,
>>>>>>>>>>
>>>>>>>>>> I am having some problems when I use GeoServer scripting
>>>>>>>>>> extension version
>>>>>>>>>> 2.12.2.
>>>>>>>>>> After unzipping the jar files inside WEB-INF/lib and restarting
>>>>>>>>>> geoserver
>>>>>>>>>> the scripts folder is created but not the scripts menu.
>>>>>>>>>> Also, when I create an app inside scripts/apps folder, for
>>>>>>>>>> example, a hello
>>>>>>>>>> world by defining a new folder hello with a main.py file and  by
>>>>>>>>>> visiting
>>>>>>>>>> the link ip-adress/script/apps/hello I get the error 404. And
>>>>>>>>>> {"scripts":
>>>>>>>>>> ["hello"]} when  I visit ip-address/script/apps.
>>>>>>>>>>
>>>>>>>>>> Thank you
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Sent from: http://osgeo-org.1560.x6.nabbl
>>>>>>>>>> e.com/GeoServer-User-f3786390.html
>>>>>>>>>>
>>>>>>>>>> ------------------------------------------------------------
>>>>>>>>>> ------------------
>>>>>>>>>> Check out the vibrant tech community on one of the world's most
>>>>>>>>>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Geoserver-users mailing list
>>>>>>>>>>
>>>>>>>>>> Please make sure you read the following two resources before
>>>>>>>>>> posting to this list:
>>>>>>>>>> - Earning your support instead of buying it, but Ian Turton:
>>>>>>>>>> http://www.ianturton.com/talks/foss4g.html#/
>>>>>>>>>> - The GeoServer user list posting guidelines:
>>>>>>>>>> http://geoserver.org/comm/userlist-guidelines.html
>>>>>>>>>>
>>>>>>>>>> If you want to request a feature or an improvement, also see
>>>>>>>>>> this: https://github.com/geoserver/g
>>>>>>>>>> eoserver/wiki/Successfully-requesting-and-integrating-new-fe
>>>>>>>>>> atures-and-improvements-in-GeoServer
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Geoserver-users@lists.sourceforge.net
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
>

Attachment: geoserver-1.log
Description: Binary data

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to