Maven 2.0 - problems getting started

Dear friends,
I'm trying to migrate my old fashioned maven projects to the new version of maven 2.0
At first steps I'm just trying to run the console command that appear on the getting Started guide at the maven site, but it is simply not working over here.... the creation command runned well, but I can't compile the generated source code for some reason...
the problem is described as:
The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exi st or no valid version could be found
any tip?
[INFO] Scanning for projects...
[INFO] -------------------------------------------------------------------------
[INFO] Building Maven Quick Start Archetype
[INFO]    task-segment: [compile]
[INFO] -------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exi st or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sun Jun 11 11:52:35 CEST 2006
[INFO] Final Memory: 1M/2M
[INFO] ------------------------------------------------------------------------

As a first guess, you're unable to connect to a repository to download the plugin (not likely, if you're successfully building with Maven 1), or that repository is temporarily unavailable.
Best bet is to run with -e and see what else it tells you.

Similar Messages

  • Problems getting started with templates

    I am just getting started with the dreamweaver 30 day trial.
    I am trying to create my first file. When I try to open a new
    template file I get the message below-
    "Dreamweaver stores templates in the root folder of a site,
    but there are no sites defined. Please add a site"
    What does this mean? How do I find the templates? I am a
    total dreamweaver newbie trying to learn the program.
    Thanks

    ntmunger wrote:
    > I am just getting started with the dreamweaver 30 day
    trial. I am
    > trying to create my first file. When I try to open a new
    template
    > file I get the message below-
    >
    > "Dreamweaver stores templates in the root folder of a
    site, but there
    > are no sites defined. Please add a site"
    >
    > What does this mean? How do I find the templates? I am a
    total
    > dreamweaver newbie trying to learn the program.
    >
    > Thanks
    It's not a problem with templates.
    You have to create a site for your website - F1 will show you
    how to do
    that. Once you have a site created, you will be able to
    create new template
    files, and they can write themselves to the correct part of
    the site.
    HTH,
    Pete.
    Peter Connolly
    http://www.acutecomputing.co.uk
    Derby
    UK
    Skype ID: acutecomputing

  • Problems getting started with LabVIEW FPGA

    Two (probably) related questions:
    1. I am trying to get started with LabVIEW FPGA, and I am having trouble using a host VI to test my FPGA VI. I started with a basic QAM modulator VI, to be run on the FPGA, and I have reached the point where I need to verify the logic and timing with this VI running on the development computer with simulated IO. I have tried various combinations of putting the code inside single-cycle timed loops vs not; putting the modulator block directly into the host VI, and using the "FPGA reference" block. When neither the host VI nor the modulator VI use a single-cycle timed loop, I see correct behavior. In every other case, the output of the VI is either absent or incorrect. I need to use a single-cycle timed loop in the FPGA VI to properly verify timing behavior (as far as I know), so the one functioning case is not enough for me.
    I'm sure there is a key step I'm missing or misunderstanding, but I have not been able to figure it out myself yet. I've attached my modulator diagram as well as two different attempts at host VIs. I can share other information, but I'm not sure what is most relevant.
    2. I am also trying to test a simple wrapper VI for the Xilinx FFT block, and I am having trouble accessing FIFOs inside the host VI. I thought this would be relatively straightforward, but when I tried to change the "method" on an "invoke method" block, there were no options for accessing FIFOs, as I understood there should be. This is a total roadblock for me. These two diagrams are also attached, the test diagram shows the options available to me for the "invoke method" block.
    Labview 2013, PXIe-7965R, PXIe-8133 controller. 
    I had to combine the diagram images; in case they are hard to follow this way, see the individual images here: http://imgur.com/a/oB6OD .
    Thanks in advance for any suggestions.
    Attachments:
    mod_all.png ‏68 KB
    fft_all.png ‏52 KB

    Hello Monguin61
    If you are having problems reading from DMA FIFO's you should test them using a very simple code to understand their behavior. First, you could start taking a look to the linked documents:
    Reading DMA FIFOs from Host VIs (FPGA Interface)
    Using DMA FIFO to Develop High-Speed Data Acquisition Applications for Reconfigurable I/O Devices
    FIFO.Read (Invoke Method)
    Then you could test and analyze a simple example to understand how it works, for example this one: Simple DMA FIFO Example for FPGA.
    Check the references when you are using DMA FIFO's, I noticed you did not connect them in the second picture attached.
    Regards
    Frank R.

  • Problem getting started with OCCI

    Probably a dumb question, but I am having trouble getting the OCCI samples to compile and run with VC6. To try to compile them out of the box, I created a plain Win32 project, added the occi Library and header to my project.
    None of the samples would compile, looked at the errors, which suggested I should have defined WIN32COMMON. I did, and everything compiled. Now whenever I get to a point where the code attempts to retrieve something from a ResultSet I get ASSERTIONS in the delete operator (debug mode) or access violations in release mode.
    Stumped.
    Can anyone give me a clue as to how to get started?
    Thanks,
    Mark

    Mark,
    I had the same problem but I figured it out what to do to get it work (took me quite a while...)Ok, here are the things you have to do (in VC 6.0):
    * project setting / linker / using following libs only (for Release and Debug!):
    oci.lib oraocci9.lib msvcrt.lib msvcprt.lib With these settings I got all OCCI samples to work properly (Release and Debug).
    Though developing my own stuff, I still had problems in the debug version sometimes (I'm using Win2K). I found out, when ever the "C:\WINNT\system32\msvcp60d.dll" was loaded at program start (see debug window of your VC) I got some more assertions. So I renamed the "msvcp60d.dll" to "msvcp60d.dll.bak" and copied the "msvcp60.dll" to "msvcp60d.dll". And now everythings works fine.
    I guess the reasons for these assertions is the occi libs own memory management, which isn't traced correctly by the debug version of
    the "msvcp60.dll"
    Cheers,
    Johannes

  • Problem getting started with Mapviewer (mv10131_qs)

    Newby question,
    I followed the readme file and I can get http://localhost:8888 to work but not http://localhost:8888/mapviewer. The result is 404 Hot Found.
    I also followed the instruction to load the demo data from from "mvdemo_10131.zip". So I created a mvdemo database with mvdemo user mvdemo passord.
    Any idea,
    Thanks in advance.

    Yes, I did run Start.bat.
    I edit it also to point to the Java distribution within Oracle folders to avoid problems with other Java installations:
    D:
    cd D:\Oracle\product\10.2.0\db_1\oc4j\j2ee\home
    "D:\Oracle\product\10.2.0\db_1\jdk\bin\java" -server -Xmx384M -jar oc4j.jar
    I am using FireFox and I have Apache running on that system. Do you know of incompatibility?
    Thanks a lot!

  • Problem getting started weblogic server (for BI Publisher)

    Hello,
    I am trying to run services BI publisher
    But I can't because I have the following error:
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx1024m
    WLS Start Mode=Production
    CLASSPATH=C:\BI11\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;C:\BI11\Oracle_BI1\bifoundation\jdbc\jdk16\bijdbc.jar;;C:\BI11\patch_wls1035\profiles\defaul
    t\sys_manifest_classpath\weblogic_patch.jar;C:\BI11\JROCKI~1.2-4\lib\tools.jar;C:\BI11\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\BI11\WLSERV~1.3\server\lib\weblo
    gic.jar;C:\BI11\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\BI11\WLSERV~1.3\server\lib\webservices.jar;C:\BI11\modules\ORGAPA~1.1/lib/ant-all.jar;C
    :\BI11\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\BI11\wlserver_10.3\server\lib\weblogic.jar;C:\BI11\oracle_common\modules\oracle.dms_11.1.1\dms.jar;C:\BI11\or
    acle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;C:\BI11\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;C:\BI11\oracle_common\modules\oracle.odl_11.1.
    1\ojdl.jar;C:\BI11\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\BI11\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\BI11\ORACLE~1\modules\orac
    le.jrf_11.1.1\jrf.jar;C:\BI11\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\BI11\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\BI11\patch_wls1035\profiles\default\native;C:\BI11\WLSERV~1.3\server\native\win\32;C:\BI11\WLSERV~1.3\server\bin;C:\BI11\modules\ORGAPA~1.1\bin;C:\BI11\
    JROCKI~1.2-4\jre\bin;C:\BI11\JROCKI~1.2-4\bin;C:\oracle11g\dbhome\bin;C:\;C:;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\VAIO;C:\Program Files\Ja
    va\jre6\bin;;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\E900\system\bin32;C:\E900\DEMO\bin32;C:\BI11\Oracle_BI1\products\Essbase\EssbaseServer\bin;
    C:\BI11\Oracle_BI1\bin;C:\BI11\Oracle_BI1\opmn\bin;C:\BI11\Oracle_BI1\opmn\lib;C:\BI11\Oracle_BI1\perl\bin;C:\BI11\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Oracle JRockit(R) (build R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32,
    compiled mode)
    Starting WLS with line:
    C:\BI11\JROCKI~1.2-4\bin\java -jrockit -Xms256m -Xmx1024m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\BI11\WLSERV~1.3\server\lib\weblogic.policy -D
    weblogic.ProductionModeEnabled=true -Doracle.home=C:\BI11\Oracle_BI1 -da -Dplatform.home=C:\BI11\WLSERV~1.3 -Dwls.home=C:\BI11\WLSERV~1.3\server -Dweblogic.hom
    e=C:\BI11\WLSERV~1.3\server -Dcommon.components.home=C:\BI11\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk
    14Logger -Ddomain.home=C:\BI11\USER_P~1\domains\BIFOUN~1 -Djrockit.optfile=C:\BI11\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.server.config
    .dir=C:\BI11\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\servers\AdminServer -Doracle.domain.config.dir=C:\BI11\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Digf.a
    risidbeans.carmlloc=C:\BI11\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\BI11\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\arisidprov
    ider -Doracle.security.jps.config=C:\BI11\USER_P~1\domains\BIFOUN~1\config\fmwconfig\jps-config.xml -Doracle.deployed.app.dir=C:\BI11\USER_P~1\domains\BIFOUN~1\
    servers\AdminServer\tmp\_WL_user -Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\BI11\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\BI11\ORACLE~1
    \modules\oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=C:\BI11\Oracle_BI1
    -DEPM_ORACLE_HOME=C:\BI11\Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=C:\BI11\Oracle_BI1 -DHYPERION_HOME=C:\BI11\Oracle_BI1 -DEPM_ORACLE_IN
    STANCE=novalue -Dhyperion.home=C:\BI11\Oracle_BI1 -DEPM_REG_PROPERTIES_PATH=C:\BI11\USER_P~1\domains\BIFOUN~1\config\fmwconfig -Depm.useApplicationContextId=fal
    se -Doracle.biee.search.bisearchproperties=C:\BI11\Oracle_BI1\bifoundation\jee\BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=
    true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.SSL.enableJSSE=true -Dfile.enc
    oding=utf-8 -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BIS
    earchServiceConfiguration -Dxdo.server.config.dir=C:\BI11\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_DIR=C:\BI11\Oracle_BI1\common\
    fonts -Dem.oracle.home=C:\BI11\oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dw
    lw.logErrorsToConsole=false -Dweblogic.ext.dirs=C:\BI11\patch_wls1035\profiles\default\sysext_manifest_classpath weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Apr 10, 2012 3:07:11 PM CEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable thi
    s check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Apr 10, 2012 3:07:11 PM CEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disabl
    e this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true><Apr 10, 2012 3:07:12 PM CEST> <Info> <WebLogicServer> <BEA-000377> <Starting We
    bLogic Server with Oracle JRockit(R) Version R28.1.3-11-141760-1.6.0_24-20110301-1429-windows-ia32 from Oracle Corporation>
    <Apr 10, 2012 3:07:12 PM CEST> <Info> <Management> <BEA-141107> <Version: Weblogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Apr 10, 2012 3:07:14 PM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Apr 10, 2012 3:07:14 PM CEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Apr 10, 2012 3:07:15 PM CEST> <Notice> <Log Management> <BEA-170019> <The server log file C:\BI11\user_projects\domains\bifoundation_domain\servers\AdminServer
    \logs\AdminServer.log is opened. All server side log events will be written to this file.>
    Apr 10, 2012 3:07:23 PM oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider pushLdapNamesTolibOvd
    SEVERE: JPS-02592
    <Apr 10, 2012 3:07:23 PM CEST> <Error> <Security> <BEA-090892> <The loading of OPSS java security policy provider failed due to exception, see the exception sta
    ck trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Er
    ror message: JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap" in JPS context "default", cause: org.xml.sax.SAXParseExcep
    tion: <Line 2, Column 1>: XML-20108: (Fatal Error) Start of root element expected.>
    <Apr 10, 2012 3:07:23 PM CEST> <Critical> <WebLogicServer> <BEA-000386> <Serversubsystem failed. Reason: weblogic.security.SecurityInitializationException: The
    loading of OPSS java security policy provider failed due to exception, see theexception stack trace or the server log file for root cause. If still see no obv
    ious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-02592: Failed to push ldap config data to libOvd f
    or service instance "idstore.ldap" in JPS context "default", cause: org.xml.sax.
    SAXParseException: <Line 2, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    weblogic.security.SecurityInitializationException: The loading of OPSS java security policy provider failed due to exception, see the exception stack trace or the server log file for root cause. If still see no obvious cause, enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message:JPS-02592: Failed to push ldap config data to libOvd for service instance "idsto
    re.ldap" in JPS context "default", cause: org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1398)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap" in JPS context "def
    ault", cause: org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:167)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    Truncated. see log file for complete stacktraceCaused By: oracle.security.jps.JpsException: JPS-02592: Failed to push ldap conf
    ig data to libOvd for service instance "idstore.ldap" in JPS context "default",cause: org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-20108: (Fatal Erro
    r) Start of root element expected.
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPDPService(PolicyUtil.java:2855)
    at oracle.security.jps.internal.policystore.PolicyUtil.getPDPService(PolicyUtil.java:3099)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:164)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:369)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap"
    in JPS context "default", cause: org.xml.sax.SAXParseException: <Line 2, Column1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider$NoLibOvd.getInstance(LdapIdentityStoreProvider.java:341)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:118)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:74)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServiceInstance(ContextFactoryImpl.java:139)
    at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getContext(ContextFactoryImpl.java:170)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.igf.IGFException: JPS-02592: Failed to push ldap config data to libOvd for service instance "idstore.ldap" in JPS context
    "default", cause: org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
    at oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider.pushLdapNamesTolibOvd(OvdIGFServiceProvider.java:321)
    at oracle.security.jps.internal.igf.ovd.OvdIGFServiceProvider.prepareDataPush2libOvd(OvdIGFServiceProvider.java:370)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider$NoLibOvd.getInstance(LdapIdentityStoreProvider.java:339)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:118)
    at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.getInstance(LdapIdentityStoreProvider.java:74)
    Truncated. see log file for complete stacktrace
    Caused By: org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-20108: (FatalError) Start of root element expected.
    at oracle.ods.virtualization.engine.config.parsers.ConfigErrorHandler.fatalError(ConfigErrorHandler.java:101)
    at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:432)
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:414)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:356)
    Truncated. see log file for complete stacktrace
    Caused By: org.xml.sax.SAXParseException: <Line 2, Column 1>: XML-20108: (FatalError) Start of root element expected.
    at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)
    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:287)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:414)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:355)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:226)
    Truncated. see log file for complete stacktrace
    >
    <Apr 10, 2012 3:07:23 PM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Apr 10, 2012 3:07:23 PM CEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Apr 10, 2012 3:07:23 PM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    help me please
    Thanks.
    Edited by: 842284 on 10 avr. 2012 07:41

    Hi,
    Please navigate to the fmwconfig folder and check the adapters.os_xml file.
    $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml
    There are chances the adapters.os_xml file could be corrupted due to which the Weblogic server fails to start.
    Please verify if the adapters.os_xml file is valid.
    In case the file is corrupted, please perform the following steps :
    1) Take a backup of $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml
    2) Delete $DOMAIN_HOME/config/fmwconfig/ovd/default/adapters.os_xml
    3) copy adapters.os_xml from $MW_HOME/oracle_common/modules/oracle.ovd_11.1.1/templates/ to $DOMAIN_HOME/config/fmwconfig/ovd/default/
    4) Restart the server.
    Regards,
    Kal

  • Verify this account - problems getting started in iCloud

    I have a valid Apple ID -- my primary email address.  This is what I use for all my iTunes purchases.
    I also have a 'nickname' Apple ID that I use here in these discussion forums.  That nickname is affiliated with my primary email address.
    Awhile ago, I did set up a MobileMe account for myself, but I no longer use it.
    When I started to go through the motions of setting up iClound, it defaults to my @me.com address.  I changed it to my valid Apple ID, my primary email address.  But iCloud isn't validating.  It keeps telling me to 'check my email for the next instructions.'  I get the same error when I try to setup Find My Friends.  Even clicking on the 'resend email' button doesn't do anything.  I've confirmed that no email went to my spam folder.
    What gives?

    Update:
    I go to appleid.apple.com, and I can log on with my nickname I use for my Apple ID.  It lists my primarly email address correctly, and has a green 'verified' checkmark next to it.
    Below it is a box stating "Make your Apple ID and primary email address one and the same" with a bit yellow triangle icon with an exclamation point inside.  It lists my primary email address, and I click on 'submit' and .... nothing happens.
    I've set up my gmail address as an alternative address, and that was verified.
    Why is Apple making this so hard?

  • Problem getting started with IDM

    I just need a new, clean installl of IDM 7.1, using MySQL and Windows 2003. The installation seemed to have gone fine, I didn't get any errors. However, when I go to http://localhost:8080/idm for the first time, instead of a logon page, I get a page asking me to import an exchange file. I tried the init.xml in the sample library, but that returned an error: http error 500.
    Any suggestions?

    Hi there,
    Did you solve this? And if so how? I have installed IDM 7.1 and I am also having the same problem. When I goto idm on my webservers port I get this page asking for an exchange file rather than a login page. When I try to upload the init.xml in the sample directory in WSHOME/IDM/Samples I just get a HTTP 500 java exception error:
    org.apache.jasper.JasperException: Exception in JSP: /configure/../includes/../includes/getSession.jsp:42
    39: // _wsSess is needed by getLocale.jsp
    40: Session _wsSess = null;
    41:
    42: request = BufferedRequest.wrap(request);
    43:
    44: // Create a local RequestState object for this page
    45: RequestState req = new RequestState(session, request, response, _wsSess, p);
    Stacktrace:
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:467)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:371)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    javax.servlet.ServletException: javax/activation/DataSource
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
         org.apache.jsp.configure.fileimport_jsp._jspService(fileimport_jsp.java:686)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    java.lang.NoClassDefFoundError: javax/activation/DataSource
         java.lang.ClassLoader.defineClass1(Native Method)
         java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1847)
         org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:873)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1326)
         org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1205)
         java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         com.waveset.ui.util.BufferedRequest.addAttachment(BufferedRequest.java:661)
         com.waveset.ui.util.BufferedRequest.parseMultiPartFormDataRequest(BufferedRequest.java:610)
         com.waveset.ui.util.BufferedRequest.parseRequest(BufferedRequest.java:555)
         com.waveset.ui.util.BufferedRequest.<init>(BufferedRequest.java:230)
         com.waveset.ui.util.BufferedRequest.wrap(BufferedRequest.java:220)
         org.apache.jsp.configure.fileimport_jsp._jspService(fileimport_jsp.java:199)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    I have checked my MySql database is running and it is so I am unsure what to do.

  • Problem Getting started with JDeveloper3.1

    I just downloaded JDeveloper 3.1 from OTN. Installed it. But its giving an error opening the JDeveloper. The error is
    "Unable to start a Java VM for JDeveloper"
    I am new to JDeveloper (and to Java itself). So I am not sure what its expecting. The readme.htm (release notes) doesnot talk much about installation and troubleshooting.
    I tried troublesheeoting on my own. tried executing java1.2\bin\java. Wrote an error saying "Error loading ...\Java1.2\JRE\bin\ojvm\jvm.dll".
    Looks like problem with OracleJVM. Then reading through release notes, tried installing jre1.3 (notes talks about 1.3rc2., I dont know what they mean. Searched the whole of javasoft site for that word with no luck). The added -ojvm to the jvm.cfg file. But InstallOJVM didnot work.
    So here I am questioning myself "IS IT HIGH TIME stop bashing Microsoft and move on...."
    Any help is appreciated.
    Thanks.

    I agree, I have just installed it on a Windows 95 Laptop, and for all the looking I did I didn't realise that it was not supported on 95. Most installs these days detect the OS early and tell you that it is not supported. .... might be something that Oracle will include in the future.
    null

  • SLES Install.... problem getting started. At a loss

    I have downloaded the SLES-11-sp2-x86-64-gm-DVD1 and DVD2 and burned the .iso's to a 2 disk set. I verified the disks and read the "readme" file on the dvd1 disk that says to insert and boot off of this disk. I have a fresh 2TB Seagate HD for a new install w/ 37gb windows partition and balance unformatted. Intel i5 processor on the new server. Boot sequence is set to CD/DVD player as first boot. When I try to boot all I get is the error "no operating system found. Press any key to repeat boot sequence." I know the boot sequence of drives is set correctly because boot disks for other op systems work fine as a test.
    What am I doing worg this time???

    So, might be talking to myself here but really need some advise.
    The SLES-11-sp2-x86-64-gm-DVD1 I burned the .iso for did finally boot. Burned it off on another computer DVD burner.
    I go through all of the install process, booting with the SLES....DVD 1. I am using a fresh 2TB disk this time(s) with all unallocated spce. The install goes through without showing any errors and then goes to the countdown to re-boot and re-boots. Re-booting with the DVD-1 disk removed, I still get the error "No operating system found. Press any key to repeat boot sequence." Which will not go away.
    So, if I try again and put the SLES-11....DVD-1 install disk back in beforre-booting , re-boot and go to "repair installation" instead of new installation and then to "automatic repairs", I get a message under "Check File Systems" that says:
    "Installing Kernal Modules for File System Support"
    Loading failed for kernal modules: ntfs problematic
    The auto repair does not allow boot file to be created and I'm stuck.
    Still at sqaure one, just the other side of the square.
    Still really needing help. If I don't get any replies, I'll try a new thread.
    Thanks
    johnb

  • Problems getting started in SSRS

    Clearly the hard part (so far) is just getting the right stuff installed and running.
    I made perhaps the naïve assumption that I could design and debug/run reports locally before publishing to our server. I am running Windows 7 and have (I think) everything installed. I have SSDT-BI VS 2012 installed, I installed Reporting & Integration
    Services form the SQL Server 2012 we have. I have been in the configuration manager and
    applied the defaults. I can see SSRS & SSIS are running in services (even restarted them).
    Going to the ReportServer URL fails with a very generic and unhelpful message: rsServerConfigurationError. I looked into the SSRS log files for more information: No DSN present in configuration file
    Not sure what DSN I need to make, if in fact I need to...who knows.
    Now, I don't have the full SQL Server installed on my machine, just express, which was already there.
    I just really don't know where to look next for a solution. As it is I have VS 2005, 2008, 2010 & 2013 installed, as well as SQL Server Native Clients: 2005, 2008, 2012 installed. I may have
    too much installed but you never know what to keep and what to discard, some application might need it.

    Hello,
    Based on my test, I cannot create Report Server database on the SQL Server instance with Express edition for the Reporting Services with Develop edition.
    Just as Olaf post above, SSRS Express can only connect to SQL Server Express locally, Please try to use other SQL Server instance which meet the edition requirement as show in the following article:
    http://technet.microsoft.com/en-us/library/cc645993.aspx#Reporting
    Based on the error message:"No DSN present in configuration file", it seems that the DSN tag is missing in the rsreportserver.configure file. The DSN property contains a connection to the report server database. Please check you configuration file and the
    DSN tag.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Problems getting started using Variables & Datasets

    Hello,
    I am new to this forum and new to scripting in Illustrator and scripting in general.
    I have an XML file containing a number of datasets each consisting of a number of text variables which I want to use to create a deck of trading cards.
    Each trading card consists of a Text Field for the title of the card and a number of icons, which are instances of various Symbols
    I have written a script to create each card and i can load the variables into my javascript using: newCard.importVariables(new File(xmlPath));
    I now need to access the data in the datasets in order to populate the card.
    To provide some context, this is an image of one of the cards with placeholder art:
    Currently, for the icon in the top right hand corner (the PHASE icon) I am using the following code:
    phase = "night";
    phaseIcon = newCard.symbols.getByName(phase);
    phaseIcon1 = newCard.symbolItems.add(phaseIcon);
    phaseIcon1.top = 232;
    phaseIcon1.left = 140;
    What i want to be able to do, is to pull the value for the <phase></phase> TextVariable from my XML dataset and insert that into the script, but I don't know how. This is where I am stuck as to how to proceed. Any help is greatly appreciated.
    Thanks,
    Nick

    Thanks for posting. I can't give a reason for my choice of software and scripting language other than I *love* Illustrator and have yet to get to grips with InDesign and javascript is a language I have been trying to teach myself and am most familiar with.
    I have been reading through the ExtendScript Toolkit Javascript docs and have managed to get this working:
    idoc = app.activeDocument;
    var wolfCardsXML = new XML ( "<wolfcards> <card> <title>Wind Through the Trees</title> <phase>dusk</phase> <fear>fear1</fear> <weather>weather1d</weather> <bonus1>pluck1</bonus1> </card> </wolfcards>" );
    var currentCard = wolfCardsXML.card[0];
    var phaseValue = currentCard.phase.toString();
    var phaseIcon = idoc.symbols.getByName(phaseValue);
    var phaseIcon1 = idoc.symbolItems.add(phaseIcon);
    This works fine to read the XML data, pull the <phase> value and then use that to pull a Symbol of the same name and place it on the artboard, which is exactly what I want to be able to do. Obviously tho, I have 100+ <card> elements i want to store and loop through to produce all the cards in the deck, but it seems that new XML () will let me do this if i can just pull in the xml data from a txt file as one long text string. Could anyone please suggest a way of being able to do this? Thanks

  • Problems getting started with ipad

    I just bought an Ipad and I connected it to my computer and downloaded itunes as it said and my ipad still has that message on it to connect to itunes.  what am I doing wrong????
    Thanks

    What computer/OS are you using?
    In iTunes, is your iPad shown under "DEVICES"?
    Did you install the USB driver to connect your iPad to your computer?
    Additional information:
    http://support.apple.com/kb/HT4053
    http://support.apple.com/kb/HT1386

  • Problems getting started

    Hello, I feel like a big dummy, but i downloaded digital editions, activated my computer, but the library asks for a "pin" and won't accept my adobe password.  is there a step i have missed?

    You may want to ask this over at the Digital Editions Forum.
    http://forums.adobe.com/community/adobe_digital_editions
    Be well...

  • Got a Problem? How to Get Started

    Getting started on fixing your problem:
    Working with video editing on an NLE (Non Linear Editor) program can tax the most robust computers. Depending on many factors, this can be a daunting task, at best. Many of the components of one’s computer can be stressed, more than with almost any other operation, that it will ever perform.
    Getting help on the forum can seem almost as daunting, as the first thing that a poster is likely to encounter is a list of questions, before any answers. This is the natural flow, because people are trying to help remotely. They cannot come to your office and sit behind you to determine your computer system’s capabilities, and observe just what you are doing, when and how you are doing it. Do not be put off by these questions, as they are very necessary and will very likely give the respondents some clues on where to look for your problem.
    Problems can normally be broken down into these categories:
    1.) System
    2.) Assets (the Audio, Video and still images)
    3.) Project (how it is setup and with which Preset)
    4.) Workflow (what you are doing, and how you are doing it)
    If you prepare a checklist, before you post your problem, it will save everyone a great deal of time, and will likely yield your answer much more quickly. The more detail that you furnish, the fewer questions will remain, that have to be asked. Remember, you have to be the "eyes" for the others on the forum, if they are expected to help you. They could be thousands of mile away, in other time zones, and will not know about your system, your Assets, your Project or your workflow, until you tell them. Help them get started quickly, by telling them in your first post. Do your "homework," so they do not have to ask questions for the first five responses, and can start giving you answers much more quickly.
    System:
    Be very specific about your computer. Just saying that "I have a Dell" doesn’t tell them much of anything. List your CPU type and speed, i.e. Core2 Quad Q6700 2.3GHz. Same for your RAM, i.e. 4GB of DDS. Also, list your Video Card, type, connection and driver number and date. Same for your Audio System. Note: most of this data can be found in Control Panel>System>Hardware>Device Manager. Pointing people to a URL on your computer company’s Web site isn’t a bad idea, but giving the exact details of your system is far, far better. It is likely that that Web site will have the general configuration, and who knows if that is exactly what you bought. List it for them, so they do not have to go and guess, and write down the specs. of your system.
    One of the most important aspects of your system will be the I/O sub-system. What is that, you might ask? Well, it’s your HDD’s (Hard Disk Drives). The important info is how many physical HDD’s do you have. List their size, their speed, their connection, the amount of free, defragmented space and how they are allocated. This would look something like this: "3x 200GB SATA II. Drive C:\ OS, programs and Windows Virtual Memory with 185GB free, D:\ media with 120GB free, E:\ Project files, output and Scratch Disks with 150GB free." If you have any drive partitioned (not a good thing nowadays), let everyone know and give details. If you have a RAID, give full details on how it is managed, the type and how it is used in your system. [As an aside, most RAID’s should not really be considered for a system drive, unless one has built in redundancy in the RAID, i.e. 3, or more, physical disks. Remember, this info can be critical. If you have CD/DVD burners, list them and their connections. If you have external HDD’s, list them with the same details as for your internal HDD’s.
    Next, tell about your Windows Virtual Memory (Page File). How large is it, where is it located on your system and how is it managed, i.e. dynamically by Windows, or static? Again, this can be critical. For info, you will need to go to Control Panel>System>Advanced>Performance and look. In the Settings>Advanced, you should see things like Process Scheduling, Memory Usage and Virtual Memory. This is where you will find the answers. Note: depending on which OS one has, the exact location and syntax may differ.
    While we’re on the OS, list the exact OS that you have, i.e. Vista Ultimate 64-bit SP-2 with all updates and hot-fixes.
    What version of the NLE are you using and has it been updated, i.e. PE3.0.2.
    Finally, list any other programs, that might be in use, while you are editing, such as MSN Messaging, etc. These can be critical, even though you are basically editing video.
    Assets:
    Give full details on your Assets. Just saying "a bunch of .AVI’s" tells people nothing. Be very specific with the details. See this ARTICLE on what info to give, and how to obtain it. Same for your Audio and for your still images. Size in pixels, file type, etc., are very important for the stills, and file type. Sample-rate and sample size are important for the Audio.
    Project:
    How is your Project setup? Which Preset did you use? What is the Duration of your Timeline. This gives someone the "lay of the land," so to speak and is very important. Note: your Project Preset should match your Video Assets. You can always Export/Share to some other frame size, or format, but your Project should match your Video Assets.
    Workflow:
    How have you arranged your Assets on the Timeline allows someone to "see" your Project in their mind. Information such as one 00;10;00;00 AVI (remember, you will have furnished complete details on those AVI’s, or MPEG’s when you listed your Assets above) on Video Track 1 (VT1) with its Audio on Audio Track 1 (AT1). One AVI used as a PiP (Picture in Picture) on VT2 with its Audio on AT2. One MP3 soundtrack for the full Duration on Soundtrack and my Narration on the Narration Track. List any Transitions, or Effects used. If you have Titles, list them. If you have any Keyframing used, list where and what they control.
    List exactly what you are doing and to which Asset you are doing it, when your problem occurs. If you are doing something like Export/Share, list the full settings (Presets) used, and be sure to mention any other tasks being performed by your computer, while you are doing the Export/Share.
    If you have already done some trouble shooting, list what you have done and the complete results. Were there any error messages? If so, give the full description. To say, "I had error messages," tells people nothing. What exactly did they say?
    This information will help people get right to your problem and will get you up and running much more quickly.
    As an aside, think about the title of your post. Saying "Problem" is not good enough. Instead, something like "PE7 Fails on Share to MPEG-2" would be better. First, you are trying to let everyone know something about your Problem, so they will see it, and be interested in helping you. If you are having an Audio issue, mention "Audio" in the title, so the right people will find your post. Not everyone knows everything about all aspects of Video. You want the right people to see your post and to be working with you, to fix your problem. Also, later on, it is good to have a title that will be easily found by others, who may have the same exact problem. If you get an answer that works, please post back that success, so others, finding your post, will know what worked, and what did not. Note: do not put your entire post into the title. That is just tough to read and understand. Use a few words, but make them the right words.
    Other useful links:
    Get Help Quickly
    FAQ's
    System Crashes
    PE Help
    Forum Etiquette
    Help others to better help you.
    Hunt

    Hi Bill, Ho
    w or more like where do I post a question.  I can go to a forum page wher
    e there are questions but there is no place to ost a question.
    If you could clear up this I would greatly appreciate it.  I've been looking for 2 hours.
    Thank you!
    Cindy

Maybe you are looking for

  • After AMD X2 3800 upgrade MSI Radio causes stop error

    Hi! First of all sorry for by bad English I have an MSI TV Anywhere master card for about two years now. Until now it was running fine, using the updated drivers from MSI's site This include the main driver, and the new WinDVR 3.0 and the updated MSI

  • JSF Lifecycle

    Hello all, I am experiencing the following problem: Imagine that there is a managed bean with scope = "request", called "bean". There is a page X that has a couple of properties bound to this bean: * commnandButton id="myButton" rendered="#{bean.butt

  • Path for WebApplication home directory?

    Hi I have a webapplication in which I need to create a directory at the same level as WEB-INF. The way I like to implement is that the path should be read from a .properties file. What path should be given such that the directory is always created at

  • Can you sync the iMac to the MacBook?

    I am new to Apple and love them! Is there any way to sync the i Mac to the Mac Book so that all the files are the same on both machines after traveling etc.?

  • Access code with CCM in a centralized deployment

    Hi, I've got a centralized deployment with CCM6 and two sites. I used two H.323 gateways and set the PSTN access code to 9. I defined my route pattern and put my gateways in a route list. My problem is that I've got most of the calls from site B rout