SJS Application Server 7 2004Q2: form-hint-field bug ?

Since we upgraded, the container doesn't interpret our utf-8 POSTs correctly.
our sun.web contains <locale-charset-info default-locale="en_US">
    <locale-charset-map locale="fr" charset="utf-8" />
    <parameter-encoding form-hint-field="www-request-parameter-encoding" />
</locale-charset-info>our jsps, <input type="hidden" name="www-request-parameter-encoding" value="utf-8">Is this a known bug ? Is there a workaround ?
Thanks
Fr�d�ric

Thank you for bringing this to our attention. Our support team is now working on getting this fixed. Thanks.
Best regards,
--OTN Team                                                                                                                                                                                                                                                                                   

Similar Messages

  • Oracle Application Server 10g Forms and Reports Services

    Hi there,
    I want to install Oracle Application Server 10g Forms and Reports Services. What must I download? The installation guide says that "Oracle Application Server 10g (9.0.4) Forms and Reports Services allows you to install and configure Forms and Reports Services without the need to install and configure all of Oracle Application Server 10g (9.0.4)" but it does not clearly state what exactly to download.
    Oracle Application Server 10g Release 2 (10.1.2.0.2)
    [http://www.oracle.com/technology/software/products/ias/htdocs/101202.html]
    or
    Oracle Developer Suite 10g (10.1.2.0.2)
    [http://www.oracle.com/technology/software/products/ids/htdocs/101202winsoft.html]
    Faoilean.

    You might find better assistance in the APplication Server forum - Oracle Application Server - General

  • Change of Mail Domain in SJS Messaging Server 2004Q2

    Hi,
    I've installed the SJS Messaging Server 2004Q2 with LDAP Schema 2 and a domain name abc.com. How can I change the domain name to xyz.net without any user migration and mail migration. Should I use thing like domain alias to other to achieve this task.
    Clive

    What I really want to do is that users are previously using abc.com as mail address and webmail and then switch to xyz.net in both mail address and webmail but still can receive mail using abc.com. Moreover I don't want to change the DIT and add a new organization in my ldap server
    Adding domain alias, I think I should use associatedDomain attribute. But, what is the meaning of change every reference to abc.com in ldap to xyz.net. Is it means changing the value of attributes in every mail user entry?

  • Persistence API on SJS Application Server

    Hello.
    how can i use toplink essentials classes on SJS Application Server Platfor Edition 9? Or, how can i control over client transactions?
    Is there any examples?
    Thanks.

    You can find more information in the Java EE 5 tutorial or in the Java Persistence API glassfish page :
    http://java.sun.com/javaee/5/docs/tutorial/doc/
    https://glassfish.dev.java.net/javaee5/persistence/
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Open a pdf file located on Application Server from forms 10g

    Dear all,
    I want to open a pdf file which is stored in a folder on Application Server.
    I have the following codes but could not be able to open the file.
    1. host('rundll32 url.dll,FileProtocolHandler C:\REP012.pdf');
    in this code I mentioned the path on local machine which is okey.
    but the question is that how to open the file which is located in a folder on application server?
    the following code don't show and file or error:
    host('rundll32 url.dll,FileProtocolHandler /EMS/MANUALS/ACC001.PDF');
    This is the file on Application Server not on local machine.
    2. web.show_document('//EMS/MANUALS/ACC001.PDF/','_blank');
    This give HTTP 404 NOT FOUND error
    I think the problem is in path, how to mention the path of my Application Server file?
    Regards:
    Muhammad Nadeem

    Hi,
    Did you find a solution to this?
    We are running into the same problem where we need to open a file present on the application server (path /opt/webapps/applications/ISL/)
    When we try this from the local machine it works (path D:/forms) however it does not work while trying to open it from the application server.
    Regards,
    Pooja

  • How to upload file on Application Server with Forms 6i?

    Please, I need to upload .csv file from local to Application Server, I think to use .jsp application, but I don't know where I had to put it...Apache can't read .jsp file without Tomcat? If I launch my .jsp file from Apache/htdocs directory can't view .jsp code (Method Not Allowed)...method is POST...any idea? Thanks in advance!

    Hi,
    You could write a java bean to get the file from the client and to upload to App Server. And, you simply use it in Forms 6i.
    Also, you could use d2kwutil (not tried though. you could search this forum and get an idea of that).
    Of course, For your information, You could use WebUtil (in Forms 10g / 10.1.2) which has the functionality.
    HTH.
    Regards,
    Arun

  • Open documents/files from Application Server in forms 6i

    Hello All,
    Our requirement is to open files that are in Application server( We do not want to upload them into database).
    Is there a way to open this files from forms 6i.
    I am wondering how the "View Output" or View log button works on the concurrent program submission form. Its the doing the same thing i.e pulling the file from Application server and showing up.
    Please let me know if anyone has any ideas on how to get this done.
    Thanks
    Sunil

    I assume you are using Forms 6i in web mode here. Then it is just a URL to the file if you properly map to a directory where you store the files:
    web.show_document('http://...../myfile.pdf');
    But it also looks like you are using Oracle Apps, so might want to ask it in the e-Business Suite.

  • Open Dialog Box in Application Server 9i,form 6i

    hello and hi all,
    any body help me ,how to make Open Dialog Box in form 6i and application server 9i , and database 9i
    regard
    mahr

    when i wrote code at form level trigger " LOAD_CALLBACK_TRIGGER "
    BEGIN
         IF fileuploader.getstatus=fileuploader.finished then
              processcustomerbatchdata(FileUploader.getSourceFile);
         elsif fileuploader.getstatus=fileuploader.failed then
              message('upload failed because :'||fileuploader.geterror);
         end if ;
    END ;
    its gave error  processcustomerbatchdata* must be declare*

  • Configuring IdM7.1 on SJS application server 8.2 using Mysql DataSource

    Hi all
    i tried to configure MysqlDatasource on Sun Application server EE 8.2.The operating system is Solaris10. i am able to successfully create the connection pool and JDBC datasource (jdbc/trialdb) but when i ran the command
    lh setRepo -v -tDatastore
    -icom.sun.enterprise.naming.SerialInitContextFactory -fjdbc/trialdb
    -uiiop://localhost:3306
    it gives me the following exceptions/errors
    Defaulting administrator to 'configurator'.
    Defaulting credentials to 'configurator'.
    Checking 'RelationalDataStore:jdbc/trialdb'...
    java.io.FileNotFoundException: /psegApp/opt/SUNWappserver/appserver/config/secur
    ity.properties (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
            at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42
            at com.sun.enterprise.iiop.POAEJBORB.<clinit>(POAEJBORB.java:78)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:242)
            at org.omg.CORBA.ORB.create_impl(ORB.java:295)
            at org.omg.CORBA.ORB.init(ORB.java:336)
            at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:138)
            at com.sun.enterprise.util.ORBManager.init(ORBManager.java:65)
            at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
    ontextFactory.java:31)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    54)
            at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
            at javax.naming.InitialContext.init(InitialContext.java:223)
            at javax.naming.InitialContext.<init>(InitialContext.java:197)
            at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:571)
            at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
    ore.java:3834)
            at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
    ava:3779)
            at com.waveset.install.RepoMan.check(RepoMan.java:1194)
            at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
            at com.waveset.install.RepoMan.main(RepoMan.java:1314)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
            at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
            at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.Command.main(Command.java:117)
    java.io.FileNotFoundException: /psegApp/opt/SUNWappserver/appserver/config/ejb.p
    roperties (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
            at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42
            at com.sun.enterprise.iiop.J2EEInitializer.<init>(J2EEInitializer.java:5
    4)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at com.sun.corba.ee.internal.Interceptors.PIORB.registerORBInitializers(
    PIORB.java:377)
            at com.sun.corba.ee.internal.Interceptors.PIORB.parseProperties(PIORB.ja
    va:347)
            at com.sun.corba.ee.internal.TxPOA.TxPIORB.parseProperties(TxPIORB.java:
    116)
            at com.sun.corba.ee.internal.corba.ORB.set_parameters(ORB.java:461)
            at com.sun.corba.ee.internal.POA.POAORB.set_parameters(POAORB.java:156)
            at com.sun.corba.ee.internal.Interceptors.PIORB.set_parameters(PIORB.jav
    a:336)
            at org.omg.CORBA.ORB.init(ORB.java:337)
            at com.sun.enterprise.util.ORBManager.createORB(ORBManager.java:138)
            at com.sun.enterprise.util.ORBManager.init(ORBManager.java:65)
            at com.sun.enterprise.naming.SerialInitContextFactory.<init>(SerialInitC
    ontextFactory.java:31)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
    onstructorAccessorImpl.java:27)
            at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
            at java.lang.Class.newInstance0(Class.java:350)
            at java.lang.Class.newInstance(Class.java:303)
            at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    54)
            at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247
            at javax.naming.InitialContext.init(InitialContext.java:223)
            at javax.naming.InitialContext.<init>(InitialContext.java:197)
            at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:571)
            at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
    ore.java:3834)
            at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
    ava:3779)
            at com.waveset.install.RepoMan.check(RepoMan.java:1194)
            at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
            at com.waveset.install.RepoMan.main(RepoMan.java:1314)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
            at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
            at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.Command.main(Command.java:117)
    Warning: unable to read transaction.interoperability config property
    java.io.FileNotFoundException: /psegApp/opt/SUNWappserver/appserver/config/secur
    ity.properties (No such file or directory)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:106)
            at com.sun.enterprise.util.Utility.getPropertiesFromFile(Utility.java:42
            at com.sun.enterprise.iiop.security.SecurityMechanismSelector.<clinit>(S
    ecurityMechanismSelector.java:102)
            at com.sun.enterprise.iiop.IIOPSSLSocketFactory.getEndPointInfo(IIOPSSLS
    ocketFactory.java:211)
            at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(Connecti
    onTable.java:73)
            at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(Connecti
    onTable.java:68)
            at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:7
    0)
            at com.sun.corba.ee.internal.corba.InitialNamingClient.locateObject(Init
    ialNamingClient.java:769)
            at com.sun.corba.ee.internal.corba.InitialNamingClient.getIORUsingHostIn
    fo(InitialNamingClient.java:597)
            at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveCorbaloc(I
    nitialNamingClient.java:573)
            at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingORBIn
    itRef(InitialNamingClient.java:544)
            at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialRefe
    rences(InitialNamingClient.java:1080)
            at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_r
    eferences(InitialNamingClient.java:981)
            at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2425)
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
    a:52)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:583)
            at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
    ore.java:3834)
            at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
    ava:3779)
            at com.waveset.install.RepoMan.check(RepoMan.java:1194)
            at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
            at com.waveset.install.RepoMan.main(RepoMan.java:1314)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
            at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
            at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.Command.main(Command.java:117)
    javax.naming.CommunicationException: Can't find SerialContextProvider
    Failed to load JDBC DataSource 'jdbc/trialdb':
    ==> javax.naming.CommunicationException: Can't find SerialContextProvider
    com.waveset.util.ConfigurationError: Failed to load JDBC DataSource 'jdbc/triald
    b':
    ==> javax.naming.CommunicationException: Can't find SerialContextProvider
            at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:610)
            at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
    ore.java:3834)
            at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
    ava:3779)
            at com.waveset.install.RepoMan.check(RepoMan.java:1194)
            at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
            at com.waveset.install.RepoMan.main(RepoMan.java:1314)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
            at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
            at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.Command.main(Command.java:117)
    Caused by: javax.naming.CommunicationException: Can't find SerialContextProvider
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
    a:63)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:583)
            ... 17 more
    Wrapped exception:
    javax.naming.CommunicationException: Can't find SerialContextProvider
            at com.sun.enterprise.naming.SerialContext.getProvider(SerialContext.jav
    a:63)
            at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:120
            at javax.naming.InitialContext.lookup(InitialContext.java:351)
            at com.waveset.util.JdbcUtil.getDataSourceObject(JdbcUtil.java:583)
            at com.waveset.repository.RelationalDataStore.setupJdbc(RelationalDataSt
    ore.java:3834)
            at com.waveset.repository.RelationalDataStore.init(RelationalDataStore.j
    ava:3779)
            at com.waveset.install.RepoMan.check(RepoMan.java:1194)
            at com.waveset.install.RepoMan.setRepo(RepoMan.java:1082)
            at com.waveset.install.RepoMan.main(RepoMan.java:1314)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.CommandProcess.invokeMain(CommandProcess.java:212)
            at com.waveset.util.CommandProcess.launch(CommandProcess.java:162)
            at com.waveset.util.CommandProcess.run(CommandProcess.java:300)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at com.waveset.util.Command.main(Command.java:117)There is no security.properties file under config directory. i checked with other installation, no such file have been created under this directory.
    Please help me where i am missing or some else step needs to be followed. i exactly followed the Sun installation manual.
    Thanks in advance.

    Hi Paz,
    Thanks for taking the time :)
    To answer your questions:
    1. Has this WebServices ever worked or is this the first time?
    The web service is working perfectly fine on my working station, the problem appears only when I deploy it on my actual server, which means that the web service is working.
    2. What Apache Axis Version are you using?
    1.4
    3. What JRE version are you using?
    Both my development pc and my server run jre 1.5.0_14
    4. In the actual server environment, can you confirm all information are exactly same as DEV environment...
    Oh yes! Absolutely.
    My recent assumption is that some windows service might be needed to run the web service client and obviously I have no clue which one it might be.
    Just to make sure; is the security policy of my Application Server set correctly?
         permission java.lang.RuntimePermission     "getClassLoader";
         permission java.lang.RuntimePermission "createClassLoader";
         permission java.lang.RuntimePermission "loadLibrary.*";
         permission java.lang.RuntimePermission "queuePrintJob";
         permission java.net.SocketPermission "*", "connect,accept,resolve";
         permission java.io.FilePermission "<<ALL FILES>>", "read,write,delete";
    // work-around for pointbase bug 4864405
    permission java.io.FilePermission "${com.sun.aas.instanceRoot}${/}lib${/}databases${/}-", "delete";
    permission java.io.FilePermission "${java.io.tmpdir}${/}-", "delete";
         permission java.util.PropertyPermission "*", "read,write";
         permission java.lang.RuntimePermission     "modifyThreadGroup";
    Again thanks for taking the time :)

  • Application Server of Forms?

    Not sure about where to post this thread, but eversince we've installed Oracle Application Server 10g on a Windows 2003 server (64-bit) along with using 4 JVMs for differend applications, we're getting unexpected errors on our forms developed with JDev 10.1.3.2 each of which would not have occured before using a single JVM on Application Server.
    For instance, in the middle of entrying data, when a command link(LOV) is clicked previous entered data will be diappeared and a kind of executeQuery() is performed! Also we're getting continuous Row Currency Jbo Exception which was solved using EnableToken=false.
    The thing is, we were not getting such malfunction when we developed and tested our applications in a single JVMed application server. I was wondering if we should switch back to our previous settings(single JVM on a Windows Server 2003 [32-bit]) which is not possible at the moment or we've got to face further unexpected issues!
    Thanks a bunch

    Thanks for the reply. I didn't find any patch for Jdev 10.1.3.2 regarding our issue. We've got confused and frustrated about the problem. Our application has shown wiered and defective behaviour on the new server.

  • Server Admin relay host field bug?

    I noticed something curious when attempting to specify a relay host via Server Admin 10.4.3 (157.5) application.
    If I specify xxx.com in "Relay outgoing mail through host" field, the value will appear as entered in MailServicesOther.plist. However, it will NOT appear in main.cf, there is only a line 'relay='.
    When I manually edited main.cf to add 'relay=xxx.com' then relaying started working...however, if I use Server Admin after that to edit the value, it reverts back to an empty value again. Rather annoying, really.
    Is this a known bug?

    Honestly, I've had trouble with ServerAdmin and Postfix's main.cf from the beginning of 10.3.x I've given up on using SA for anything to do with the mail. I've tried everything from having someone send me a default main.cf and reseting everything in SA.
    I can't get it back into sync, and since my backup MX server is running Postfix on FC3 I learned the CLI and got over the SA. I still use SA for looking at Account Quotas under the Maintenance tab, everything else is dorked anyway now.
    Xserve G4 1ghz   Mac OS X (10.4.3)   OSXS 10.4.3

  • Installation : Application Server 10g forms and reports services

    Can anyone tell me if the infrastructure database is required when doing the forms and reports services only install to get the Distributed Configuration Management functionallity to work. There is no indication in the installation documentation that this is a requirement, in fact it seems that it is not required at all. I am having to guide a service provider through an install remotely and have to give them alot of information before they will proceed.

    Hi Sandeep,
    Hope you will be fine.
    Actually I have installed Oracle DB10gR2+RHAS3 on one machine and Oracle AS10gR2 Forms and Reports Services+RHAS3 on another machine.
    1). I can manually start the database EM,isqlplus manaually after OS reboots using commands and they are working fine but donot know how to start all these automatically when the OS starts.
    2). I cannot start the IAS Forms and Reports Services neither manually nor automatic. even when my home directory was /BIN, i executed the command
    "emctl start iasconsole" it returns an error Like "BASH.........etc"
    meaing Linux does not recognize emctl while it is still existing in ORACLE_HOME/BIN directory.
    I want both (DB and AS) working fine automatically while OS starts.
    Looking Forward.
    Aamer Javaid

  • Live Upgrade broke my SJS Application Server

    I'm trying to live upgrade a server to the Solaris 10 10/08, from 11/06. During the live upgrade I got the following error:
    WARNING: <16> packages failed to install properly on boot environment <sol10_1008_stage1>.
    INFORMATION: </var/s on boot
    environment <sol10_1008_stage1> contains a list of packages that failed to
    upgrade or install properly. Review the file before you reboot the system
    to determine if any additional system maintenance is required.File contents:
    # cat /var/sadm/system/data/upgrade_failed_pkgadds
    SUNWiqfs
    SUNWiquc
    SUNWiqum
    SUNWjato
    SUNWiqjx
    SUNWiqr
    SUNWiqu
    SUNWascmn
    SUNWasac
    SUNWasu
    SUNWasdem
    SUNWasjdoc
    SUNWasman
    SUNWjatodoc
    SUNWjatodmo
    SUNWasutSo there are some AS packages in there. I wasn't sure if this was fatal or not (I was thinking, so what if they failed to upgrade? A Solaris upgrade wouldn't upgrade the AS packages anyway.) so I activated the new BE and restarted. Now when I try to start AS I get:
    [#|2009-05-02T18:12:32.759-0400|INFO|sun-appserver-ee8.1_02|javax.enterprise.sysccessfully|#]
    [#|2009-05-02T18:12:33.187-0400|INFO|sun-appserver-ee8.1_02|javax.enterprise.sys com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2009-05-02T18:12:33.402-0400|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.r]
    [#|2009-05-02T18:12:33.408-0400|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.sderLifecycle@778255 cannot be initialized! : com.sun.appserv.server.ServerLifecyImpl|#]
    [#|2009-05-02T18:12:33.410-0400|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.salization
    com.sun.appserv.server.ServerLifecycleException: com.sun.messaging.jmq.admin.jms
    at com.sun.enterprise.jms.JmsProviderLifecycle.onInitialization(JmsProvi
    at com.sun.enterprise.server.ApplicationServer.onInitialization(Applicat
    at com.sun.enterprise.server.PEMain.run(PEMain.java:295)
    at com.sun.enterprise.server.PEMain.main(PEMain.java:218)
    Caused by: java.lang.ClassNotFoundException: com.sun.messaging.jmq.admin.jmsspi.
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.sun.enterprise.jms.IASJmsUtil.getJMSAdminFactory(IASJmsUtil.java:
    at com.sun.enterprise.jms.JmsProviderLifecycle.onInitialization(JmsProvi
    ... 3 more
    |#]
    [#|2009-05-02T18:12:33.418-0400|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.s
    [#|2009-05-02T18:12:33.419-0400|INFO|sun-appserver-ee8.1_02|javax.enterprise.sys
    [#|2009-05-02T18:12:33.425-0400|SEVERE|sun-appserver-ee8.1_02|javax.enterprise.silure.|#]I'm going to flip back to the old BE, but I'd like to figure out why this has failed. It gives me cause for concern if I try to do an in place upgrade.
    Any input would be appreciated.
    Thanks,
    Mark

    Hi,
    when I try to start the
    server it hangs up saying Login failed. In the
    domain.xml the username and password given is admin
    / admin and I try logging in with that, but no
    successHave you tried using the default username and password: (username: admin, password: adminadmin)
    Cheers,
    D

  • Picking of Adobe forms from application server

    Hi Gurus
    We have SAP ECC 6.0. So far in our system we have text files and CSV excel files which comes from external system and lies in application sever and these are being picked up automatically by system and gets processed in SAP.
    1)The requirement is to "pick the adobe forms from application server and read some fields in the form and update the fields (required) in customer master data in SAP". How can we achieve this?
    Any kind of help is appreciated.
    Thanks
    Aleem

    Hi Aleem,
    I tried to work on a similar scenario couple of months back. But it was not successful. Will you please let me know if you get any solution???
    Thanks in advance
    Poornima

  • How to utilise forms installed in Oracle9i Application Server from client

    Dear Friends,
    I have installed Oracle 9i Application Server and Forms 5.0 Reports 3.0 in the application server. How to make use of application server so that forms installed in it available to end users, the client. What are the steps i need to do. Please explain.

    Forms 5 & Reports 3 in Developer 2.1 have been desupported for a number of years now. If you haven't already figured out how to get it working on the web, download the Forms & Reports Services Standalone version of the 10g Application Server. It has Forms & Reports properly configured after the instalaltion. Just look under the Demonstrations tab of the home page and click to run either Forms or Reports on the web. You can customize your setup afterwards for your application. Of course you'll need to upgrade your application.
    You can find this download at:
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    under "Forms & Reports Services Standalone"
    It is a 1 CD download.
    Cordially,
    Steve

Maybe you are looking for

  • Asset Value date in KO88 Settlement type=FUL

    We do KO88 for Settlement type=PER and the posting date and value date are the end of the month. But if we do Settlement type=FUL the posting date is end of the month and Asset value date is not (for the example we made it is 15/MM ) This is wrong an

  • Data Insert Problem

    Connection conn = null; try String[] deger = new String[50]; cumle = conn.createStatement(); cumle.excuteUpdate("INSERT INTO kelimeler(kelime,sayi) VALUES('"+deger[0]+"',1)"); }Hello, I'm trying to insert values to database(MySQL) but compiler gives

  • Modify the query in some other way

    sorry worng post Edited by: most wanted!!!! on Oct 11, 2011 6:16 AM

  • Dual wan

    hello I struggle with material isa 550 has to transit a vlan (vlan100) on a highway exit (wan1) and another vlan (200) to the other wan (wan2). I do not understand what equipment he or there's something that escapes me. I wan 2 release and I would li

  • Fatal Install Error Help

    Hi Guys, I recently bought a new laptop over New Year and I have previously downloaded and installed Adobe Photoshop Extended Edition, Fireworks and Premiere Pro CS4 and installed them onto my new computer's hard drive. Photoshop and Fireworks both p