Sounds like the ServerProtectionService is interfering. Under /system/console of the running application (default admin username / password is admin / admin), look in to the Configuration tab. There should be an entry "Sakai Nakamura :: Server Protection Service". Click on it and either configure to "Disable for dev mode", or add the proper trusted-untrusted pair with the appropriate ports.
Hope that helps, Branden On Mon, Aug 6, 2012 at 8:20 PM, Steve Swinsburg <[email protected]> wrote: > I sent that info on, they have come back with this: > > Adding the port definitions did not help much. Some pages would load (e.g. > the 404 page), but all the service calls failed. The index page, for > example, would load, but it would be empty (devoid of content). > > Turning off Oracle and running on the default ports worked but is a > sub-optimal solution. > > > Any other ideas for getting around this port clash? > > cheers, > Steve > > > On 03/08/2012, at 1:22 AM, Carl Hall <[email protected]> wrote: > > I have a server running on alternate ports using the following startup > params: > > -Dorg.sakaiproject.nakamura.core.port=7080 > -Dorg.sakaiproject.nakamura.cluster.secure.port=7081 > -Dorg.sakaiproject.nakamura.content.port=7082 > > `-p` is used by Sling launchpad but we have a custom Jetty config which > makes the `-p` fairly useless. There are other ports to consider as well > such as ActiveMQ (61616) and SMTP (8025) which require service specific > configuration. > > > On Thu, Aug 2, 2012 at 5:00 AM, Branden Visser <[email protected]> wrote: >> >> Should also note, I haven't tried to run Nakamura on non-8080, but >> Christian has pointed out in another thread you may need to specify >> two properties for that: >> >> e.g., java -Dorg.sakaiproject.nakamura.core.port=8888 -Xmx256m -server >> -jar /src/sakai/org.sakaiproject.nakamura.app-1.1.jar -p 8888 >> >> I tried this locally and the server always seems to start on 8080 >> regardless. >> >> Does anyone have a better idea on port management in Nakamura? If not, >> I'll open a KERN. >> >> Thanks, >> Branden >> >> On Thu, Aug 2, 2012 at 7:33 AM, Branden Visser <[email protected]> wrote: >> > Hi Steve, >> > >> > Do they have any oracle products installed? I think there might be a >> > port collision [1] >> > >> > Hope that helps, >> > Branden >> > >> > [1] >> > http://tipsandtricks.nogoodatcoding.com/2007/07/basic-authentication-for-xdb-realm-with.html >> > >> > On Tue, Jul 31, 2012 at 9:32 PM, Steve Swinsburg >> > <[email protected]> wrote: >> >> Hi all, >> >> >> >> I received this note from a colleague, having an issue running the OAE >> >> JNLP. >> >> Can anyone assist here? >> >> >> >> thanks, >> >> Steve >> >> >> >> I downloaded the JNLP and tried to run it under both JDK 6 and 7 (I >> >> didn't >> >> really expect it to work under 7, but I tried it anyway). When I tried >> >> to >> >> open the site in the browser, it wanted me to do basic authentication >> >> to the >> >> XDB realm. I got the exact same results from downloading the "binary" >> >> jar >> >> and running it from a command line. This is all on Windows 7. >> >> >> >> _______________________________________________ >> >> oae-dev mailing list >> >> [email protected] >> >> http://collab.sakaiproject.org/mailman/listinfo/oae-dev >> >> >> > >> > >> > >> > -- >> > Cheers, >> > Branden >> >> >> >> -- >> Cheers, >> Branden >> _______________________________________________ >> oae-dev mailing list >> [email protected] >> http://collab.sakaiproject.org/mailman/listinfo/oae-dev > > > -- Cheers, Branden _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
