List Info

Thread: openSuSe 10.2, DevSuite 10.1: Developping OK, Starting Form: FRM-10142




openSuSe 10.2, DevSuite 10.1: Developping OK, Starting Form: FRM-10142
user name
2007-05-07 15:32:49
I am not coming over the point to start a form:


My preferences are:

Application Server: http://haribo:888
9/forms/frmservlet
- but application server is not installed !
- there is only DeveloperSuite10.1.2.0.2,
FormsDeveloper6iR2
  and DB10.2.0.1.0 installed

Web Bowser: /usr/bin/firefox

Please help me, Thanks Harald




-- 
To unsubscribe, email: suse-oracle-unsubscribesuse.com
For additional commands, email: suse-oracle-helpsuse.com
Please see http://www.suse.com/oracl
e/ before posting


Re: openSuSe 10.2, DevSuite 10.1: Developping OK, Starting Form: FRM-10142
user name
2007-05-07 16:04:27
>From docs:
"
To start the OC4J HTTP Listener on UNIX platforms: Enter
%oracle_home%/j2ee/DevSuite/startinst.sh in a shell.
"


2007/5/7, Harald ARNOLD <listenarnold.at>:
>
> I am not coming over the point to start a form:
>
>
> My preferences are:
>
> Application Server: http://haribo:888
9/forms/frmservlet
> - but application server is not installed !
> - there is only DeveloperSuite10.1.2.0.2,
FormsDeveloper6iR2
>   and DB10.2.0.1.0 installed
>
> Web Bowser: /usr/bin/firefox
>
> Please help me, Thanks Harald
>
>
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribesuse.com
> For additional commands, email: suse-oracle-helpsuse.com
> Please see http://www.suse.com/oracl
e/ before posting
>
>
Re: openSuSe 10.2, DevSuite 10.1: Developping OK, Starting Form: FRM-10142
user name
2007-05-07 16:15:50
Am Montag, den 07.05.2007, 17:03 -0400 schrieb Gilberto C.
Andrade:
> >From docs:
> "
> To start the OC4J HTTP Listener on UNIX platforms:
Enter %oracle_home
> %/j2ee/DevSuite/startinst.sh in a shell.
> "

Yes sure ! But I receive error in 
~/product/10.1.2/Dev/j2ee/DevSuite/log/stderr.log:

07/05/07 23:10:33 Error instantiating application at
file:/home/oracle/product/10.1.2/Dev/forms/j2ee/formsapp.ear
: 
Error initializing logger for
application.log:
/home/oracle/product/10.1.2/Dev/j2ee/DevSuite 
/application-deployments/forms/application.log (Permission
denied)
07/05/07 23:10:33 Error starting ORMI-Server.  Unable to
bind socket:
Address already in use

I think that a port is not correctly configured. It is only
one
machine running DB and DevSuite !

telnet localhost 8889
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused

The same at port 8888.

Thanks Harald




-- 
To unsubscribe, email: suse-oracle-unsubscribesuse.com
For additional commands, email: suse-oracle-helpsuse.com
Please see http://www.suse.com/oracl
e/ before posting


Re: openSuSe 10.2, DevSuite 10.1: Developping OK, Starting Form: FRM-10142
user name
2007-05-08 12:08:41
2007/5/7, Harald ARNOLD <listenarnold.at>:
>
> Am Montag, den 07.05.2007, 17:03 -0400 schrieb Gilberto
C. Andrade:
> > >From docs:
> > "
> > To start the OC4J HTTP Listener on UNIX platforms:
Enter %oracle_home
> > %/j2ee/DevSuite/startinst.sh in a shell.
> > "
>
> Yes sure ! But I receive error in
> ~/product/10.1.2/Dev/j2ee/DevSuite/log/stderr.log:
>
> 07/05/07 23:10:33 Error instantiating application at
>
file:/home/oracle/product/10.1.2/Dev/forms/j2ee/formsapp.ear
:
> Error initializing logger for
> application.log:
/home/oracle/product/10.1.2/Dev/j2ee/DevSuite 
> /application-deployments/forms/application.log
(Permission denied)


Interesting, I know that has nothing to do with port issue,
but why are you
having permission denied here?

07/05/07 23:10:33 Error starting ORMI-Server.  Unable to
bind socket:
> Address already in use


check who is  using that port! For example netstat -na:

gilbertoti-des05:~> sh
/opt/oracle/oracleDevSuite/j2ee/DevSuite/startinst.sh
OC4J Instance for Oracle Developer Suite 10g Started. 
Standard Output
redirected to
/opt/oracle/oracleDevSuite/j2ee/DevSuite/log/stdout.log.
Error output (stderr) redirected to
/opt/oracle/oracleDevSuite/j2ee/DevSuite/log/stderr.log.
gilbertoti-des05:~>


gilbertoti-des05:~> netstat -na|grep 88
tcp        0      0 0.0.0.0:8889            0.0.0.0            
  LISTEN
unix  2      [ ACC ]     STREAM     LISTENING     9688  
private/error
unix  2      [ ACC ]     STREAM     LISTENING     118886
/tmp/orbit-gilberto/linc-5af9-0-488a0c2567dce
unix  3      [ ]         STREAM     CONNECTED     118904
/tmp/orbit-gilberto/linc-5af9-0-488a0c2567dce
unix  2      [ ]         DGRAM                    118882
unix  3      [ ]         STREAM     CONNECTED     118872
/var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     118871
unix  3      [ ]         STREAM     CONNECTED     118856
/tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     118855
unix  3      [ ]         STREAM     CONNECTED     118820
/tmp/.ICE-unix/23220
unix  3      [ ]         STREAM     CONNECTED     118819
unix  3      [ ]         STREAM     CONNECTED     118805
/var/run/dbus/system_bus_socket
unix  3      [ ]         STREAM     CONNECTED     118804
unix  3      [ ]         STREAM     CONNECTED     118588
unix  3      [ ]         STREAM     CONNECTED     85388


I think that a port is not correctly configured. It is only
one
> machine running DB and DevSuite !
>
> telnet localhost 8889
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection
refused
>
> The same at port 8888.
>
> Thanks Harald
>
>
>
>
> --
> To unsubscribe, email: suse-oracle-unsubscribesuse.com
> For additional commands, email: suse-oracle-helpsuse.com
> Please see http://www.suse.com/oracl
e/ before posting
>
>
Re: openSuSe 10.2, DevSuite 10.1: Developping OK, Starting Form: FRM-10142
user name
2007-05-22 05:21:54
Am Dienstag, den 08.05.2007, 13:08 -0400 schrieb Gilberto C.
Andrade:
> 2007/5/7, Harald ARNOLD <listenarnold.at>:
> >
> > Am Montag, den 07.05.2007, 17:03 -0400 schrieb
Gilberto C. Andrade:
> > > >From docs:
> > > "
> > > To start the OC4J HTTP Listener on UNIX
platforms: Enter %oracle_home
> > > %/j2ee/DevSuite/startinst.sh in a shell.
> > > "

[...]

> 
> gilbertoti-des05:~> sh
> /opt/oracle/oracleDevSuite/j2ee/DevSuite/startinst.sh
> OC4J Instance for Oracle Developer Suite 10g Started. 
Standard Output
> redirected to
/opt/oracle/oracleDevSuite/j2ee/DevSuite/log/stdout.log.
> Error output (stderr) redirected to
>
/opt/oracle/oracleDevSuite/j2ee/DevSuite/log/stderr.log.
> gilbertoti-des05:~>

It was a permission problem at DevSuite in subdirs of j2ee.
Owner was root.root but it should be
oracle.<oracle-group>.

Thanks


-- 
To unsubscribe, email: suse-oracle-unsubscribesuse.com
For additional commands, email: suse-oracle-helpsuse.com
Please see http://www.suse.com/oracl
e/ before posting


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )