|
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 |

|
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-unsubscribe suse.com
For additional commands, email: suse-oracle-help suse.com
Please see http://www.suse.com/oracl
e/ before posting
|
|
| Re: openSuSe 10.2, DevSuite 10.1:
Developping OK, Starting Form: FRM-10142 |

|
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 <listen arnold.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-unsubscribe suse.com
> For additional commands, email: suse-oracle-help suse.com
> Please see http://www.suse.com/oracl
e/ before posting
>
>
|
|
| Re: openSuSe 10.2, DevSuite 10.1:
Developping OK, Starting Form: FRM-10142 |

|
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-unsubscribe suse.com
For additional commands, email: suse-oracle-help suse.com
Please see http://www.suse.com/oracl
e/ before posting
|
|
| Re: openSuSe 10.2, DevSuite 10.1:
Developping OK, Starting Form: FRM-10142 |

|
2007-05-08 12:08:41 |
2007/5/7, Harald ARNOLD <listen arnold.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:
gilberto ti-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.
gilberto ti-des05:~>
gilberto ti-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-unsubscribe suse.com
> For additional commands, email: suse-oracle-help suse.com
> Please see http://www.suse.com/oracl
e/ before posting
>
>
|
|
| Re: openSuSe 10.2, DevSuite 10.1:
Developping OK, Starting Form: FRM-10142 |

|
2007-05-22 05:21:54 |
Am Dienstag, den 08.05.2007, 13:08 -0400 schrieb Gilberto C.
Andrade:
> 2007/5/7, Harald ARNOLD <listen arnold.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.
> > > "
[...]
>
> gilberto ti-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.
> gilberto ti-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-unsubscribe suse.com
For additional commands, email: suse-oracle-help suse.com
Please see http://www.suse.com/oracl
e/ before posting
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|