Applets from a local http server don't load

I am using Java7 SDK to compile my Java Applet Code. Same code was perfectly working with Java1.6 JDK and JRE1.6 update 37.
But it stops working when I compile my code with Java7 SDK and on JRE 1.7 update 9.
After spending lot of time I found a bug posted in Oracle site @ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7184280 which states :
With JRE 1.7, in a local network the communication is in IPv6 and there is a problem in the java code of the JRE which makes that in
this case the applets don't load.
For a workaround we need to add the parameter "-Djava.net.preferIPv4Stack=true" in HTML applet tag.
+<Applet+
style = "position:absolute;border:0px;left:184;top:95;height:180;width:364;"
code = "jtreeviewapplet.JTreeViewAppletMain.class"
name = "TreeView"
id = "TreeView"
hspace = "0"
vspace = "0"
align = "top"
archive = "/Project/HTML/ABC/XYZ.jar,/Project/HTML/ABC/ABC.jar"
MAYSCRIPT>
*+<PARAM NAME="java_arguments" VALUE="-Djava.net.preferIPv4Stack=true">+*
+<PARAM NAME="onSelected" VALUE="onSelect_Handler">+
+<PARAM NAME="onFinishNormalize" VALUE="onFinishNormalize_Handler">+
+</Applet>+
Now after putting this paramete it works.
But the problem here is that we are forcing our client to use IPV4 and we have to do all such changes in all the html file wherever it is applicable.
There are almost 1245 html files , in which we are using applet tag and we have to put this parameter <PARAM NAME="java_arguments" VALUE="-Djava.net.preferIPv4Stack=true"> everywhere in the html.
My questions are:
1) Is this really a java bug?
2) Do we need at all this parameter(-Djava.net.preferIPv4Stack=true) to run our applet.
3) what is the solution to get rid from this problem? I think all this stuff should be handled from java side. Becuase with Java 6 everythings are running.
Could anybody suggest what to do, it would be a great help.

975931 wrote:
If this is not a bug, why after putting this one line +(<PARAM NAME="java_arguments" VALUE="-Djava.net.preferIPv4Stack=true">)+ of code within APPLET tag everything works fine. Why this parameter is being exposed by Java?
If there would have been ever a problem with network issues with the host machine then thing should not work as well with JRE 1.6 and all its updates. This is happening only with JRE 1.7 and its update.
Right, there is no evidence but why it is not working is my question? What should I go a check for? Is there some thing I really need to change in java code?That has nothing to do with applets specifically. Its a parameter which forces Java to prefer IPv4 where it normally prefers IPv6. If that isn't working properly its more a problem of your machine, not Java. Java 6 happened to prefer IPv4 which is why it worked, but Java 7 is of course prepared for the very near future; I would take the hint you're getting here and investigate what you need to do to make your network IPv6 ready.

Similar Messages

  • Send from file to http server and save http/xml response to another file

    Hallo,
    is there anybody who made running simple think. Read xml file, send it to http server using plain HTTP adapter and then wait for response which is to be saved as another file?
    ThanX a lot.
    Honza Vrzak

    Hello Honza,
    I've made running these two asynchronous scenario. Maybe that might help you?
    1.a) FileAdapter picks up XML and sends it to XI2.0
    1.b) XI uses PlainHTTP-Adapter to sends the message to Webserver
    1.c) HTTPRequestHandler (written in C#) receives the XML and writes it to HD.
    2.a) JavaScript sending an XML to PlainHTTP adapter of XI2.0.
    2.b) XI sends the message to FileAdapter
    2.c) FileAdapter writes the XML to HD
    What you need is an synchrounus scenario and I think I remember that the fileadapter is not able to work synchrounus. So I think you have to combine these two scenarious to one.
    Regards Björn

  • Ola Hallengren maintenance solution TSQL script not deleting old backup files from my local SQL server

    I have looked on Ola's site (https://ola.hallengren.com/frequently-asked-questions.html) and I did see this:
    DatabaseBackup is not deleting old backup files. What could the problem be?
    Verify that the SQL Server and SQL Server Agent service accounts have full control of the backup directory.
    If that directory is a network share, verify that the SQL Server and SQL Server Agent service accounts have full control of the network share.
    If you are using a proxy account, verify that the account is a member of the sysadmin server role and that it has full control of the backup directory and network share.
    Verify that the file is not locked in the file system; for example, a backup or antivirus software could be locking the file.
    DatabaseBackup has been designed not to delete transaction log backups that are newer than the most recent full or differential backup. This could explain why transaction log backups are not being deleted.
    I followed these instructions and then I right clicked the "sp_delete_backuphistory" job under "SQL Server Agent > Jobs" folder and clicked the "Start job at step ..." option. The job successfully ran, but my .bak backup
    files were still on located on my separate drive partition I use specifically for these backups. 
    The SQL Server and the SQL Server Agent are both using the same AD account. 
    Would any of you SQL gurus out there know how to resolve this?
    Thank you 

    The sp_delete_backuphistory job only deletes the historical info from the backup & restore tables in the msdb database. It does not do anything to the files on disk.
    https://msdn.microsoft.com/en-us/library/ms188328.aspx
    The code to actually purge the backup files from disk is inside the DatabaseBackup stored procedure. It is controlled by using the @CleanupTime parameter for that stored proc. Verify the value for that parameter is low enough to delete your files on disk. The
    value is in hours, and I believe the default is 48 hours. The SQL agent job name usually starts with "DatabaseBackup...".

  • Client Socket Problem: retrieving data from my Simple http Server...

    here's the main part of the "sending" of data from my server class:
    write(b.getBytes());
    outtStream.write(version.getBytes());
    outStream.write(replyCode.getBytes());
    here the server sends the data back to the client...i've tested this on a webbrowser and got a correct response...
    now in my client side, I'm having problems...
    1) I dont know how to retrieve the data from the outStreams above...
    2) Can anyone give me some help plz...or descriptive sample code
    here's the main part of the client sending its data first from the user input(client) and then sending the data...(ive created the socket)
    input = new BufferedReader(new InputStreamReader(System.in));
    output = new PrintWriter(socket.getOutputStream(),true);
    while((message = input.readLine()) != null)
    output.println(message);//sends the client's input to server?
    System.out.println(input.readLine());//retrieves server's response
    //then outputs it

    also i tried adding
    input = new BufferedReader(new InputStreamReader(socket.getInputStream()));
    after the System.in one and still no luck :[                                                                                                                                                                                                                                                                                               

  • HTTPS sites don't load, have to refresh 10 times to load

    Hello
    No https sites load on my computer.
    I really can't recall when this problem started, but it must have been a Firefox update, as I haven't updated my OS.
    For example, to login into hotmail, I have to submit the form 8 or 10 times; the same happens for all https sites: twitter, facebook, etc.
    I am guessing it is an SSL required library or mis-configuration, but I can't see which.
    My Firefox version is 10.0.2, OS Mandriva Linux 2008.1 and my SSL version is OpenSSL 0.9.8g
    Would you help me please?
    Thank you in advance.
    PS: hahaha for example, I had to submit this form 4 times :(

    Does this happen with Internet Explorer, or any other browser?
    You might want to import the other settings from that other browser, using the [[Importing bookmarks and other data from other browsers]]

  • Can't load all email accounts - HTTP server won't load and I can get a conn

    Unable to get a connection and to load the last of three accounts an HTTP its msn.com

    What model iPad do you have ? The iPad 2 onwards (inlcuding the Mini) have a built-in gyroscope, if you have a first gen iPad then it won't have gyroscope.

  • HTTP Server Configuration Assistant failled

    Hi ,
    i am trying to install OAS 10g R2 and i am getting this error in middle of installation.
    ================================================================================================================
    Output generated from configuration assistant "HTTP Server Configuration Assistant":
    Configuration assistant "HTTP Server Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Java Security Configuration Assistant":
    Oracle JAAS [Tue Dec 28 20:37:55 GMT+05:30 2010]: invoking command:D:\oracle\FRHome_3\dcm\bin\dcmctl.bat resyncInstance
    ... return status = 0 (success)
    Oracle JAAS [Tue Dec 28 20:38:01 GMT+05:30 2010] admin password in $ORACLE_HOME/j2ee/home/config/jazn-data.xml is changed successfully
    Oracle JAAS [Tue Dec 28 20:38:01 GMT+05:30 2010]: invoking command:D:\oracle\FRHome_3\dcm\bin\dcmctl.bat updateConfig
    ... return status = 0 (success)
    Oracle JAAS [Tue Dec 28 20:38:08 GMT+05:30 2010] $ORACLE_HOME/j2ee/home/config/jazn-data.xml is synchronized successfully to dcm repository.
    Please check the log file [D:\oracle\FRHome_3\cfgtoollogs\jaznca.log] for details.
    Configuration assistant "Java Security Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Parsing command line arguments:
    Parameter "orahome" = D:\oracle\FRHome_3
    Parameter "orahnam" = FRHome3
    Parameter "responsefile" = D:\oracle\FRHome_3\network\install\netca_asinstall.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    Default local naming configuration complete.
    Created net service name: EXTPROC_CONNECTION_DATA
    Profile configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant":
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 2):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 3):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 4):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 5):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 6):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 7):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    ================================================================================================================
    Output generated from configuration assistant "Web Cache Configuration Assistant" (attempt 8):
    2
    Failed in smi manipulation().
    A problem has occurred reading the initial configuration and storing it into repository
    Resolution:
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
    oracle.ias.sysmgmt.exception.InvalidConfigurationException: Base Exception:
    Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:
    . Check line 199 in file d:/oracle/frhome_3/apache/apache/conf/httpd.conf.ohsplugintmp:.
    Resolution:
    Please make sure that the value above is correct.
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.checkConfigFileValidity(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.StateTranslator.validateConfigDuringEvaluate(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.advanced.apache.PlugInImpl.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.localConfigValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.performLocalValidation(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler._updatePluginConfigData(Unknown Source)
         at oracle.ias.sysmgmt.repository.SyncUpHandler.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.syncUpFromLocalFiles(Unknown Source)
         at oracle.ias.sysmgmt.utility.editpropagator.PropagateLocalEdit.repositoryInit(Unknown Source)
         at oracle.ias.sysmgmt.persistence.utility.PMUtility.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initConfiguration(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:483)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Configuration assistant "Web Cache Configuration Assistant" failed
    With regards,
    Asokan S

    Is the software missing some .dll's? are you installing directly from dvd or from a software staging folder? Also start the installation from the server itself from the console rather than remote machine. And don't install the softawre over the network. Also refer to the following specific message that the log is pointing to.
    Please refer to the base exception for resolution, or call Oracle support.
    Base Exception:Cannot load d:/oracle/frhome_3/apache/apache/modules/apachemodulemimemagic.dll into server: (126) The specified module could not be found:

  • Weblogic certificate is not being authenticated in Oracle HTTP Server

    I am using Oracle HTTP Server with SSL and mod_proxy set up trying to pass a url through to the weblogic server. I start with my OHS url in the browser and the proxy is switches to the url to weblogic but I get the following error on the OHS side:
    [2011-12-22T18:40:09.4683-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-2077] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] nzos proxy handshake error, nzos_Handshake returned 29024(server social.us.oracle.com:443, client 10.139.164.191)
    [2011-12-22T18:40:09.4683-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-2171] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] NZ Library Error: Invalid X509 certificate chain [Hint: the client probably doesn't provide a valid client certificate]
    [2011-12-22T18:40:09.4685-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-9999] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] (20014)Internal error: proxy: pass request body failed to 10.139.164.191:7001 (denovm11-1.us.oracle.com)
    [2011-12-22T18:40:09.4685-07:00] [OHS] [INCIDENT_ERROR:32] [OHS-9999] [core.c] [host_id: denovm11-6] [host_addr: 10.139.164.196] [tid: 1155799360] [user: root] [ecid: 004hBXzInYHEOPb_THt1ic0007DM000002] [rid: 0] [VirtualHost: social.us.oracle.com:443] proxy: pass request body failed to 10.139.164.191:7001 (denovm11-1.us.oracle.com) from 10.139.164.196 ()
    And the following error on the weblogic side:
    ####<Dec 22, 2011 6:40:10 PM MST> <Warning> <Security> <denovm11-1> <AdminServer> <[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <8e6c6502a1af117a:4eeee51e:13466bb040d:-8000-000000000000a764> <1324604410502> <BEA-090482> <BAD_CERTIFICATE alert was received from denovm11-6.us.oracle.com - 10.139.164.196. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
    Here is my ssl.conf from OHS:
    # Oracle HTTP Server mod_ossl configuration file: ssl.conf #
    # OHS Listen Port
    Listen 443
    <IfModule ossl_module>
    ## SSL Global Context
    ## All SSL configuration in this context applies both to
    ## the main server and all SSL-enabled virtual hosts.
    # Some MIME-types for downloading Certificates and CRLs
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl
    # Pass Phrase Dialog:
    # Configure the pass phrase gathering process.
    # The filtering dialog program (`builtin' is a internal
    # terminal dialog) has to provide the pass phrase on stdout.
    SSLPassPhraseDialog builtin
    # Inter-Process Session Cache:
    # Configure the SSL Session Cache: First the mechanism
    # to use and second the expiring timeout (in seconds).
    SSLSessionCache "shmcb:${ORACLE_INSTANCE}/diagnostics/logs/${COMPONENT_TYPE}/${COMPONENT_NAME}/ssl_scache(512000)"
    SSLSessionCacheTimeout 300
    # Semaphore:
    # Configure the path to the mutual exclusion semaphore the
    # SSL engine uses internally for inter-process synchronization.
    <IfModule mpm_winnt_module>
    SSLMutex "none"
    </IfModule>
    <IfModule !mpm_winnt_module>
    SSLMutex pthread
    </IfModule>
    ## SSL Virtual Host Context
    <VirtualHost *:443>
    <IfModule ossl_module>
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # Client Authentication (Type):
    # Client certificate verification type and depth. Types are
    # none, optional and require.
    SSLVerifyClient none
    # SSL Cipher Suite:
    # List the ciphers that the client is permitted to negotiate.
    SSLCipherSuite SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_RSA_WITH_DES_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA
    # SSL Certificate Revocation List Check
    # Valid values are On and Off
    SSLCRLCheck Off
    #Path to the wallet
    SSLWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/default"
    <FilesMatch "\.(cgi|shtml|phtml|php)$">
    SSLOptions +StdEnvVars
    </FilesMatch>
    <Directory "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/cgi-bin">
    SSLOptions +StdEnvVars
    </Directory>
    BrowserMatch ".*MSIE.*" \
    nokeepalive ssl-unclean-shutdown \
    downgrade-1.0 force-response-1.0
    </IfModule>
    <IfModule proxy_module>
    ProxyRequests Off
    <Proxy *>
    Order deny,allow
    Allow from all
    </Proxy>
    # Path to the wallet
    SSLProxyWallet "${ORACLE_INSTANCE}/config/${COMPONENT_TYPE}/${COMPONENT_NAME}/keystores/default"
    SSLProxyEngine on
    SSLProxyVerify none
    # ottest : denovm11-1
    ProxyPass /test https://abc.us.oracle.com:7001/test
    ProxyPassReverse /test https://abc.us.oracle.com:7001/test
    </IfModule>
    </VirtualHost>
    </IfModule>
    On the OHS side I have all the certificates needed so SSL is working properly. The weblogic environment is currently working fine with other webgates, but those are apache and we are trying to switch to OHS.
    Can OHS use mod_proxy to connect to weblogic or do I need to use mod_wl_ohs?
    Does anyone see anything wrong in my ssl.conf file in regards to the proxy section.
    Thanks in advance.

    In summary:
    You need to create a new wallet with CSR (certificate signing req)
    Send this to your certificate authority and get the signed server certificate.
    Now import the signed server cert and the trusted root cert in to the wallet that you created newly.
    Modify ssl.conf to point to the new wallet location.
    To create wallet refer to : http://docs.oracle.com/cd/E25054_01/core.1111/e10105/wallets.htm#CHDGIJDC
    Further reference: http://docs.oracle.com/cd/E25054_01/core.1111/e10105/sslconfig.htm#CBDGIJDF
    Dont mind if this doc is 500 pages ;)

  • Http Server with Oc4j

    Hi,
    I have installed oracle soa in one host and Http server in another host.(in windows 2003 server).
    I need to deploy the war files using Http server .
    I need to know, how to configure Http server with Oc4j.
    Regards,
    Latha

    BEST SOLUTION:
    Use Apache HTTPD that comes with the SOA Suite distribution. This includes a mod_oc4j which calls the OC4J installation.
    More information can be taken from the "Oracle® HTTP Server Administering a Standalone Deployment Based on Apache" guides.
    Here is one link http://download.oracle.com/docs/cd/B31017_01/web.1013/b28949/load.htm#sthref637
    MINIMAL SOLUTION:
    Implement a page redirect in your HTTP configuration.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Load balancing http server

    Hi There,
    I want to implement a load balancer (linux virtual server) into our htmldb configuration. We currently run the http server on the same machine running oracle/htmldb. I want to split this out and use 2 seperate machines running http server behind the load balancer, both these http servers will be pointing to the same oracle database.
    The load balancer will not be using persistent sessions, therefore client requests will be sent evenly to each http server. My main question is, will I have problems with user sessions, or (as I imagine) is all the session information written to the database ?
    Thanks in advance.
    Tom

    Bill,
    There are a few things you need to consider
    1: Availability of http server. ie how many are you going to have. How are you going to access them. Load balancer, DNS round robin. These should be on different servers to the database.
    2: How are the http servers going to connect. For RAC you'll need to specify TNS connections. I'd also recommend that you look at using application partitioning using services in the RAC cluster. That way you can have Apex using a subset of nodes in the cluster .
    3: If you are going down the RAC path then I'd assume availability is a priority. You''ll need to think of standby configuration. Again this is possible with TNS configuration.
    You can do it all with Apex. RAC and Standby but it will take planning and testing.

  • I get the following error message whenever I try to access email from Dice JobAlert. I don't receive the error for any other email I receive and I also don't get the error message when I access the email using Internet Explorer.

    This is the error message I received: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: http://sz0150.wc.mail.comcast.net/zimbra/js/Startup1_2_all.js.zgz?v=110527090709:822

    Their browser detection script is out of date. The warning seems to come from this file: http://virus.info/api/load/file/js , specifically, the badBrowser() function.
    It's checking for "Firefox/1", which it finds as part of "Firefox/10".
    Perhaps point them towards this blog post: http://hacks.mozilla.org/2012/01/firefox-goes-2-digit-time-to-check-your-ua-sniffing-scripts/

  • Task Server Problem and Load Balancing

    Hello
    I am trying to use ARD to adminstrate the 100 or so macs in my college.
    I have a few issues.
    I am running ARD as a task server on a mac mini setup as a server. To use ARD I remote onto the mac mini and use ARD from there.
    If I try and send an install package using the task server on the mac mini, the task will just hang, saying that the targetted computers are idle. If I use the ARD tool on our departments MBP and run it from the task sequence on the mac mini, it will work, but it's a stupid way of doing it as ARD pulls the install files down over the network to the MBP to send them back to the mac mini. Also ARD has started crashing everytime I attempt this now anyway.
    The reason I have been trying to run this from the task server rather than just from the ARD application is  because of the second problem. If I send a package or group of packages to a single mac, it will send it at full speed, pretty much saturating the speed of the connection the mac is connected to, in this case about 8MB/S. If I select multiple macs the speed tanks, usually less than 1MB/S, this means sending a 4GB package to 20 macs takes 3 days, obviously not ideal.
    Anyone else experienced similar problems and found a way around them?
    thanks

    Thanks for the reply
    I think you might have misunderstood my post slightly, I have a mac mini set up as the task server.
    If I run ARD from my MBP and tell it to run tasks from the task server, the tasks will run.
    If I go onto the mac mini and tell ARD to run tasks from the local task server, they just hang.
    All clients are added to ARD and fully authenticated.
    The server isn't limited by 8MB/s it's the network. The macs are all networked into each other with 1Gb/s switches, but that is then linked back into the comms cab on a 100Mb/s port, which then goes back to the main server cabinet on a 1Gb/s link.
    The package is the general software for the macs in this room, and in total all the software is about 8gb, it includes CS6, office, iLife and a few other bits n bobs, but it doesnt matter how big the package is it always fails.
    If I try and send it using the ARD application on the mac mini, it will work, but sends really slow when i select all 20 macs at once, if i send it to just one mac at once then it sends at full speed, sounds to me like ARD is not very good at multicasting!
    I managed to do a work around by queing up the package and sending it to 1 mac at a time, but this seems stupid, and apart from that after it did a few of them the rest failed saying not authenticated, so I had to go back onto the list view for it to reauthenticate.
    All in all ARD is just being a pain, and is not doing what it's advertised to do, i'm finding this to be a dissapointing patter with apple server products.

  • Referencing a "locally installed" Java applet from a server-based HTML page

    How does one reference a "locally installed" Java applet from a server-based HTML page (i.e. via the applet, object, or embed tags)? I have seen references in documentation that this is possible, but I have not seen any examples. I have tried a few things, but nothing seems to be working.
    Some background...
    I'm working on a web site that aggregates Internet video. For many users, I would like the site to work "without" requiring Java to be installed (or any prompts, etc.). This version of the site allows users to stream videos directly over the Internet and does not require any sort of access to the local system.
    However, in addition, I have a download manager that can be installed on the local system. Currently, it's a Windows-based "service" that is always running in the background, downloading files, etc. (with plans to later support other OSes).
    My dilemma is trying to communicate between my web site running in the local browser (executing JavaScript code) and the download manager. I call this component the "gateway". I need the gateway to be able to do the following:
    1) Pass user credentials from the web browser UI to the download manager (so it can communicate with my servers).
    2) Check the status of downloaded videos
    3) Launch a local media player (such as Windows Media, QuickTime, etc.) (or perhaps tell the download manager to launch the media player).
    Under Windows XP, I have an ActiveX control that can do these things. It communicates with the download manager via reading/writing to a shared XML configuration file.
    Unfortunately, under Vista and IE7 Protected Mode, ActiveX controls have become very restricted and my gateway no longer works. As such, I am looking at using Java for the gateway (also giving me the additional benefits of supporting additional browsers and OSes).
    From my understanding, I believe I can created a "face-less" Java applet, whose methods can be called from JavaScript. Ideally, I'm thinking I could install the applet onto the local system at the same time the download manager is installed. This would give the applet the security permissions it needs to communicate with the download manager.
    Thanks for any help and suggestions!

    Hi,
    Put the .jar file and the .class file in the path mentioned in one of the aliases in the plsql.conf file like /images or create
    a seperate directory and create an alias like /applets "path" in the plsql.conf file.
    <html>
    <body>
    <applet code=com.chartapplet.chart.BarChartApplet
    codebase=/applets/
    archive=/applets/chart.jar width=300 height=200>
    <param name=background value="white">
    </body>
    </html>
    Hope this helps.
    Thanks,
    Sharmila

  • Https (secure connection) on local testing server??

    Hi all
    I am building a shopping cart, which will use an https
    connection.
    Is there a way to setup an https connection on my local
    testing server (Apache, PHP, Mac OSX)?
    My guess is that it's not possible, but I might not know some
    special trick...?
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

    > UPS tools that will only accept POST data coming from an
    https page
    Oh - I see. I think this will be hard to do. You'd need to
    get a local
    certificate and all - not sure how to go about that....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "(_seb_)" <[email protected]> wrote in message
    news:ev39uo$pm3$[email protected]..
    > Murray *ACE* wrote:
    >> Why do you want to do this?
    >>
    >
    > to test locally?... I've been able to test everything
    locally so far on my
    > virtual testing server, and thought it'd be nice if I
    could test the
    > shopping cart locally as well. But it uses third party
    UPS tools that will
    > only accept POST data coming from an https page.
    > And yes, I'm pretty sure it's a stupid idea... But as I
    said, maybe
    > there's a trick I'm not aware of...
    >
    > --
    > seb ( [email protected])
    >
    http://webtrans1.com | high-end web
    design
    >
    > An Ingenious WebSite Builder:
    http://sitelander.com

  • Http cache don't work as expected in an applet

    Hi, everyone!
    I write an applet which dynamic connect a http server and fetch content from it. I wish the content could be cached in browser's cache system.
    Here is my code, it's work well in MS JVM, but when I turn to sun plugin, the cache system don't work. Every time I get a Response code 200 ( wish to be 304)
    ==================My code================================
    URLConnection conn=(URLConnection)url.openConnection();
    conn.setUseCaches(true);
    conn.setAllowUserInteraction(false);
    conn.connect();
    java.io.ObjectInputStream ois=null;
    Object o=null;
    try
    ois=new ObjectInputStream
    (new java.util.zip.InflaterInputStream(conn.getInputStream()));
    return ois.readObject();
    finally
    if(ois != null)
    ois.close();
    ==================My code================================
    I tested on sun JDK 1.42 and IE6.
    My Http Server is Jetty ,and I do have add a last_modified tag in http response.
    I look into the Java plugin control panel ,only the jar file is cached.

    Sorry for the confusion, of course you are right and it seems to be a bug.
    I ment that the method name setUseCaches itself might be confusing because it does not force caching, it just allows it when available.
    There are several bugs about the plugin caching (4912903, 5109018, 6253678, 4845728, ...) even if they might not fit 100% to your problem they show that plugin caching is an issue which sun really should improve.
    You might have a look at them and vote for them or submit a new bug.

Maybe you are looking for

  • Trouble Refreshing Child VO

    I am using Jdevelper 11.1.1.6. In my use case I have a screen that lists a databound table of rows (parent row of a parent/child relationship). Each parent row can have 1 to many children. The table has 4 columns, the first 3 columns come from the Pa

  • Clicking on alerts to snooze or close difficult

    This problem started quite awhile ago. I was hoping that after an erase and reinstall to solve a printer problem, that the iCal problem would be solved as well. Unfortunately, it has not. When an alert appears, if I click on the x to close it, I have

  • Externalizable vs DataOutputStream/DataInputStream (Storable Interface)

    I have created an interface Storable as below which I use to save a complex Object to a byte array and ultimately to a database. The total processing time is 1hour and 5 minutes. public interface Storable      void readData(DataInputStream in) throws

  • Flash Builder embed video in different stages

    Hi, I'm Paulinho Cé from Brasil and i have a problem to embed youtube videos on my site in different stages FlashBuilder. I have 10 videos and want to display them in the event of each button corresponding to a different stage. This code works in the

  • Attempt to access dead view row of persistent id 0

    hi am trying to acces the view attribute so i can pass it to my procedure am geting error (oracle.jbo.DeadViewRowAccessException) JBO-27102: Attempt to access dead view row of persistent id 0 my class is public class HRowImpl extends ViewRowImpl impl