Errors wcu-015: your form must contain the following bean for this function to be available : oracle.forms.webutil.file.filefunctions;

my technical
envirement:
1_ Oracle
Entreprise Manager version 9.2.0.1.0
2_ Forms [32
Bit] Version 9.0.2.9.0 (Production)
3_ Oracle
JInitiator: Version 1.3.1.9
4_ WebUtil
Version 1.0.2(Beta)
5_ window xp
service pack 2 build 2600.
6_Internet
Explorer 8 Version 8.0.6001.18702
I m developping
a form txt.fmb
The obejective
of this form is to open metars.txt file loctated in “c:\metars.txt”,
through which read climate data for exapmle (temperature =25, humudity = 60) to
finaly insert them into metars table in my data base.
For recall
while i m developing this form this step is well achieved:
i open the
WEBUTIL.olb, in  a window so different tabs is displayed and then i drag
the webutil-object group into my forms object group-node. until I have the
following items under the object group-node in my form test.fmb
webutil_error                                               
-- as alert style: stop
WEBUTIL_HIDDEN_WINDOW                       
WEBUTIL_CANVAS
WEBUTIL                                                    
-- as a block
at run time I
have the following message error which is come out form the function CLIENT_TEXT_IO.FOPEN(file_name,
'W') and written through a  trigger fired
on “ when new form instance”. 
wcu-015: your form must contain the following bean for this function to be
available : oracle.forms.webutil.file.filefunctions; 
also i would like to inform that  at run time,
java console didn't show me any of errors loading java files, which mean
that all configuration required, to getting webutil work  with oracle 9i form builder,  are well executed.
Oracle
JInitiator: Version 1.3.1.9
Using JRE
version 1.3.1.22-internal Java HotSpot(TM) Client VM
User home directory = C:\Documents and
Settings\wwProxy Configuration: no proxyJAR cache enabled
Location: C:\Documents and Settings\ww\Oracle Jar Cache
Loading:
http://wissam-773df302:8888/forms90/jars/webutil.jar
from JAR cacheLoading
http://wissam-773df302:8888/forms90/jars/jacob.jar from
JAR cacheLoading
http://wissam-773df302:8888/forms90/jars/demo90.jar from
JAR cacheLoading
http://wissam-773df302:8888/forms90/jars/FormsGraph.jar
from JAR cacheLoading
http://wissam-773df302:8888/forms90/jars/icons.jar
from JAR cacheLoading
http://wissam-773df302:8888/forms90/jars/frmwebutil.jar
from JAR cacheLoading
http://wissam-773df302:8888/forms90/java/f90all_jinit.jar
from JAR cacheRegister
WebUtil -
Loading Webutil Version 1.0.2 BetaproxyHost=nullproxyPort=0connectMode=HTTP,
native.Forms Applet version is : 90290
Finally  still i m facing the same problem about the
error message mentioned earlier; I appreciate any support and I will be very
thankful for helping me to find  a suitable solution!!

1.) Please don't double post:Urgent message : oracle9i form builder read  txt file error
2.) As for your original post: don't post urgent questions over here. If they are really urgent call oracle support. See How To Ask Questions The Smart Way
and after all:
wcu-015: your form must contain the following bean for this function to be
available : oracle.forms.webutil.file.filefunctions; 
are you certain, 100% positive, and absolutely sure you have a bean item with above implementation class in your form? I'd double check that...
JInit and IE8? I am not 100% sure, but I am almost certain that this combination didn't work at all. And please don't tell us you used that stupid hack where you replace the jvm.dll of JInit with one of a current JPI installation.
The Oracle Versions you have in place are rather ancient as well, you really should think about upgrading your database and your forms installation. As you already are on webforms moving to the current version of forms shouldn't require much changes in your forms.
cheers

Similar Messages

  • WC-015 -Your Form must contain the following bean for this funtion..FileFun

    I have done all the configuration for webutil,attached the library webutil.pll,copied olb etc.I want to envoke a file dialog box
    with the following code
    c:= client_get_file_name('c:\',null,'PDF|*.pdf|MS Word (*.doc)|*.doc|MS Word (*.rtf)|*.rtf','Select...');
    Giving error
    WC-015 -Your Form must contain the following bean for this funtion function to be available
    oracle.forms.webutil.file.FileFunctions
    checked all paths,formsweb.cfg,default.env ...
    still not able to find out where the problem is?

    Heres the output of the console..
    Loading http://pc-india12.india.local:8888/forms90/java/f90all_jinit.jar from JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90290
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • WEBUTIL  Error WUC-15: "Your Form must contain the following Bean ...

    Dear Colleague,
    Up until now, I have installed WebUtil in my DEV environment (Designer Suite) and successfully used it to develop and run a form called DOCU_MGMT.fmx that performs various document management tasks like:
    1. File Upload into a DB BLOB column
    2. File Download and display
    3. Full text search (via Oracle Text) etc.
    In the meantime, I installed WebUtil in my TEST environment (Application Server) and successfully started the DOCU_MGMT.fmx form. However, when I press the button that executes the webutil_file_transfer.DB_To_Client function, I get the "WUC-15" error message, namely:
         "WUC-15 Your Form must contain the following Bean for this function to be available.
    oracle.forms.webutil.file.FileFunctions"
    According to the error message guide:
    "WUC-15 Your Form must contain the following Bean for this function to be available."
    Description: WebUtil uses Bean areas to carry out client side functionality and these must be present.
    Resolution: Drag the WEBUTIL object group into your Form.
    But this form was compiled with the WEBUTIL pll attached and the WEBUTIL object group subclassed into it.
    Any ideas or tips on the problem and how I should proceed? Any support would be appreciated.
    Thanks and best regards,
    Randy

    I am facing the same problem...
    Please help me out with this problem .it’s urgent
    Requirment:- I have to display open_dialog box.
    Software:-Oracle10g suite
    Formweb.cfg
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    default.env
    WEBUTIL_CONFIG=D:\DevSuiteHome_1\forms\server\webutil.cgf
    CLASSPATH=D:\DevSuiteHome_1\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;D:\DevSuiteHome_1\jlib\repository.jar;D:\DevSuiteHome_1\jlib\ldapjclnt10.jar;D:\DevSuiteHome_1\jlib\debugger.jar;D:\DevSuiteHome_1\jlib\ewt3.jar;D:\DevSuiteHome_1\jlib\share.jar;D:\DevSuiteHome_1\jlib\utj.jar;D:\DevSuiteHome_1\jlib\zrclient.jar;D:\DevSuiteHome_1\reports\jlib\rwrun.jar;D:\DevSuiteHome_1\forms\java\frmwebutil.jar;D:\DevSuiteHome_1\forms\java\jocab.jar
    Form Code
    declare
    x varchar(234);
    begin
    x:= WEBUTIL_FILE.FILE_OPEN_DIALOG ( 'c:\', '*.*', '|All files|*.*|', 'My Open Window' ) ;
    end;
    Compilation no Error. Error while running the form…Java Console say’s
    Oracle JInitiator: Version 1.3.1.22
    Using JRE version 1.3.1.22-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\perwaiz
    User has overriden browser's proxy settings.
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\perwaiz\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://biju-nxg.wjtowell.com:8890/forms/java/frmall_jinit.jar from JAR cache
    Loading http://biju-nxg.wjtowell.com:8890/forms/java/my_icons.jar from JAR cache
    Loading http://biju-nxg.wjtowell.com:8890/forms/java/frmwebutil.jar from JAR cache
    java.io.FileNotFoundException: File not found: http://biju-nxg.wjtowell.com:8890/forms/java/jacob.jar
    at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
    at oracle.jre.protocol.jar.HttpUtils.followRedirects(Unknown Source)
    at oracle.jre.protocol.jar.JarCache$CachedJarLoader.download(Unknown Source)
    at oracle.jre.protocol.jar.JarCache$CachedJarLoader.load(Unknown Source)
    at oracle.jre.protocol.jar.JarCache.get(Unknown Source)
    at oracle.jre.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
    at oracle.jre.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
    at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
    at sun.misc.URLClassPath$2.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getLoader(Unknown Source)
    at sun.misc.URLClassPath.getResource(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at sun.applet.AppletClassLoader.findClass(Unknown Source)
    at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.applet.AppletClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at oracle.ewt.util.FocusUtils.<clinit>(Unknown Source)
    at oracle.ewt.lwAWT.LWComponent.<clinit>(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._initCommonFixedDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._getCommonDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel._getIndexedDefaults(Unknown Source)
    at oracle.ewt.laf.oracle.OracleLookAndFeel.getDefaults(Unknown Source)
    at oracle.ewt.lwAWT.BufferedApplet.getUIDefaults(Unknown Source)
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
    at oracle.ewt.swing.JBufferedApplet.<init>(Unknown Source)
    at oracle.forms.engine.Main.<init>(Unknown Source)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Unknown Source)
    at sun.applet.AppletPanel.createApplet(Unknown Source)
    at sun.plugin.AppletViewer.createApplet(Unknown Source)
    at sun.applet.AppletPanel.runLoader(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    WARNING: Unable to cache http://biju-nxg.wjtowell.com:8890/forms/java/jacob.jar
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    java.lang.NoClassDefFoundError: com/jacob/com/ComException
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at oracle.forms.handler.UICommon.instantiate(Unknown Source)
    at oracle.forms.handler.UICommon.onCreate(Unknown Source)
    at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
    at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
    at oracle.forms.engine.Runform.processMessage(Unknown Source)
    at oracle.forms.engine.Runform.processSet(Unknown Source)
    at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
    at oracle.forms.engine.Runform.onMessage(Unknown Source)
    at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Thanks

  • Wuc-15 form must contain the following bean

    hi
    i am trying to use the client_text_io api's in a form but i keep getting the wuc-15 error (your form must contain the following bean for this function to be available - oracle.forms.webutil.file.FileFunctions). i do have the webutil object group in the form, i added it after attaching the library but i did go back and recompile all the pl/sql code just in case. forms90_path does include webutil/forms.
    the only thing that i can see that might be a problem is that because of utf8 issues i have to use the sun jdk. i have the following block in my formsweb.cfg file to force the form to use the sun jdk instead of jinitiator
    [jdk_plugin]
    basehtmljinitiator=basejpi.htm
    basehtmlie=basejpi.htm
    baseHTMLjpi=basejpi.htm
    jpi_download_page=http://java.sun.com/j2se/1.4.2/download.html
    jpi_classid=clsid:CAFEEFAC-0014-0002-0004-ABCDEFFEDCBA
    jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-142-windows-i586.cab#Version=1,4,2,0
    jpi_mimetype=application/x-java-applet;version=1.4.2
    i have left it this way since when i change the basehtml entries to use the webutil templates i get thrown back into jinitiator. is this causing the wuc-15 error? if it is how do i use the webutil templates with the sun jdk?
    thanks
    penny svetlik

    the forms90_path variable contains less than 100 characters.
    i ran the form with increased trace level but did not get anything additional in the way of errors (just the usual 'unable to attach library' error in the alert box). here is the trace information. by the way why do the findlocalhost and getipaddress calles repeat 8 times?
    Registered modality listener
    Registered modality listener
    Referencing classloader: sun.plugin.ClassLoaderInfo@17431b9, refcount=1
    Referencing classloader: sun.plugin.ClassLoaderInfo@12884e0, refcount=1
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Loading applet ...
    Initializing applet ...
    Starting applet ...
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/webutil/webutil.jar with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar with no proxy
    Loading http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar from cache
    Loading http://epn-svetlikp-3.nci.nih.gov:8888/forms90/webutil/webutil.jar from cache
    Certificates for http://epn-svetlikp-3.nci.nih.gov:8888/forms90/webutil/webutil.jar is read from JAR cache
    Certificates for http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar is read from JAR cache
    Modality pushed
    Modality pushed
    Modality popped
    Modality popped
    User selected: 0
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    Loaded image: jar:http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar!/oracle/forms/icons/splash.gif
    Loaded image: jar:http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar!/oracle/forms/icons/oracle_logo.gif
    Loaded image: jar:http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar!/oracle/forms/icons/bgnd.gif
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/oracle/forms/registry/Registry.dat with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/oracle/forms/registry/default.dat with no proxy
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/f90servlet?config=jdk_plugin&form=C:\OraHome1\forms90\webutil\Webutil_demo\WU_TEST.fmx&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES&acceptLanguage=en-us,en;q=0.5&ifcmd=startsession with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/l90servlet;jsessionid=7de1dca002db47ac915d9a2dfdbf1eae?ifcmd=getinfo&ifhost=epn-svetlikp-3&ifip=156.40.35.44 with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/l90servlet;jsessionid=7de1dca002db47ac915d9a2dfdbf1eae with no proxy
    Forms Applet version is : 902122
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/l90servlet;jsessionid=7de1dca002db47ac915d9a2dfdbf1eae with no proxy
    Loaded image: jar:http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/f90all.jar!/oracle/forms/icons/frame.gif
    2004-Apr-08 08:43:50.544 WUI[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:50.604 WUI[VBeanCommon.getIPAddress()] 156.40.35.44
    2004-Apr-08 08:43:50.654 WUF[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:50.684 WUF[VBeanCommon.getIPAddress()] 156.40.35.44
    2004-Apr-08 08:43:50.724 WUH[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:50.764 WUH[VBeanCommon.getIPAddress()] 156.40.35.44
    2004-Apr-08 08:43:50.784 WUS[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:50.804 WUS[VBeanCommon.getIPAddress()] 156.40.35.44
    2004-Apr-08 08:43:50.835 WUT[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:50.855 WUT[VBeanCommon.getIPAddress()] 156.40.35.44
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/webutil/jacob.jar with no proxy
    Loading http://epn-svetlikp-3.nci.nih.gov:8888/forms90/webutil/jacob.jar from cache
    Certificates for http://epn-svetlikp-3.nci.nih.gov:8888/forms90/webutil/jacob.jar is read from JAR cache
    2004-Apr-08 08:43:51.415 WUO[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:51.435 WUO[VBeanCommon.getIPAddress()] 156.40.35.44
    2004-Apr-08 08:43:51.495 WUL[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:51.505 WUL[VBeanCommon.getIPAddress()] 156.40.35.44
    2004-Apr-08 08:43:51.536 WUB[VBeanCommon.findLocalHost()] obtaining LocalHost info from InetAddress
    2004-Apr-08 08:43:51.556 WUB[VBeanCommon.getIPAddress()] 156.40.35.44
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.class with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/l90servlet;jsessionid=7de1dca002db47ac915d9a2dfdbf1eae with no proxy
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/l90servlet;jsessionid=7de1dca002db47ac915d9a2dfdbf1eae with no proxy
    2004-Apr-08 08:43:54.630 WUI[VBeanCommon.destroy()] WebUtil GetClientInfo Utility being removed..
    2004-Apr-08 08:43:54.640 WUF[VBeanCommon.destroy()] WebUtil Client Side File Functions being removed..
    2004-Apr-08 08:43:54.660 WUH[VBeanCommon.destroy()] WebUtil Client Side Host Commands being removed..
    2004-Apr-08 08:43:54.680 WUS[VBeanCommon.destroy()] WebUtil Session Monitoring Facilities being removed..
    2004-Apr-08 08:43:54.700 WUT[VBeanCommon.destroy()] WebUtil File Transfer Bean being removed..
    2004-Apr-08 08:43:54.720 WUO[VBeanCommon.destroy()] WebUtil Client Side Ole Functions being removed..
    2004-Apr-08 08:43:54.730 WUL[VBeanCommon.destroy()] WebUtil C API Functions being removed..
    2004-Apr-08 08:43:55.381 WUB[VBeanCommon.destroy()] WebUtil Browser Functions being removed..
    Connecting http://epn-svetlikp-3.nci.nih.gov:8888/forms90/l90servlet;jsessionid=7de1dca002db47ac915d9a2dfdbf1eae with no proxy

  • Wuc-015 Your form must contain the following bean ...

    Hi,
    I'm having this problem in forms 10g:
    WUC-015: Your Form must contain the following Bean for this function to be availabe:
    oracle.forms.webutil.file.FileFunctions
    I have installed webutil and followed all the steps, I can the run the test form, but I'm having this problem when I want to run a form that has a attached library and this library is using the webutil_c_api functions (this library has the webutil.pll attached).
    I've found this problem in metalink and they suggested to drag the webutil.olb in the form, but my form is not using the webutil, the library does, so I think I don't have to drag it in the form.
    Besides I made all the sugestion about the configuration files of webutil.
    waiting with anticipation for the solution ..
    Thanks !!

    If you want to use WebUtil functions like webutil_c_api you must follow the development instructions in the install.pdf. That includes attaching webutil.pll and webutil.olb.
    In your case you have, to my understanding, created a library that uses webutil functions, and that you aren't using them. If you attach that library you must "webutilize" your Forms.
    I would suggest that you split the library you made into two. One containing WebUtil functions, and one that doesn't. Problem solved?
    Regards,
    Martin Malmstrom

  • WebUtil: WUC-015: Your Form must contain the following Bean.....

    I proceeded all the installation steps of WebUtil in my Oracle 9iDS 9.0.2.2
    I did also the additional installation steps (jacob.jar etc.).
    When I run the WU_TEST.FMB from forms builder, I get the error WUC-015: Your Form must contain the following Bean for this function .....
    webutil.pll is attached, webutil.olb too
    In the Java Console I can not see, that webutil.jar or jacob.jar are loaded.
    Has the signing of those files failed?
    Thanks for any hints.
    Carsten

    Check out the webutil FAQ - you should ensure you do a shift ctrl K and also ensure you set Java console logging to 5 (just type 5 in the in the console).
    Regards
    Grant Ronald
    Forms Product Management

  • When i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    when i login to MES operator resp..i get a error saying...You must setup an HR employee for this Oracle Application user...how to resolve this?

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • Adobe Anchor Service CS4 Error 1612. The installation source for this product is not available.

    Hi,
    I've been trying to install CS4 Design Premium, except that I got this message:
    Adobe Anchor Service CS4
    Error:
    Error 1612. The installation source for this product is not available. Verify that the source exists and that you can access it.
    What is wrong and how do I fix it? I've installed this on my sister's laptop as well, but I've already uninstall it. Could this be the reason why?
    Help appreciated, thanks!

    Contact Adobe Technical Support for CS4 installation issues.
    The problem has nothing to do with the fact that you already installed the same software on your "sister's laptop as well." And although you have already uninstalled it (and hopefully deactivated it as well), please remember that this software is licensed for a single user! You and your sister cannot somehow share the license. 
              - Dov

  • "the installation source for this product is not available" error message

    I was following directions to update to i-tunes 10, and my computer was trying to shut down in order to restart. It froze, and would not turn off, so I turned it off manually, then restarted. I got distracted and did not wonder why i-tunes did not finish installing. Tried to open i-tunes later from the desktop shortcut and it said something about not being installed all the way, so the shortcut was not valid.
    I tried to uninstall all the i-tunes stuff, in order, from my computer to try installing it again, and I cannot uninstall i-tunes!! It gives me this error message; "the installation source for this product is not available" and then gives me a file name to search my computer for, that can't be found. I MISS my i-tunes. Please help! How do I get the old i-tunes version off my computer?

    I tried to uninstall all the i-tunes stuff, in order, from my computer to try installing it again, and I cannot uninstall i-tunes!! It gives me this error message; "the installation source for this product is not available" and then gives me a file name to search my computer for, that can't be found.
    These sorts of msi-related troubles have gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove".
    Quit out of CleanUp, restart the PC and try reinstalling iTunes. Does the install go through properly this time?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • Error: -1612 The installation source for this product is not available. Ver

    Hi,
    I am trying installing the FA in SAPB12005A SP01 PL36. and I received this error message:
    Error: -1612 The installation source for this product is not available. Verify that the source exists and that you can access it.
    How can I resolved this?
    Regards,
    IAN

    I am getting the exact same error. How come anyone else did not get it?
    The procedure I followed was :
    Downloaded and installed the "download manager" first.
    Then selected all product updates from BOXI3.1 Enterprise
    It downloaded 58 items. After an inquiry I came to know that you need to install only the latest patch, i.e. Patch 1.7 will include all previous patches. So I was running 1.7 and getting this error constantly, and unable to install it at all.
    I tried downloading it from different places and networks, same error persists.

  • HELP!  I tunes wouldn't update so I tried to delete and reinstall.  I keep getting a message stating the installation source for this product is not available.  Verify that the source exists and that you can access it.  please help!!

    Help!  Itunes wouldn't update so I tried to delet and reinstall.  I keep getting a message: The instillation source for this product is not available.  Verify that the source exists and that you can access it.  I also get this message:  The feature you are trying to use is on a network resource that is unavailable.  Click OK to try again, or enter an alternate path to a folder containing the installation package 'iTunes64.msi' in the box below.  Help I have no idea what that means or how to fix it. 

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page). Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Wiki has no groups: 'Enable the following services for this group' is None

    Our Leopard Server is an OD Master and have followed the Wiki setup procedure detailed in the Web Services Overview PDF. Believe I have got that part configured correctly and am able to access the web/wiki frontend on our Intranet.
    Issue is that I am unable to get any groups to be available on the Wiki and therefore cannot actually do anything.
    I believe it is an issue with the 'Enable the following services for this group' setting as it always displays None.
    I have read various posts/discussions but am no wiser as to the issue.
    Sorry if this is a noob question, any help gratefully received.
    Matt

    Your not alone, I have this exact same problem.
    I'm running a fully working BIND 9 and OD Master, so that's not your issue. My groups are without a doubt in the /LDAPv3/127.0.0.1 domain.
    When I connect with Directory.app, all services are grayed out and cannot be enabled. If I attempt to enable them in WGM they appear to apply when I hit save, but if I focus another group and come back it says (None).
    My logs are below:
    Jul 8 17:01:48 airto servermgrd[92]: servermgr_web: Teams service stopped
    Jul 8 17:01:48 airto servermgrd[92]: servermgr_web: Teams service started
    Jul 8 17:01:52 airto com.apple.wikid[3816]: Removing stale pidfile /var/run/wikid.pid
    Jul 8 17:05:58 airto servermgrd[92]: servermgr_web: Teams service stopped
    Jul 8 17:06:00 airto servermgrd[92]: TIME-CHECK: NSLXStandardDeregisterService took 2.001849 seconds!
    Jul 8 17:06:15 airto com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Jul 8 17:06:16 airto servermgrd[92]: servermgr_web: Teams service started
    Jul 8 17:06:18 airto servermgrd[92]: TIME-CHECK: NSLXStandardRegisterService took 2.003159 seconds!
    Jul 8 17:06:19 airto com.apple.wikid[4222]: Removing stale pidfile /var/run/wikid.pid
    Jul 8 17:06:51 airto servermgrd[92]: servermgr_web: Teams service stopped
    Jul 8 17:06:53 airto servermgrd[92]: TIME-CHECK: NSLXStandardDeregisterService took 2.001768 seconds!
    Jul 8 17:07:04 airto com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Jul 8 17:07:05 airto servermgrd[92]: servermgr_web: Teams service started
    Jul 8 17:07:07 airto servermgrd[92]: TIME-CHECK: NSLXStandardRegisterService took 2.003067 seconds!
    Jul 8 17:07:07 airto com.apple.wikid[4238]: Removing stale pidfile /var/run/wikid.pid
    Jul 8 17:13:50 airto servermgrd[92]: servermgr_web: htcleancache disabled
    Jul 8 17:13:50 airto servermgrd[92]: servermgr_web: Multi instance key 'SSLLog' has a single value=''!
    Jul 8 17:13:50: --- last message repeated 2 times ---
    Jul 8 17:13:50 airto servermgrd[92]: servermgr_web: Multi instance key 'Weblogs' has a single value='{\n enabled = 0;\n}'!
    Jul 8 17:13:51 airto servermgrd[92]: servermgr_web: Teams service stopped
    Jul 8 17:14:03 airto servermgrd[92]: servermgr_calendar: created default calendar virtual host
    Jul 8 17:14:08 airto servermgrd[92]: servermgr_web: Teams service stopped
    Jul 8 17:14:10 airto servermgrd[92]: TIME-CHECK: NSLXStandardDeregisterService took 2.005470 seconds!
    Jul 8 17:14:13 airto com.apple.launchd[1] (org.apache.httpd): Unknown key: SHAuthorizationRight
    Jul 8 17:14:16 airto servermgrd[92]: TIME-CHECK: NSLXStandardRegisterService took 2.029467 seconds!
    Jul 8 17:14:23 airto servermgrd[92]: servermgr_web: htcleancache disabled
    Jul 8 17:14:23 airto servermgrd[92]: servermgr_web: Multi instance key 'SSLLog' has a single value=''!
    Jul 8 17:14:23: --- last message repeated 2 times ---
    Jul 8 17:14:23 airto servermgrd[92]: servermgr_web: Multi instance key 'Weblogs' has a single value='{\n enabled = 0;\n}'!
    Jul 8 17:14:23 airto servermgrd[92]: servermgr_web: Teams service started
    Jul 8 17:14:28 airto com.apple.wikid[4383]: Removing stale pidfile /var/run/wikid.pid
    Jul 8 17:14:32 airto servermgrd[92]: servermgr_web: htcleancache disabled
    Jul 8 17:14:33 airto servermgrd[92]: servermgr_web: Teams service stopped
    Jul 8 17:14:33 airto servermgrd[92]: servermgr_web: Teams service started
    Jul 8 17:14:37 airto com.apple.wikid[4409]: Removing stale pidfile /var/run/wikid.pid
    Jul 8 17:28:07 airto ipfw[189]: limit 1000 reached on entry 12306

  • Issue ( Enable the following services for this group on : ( None ), .....

    I have found other topics about this, but they all say the issue is due to not running Open Directory in Master, but I am. I was wondering if there might be another reason due to why this has no options, because I would like to enable the wiki, but I have figure out that I can't until I some how get this option enabled to select wiki and blog.

    What else is there to fill out on the general tab?
    http://evilx.devel.ws/osx/Picture%203.png
    http://evilx.devel.ws/osx/Picture%204.png
    http://evilx.devel.ws/osx/Picture%205.png
    http://evilx.devel.ws/osx/Picture%206.png
    http://evilx.devel.ws/osx/Picture%207.png
    http://evilx.devel.ws/osx/Picture%208.png
    http://evilx.devel.ws/osx/Picture%209.png
    http://evilx.devel.ws/osx/Picture%2010.png

  • Every time I try to access any website, I keep getting this message: Revocation information for the security certificate for this site is not available. Do you want to proceed? How do I fix this?

    This is driving me nuts !! I keep getting that message every time I try to access a website. It asks me to download the certificate, which I do, but the message still pops up. Any suggestions?

    no, I will be using wi-fi to connect. This usually happens whenever I try to back up

  • Enable the following services for this group on: Resets itself

    We have integrated OSX & active directory.
    Everything seems to be working fine, active dir users can log on to OSX 10.5.5
    The WIKI & Blog is the only issue. It doesnt authenticate. We have patched, but nothing new happened.
    I have noticed banging my head against WGM that when i make a LDAP group > add a AD user into that LDAP group and try and enable the right server, select wiki and blog and click save. When i go to another group and then go back to the wiki enabled group, its reset to (none)?
    Anyone got any ideas? This is the only part of our integration that is slowed us down.
    cheers
    James

    Ok, i have rebooted and it seems to be enabled, sounds like i might have been logged into an account that couldnt save?
    I still cant get AD users to authenticate on the BLOGS service?

Maybe you are looking for

  • Error message"Could not complete the Save command......

    Sometimes when I open Photoshop CS6 (cloud version) and I try to save my work I wil get an error message: "Could not complete the save command because the document is currently being saved in the background. Please try the operation again after the S

  • Nokia 5800XM internet problem.

    Hey guys, Iv had my phone for about 9-10months now and havent had any problems with it. Recently my landline provider has changed to bt. But when first tried to access the internet through my phone it asked for a WPA key i entered it but it was incor

  • Cascading Combo Box

    I have a page with 2 cascading Single Once Choice (SOC). Price list SOC and Product list SOC. The requirement is that a customer ID will be sent into the page via url parameters which will filter the dropdown value for Price List. Price list SOC will

  • Argument list for FND_REQUEST not correct

    I saw someone use the following form of fnd_request.submit_request, to submit a conc req for xml. v_conc_request_id := FND_REQUEST.submit_request( application => 'AR', program => 'ARXSGPO', argument1 => v_set_layout_option, argument2 => 'Print Statem

  • Can I use jstl1.0 uri with jstl 1.1.2 libraries

    The application has several wars some with 2.3 and some with 2.4 web.xml But all the apps consistently use the 1.1 uri ie., the one WITH "jsp" in it. So the two part question is: does the web.xml declared specification have any effect on which taglib