I have made some further progress.
The issue below seems to have disappeared. I think there are issues around 
starting/stopping weblogic, deploying the app, restarting etc.
 
The issue I had today was 
 
Caused By: java.io.FileNotFoundException: security/config.xml (No such file or 
directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at 
org.geoserver.security.GeoServerSecurityManager.loadConfigFile(GeoServerSecurityManager.java:2494)
        at 
org.geoserver.security.GeoServerSecurityManager.loadConfigFile(GeoServerSecurityManager.java:2508)
        at 
org.geoserver.security.GeoServerSecurityManager.loadSecurityConfig(GeoServerSecurityManager.java:2478)
        Truncated. see log file for complete stacktrace

 
This seems to be GeoServer looking to migrate any existing security settings 
that may exist for a previous version?
I haven't looked in the source code, but in the context of weblogic it seems to 
be looking for a directory named security in $DOMAIN_HOME.
If this directory exists, it complains with the above error.
 
Unfortunately, I think weblogic needs this directory, and removing it causes 
weblogic not to start.
However, if I start weblogic (with the directory there) , rename the directory, 
then install GeoServer, it seems to work. At least in a fashion.
Still can't get security working, still getting a 404 consistently, even though 
in this version of GeoServer, there is no mention in the logs of 
accessDenied.jsp missing.
 
Thanks
 
Norman
 
   

________________________________
 From: NORMAN MANN <[email protected]>
To: Andrea Aime <[email protected]>; Christian Mueller 
<[email protected]> 
Cc: "[email protected]" 
<[email protected]> 
Sent: Tuesday, 19 November 2013, 15:55
Subject: Re: [Geoserver-users] Weblogic 10.3 / GeoServer 2.4.1
  


Thanks.
 
This case isn't clustered, however I am still running another version of 
GeoServer within the instance.
I suspect this may be causing the issue?
 

________________________________
 From: Andrea Aime <[email protected]>
To: NORMAN MANN <[email protected]>; Christian Mueller 
<[email protected]> 
Cc: "[email protected]" 
<[email protected]> 
Sent: Tuesday, 19 November 2013, 15:38
Subject: Re: [Geoserver-users] Weblogic 10.3 / GeoServer 2.4.1
  


On Tue, Nov 19, 2013 at 4:36 PM, NORMAN MANN <[email protected]> wrote:

I have increased the PermGen space and it may have helped! Thanks. 
> 
>However, I now get the following issue.
> 
>java.lang.RuntimeException: java.io.FileNotFoundException: Source 
>'/servers/managed1_wlsswns01/stage/geoserver241/geoserver241/data/security/filter/formLogout/config.xml'
> does not exist
>        at 
>org.geoserver.security.GeoServerSecurityManager.onApplicationEvent(GeoServerSecurityManager.java:328)
>        at 
>org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:97)
>        at
 
org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:327)
>        at 
>org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:25)
>        at 
>weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)

Nope, I also had another independent report of this problem, which may be 
Weblogic specific (as in, 
the other report mentioned Weblogic too).

Christian (cc'ed) worked on the security subsystem changes, maybe he can 
comment.
The case is clustered install, with N instances pointing at the same data 
directory. 

Cheers
Andrea

-- 

==
Our support, Your Success! Visit http://opensdi.geo-solutions.it/ for more 
information. 
==

Ing. Andrea Aime 

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU) 
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it/ 
http://twitter.com/geosolutions_it

-------------------------------------------------------  
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to