473,387 Members | 1,611 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Not able to open test.fmx in oracle application server 10gR2

when i type the below in my RHEL AS 4's Firefox 1.5
http://appsworld.ncc.com:7777/forms/...&form=test.fmx

iam getting the below error...

The requested URL /forms/frmservlet was not found on this server.

formsweb.cfg contents......
Expand|Select|Wrap|Line Numbers
  1. [default]
  2. baseHTML=/u01/app/oracle/OraHome_1/forms/server/base.htm
  3. baseHTMLjinitiator=/u01/app/oracle/OraHome_1/forms/server/basejini.htm
  4. baseHTMLjpi=/u01/app/oracle/OraHome_1/forms/server/basejpi.htm
  5. HTMLdelimiter=%
  6. workingDirectory=/u01/app/oracle/OraHome_1/forms/
  7. envFile=/u01/app/oracle/OraHome_1/forms/server/default.env
  8. escapeparams=true
  9. form=/u01/app/oracle/OraHome_1/forms/test.fmx
  10. userid=
  11. debug=no
  12. host=appsworld.ncc.com
  13. port=7777
  14. otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array%
  15. obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record%
  16. tracegroup=%tracegroup% log=%log% term=%term%
  17. buffer=no
  18. debug_messages=no
  19. array=no
  20. obr=no
  21. query_only=no
  22. quiet=yes
  23. render=no
  24. record=
  25. tracegroup=
  26. log=
  27. term=
  28. pageTitle=Oracle Application Server Forms Services
  29. HTMLbodyAttrs=
  30. HTMLbeforeForm=
  31. HTMLafterForm=
  32. serverURL=/u01/app/oracle/OraHome_1/forms/lservlet
  33. codebase=/u01/app/oracle/OraHome_1/forms/java
  34. imageBase=DocumentBase
  35. width=750
  36. height=600
  37. separateFrame=false
  38. splashScreen=no
  39. background=
  40. lookAndFeel=Oracle
  41. colorScheme=teal
  42. logo=
  43. restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,
  44. log,allow_debug,allowNewConnections
  45. formsMessageListener=
  46. recordFileName=
  47. serverApp=default
  48. archive_jini=/u01/app/oracle/OraHome_1/forms/java/frmall_jinit.jar
  49. archive=/u01/app/oracle/OraHome_1/forms/java/frmall.jar
  50. networkRetries=0
  51. jinit_download_page=/forms/jinitiator/us/jinit_download.htm
  52. jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
  53. jinit_exename=jinit.exe#Version=1,3,1,22
  54. jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
  55. jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
  56. jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
  57. jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
  58. jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
  59. em_mode=1
  60. oid_formsid=formsApp_appsworld.ncc.com_88C931B057EF11DDBFFEAB302841179D
  61. oracle_home=/u01/app/oracle/OraHome_1
  62. formsid_group_dn=cn=Logical Application Group, orclApplicationCommonName=formsApp_appsworld.ncc.com_88C931B057EF11DDBFFEAB302841179D,
  63. cn=forms, cn=Products, cn=OracleContext
  64. ssoDynamicResourceCreate=true
  65. ssoErrorUrl=
  66. ssoCancelUrl=
  67. ssoMode=false
  68. allow_debug=true
  69. allowNewConnections=true
  70. EndUserMonitoringEnabled=
  71. EndUserMonitoringURL=
  72. [sepwin]
  73. separateFrame=True
  74. lookandfeel=Generic
  75. [jpi]
  76. baseHTMLJInitiator=basejpi.htm
  77. [debug]
  78. serverURL=/u01/app/oracle/OraHome_1/forms/lservlet/debug
  79. [webutil]
  80. WebUtilArchive=frmwebutil.jar,jacob.jar
  81. WebUtilLogging=off
  82. WebUtilLoggingDetail=normal
  83. WebUtilErrorMode=Alert
  84. WebUtilDispatchMonitorInterval=5
  85. WebUtilTrustInternal=true
  86. WebUtilMaxTransferSize=16384
  87. baseHTMLjinitiator=webutiljini.htm
  88. baseHTMLjpi=webutiljpi.htm
  89. archive_jini=frmall_jinit.jar
  90. archive=frmall.jar
  91. lookAndFeel=oracle
  92. [NMS]
  93. nmsapplication=test.fmx
and default.env is....

Expand|Select|Wrap|Line Numbers
  1.  ORACLE_HOME=/u01/app/oracle/OraHome_1
  2.  
  3. FORMS_PATH=/u01/app/oracle/OraHome_1/forms
  4.  
  5. WEBUTIL_CONFIG=/u01/app/oracle/OraHome_1/forms/server/webutil.cfg
  6.  
  7. FORMS_RESTRICT_ENTER_QUERY=TRUE
  8.  
  9. CLASSPATH=/u01/app/oracle/OraHome_1/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:
  10. /u01/app/oracle/OraHome_1/jlib/repository.jar:/u01/app/oracle/OraHome_1/jlib/ldapjclnt10.jar:
  11. /u01/app/oracle/OraHome_1/jlib/debugger.jar:/u01/app/oracle/OraHome_1/jlib/ewt3.jar:
  12. /u01/app/oracle/OraHome_1/jlib/share.jar:/u01/app/oracle/OraHome_1/jlib/utj.jar:
  13. /u01/app/oracle/OraHome_1/jlib/zrclient.jar:/u01/app/oracle/OraHome_1/reports/jlib/rwrun.jar:/u01/app/oracle/OraHome_1/forms/java/frmwebutil.jar
  14.  
  15. PATH=/u01/app/oracle/OraHome_1/bin
  16.  
  17. FORMS=/u01/app/oracle/OraHome_1/forms/
  18.  
  19. LD_LIBRARY_PATH=/u01/app/oracle/OraHome_1/lib:
  20. /u01/app/oracle/OraHome_1/jdk/jre/lib/i386:/u01/app/oracle/OraHome_1/jdk/jre/lib/i386/server:
  21. /u01/app/oracle/OraHome_1/jdk/jre/lib/i386/native_threads:/tmp/OraInstall2008-07-22_03-52-42PM/jre/1.4.2/lib/i386/client:
  22. /tmp/OraInstall2008-07-22_03-52-42PM/jre/1.4.2/lib/i386:/tmp/OraInstall2008-07-22_03-52-42PM/jre/1.4.2/../lib/i386:/usr/lib
  23.  
what to do? where iam making mistake?

thanks
Jul 31 '08 #1
0 4566

Sign in to post your reply or Sign up for a free account.

Similar topics

38
by: Mike | last post by:
No flame wars, please! We're planning a move from a non-relational system to a relational system. Our choices have been narrowed to Oracle and DB2. Since we're moving from non-relational to...
1
by: Kevin Vogt | last post by:
When initially loaded, my web application (below) takes ~120000 milliseconds to open its connection. But repeated executions take 0 milliseconds each. But when I wait for approx. 5 minutes and try...
2
by: lokee | last post by:
hello all.... i have one query.... can somebody please tell me advantages and disadvantages of making connection to sql server open at the start of application and closing it at the end of...
28
by: prunoki | last post by:
Hello, I am an SQL server newbie. Our company has a massive application written in PL/SQL. I need to port parts of it to SQL Server. - Which SQL server version should I choose, to have a...
1
by: Sam | last post by:
I have an application that sits in the traybar that calls a msde sp3a database to verify that the connection to the sql server instance exists. If the sql server is up obviously the application...
5
by: OFM | last post by:
I am running an oracle database with the application written in PHP. I would like to be able to have the option to encrypt data residing in certain columns in certain tables i.e. encrypt the SSNO...
1
by: klabu | last post by:
Requirement: Some data (basically a SELECT) FROM SQLServer(2K) to Oracle/Lnux on a CONTINUAL basis. Does NOT need to be Real-Time...can be like (Oracle's) Materialized View, i.e....
0
by: uddhav | last post by:
I have an application using Oracle 10gR2 on linux. The requirement involves - 1. Reading large data files(upto 1 GB) and loading them into Oracle tables 2. Extracting large data(possibly millions...
1
by: =?Utf-8?B?U3VzYW4=?= | last post by:
Our application is written in C# with Visual Studio 2005 using Oracle Data Access Component (ODAC) 10.2.0.2.21 and Oracle Client 10.2.0.1.0 for connection to the Oracle database. Specifically, the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.