Classpath Settings for Accessing methods in another Jar

The Problem description is as given below:
EAR
|
|---------->WAR
| |
| |----------> JAR1
| |----------> JAR2
|
|----------> JAR3
Please note that EAR in the structure above will be Deployed in the WebLogic Server
.... The requirement is, The methods of the classes in the JAR1 and JAR2 files
should be in a position to call the methods of classes in JAR3 classes and vice
versa..... How can this be achieved ??
Regards
Sudhindra

Went through the articles and found them to be very very useful.
However there is one question that I have for you.
Is it possible to package an application that uses webflows and pipelines into
an ear file and then deploy it?
If this is possible then where do I package my webflow files(.wf)?
This is something that I have been trying but not been able to acheive. Would
really appreciate a quick response from your side.
Andrey Myatlyuk <[email protected]> wrote:
Hello!
http://www.onjava.com/pub/a/onjava/2001/06/26/ejb.html
http://www.onjava.com/pub/a/onjava/2001/07/25/ejb.html
http://dev2dev.bea.com/articlesnews/discussion/thread.jsp?thread=musser
Hope this helps.
Andrey.
Sudhindra wrote:
The Problem description is as given below:
EAR
|
|---------->WAR
| |
| |----------> JAR1
| |----------> JAR2
|
|----------> JAR3
Please note that EAR in the structure above will be Deployed in theWebLogic Server
.... The requirement is, The methods of the classes in the JAR1 andJAR2 files
should be in a position to call the methods of classes in JAR3 classesand vice
versa..... How can this be achieved ??
Regards
Sudhindra

Similar Messages

  • CLASSPATH settings for finding ResourceBundle files

    When trying to load a PropertyResourceBundle within my servlet I receive the Exception MissingResourceBundle.
    My CLASSPATH points to %TOMCAT_HOME%/webapps/<webapp>/data, which is the location of the *.properties-files.
    OS: Win2K
    Tomcat: 4.0
    JRE: 1.3.0 (although J2SDK 1.4 is installed as well)
    Also I want to access the properties-files from JSP's at that location as well.
    ADowning
    PS:
    when placing the properties-files in %TOMCAT_HOME%/work/localhost/<webapp> I can access them from JSP's.

    Thank you.
    Just one thing :
    I use Eclipse to generate my applications.
    I have to put my property files on the root source folder (/java Source) else the property file was suppressed when rebuild classes files. The property is automaticaly copied to the classes folder when rebuild.
    I think a good way is to not directly use the property file name, but put this name on an init parameter of the web.xml file (use config.getInitParameter("logicalName") to retrieve).
    So, if I only specifie the file Name, the /classes/fileName.properties that will be used but I can specifie a "hard path" to this file.
    Regards.

  • Setting Classpath so one jar can access another jar

    I am having trouble with running an application as a jar that accesses other custom libraries.
    I have made a small example to try to get this working.
    I have
         HelloWorld.class - that prints out "HelloWorld" and then throws a custom exception JWIException
         JWIException - exception that is in a package com.jeffersonwells.util
    I have put the JWIException class in the directory D:\apps\jbin\com\jeffersonwells\util.
    I have a manifest file that looks like the following.
         Manifest-Version: 1.0
         Main-Class: HelloWorld
         Class-Path: "d:\apps\jbin\"
    I have created a jar with the manifest file and the HelloWorld class
    When I run the jar, I get the following
         Exception in thread "main" java.lang.NoClassDefFoundError: com/jeffersonwells/util/JWIException
    So, I believe the classpath is not being set correctly.
    Then the second part would be to get the HelloWorld app to access the JWIException in another jar file instead of in the directory structure. I assume if the first scenario gets working, this will be fixed as well.
    I would greatly appreciate any assistance you can provide.
    Thanks,
    Tom Krueger

    I thank you all very much. The problem I was having was with not having relative paths in my Class-Path.
    Having the relative paths will work for the most part, however, sometimes we may want to move the executable jar to a different location. Does anyone have a great solution taking the following into consideration.
    Previous posts have said you can reference classpaths through http or ftp. Great, however if you set this to your http://domain/whatever I'm assuming this will prohibit you from moving the application from dev to test to production without modifying the url.
    Thanks for any thoughts!!
    P.S.
    I'm also in a battle here whether to jar libraries or not. jaring allows you to easily move them from server to server and more importantly for me determine versions of compatible files. However, the argument against jaring is speed of development, why jar if I can pull up a java file compile it and copy it to the server. Why waste time in the whole jaring process.
    Thanks again!!!

  • SaveAs - Security settings prevent access to this property or method.

    Hi,
    This question seems to have been dealt with in this forum on a few occasions but I am still have trouble with it:
    I have written a script to add a footer containing the file name to a PDF and then save the PDF:
    app.addMenuItem( { cName: "newdoc", cUser: "Add Footer", cParent:
    "File", cExec: "AddFooter()", nPos: 0 } );
    function AddFooter()
    for (var p = 0; p < this.numPages; p++)
    var fd = this.addField("Date", "text", p, [10,5, 300,28]);
    fd.textSize=10;
    fd.value = this.path  ;
    var SaveFile = app.trustedFunction(function()
      app.beginPriv();
      this.saveAs(this.path);
      app.endPriv();
    When I try to execute this script I receive an error:
    Security settings prevent access to this property or method.
    Any assistance would be much appreciated.
    eddiec :-)

    At which line do you get the error message? Do you use Adobe Acrobat?

  • Problem accessing classes when moved into another jar

    Hi,
    I have written some classes and want to put them in an external jar
    as a library. However, when I do this, I have to include the full path
    for them to work- what am I doing wrong? I am using JBuilder6
    Example:-
    I have a class called LogWriter in package org.MyClasses.utils which I
    am using in a class in another package (com.MyCode). If they are all in
    my src directory it works fine and I import org.MyClasses.utils
    If I compile org.MyClasses into a jar and add the jar as a library, I can
    see the classes with CodeInsight (so I know they are there). However, the line
    Logwriter.writeLog() ; (call to static method), which used to work, now only works
    if I change it to org.MyClasses.utils.Logwriter.writeLog() ;
    Any advice?
    MArk

    If the class was called MyWriter and is in org.MyClasses.utils, I have to replace all instances of MyWriter with org.MyClasses.utils.MyWriter.
    MyWriter has not altered in any way. It's now compiled separately and put into another jar rather than all classes being comipled at the same time.
    MArk

  • Admin_client.jar 10.1.3.1.0 and changing JVM settings for OC4J in opmn.xml

    Just now briefly looked at admin_client.jar 10.1.3.1.0. It appears that there is new functionality to create/alter and interrogate (J2EE) resources in this utility. This partially answers my other question, as stated in Jython support in Oracle Application Server 10g R3 (10.1.3)
    (Would be nice to get a definitive answer on scripting though)
    Anyway...
    As a follow-up question. Will there also be functionality (or is there already functionality) which lets me change JVM settings of OC4J components as they are declared in the opmn.xml, using only command line (and/or scripting) tools?
    Thanks

    Jan -- there is no out of the box command line utility that can amend the JVM settings for an OC4J instance.
    As Deepak alluded to, it is possible to do this using JMX because all the OPMN configuration elements are all reachable from JMX. This means you can create whatever Java JMX client you desire to modify the settings, or use a scripting environment which provides nice support for JMX (for example Groovy with its GroovyMBean) to access and use the OpmnConfig MBean set to change the OPMN configuration values.
    Asanka -- the 10.1.3.1 release has lots of capability in ASC to manage the OPMN settings from a browser -- including modifying all the JVM settings (things like heap, System properties, etc.) as well as OC4J switches (-userThreads, etc.)
    cheers
    -steve-

  • CLASSPATH ERROR for oimclient.jar in OIM webservice deployed on OIM Server

    Hi All,
    We have created a Webservice to be deployed on oim server (environment is OIM11gR2 PS1).
    Deployment is successfull.Webservice Code has Reconciliation code for users,which is running fine when tested as stand-alone java code.
    In code we are fetching OIM system Credentials from credential map code with Cred Map "oim". For oim related login and connection we are using OIM APIs. for that we need oimclient.jar in classpath for reference.
    So,when we deployed same webservice on OIM server, we thought oimclient.jar will be referred automatically from location
    But,when tested same webservice from WebLogic admin server console -> deployments ,we are facing issues refering to the oimclient.jar file.
    Getting error like :
    <S:Body>
        <S:Fault xmlns:ns4="http://schemas.xmlsoap.org/soap/envelope/">
          <S:Code>
            <S:Value>S:Receiver</S:Value>
          </S:Code>
          <S:Reason>
            <S:Text xml:lang="en">oracle/iam/platform/OIMClient</S:Text>
          </S:Reason>
          <Detail xmlns="http://www.w3.org/2003/05/soap-envelope">
            <ns2:exception xmlns:ns2="http://jax-ws.dev.java.net/" class="java.lang.NoClassDefFoundError" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
              <message>oracle/iam/platform/OIMClient</message>
              <ns2:stackTrace>
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="88" method="dispose" />
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="72" method="createReconciliationEventinOIM" />
                <ns2:frame class="com.persistent.seneca.SenecaIDMService" file="SenecaIDMService.java" line="134" method="createIdentity" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="native" method="invoke0" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="39" method="invoke" />
                <ns2:frame class="sun.reflect.DelegatingMethodAccessorImpl" file="DelegatingMethodAccessorImpl.java" line="25" method="invoke" />
                <ns2:frame class="java.lang.reflect.Method" file="Method.java" line="597" method="invoke" />
                <ns2:frame class="weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker" file="WLSInstanceResolver.java" line="92" method="invoke" />
                <ns2:frame class="weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker" file="WLSInstanceResolver.java" line="74" method="invoke" />
                <ns2:frame class="com.sun.xml.ws.server.InvokerTube$2" file="InvokerTube.java" line="151" method="invoke" />
                <ns2:frame class="com.sun.xml.ws.server.sei.EndpointMethodHandlerImpl" file="EndpointMethodHandlerImpl.java" line="268" method="invoke" />
                <ns2:frame class="com.sun.xml.ws.server.sei.SEIInvokerTube" file="SEIInvokerTube.java" line="100" method="processRequest" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="866" method="__doRun" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="815" method="_doRun" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="778" method="doRun" />
                <ns2:frame class="com.sun.xml.ws.api.pipe.Fiber" file="Fiber.java" line="680" method="runSync" />
                <ns2:frame class="com.sun.xml.ws.server.WSEndpointImpl$2" file="WSEndpointImpl.java" line="403" method="process" />
                <ns2:frame class="com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit" file="HttpAdapter.java" line="539" method="handle" />
                <ns2:frame class="com.sun.xml.ws.transport.http.HttpAdapter" file="HttpAdapter.java" line="253" method="handle" />
                <ns2:frame class="com.sun.xml.ws.transport.http.servlet.ServletAdapter" file="ServletAdapter.java" line="140" method="handle" />
                <ns2:frame class="weblogic.wsee.jaxws.WLSServletAdapter" file="WLSServletAdapter.java" line="171" method="handle" />
                <ns2:frame class="weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke" file="HttpServletAdapter.java" line="708" method="run" />
                <ns2:frame class="weblogic.security.acl.internal.AuthenticatedSubject" file="AuthenticatedSubject.java" line="363" method="doAs" />
                <ns2:frame class="weblogic.security.service.SecurityManager" file="SecurityManager.java" line="146" method="runAs" />
                <ns2:frame class="weblogic.wsee.util.ServerSecurityHelper" file="ServerSecurityHelper.java" line="103" method="authenticatedInvoke" />
                <ns2:frame class="weblogic.wsee.jaxws.HttpServletAdapter$3" file="HttpServletAdapter.java" line="311" method="run" />
                <ns2:frame class="weblogic.wsee.jaxws.HttpServletAdapter" file="HttpServletAdapter.java" line="336" method="post" />
                <ns2:frame class="weblogic.wsee.jaxws.JAXWSServlet" file="JAXWSServlet.java" line="99" method="doRequest" />
                <ns2:frame class="weblogic.servlet.http.AbstractAsyncServlet" file="AbstractAsyncServlet.java" line="99" method="service" />
                <ns2:frame class="javax.servlet.http.HttpServlet" file="HttpServlet.java" line="820" method="service" />
                <ns2:frame class="weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction" file="StubSecurityHelper.java" line="227" method="run" />
                <ns2:frame class="weblogic.servlet.internal.StubSecurityHelper" file="StubSecurityHelper.java" line="125" method="invokeServlet" />
                <ns2:frame class="weblogic.servlet.internal.ServletStubImpl" file="ServletStubImpl.java" line="301" method="execute" />
                <ns2:frame class="weblogic.servlet.internal.TailFilter" file="TailFilter.java" line="26" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.FilterChainImpl" file="FilterChainImpl.java" line="56" method="doFilter" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsAbsFilter$1" file="JpsAbsFilter.java" line="119" method="run" />
                <ns2:frame class="java.security.AccessController" file="AccessController.java" line="native" method="doPrivileged" />
                <ns2:frame class="oracle.security.jps.util.JpsSubject" file="JpsSubject.java" line="315" method="doAsPrivileged" />
                <ns2:frame class="oracle.security.jps.ee.util.JpsPlatformUtil" file="JpsPlatformUtil.java" line="442" method="runJaasMode" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsAbsFilter" file="JpsAbsFilter.java" line="103" method="runJaasMode" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsAbsFilter" file="JpsAbsFilter.java" line="171" method="doFilter" />
                <ns2:frame class="oracle.security.jps.ee.http.JpsFilter" file="JpsFilter.java" line="71" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.FilterChainImpl" file="FilterChainImpl.java" line="56" method="doFilter" />
                <ns2:frame class="oracle.dms.servlet.DMSServletFilter" file="DMSServletFilter.java" line="139" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.FilterChainImpl" file="FilterChainImpl.java" line="56" method="doFilter" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction" file="WebAppServletContext.java" line="3730" method="wrapRun" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction" file="WebAppServletContext.java" line="3696" method="run" />
                <ns2:frame class="weblogic.security.acl.internal.AuthenticatedSubject" file="AuthenticatedSubject.java" line="321" method="doAs" />
                <ns2:frame class="weblogic.security.service.SecurityManager" file="SecurityManager.java" line="120" method="runAs" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext" file="WebAppServletContext.java" line="2273" method="securedExecute" />
                <ns2:frame class="weblogic.servlet.internal.WebAppServletContext" file="WebAppServletContext.java" line="2179" method="execute" />
                <ns2:frame class="weblogic.servlet.internal.ServletRequestImpl" file="ServletRequestImpl.java" line="1490" method="run" />
                <ns2:frame class="weblogic.work.ExecuteThread" file="ExecuteThread.java" line="256" method="execute" />
                <ns2:frame class="weblogic.work.ExecuteThread" file="ExecuteThread.java" line="221" method="run" />
              </ns2:stackTrace>
            </ns2:exception>
          </Detail>
        </S:Fault>
      </S:Body>
      </S:Envelope>
    Is there anyway to refer to this oimclient.jar which is used by the web service?
    Thank in Advance !!
    RPB

    I have updated my weblogic.xml file in WAR application folder WEB-INF/ folder as
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
        <context-root>SenecaIdMWebService</context-root>
      <container-descriptor>
        <prefer-application-packages>     
            <package-name>oracle.iam.*</package-name>
        </prefer-application-packages>
      </container-descriptor>
    </weblogic-web-app>
    But,where should i put my oimclient.jar .
    1. Should i put it in Application/WEB-INF/lib folder ..which is not working.This scenario is giving error...
    weblogic.application.ModuleException: Failed to load webapp: 'SenecaIdMWebService.war'
            at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
            at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy
            at sun.reflect.annotation.AnnotationParser.parseClassArray(AnnotationParser.java:653)
            at sun.reflect.annotation.AnnotationParser.parseArray(AnnotationParser.java:460)
            at sun.reflect.annotation.AnnotationParser.parseMemberValue(AnnotationParser.java:286)
            at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:222)
            at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69)
            Truncated. see log file for complete stacktrace
    Here, i have also put all dependedncies of oimclient.jar in same folder Application/WEB-INF/lib  ,thoes jars are:
         spring.jar
         jrf-api.jar
         wlfullclient.jar
         common-logging.jar
    Still, i cant get rid of this issue.Is there any other jar which is required for oimclient.jar for any reference
    So i removed oimclient.jar from WEB-INF/li/ folder but getting old exception :
      <ns2:exception xmlns:ns2="http://jax-ws.dev.java.net/" class="java.lang.NoClassDefFoundError" note="To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false">
              <message>oracle/iam/platform/OIMClient</message>
              <ns2:stackTrace>
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="88" method="dispose" />
                <ns2:frame class="com.persistent.seneca.OIMService" file="OIMService.java" line="72" method="createReconciliationEventinOIM" />
                <ns2:frame class="com.persistent.seneca.SenecaIDMService" file="SenecaIDMService.java" line="134" method="createIdentity" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="native" method="invoke0" />
                <ns2:frame class="sun.reflect.NativeMethodAccessorImpl" file="NativeMethodAccessorImpl.java" line="39" method="invoke" />
    2. Should i put it in DOMAIN_HOME/lib folder of Weblogic Server where i am deploying my webservice as war application  instead of putting it in  application war  file itself?
    Thanks,
    RPB

  • [svn:fx-trunk] 10055: localized classpath fix for mxmlc.jar,compc. jar and asdoc.jar - add mxmlc_ lang .jar to the path.

    Revision: 10055
    Author:   [email protected]
    Date:     2009-09-08 09:41:10 -0700 (Tue, 08 Sep 2009)
    Log Message:
    localized classpath fix for mxmlc.jar,compc.jar and asdoc.jar - add mxmlc_.jar to the path.  Without these localized errors and warnings aren't generated.
    QE notes: ensure the errors and warnings are generated properly
    Doc notes: no
    Bugs: sdk-22806
    Reviewer:
    Tests run: checkintests:pass
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22806
    Modified Paths:
        flex/sdk/trunk/modules/compiler/build.xml

    So do you know how I can get JavaStudio to add
    library classes and JAR''s into the packaged dist
    file?I was wrong in my previous post. Sorry.
    It's impossible to specify additional classpath with '-jar' option.
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html#options
    �-jar
    When you use this option, the JAR file is the source of all user classes, and other user class path settings are ignored. �
    So the only solution is to add libs into jar file and declare them in manifest.
    One possible way of how to do it in JSE8 is:
    1. Put all necessary lib jars to some place under src folder.
    2. Add those jars into Compile-time libraries list (Project properties -> Libraries) for correct compilation
    3. Switch to 'Files' JSE8 tab, open manifest.mf file (it's in projects root) and add your lib jars to it.
    Syntax is:
    Class-Path: relative URLs
    That's it.

  • Front - end print with new access method G - having issues for some users

    Hi Gurus,
    Recently we have implemented the new access method G for front-end printing. it is working fine for 90% users in our company. but some users having problems in printing to WINDEFAULT using this new method.
    Here is the SAP GUI trace file for the error that they are getting.
    (Error)(25.09.09 15:42:36.444):    CALL METHOD "CreateControl"[DispID=5] OF [#1/0x0AE31790/1/{83658045-6571-3232-7082-797884697868}]
                        #0: LONG "101"
                        #1: STRING "SAPFPRINT.sapfprintCtrl.1"
                        #2: LONG "0"
                        #3: LONG "10"
    IDispatch::Invoke raised exceptionException occurred
    (Error)                       :   
    (Error)                       :    ****************************ERROR OCCURED IN MODULE: [{83658045-6571-3232-7082-797884697868}]******************************************************************************************************
    (Error)                       :    PROGRAM_ID                                 |MODULE_NAME              |METHOD_NAME       |ERROR DESCRIPTION         |VERSION                    |GUI VERSION               |MODULE_PATH              |
    (Error)                       :    *****************************************************************************************************************************************************************************************************
    (Error)                       :    {83658045-6571-3232-7082-797884697868}     |Class name not found     |CreateControl     |Create control failed     |Version info not found     |Gui Version not found     |Module doesnot exist     |
    (Error)                       :    *****************************************************************************************************************************************************************************************************
    (Error)                       :   
    (Error)                       :    Exception fire by :SAP Frontend Server
    (Error)                       :    Exception info:Create control failed
    (Error)                       :    Exception code:65535
    Did any one face this error? what could be the resolution?
    We are already on SAP GUI 710 patch level 11
    DISP+Work  : 229
    Appreciate your answers
    Thanks,
    Srini

    Usually this means, that some necessary controls are not properly registered in the registry and hence can't be found. You may solve that by removing the SAPGUI from the PC completely, booting the machine and reinstall the GUI.
    Markus

  • After upgrade my Iphone 4 to iso5, I can't add contact and I can't access the settings for mail,contacts and calender. The moment I select the setting for Mails, Contact and Calender it will jump back to home. Can someone advice what's wrong with it?

    After upgrade my Iphone 4 to iso5, I can't add contact and I can't access the settings for mail,contacts and calender. The moment I select the setting for Mails, Contact and Calender it will jump back to home. Can someone advice what's wrong with it?Problr

    Dear All
    i have done the same activity ( buy a new iphone 4 -> upgrade to ios5 - > configure email) with success-
    than when i start to move the contacts from old mobile to iphone (using the microsim) i receive the same crash
    in disgnosis e use i saw 2 dump with this title 'latestCrash-Preferences.plist and LatestCrash.plist. in each file the date is the same and i read:
    Exception Tyle: EXC_CRASH (SIGABRT)
    Exception code: 0x00000000, 0x00000000
    Chrashed Thread: 6
    in thread 6: name: Dispatch queue:
    com.apple.addressBookUI.ContactsSettingPlugin
    and thaan a lot of data.
    Have you any idea?
    thank in advance
    Fabio

  • Make Flash Plug-In for Firefox Remember Privacy Settings for Camera and Mic Access on Local File

    My company is using Flash Player to develop some kiosk-style applications to run on a standalone computer (no network connection). This computer will contain web pages containing Flash content. They will be opened from the local HD with Firefox with the Adobe Flash plug-in (v11.7.700.224). One of the applications accesses the microphone hooked up to the computer. When this application is started, it always asks for permission for "local" to access the microphone and camera. In previous versions of our system, we could click "Remember" if we did it once and that would make it so it wouldn't ask for permissions again (in this case, the Remember option isn't available, and the site settings don't even offer the Privace tab). However, in the previous case, we were running IE with a previous ActiveX Flash version (unfortunately, this approach is no longer available as we have had to switch to Windows 8 and that changes the game with IE and Flash entirely).
    At this point, we have tried to use the Global Settings for "Camera and Microphone Settings by Site..." to enter "Local" as an always allowed site. This does not seem to have any effect. We also tried entering the root directory of the applications in "Trusted Location Settings", but that also seemed to have no effect.
    I'm not sure what has fundamentally changed here. I think there might be some differences in the Plug-In version (compared to ActiveX), but I'm not sure what they might be or how to do the same thing as before.
    Any help would be appreciated. Thanks in advance.
    Torrey

    Chris,
    We learned that the Privacy tab (in Settings) can be found under the Flash plug-in for Firefox, but only if Firefox is running under an administrator.
    Unfortunately, we haven't had much luck with the mms.cfg file. The following was used in the mms.cfg file (placed in both the %WINDIR%\SysWow64\Macromed\Flash and %WINDIR%\System32\Macromed\Flash” directories):
    AVHardwareDisable = 0
    AVHardwareEnabledDomain = local
    AVHardwareEnabledDomain = 127.0.0.1
    AVHardwareEnabledDomain = localhost
    AutoUpdateDisable = 1
    The AVHardwareEnabledDomain settings seem to be getting ignored regardless of whether the user is a standard user or an administrator. I also checked to make sure it wasn't just a local problem by going to a website that uses a microphone (http://www.testden.com/accent-reduction/systemcheck.htm). Adding the requested domain to the list (AVHardwareEnabledDomain = train.act360.com) still didn't bypass the allow/deny dialog box.
    We know that the mms.cfg file is being read because setting "AVHardwareDisable = 1" will result in no prompt and that section being greyed out in Global Settings. I saw a post that suggested this setting was required to even make the AVHardwareEnabledDomain work, but it seems to block the local entirely and still brings up the dialog query on the internet site.
    Thanks,
    Torrey

  • I have an iPod touch 4th gen that is in iOS 6.1 it's showing another update in the settings for iOS 6.1.6 but even if I wait for more than 30mins it won't show. Can anyone help me. Thank you and Godbless

    I have an iPod touch 4th gen that is in iOS 6.1 it's showing another update in the settings for iOS 6.1.6 but even if I wait for more than 30mins it won't show. Can anyone help me. Thank you and Godbless

    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - Try when connected to another network
    - Update via iTunes on a computer.

  • LD_JAVA, classpath settings in .profile for oracle on unix installations

    I need details about setting LD_JAVAPATH /JAVA related classpath settings etc. That i remember seeing sometime ago, but cannot find the required settings in my current oracle 10g installation guide on solaris 10!! the DBCA wizard is failing and I need to set the JAVA related paths/dirs properly.

    There are some notes on installation on solaris 10g, but so far, there it is not mentioned any LD_JAVA variable.
    http://vegdave.wordpress.com/2006/08/31/oracle-10g-on-solaris-10-sparc-installation-notes/
    This platform requires 10.2.0.2 patchset.
    From the official installation guide, it states this as the set of environment variables you must define: http://download-west.oracle.com/docs/cd/B19306_01/install.102/b15690/pre_install.htm#i1011717
    CLASSPATH is set for the MGW settings: http://download-west.oracle.com/docs/cd/B19306_01/install.102/b15690/post_inst_task.htm#sthref882
    HR Madrid

  • Queue access method for In-memory databases

    Hi,
    I am trying to use the Queue access method for an in-memory database
    with no backing file. Here is the how I've created the environment and
    the database.
    int env_flags_create = DB_CREATE | DB_INIT_LOG | DB_INIT_LOCK |
    DB_INIT_MPOOL |DB_INIT_TXN |
    DB_SYSTEM_MEM | DB_RECOVER | DB_THREAD ;
    ret = env->set_shm_key(env, 17);
    ret = env->open(env, R_"in-mem-env", env_flags, 0644);
    int db_flags = DB_CREATE | DB_THREAD | DB_AUTO_COMMIT;
    DB_MPOOLFILE *mpf = subs_db->get_mpf(subs_db);
    mpf->set_flags(mpf, DB_MPOOL_NOFILE, 1);
    ret = queue_db->set_re_len(queue_db, 512);
    ret = queue_db->open(queue_db, NULL, NULL, "queue", DB_QUEUE,
    db_flags, 0644);
    My application has one reader threads and one writer thread. The
    writer write to the queue with the "DB_APPEND" flag and the reader
    consumes the queue using the "DB_CONSUME_WAIT" flag.
    After inserting a few thousand messages the database fails to insert
    any new records and starts returning the following error.
    "unable to allocate space from the buffer cache"
    From the db_stat -e output (attached below) I can see that none of
    the buffer cache pages are ever being freed up.
    149907 Requested pages found in the cache (99%)
    3 Requested pages not found in the cache
    2004 Pages created in the cache
    0 Pages read into the cache
    0 Pages written from the cache to the backing file
    0 Clean pages forced from the cache
    0 Dirty pages forced from the cache
    0 Dirty pages written by trickle-sync thread
    2004 Current total page count
    0 Current clean page count
    2004 Current dirty page count
    4099 Number of hash buckets used for page location
    153851 Total number of times hash chains searched for a page
    BDB reference manual (http://www.oracle.com/technology/documentation/
    berkeley-db/db/api_c/frame.html) says that the pages associated with a
    queue can only be reclaimed by setting a queue extent by using the
    "set_q_extentsize" method. When I try to use this method on my in-
    memory database I get the following error.
    " Extent size may not be specified for in-memory queue database"
    Does this mean that I can never use the queue access method for in-
    memory database? Because no matter how big of a shared memory pool I
    allocate to the in-memory database it will eventually get used up by
    the queue (if I'm inserting and consuming records) and there is no way
    to free up the pages associated with the deleted records.
    thx
    nina

    As far as I know you can choose any method as long as print setting are set to "send to spool"
    Regards
    Juan

  • What are the Jar files required,that for accessing the Type 4 Drivers.

    what are the Jar files required,that for accessing the Type 4 Drivers.
    Regards,

    Well it is Database Specific.
    Howevr there are few 3rd party .jar (Derby) which you can use it for accesing some standard databases.

Maybe you are looking for

  • Font size and color will not change in emails, blogs, forums etc.

    I can no longer change the style or color of fonts in emails, blogs, forums etc. I can change the font size and nothing else. Everything works when I am connected using explorer so it is a setting or update in firefox that is causing the problem. If

  • Mail button erroneously indicating new mail

    My inbox is indicating there is new mail when in fact there is not. There is also a button on the dock icon indicating new mail. I have quit the program and restarted and it did not go away. Any suggestions?

  • Indesign and Mini Bridge

    Hi! I am using mini bridge in indesign but if i select some files and press space to get "quick preview" after i exit my files go down in the list. I have few files and i whont to chose what is the best, but it's so irritant. If someone need example

  • Edit In Lightroom, catalogue in Elements 10. Can this be done?

    I have 55,000 images catalogued in Elements 10 (took me three months to finish the job) and I now want to switch to Lightroom for editing whilst retaining my PS catalogue. Can I therefore, import initially into Lightroom (from camera), edit, then exp

  • Classes or Books on Video For Web

    Hello my fellow FMS community! Does anyone know of some good classes to attend or books to read on delivering video to the web?  Also, some classes strictly geared toward the FMS would be awesome too.  I've been using FMS since v1 (I believe it was c