Project in JAR does not want to run

Hello,
sorry my english is not very good.
I ended a small application using rules business (with Drools) when I execute my project with Eclipse, everything works, my files are created. But when I execute the file JAR, there is no file of created,
Where from comes the problem?
My MANIFEST file
Manifest-Version: 1.0
Classpath: org.drools.eclipse_4.0.4.jar
Main-Class: Lancement
and Exception with the command java -jar
C:\Documents and Settings\jcqbnt\My Documents>java -jar "Cr�er fichier d'erreurs.jar"
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/drool ===> Where is it?
s/WorkingMemory
at Lancement.go(Lancement.java:53)
at Lancement$1.actionPerformed(Lancement.java:42)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
thanks for your help

I know nothing about Drools but I am suspicious of the manifest Class-Path. The entry should be the jar file name, with a path relative to your jar file's location. I took a quick Google of drools and I am guessing that "org.drools.eclipse_4.0.4.jar" is not the jar file name you should be using.

Similar Messages

  • I bought a new imac running Loin and Office 2011. The server we use to access emails runs exchange 2003 and my IT person says the imac is not compatible with the server. The server does not want to let me access using any email software.

    I bought a new imac running Loin with Office 2011. I am the only mac in the office and the Server we use to access emails runs exchange 2003 and my IT person says the imac is not compatible with the server. The server does not want to let me access using any email software other than webmail access through our website. It looks as though 2011 is not compatible with 2003 per some searches online, but what are some options I have to gain full access again? I purchased parallels in hopes that this my help and I am able to use remote desktop connection to log on to server but can not drag and drop files I need. There is a shared drive on that Server we all use to exchange files.
    The two main issues are gaining access to my email again and ability to drag and drop files from mac to pc. I hope this is enough info to get some solutions.
    PS - IT person says my iMac's IP is what his server does not understand so that is why I can not login.

    Office 2011 is not compatbile with Exchange 2003.
    I suggest you post further Office related questions on Microsoft's own forums for their Mac software:
    http://answers.microsoft.com/en-us/mac

  • Error by compiling yacy: Target "build-jar" does not exist

    Hello
    I am trying to compile yacy by using this PKGBUILD (based in this one: http://aur.archlinux.org/packages.php?ID=14464):
    pkgname=yacy-svn
    pkgver=7387
    pkgrel=1
    pkgdesc="Peer to peer searchengine"
    arch=(i686 x86_64)
    url="http://yacy.net/"
    license="GPL"
    depends=('java-runtime' 'sudo')
    #depends=('jre' 'sudo')
    #makedepends=('jdk' 'apache-ant' 'subversion')
    makedepends=('apache-ant' 'java-environment')
    conflicts=(yacy)
    replaces=()
    provoids=(yacy)
    install=yacy.install
    source=()
    md5sum=()
    _svntrunk=svn://svn.berlios.de/yacy/trunk/
    _svnmod=yacy
    build() {
    cd $startdir/src/
    msg "Checking out svn-tree..."
    svn co -r $pkgver $_svntrunk $_svnmod || return 1
    cd $startdir/src/yacy/
    msg "Create working directory"
    cp -r $startdir/src/yacy $startdir/src/yacy-work
    rm -rf $(find "$startdir/src/yacy-work" -type d -name ".svn" -print)
    # svn-file, that buildscript can determine revision
    mkdir -p $startdir/src/yacy-work/.svn/
    cp $startdir/src/yacy/.svn/entries $startdir/src/yacy-work/.svn/entries
    cd $startdir/src/yacy-work/
    msg "compile and copy files..."
    ant build-jar installonlinux -DDESTDIR=$startdir/pkg || return 1
    mkdir -p $startdir/pkg/usr/share/java/yacy/
    cp lib/*.jar $startdir/pkg/usr/share/java/yacy/
    cp libx/*.jar $startdir/pkg/usr/share/java/yacy/
    mkdir -p $startdir/pkg/etc/rc.d
    m4 -DArchLinux $startdir/src/yacy/addon/yacyInit.m4 >yacy.init || return 1
    install -Dm755 yacy.init $startdir/pkg/etc/rc.d/yacy
    msg "Delete working directory"
    rm -rf $startdir/src/yacy-work
    But in the process I get this error:
    Buildfile: ~/yacy/src/yacy-work/build.xml
    BUILD FAILED
    Target "build-jar" does not exist in the project "YaCy".
    I have searched information related using google but I don't find one solution.
    I think it is a java related problem. I have installed Oracle's Java Runtime Environment jre-6u23-1
    I use Archlinux x86 2.6.36-2.
    Can anyone help me please?
    Thanks in advance

    OK
    Still I can't install yacy, but I was reading the file readme.txt included in the program's tarball.
    There, says to start yacy run:
    ./startYACY.sh
    I get this terminal output:
    ****************** YaCy Web Crawler/Indexer & Search Engine *******************
    **** (C) by Michael Peter Christen, usage granted under the GPL Version 2 ****
    **** USE AT YOUR OWN RISK! Project home and releases: http://yacy.net/ ****
    ** LOG of YaCy: DATA/LOG/yacy00.log (and yacy<xx>.log) **
    ** STOP YaCy: execute stopYACY.sh and wait some seconds **
    ** GET HELP for YaCy: see http://wiki.yacy.net and http://forum.yacy.de **
    >> YaCy started as daemon process. Administration at http://localhost:8080 <<
    When I have tried to access to localhost, I get the following message:
    Error connecting to localhost. Connection refused.
    But from terminal I can ping to localhost
    Can anybody help me with any of this troubles please?
    Last edited by zuargo (2011-01-08 15:55:48)

  • I went to iCloud and my mail doesn't recognize my password but even worst my iTunes does not want to open because it says my library is blocked somewhere on a hard disk where I  have no access ...

    I went to iCloud and my mail doesn't recognize my password but even worst my iTunes does not want to open because it says my library is blocked somewhere on a hard disk where I  have no access ...
    HELP HELP

    To confirm, your existing mail client isn't communicating with your existing and remote mail services at Dreamhost? Which mail client are you using (Apple mail?), and how is mail on the client set up?
    It would initially seem that your client is still referencing the server, either for its inbound or outbound mail. (And I'm not sure how unplugging the server helps here, unless there's some sort of a configuration issue, or a duplicate network address or such.) This would usually be something within the configuration of the mail client.
    The Mac OS X Server is significantly easier than the many other servers and server operating systems I've dealt with over the years, but it requires reading the manuals and/or some knowledge of networking and of server environments.
    Small shops and home folks without the time or inclination to "spin up" on these server areas can be well-served with some help initially configuring the server. Servers are different from clients. Stuff that you're implicitly used to using when you're running a client -- the DHCP server, for instance -- are what the servers provide you with.
    As for Mac OS X Server and particularly if you head outside of the default settings and sequences and off into the customizations, which is what has happened here, you might want to engage some assistance. Not just for the direct and obvious initial set-up sequence, but also for getting you set-up and started with backups and other such tasks. Before you get too deep in here and get too much underway and too much saved on your disks, do seriously consider getting somebody in to help set this box up for you.
    Mac OS X Server is not "no IT", but it is rather closer to "less IT" than most. Particularly once you get it configured and running.

  • Imported Jar file not loaded at run time ORA-105100

    Oracle 9iDS forms Version 9.0.2.9.0
    Oracle 9iAS Release 2
    I have imported java classes from a jar file into my form. I have it working in client server. Added the entries to the classpath in the default.env and system environment variable for development of the form and for execution.
    Moved the jar file, form and testing html to the application server. Modified the classpath in the default.env file. Tested the form. Got the ORA-105100 error. MetaLink note 261650.1 states that error frm-40735 When-Button-Pressed triger raised exception ORA-105100 if calling a java function from a jar file. Cause: Jar file not loaded at run time. Solution: add in your default.env CLASSPATH parameter your jar file including the whole directory of the jar file location. That has been done and the OC4J has been restarted. Still get error.
    Oracle support has not been able to give me much help as of yet. Does anyone have any further ideas, or documentation that I can read to help get this working?
    Thanks in advance for any assistance that is offered.

    Hey people any clues?

  • Windows does not want detect my DVD drive

    I do have HP Pavilion dv7-1133cl after uisng Windows Recovery my Windows Vista does not want to recognize DVD drive.
    When I have followed all advices what I have read here on chats I have find message:
    Windows cannot load the device driver for this hardware. The driver may be corrupted or missing. (Code39)
    I do not know what to do with this problem.
    I will be really grateful for any help or advice what to do with it.
    Regards
    Gregory

    This is usually caused by a known software issue and happens across the board will all computer manufacturers due to a conflict with media burning/ripping applications...
    You can either run this file , go online to Microsoft's site for a fix, or manually fix it by following the instructions below:
    Manually delete the registry entries
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756  (http://support.microsoft.com/kb/322756/ ) How to back up and restore the registry in Windows
    Note Before you use this method, uninstall all CD or DVD writing or recording programs. Deleting the corrupted registry entries might cause problems with any other CD or DVD writing or recording programs that are installed on your computer. Uninstalling these programs before you start will help you avoid any problems that removing the registry entries might cause. You can reinstall these programs after the problem is resolved.
    This method provides step-by-step instructions for how to use Registry Editor to delete the following corrupted Registry entries:
    UpperFilters
    LowerFilters
    Step 1: Start Registry EditorStart Registry Editor
    Start Registry Editor...type "regedit" into the run box on the start menu.
    Step 2: Delete the UpperFilters registry entry
    In Registry Editor, expand My Computer, and then expand HKEY_LOCAL_MACHINE.
    Expand SYSTEM, and then expand CurrentControlSet.
    Expand Control, and then expand Class.
    Under Class, click {4D36E965-E325-11CE-BFC1-08002BE10318}.
    In the details pane of Registry Editor, on the right side, click UpperFilters.
    Note You may also see an UpperFilters.bak registry entry. You do not have to remove that entry. Click UpperFilters only.
    If you see the UpperFilters registry entry in the details pane of Registry Editor, go to step 6.
    If you do not see the UpperFilters registry entry, you still might have to remove the LowerFilters registry entry. To do this, go to "Step 3: Delete the LowerFilters registry entry."
    On the Edit menu, click Delete.
    Click Yes when you receive the following message:Are you sure you want to delete this value?
    Step 3: Delete the LowerFilters registry entry
    In the details pane of Registry Editor, on the right side, click LowerFilters.
    Note You might see a LowerFilters.bak registry entry. You do not have to remove that entry. Click LowerFilters only.
    If you do not see the LowerFilters registry entry, unfortunately this content is unable to help you any more. Go to the "Next Steps" section for information about how you can find more solutions or more help on the Microsoft Web site.
    On the Edit menu, click Delete.
    Click Yes when you receive the following message:Are you sure you want to delete this value?The LowerFilters registry entry is removed.
    Exit Registry Editor.
    Step 4: Restart your computer
    Restart your computer. After you have done this, try to access the CD or DVD drive. If you can access the CD or DVD drive, and if you do not receive an error message, the problem is resolved. You can reinstall your CD or DVD writing or recording software.

  • Macbook pro does not want to start up

    Hi! I am having issues with my MacBook Pro. What's happening is that when I turn it on it does not want to load anything. I push the power button and the apple logo comes up and the little loading symbol at the bottom just keeps going around and around. I've left it on for about an hour straight to see if it finally loads or if anything happens and still I get no where. Has anyone had this issue before and if so, how was it resolved? I don't have the extend warranty from apple, so they're charging my $20 right off the back to use over the phone service. I have no problem paying for it, just rather see if there is a simple free way to get it fix instead of having to pay just to talk to someone over the phone. I also can't remember what operating system I am running on. PLEASE HELP!

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 3
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is damaged and the drive is probably malfunctioning. In that case, go to step 5.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 4
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 5
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 6
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 7
    Repeat step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 8
    This step applies only to a Mac Pro tower, not to any other model. A dead logic-board battery can cause a gray screen at boot. Typically the boot failure will be preceded by loss of the startup disk and system clock settings. See the user manual for replacement instructions.
    Step 9
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store to have the machine tested.

  • Flash Player 10 ActiveX, installed perfectly on FireFox but does not want to install on IE8

    I tried to install Flash Player 10 ActiveX but no luck
    operating system VISTA 32bit
    web browser and version IE8 32bit
    Flash Player version WIN 10,1,82,76
    is there anything in the security needs to be adjusted?
    It was running perfect before I do the latest upgrade
    It is running perfect on Fire Fox
    It is just not working on IE8
    Flash Player 10 ActiveX, installed perfectly on FireFox but does not want to install on IE8

    Hi, You might want to review the Troubleshooting Guide as it has been updated and a lot of new information is now included. If you prefer you can use the Manual Installer for IE which you'll see there. A lot of the questions that I would ask are listed also.
    http://kb2.adobe.com/cps/191/tn_19166.html
    Hope this is helpful for you.
    Thanks,
    eidnolb

  • LMS 3.2 CiscoWorks Daemon Manager does not want to startup in Windows Server 2008 64bit?

    I need help concerning the CiscoWorks Daemon Manager that does not want to startup.
    I keep on getting the Error 1053. I installed the CiscoWorks LMS 3.2 Evaluation.
    I just need the CiscoWorks Daemon Manager started up. I know a solution was posted but the link is invalid.
    This was the thread which I found:
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Network%20Infrastructure&topic=Network%20Management&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.2cd47f8d/0#selected_message
    Could somebody please assist me in this issue.
    Thank You
    Irvin

    Try the below:
    1. Select Control Panel -> System and Maintenance -> System.
    2. On the left pane, choose Advanced system settings.
    3. Under Performance section, choose Settings.
    4. Click the Advanced tab.
    5. Under Virtual memory section, click Change.
    6. Clear the "Automatically manage paging file size for all drives" checkbox.
    7. Then Click Custom and specify at least 2048 MB for the min, and at least 4095 MB for the max.
    8. Confirm the services are setup correctly.  In Windows, go to Start and click on 'Run...'.  Type in services.msc and make sure you have the
    following services set like this, change accordingly if not:
    CiscoWorks ANI database engine: Manual
    CiscoWorks Daemon Manager: Automatic
    CiscoWorks RME NG database engine: Manual
    CiscoWorks Tomcat Servlet Engine: Manual
    CiscoWorks Web Server: Manual
    CWCS Cmf database engine: Manual
    CWCS rsh/rcp service: Automatic
    CWCS syslog service: Automatic
    CWCS tftp service: Automatic
    DFM dfmEpm database engine: Manual
    DFM dfmFh database engine: Manual
    DFM dfmInv database engine: Manual
    10. Reboot after and see if this brings daemons up.

  • TS1474 I have already reset my ipod shut it off as well. I have upgraded Itunes and the ipod does not want to show up on Itunes anymore. It used to before but now it doesn't. How do I solve my problem?

    I have already reset my ipod shut it off as well. I have upgraded Itunes and the ipod does not want to show up on Itunes anymore. It used to before but now it doesn't. How do I solve my problem?

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    or
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Run this to help if it identifies the cause
    iTunes for Windows: Device Sync Tests
    Have you tried on another computer to help determine if you have a computer or iPod problem?

  • HT5621 my icloud does not want to reset to my current apple id . Why is this happening?

    My icloud does not want to recognize my current apple ID. it will not reset from my previous ID. How can i reset my Icloud preferences??

    You have to sign out by clicking the 'Delete account' button first, and before you do that turn off 'Find My iPad' if it's running.

  • Struts.jar does not exist

    I'm getting these errors in the global-application.log and the message "403 Forbidden" when trying to access my web application. Can anyone please tell me what might be wrong? The same web application is working fine on Tomcat, WebSphere CE and SunOne...
    06/12/13 15:43:30.203 opinio: Error preloading servlet
    javax.servlet.UnavailableException: /C:/Program%20Files/Oracle/OC4J/j2ee/home/applications/opinio/WEB-INF/lib/struts.jar does not exist.
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4730)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1019)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:649)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:428)
         at com.evermind.server.Application.getHttpApplication(Application.java:512)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1975)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1958)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.getHttpApplication(HttpSite.java:1910)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:427)
         at com.evermind.server.http.HttpRequestHandler.resolveApplication(HttpRequestHandler.java:395)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:437)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:534)
    06/12/13 15:43:30.296 opinio: 10.1.3.0.0 Started
    06/12/13 15:43:30.328 opinio: Servlet error
    javax.servlet.UnavailableException: /C:/Program%20Files/Oracle/OC4J/j2ee/home/applications/opinio/WEB-INF/lib/struts.jar does not exist.
         at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
         at javax.servlet.GenericServlet.init(GenericServlet.java:256)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:534)

    forgot to tell that the struts.jar is located in C:/Program Files/Oracle/OC4J/j2ee/home/applications/opinio/WEB-INF/lib/struts.jar, still OC4J is complaining that the file isn't there...

  • Iphone 4 does not want to sync with my computer

    I Phone 4 s does not want to sync with my computer after I have installed new updated software on the phone. Just show's on phone that I need to connect cable to I tunes ? I have restarted my computer and installed updated I tunes. My security on computer has also been disabbled.

    If you're running Windows, try closing iTunes, then right-click on the iTunes icon and choose Run as Administrator.  Then try synching again.

  • I have a macbook air/ipad/phone, etc.  I use my macbook for my home business and bought a TC.  My husband does not want it to be our default wifi.  Does it have to be?

    I have a macbook air/ipad/phone, etc.  I use my macbook for my home business and bought a TC to do backups.  My husband does not want it to be our default wifi/modem as he is exclusively a PC user.  Does it have to be?  I thought it did everything wirelessly??  I don't want to start disconnecting our modem/router etc as we are all set up with wireless printing and backups for that computer.  If I have to muck around with it I am thinking of not bothering??

    The TC will connect to your existing modem/router using an Ethernet cable. You will not have to use the wireless on the TC....you can even turn it off if you wish.
    Backups to the TC will occur over your existing wireless.
    Connect from a LAN <-> port on the modem/router to the WAN "O" port on the TC. Locate the TC anywhere that the Ethernet cable will reach. You can run the cable up to 300 feet with no loss.
    Things will not automatically configure themselves. You will have to do some mucking around....no more than you would if you were installing the TC anywhere else.
    Configure the TC to "create a wireless network". Once it is setup, you can ignore the TC wireless, or turn it off.

  • "netcfg2 -a" does not remove "/var/run/daemons/net-profiles"

    hello!
    i have found out, that a "netcgf2 -a" does not remove /var/run/daemons/net-profiles. after that i have to stop the net-profiles daemon by hand. i connect to networks with "netcfg2 <profile>", the net-profiles daemon will be started automatically by that command.
    is this an issue?
    another problem i have is, that netcfg2 even cannot connect to a network automatically, if i have two networks with the same beginning:
    for example: network a: foo; network b: foobar - when i want to connect to "foo" it uses the "foobar" profile, because the name of the profile file is listed before the name of the file from network a.
    bye iggy

    The first thing: I thing netcfg2 should not touch anything in /var/run/daemons, since that's the job of scripts in /etc/rc.d/* It's the same for any daemon you run - if you kill it manually, not using /etc/rc.d/<whatever> stop, then you have to clean up /var/run/daemons/<whatever> yourself as well.
    before connecting with netcfg2 there is no "net-profiles" in /var/run/daemons. after netcfg2 <profile> it is. after "netcfg2 -a" the file is still there, so it indicates net-profiles-daemon is still running.
    Last edited by iggy (2008-05-06 13:52:28)

Maybe you are looking for

  • Is it possible to create a footer showing the file name in a PDF doc?

    Hi, I am hoping to find a way to either create a footer that will show the name of the pdf file I am creating or otherwise emboss it onto the PDF so I know what I am looking at when I print.  I have a large number of documents and it will be difficul

  • SAP SD- ABAP-  Package

    Hi Everyone. This question is more specific to SD- ABAP. I have a small doubt. When saving tables (v/03) SAP asks for packages. If we are aware of the package, we can give it. However, at times I have found it blank. How we can come to know which pac

  • Help with rewriting the query for faster execution.

    Hello Everybody, We are on Version Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi I am trying to get data from tab1 where col8 is equal to ' ' at the same time If we 2 or 3 records matched on col1 and col2 with different dates(col3)

  • Very critical error in migration(Hyperion 9 to Hyperion 11)

    Hi All, I am facing very critical error during the migration. I have two servers, one with Hyperion 9 and other with Hyperion 11. I migrated(Planning Application, BRs) the Planning application from Hyperion 9 to Hyperion 11. Migration went well. Ever

  • Which Quicktime update do I need to run FCP 5.1.4

    I need to update my FCP to 5.1.4 (to match some files) but I know I need to update Quicktime first. Does anyone know what QT I need? Jamie