From: Martin on
We are running Oracle XE on Linux for prototyping a project and have
been using the rather useful web based apex utility for minor
administration and reporting jobs. It now seems to be broken and I
cannot work out why.

Usually we tap in the url http://machine.domain:8080/apex and the web
interface starts but now we get

Not found
The requested URL /apex/apex was not found on this server

Note the /apex/apex (which I did not type in).

When I run lsnrctl info I can see the web based service is listening:

(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))

and a netstat -a also shows something is listening on port 8080.

When I tap the url into a browser and watch the listener.log file I
see:

14-NOV-2006 11:52:50 * http *
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.39)(PORT=51594)) * handoff *
http * 0

Any ideas what is wrong?

Martin

From: Frank van Bortel on
Martin schreef:
> We are running Oracle XE on Linux for prototyping a project and have
> been using the rather useful web based apex utility for minor
> administration and reporting jobs. It now seems to be broken and I
> cannot work out why.
>
> Usually we tap in the url http://machine.domain:8080/apex and the web
> interface starts but now we get
>
> Not found
> The requested URL /apex/apex was not found on this server
>
> Note the /apex/apex (which I did not type in).
>
> When I run lsnrctl info I can see the web based service is listening:
>
> (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
>
> and a netstat -a also shows something is listening on port 8080.
>
> When I tap the url into a browser and watch the listener.log file I
> see:
>
> 14-NOV-2006 11:52:50 * http *
> (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.39)(PORT=51594)) * handoff *
> http * 0
>
> Any ideas what is wrong?
>
> Martin
>
Change in firewall configuration?

--
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
From: Renzo Zagni on
Is the database up ?

Frank van Bortel wrote:
> Martin schreef:
> > We are running Oracle XE on Linux for prototyping a project and have
> > been using the rather useful web based apex utility for minor
> > administration and reporting jobs. It now seems to be broken and I
> > cannot work out why.
> >
> > Usually we tap in the url http://machine.domain:8080/apex and the web
> > interface starts but now we get
> >
> > Not found
> > The requested URL /apex/apex was not found on this server
> >
> > Note the /apex/apex (which I did not type in).
> >
> > When I run lsnrctl info I can see the web based service is listening:
> >
> > (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
> >
> > and a netstat -a also shows something is listening on port 8080.
> >
> > When I tap the url into a browser and watch the listener.log file I
> > see:
> >
> > 14-NOV-2006 11:52:50 * http *
> > (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.39)(PORT=51594)) * handoff *
> > http * 0
> >
> > Any ideas what is wrong?
> >
> > Martin
> >
> Change in firewall configuration?
>
> --
> Regards,
> Frank van Bortel
>
> Top-posting is one way to shut me up...

From: Martin on

Frank van Bortel wrote:

> Martin schreef:
> > We are running Oracle XE on Linux for prototyping a project and have
> > been using the rather useful web based apex utility for minor
> > administration and reporting jobs. It now seems to be broken and I
> > cannot work out why.
> >
> > Usually we tap in the url http://machine.domain:8080/apex and the web
> > interface starts but now we get
> >
> > Not found
> > The requested URL /apex/apex was not found on this server
> >
> > Note the /apex/apex (which I did not type in).
> >
> > When I run lsnrctl info I can see the web based service is listening:
> >
> > (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
> >
> > and a netstat -a also shows something is listening on port 8080.
> >
> > When I tap the url into a browser and watch the listener.log file I
> > see:
> >
> > 14-NOV-2006 11:52:50 * http *
> > (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.39)(PORT=51594)) * handoff *
> > http * 0
> >
> > Any ideas what is wrong?
> >
> > Martin
> >
> Change in firewall configuration?

Could you be slightly more specific? To my knowledge we are not running
a firewall.

Martin

From: Martin on

Renzo Zagni wrote:

> Is the database up ?
>
> Frank van Bortel wrote:
> > Martin schreef:
> > > We are running Oracle XE on Linux for prototyping a project and have
> > > been using the rather useful web based apex utility for minor
> > > administration and reporting jobs. It now seems to be broken and I
> > > cannot work out why.
> > >
> > > Usually we tap in the url http://machine.domain:8080/apex and the web
> > > interface starts but now we get
> > >
> > > Not found
> > > The requested URL /apex/apex was not found on this server
> > >
> > > Note the /apex/apex (which I did not type in).
> > >
> > > When I run lsnrctl info I can see the web based service is listening:
> > >
> > > (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=machine.domain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
> > >
> > > and a netstat -a also shows something is listening on port 8080.
> > >
> > > When I tap the url into a browser and watch the listener.log file I
> > > see:
> > >
> > > 14-NOV-2006 11:52:50 * http *
> > > (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.39)(PORT=51594)) * handoff *
> > > http * 0
> > >
> > > Any ideas what is wrong?
> > >
> > > Martin
> > >
> > Change in firewall configuration?
> >
> > --
> > Regards,
> > Frank van Bortel
> >
> > Top-posting is one way to shut me up...

The database is running fine - no problems there. Just this problem
with apex.

Martin