Issue on running a java application on tomcat 6.0.43 with error filter mappings

Hi ,
I am new to Java.
I am facing an issue on running J2EE application in Tomcat Server 6.0.43, I am getting the below error for which 404 page is displayed.
Jan 27, 2015 4:21:57 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\CapgeminiScripts\Support Tools\;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Java\jre6\bin;;.
Jan 27, 2015 4:21:57 PM org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:gui' did not find a matching property.
Jan 27, 2015 4:21:57 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 420 ms
Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.43
Jan 27, 2015 4:21:57 PM org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(D:\Users\sparipoo\workspace_KTW\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gui\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Jan 27, 2015 4:21:57 PM org.apache.tomcat.util.digester.Digester endElement
SEVERE: End event threw exception
java.lang.reflect.InvocationTargetException
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:928)
  at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:192)
  at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
  at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)
  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)
  at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)
  at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)
  at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)
  at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
  at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)
  at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
  at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
  at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
  at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
  at org.apache.catalina.core.StandardService.start(StandardService.java:525)
  at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)
  at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
  at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> /exportHandler/*.jsp in filter mapping
  at org.apache.catalina.core.StandardContext.addFilterMap(StandardContext.java:2531)
  ... 37 more
Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
SEVERE: Parse error in application web.xml file at jndi:/localhost/gui/WEB-INF/web.xml
java.lang.IllegalArgumentException: Invalid <url-pattern> /exportHandler/*.jsp in filter mapping
  at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2839)
  at org.apache.tomcat.util.digester.Digester.createSAXException(Digester.java:2865)
  at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1161)
  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(Unknown Source)
  at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
  at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1675)
  at org.apache.catalina.startup.ContextConfig.applicationWebConfig(ContextConfig.java:365)
  at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1045)
  at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:265)
  at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
  at org.apache.catalina.core.StandardContext.start(StandardContext.java:4616)
  at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
  at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
  at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1060)
  at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
  at org.apache.catalina.core.StandardService.start(StandardService.java:525)
  at org.apache.catalina.core.StandardServer.start(StandardServer.java:759)
  at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
  at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.lang.IllegalArgumentException: Invalid <url-pattern> /exportHandler/*.jsp in filter mapping
  at org.apache.catalina.core.StandardContext.addFilterMap(StandardContext.java:2531)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  at org.apache.tomcat.util.IntrospectionUtils.callMethod1(IntrospectionUtils.java:928)
  at org.apache.tomcat.util.digester.SetNextRule.end(SetNextRule.java:192)
  at org.apache.tomcat.util.digester.Rule.end(Rule.java:228)
  at org.apache.tomcat.util.digester.Digester.endElement(Digester.java:1158)
  ... 29 more
Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.ContextConfig applicationWebConfig
SEVERE: Occurred at line 27 column 20
Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.ContextConfig start
SEVERE: Marking this application unavailable due to previous error(s)
Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Error getConfigured
Jan 27, 2015 4:21:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/gui] startup failed due to previous errors
Jan 27, 2015 4:21:57 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 27, 2015 4:21:57 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 27, 2015 4:21:57 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/10  config=null
Jan 27, 2015 4:21:57 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 607 ms
Please find the web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
  <display-name>gui</display-name>
  <error-page>
    <error-code>500</error-code>
    <location>/errorpage.jsp</location>
  </error-page>
  <error-page>
    <error-code>404</error-code>
    <location>/errorpage.jsp</location>
  </error-page>
  <filter>
    <filter-name>exportHandler</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>exportHandler</param-value>
    </init-param>
    <init-param>
      <param-name>creationdateRequired</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter-mapping>
    <filter-name>exportHandler</filter-name>
    <url-pattern>/exportHandler/*.jsp</url-pattern>
  </filter-mapping>
   <filter>
    <filter-name>importHandler</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>importHandler</param-value>
    </init-param>
    <init-param>
      <param-name>creationdateRequired</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter-mapping>
    <filter-name>importHandler</filter-name>
    <url-pattern>/importHandler/*.jsp</url-pattern>
  </filter-mapping>
  <filter>
    <filter-name>importMonitor</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>importMonitor</param-value>
    </init-param>
    <init-param>
      <param-name>creationdateRequired</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter-mapping>
    <filter-name>importMonitor</filter-name>
    <url-pattern>/importMonitor/*.jsp</url-pattern>
  </filter-mapping>
  <filter>
    <filter-name>notificationHandler</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>notificationHandler</param-value>
    </init-param>
    <init-param>
      <param-name>creationdateRequired</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter-mapping>
    <filter-name>notificationHandler</filter-name>
    <url-pattern>/notificationHandler/*.jsp</url-pattern>
  </filter-mapping>
  <filter>
    <filter-name>npAgreement</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>npAgreement</param-value>
    </init-param>
    <init-param>
      <param-name>creationdateRequired</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter-mapping>
    <filter-name>npAgreement</filter-name>
    <url-pattern>/npAgreement/*.jsp</url-pattern>
  </filter-mapping>
  <filter>
    <filter-name>numberSearch</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>numberSearch</param-value>
    </init-param>
    <init-param>
      <param-name>creationdateRequired</param-name>
      <param-value>true</param-value>
    </init-param>
  </filter>
  <filter-mapping>
    <filter-name>numberSearch</filter-name>
    <url-pattern>/numberSearch/*.jsp</url-pattern>
  </filter-mapping>
   <filter>
    <filter-name>shared</filter-name>
    <filter-class>security.SecurityFilter</filter-class>
    <init-param>
      <param-name>gui</param-name>
      <param-value>shared</param-value>
    </init-param>
    </filter>
  <filter-mapping>
    <filter-name>shared</filter-name>
    <url-pattern>/shared/*.jsp</url-pattern>
  </filter-mapping>
  <servlet>
    <servlet-name>Login</servlet-name>
    <servlet-class>security.SecurityServlet</servlet-class>
  </servlet>
  <servlet-mapping>
    <servlet-name>Login</servlet-name>
    <url-pattern>/login</url-pattern>
  </servlet-mapping>
<resource-ref>
    <description>DB Connection</description>
    <res-ref-name>ds/NPAS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
  </resource-ref>
  <session-config>
    <session-timeout>480</session-timeout>
  </session-config> 
  <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
  </mime-mapping>
  <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
  </mime-mapping>
  <welcome-file-list>
    <welcome-file>login.jsp</welcome-file>
    <welcome-file>sample.jsp</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
  </welcome-file-list>
</web-app>
I don't understand as to why this error is appearing. For easy purpose marking the error part BOLD.
Please help me out if there is any solution for the same.
Regards,
Sirisha

nies out there right now that are offering all kinds of policies that are no doubt great and beneficial, it can also be confusing and overwhelming.
https://plus.google.com/communities/103681647604159596708
https://plus.google.com/communities/103681647604159596708
https://plus.google.com/communities/103681647604159596708
http://plus.google.com/communities/103681647604159596708
http://plus.google.com/communities/103681647604159596708
http://plus.google.com/communities/103681647604159596708
https://plus.google.com/communities/103681647604159596708?hl=en
https://plus.google.com/communities/103681647604159596708?hl=en
https://plus.google.com/communities/103681647604159596708?hl=en

Similar Messages

  • How do i run a java application in jdk1.3

    im trying to run a java application in jdk 1.3. I created it in jbuilder and i was trying to use the applet viewer.

    http://java.sun.com/j2se/1.3/docs/tooldocs/win32/appletviewer.html
    Jesper

  • How can I run a java-application on starting of Windows 2000

    How can I run a java-application without any user on starting of Windows 2000?
    For example, if the computer is restarted and nobody enter into it yet, my java-application should run anyway.
    How can I do that?

    Hi, you have to put it in a Windows service.
    To do this you have a program, Srvany.exe that allow to insert a .exe or .bat program in a Windows service.
    For example, i develop a program, TomcatGuardian and i put it in a service because i need to run it in a server without Administrator logged in.
    Regards,
    Ivan.

  • Running a java application from a java application

    hello ,
    please who knows how i can run a java application 'B' from inside another java application 'A' and get the error messages (if any) from the application 'B'

    how are you executing application B from application A? Please explain the java code you are using?

  • Running a Java application from a Swing GUI

    Hi,
    I was wondering if there is a simple way to run a Java application from a GUI built with Swing. I would presume there would be, because the Swing GUI is a Java application itself, technically.
    So, I want a user to click a button on my GUI, and then have another Java application, which is in the same package with the same classpaths and stuff, run.
    Is there a simple way to do this? Do any tutorials exist on this? If someone could give me any advice, or even a simple "yes this is possible, and it is simple" or "this is possible, but difficult" or "no this is not possible" answer, I would appreciate it. If anyone needs more information, I'll be happy to provide it.
    Thanks,
    Dan

    I don't know if it is possible to run the main method from another Java app by simply calling it...
    But you could just copy and paste the stuff from your main method into a new static method called something like runDBQuery and have all the execution run from there.
    How does that sound? Is it possible?
    What I'm suggeting is:
    Original
    public class DBQuery{
    public static void methodA(){
    public static void doQuery(){
    methodA();
    public static void main(String[] args){
    // Your method calls
    //Your initializing
    doQuery();
    }Revised:
    public class DBQuery{
    public static void methodA(){
    public static void doQuery(){
    methodA();
    public static void doMyQuery(){
    // Your method calls
    //Your initializing
    doQuery();
    // No main needed!!
    //public static void main(String[] args){
    // Your method calls
    //doQuery();
    //}

  • Running a java application in command prompt

    hi, I'm new to this forum.
    I would like to know what exactly needs to be specified to run a java application in a normal DOS command prompt.
    I know it is something like:
    javaw -classpath .\class GUI.applicationGUI
    where applicationGUI is the main class, right? What else do I need to do, since I have some other non-GUI classes that I need, inside the class folder ?
    Thanks for your time.

    You need to import those classes. And you need to make packages.
    In classes 1, 2 and 3 put:
    package class;
    In class 4 put;
    package class.GUI;
    Then you need to make the connection:
    In classes 1,2 and 3 put:
    import class.GUI.*;
    In class 4 put:
    import class.*;
    Compile each directory separately while in the respective directory. javac *.java
    Then go back to the directory above the directory "class" and run
    java class/GUI/name_of_file_containing_main_method

  • Is it possible to run a java application within a web browser?

    Hello everyone here! I have a question about running a java application within a web browser and I would appreciate it very much if anyone here can give me some answers.
    I have a standalone java application written with AWT. Basically this free application lets users to select spectral lines from a big file based on some criteria and plot those selected lines. Yes, it is a very simple application. Now I want to run this application within a web browser so that users don't need to download the application from the ftp site and thus don't need to install in their machine. Is it possible to run this application within browser? If yes, can we get the same plotting function as we run the application separately and where should I start out?
    Thanks in advance!
    kuilian

    Please see the signed applet discussion group for details of how to avoid the applet security restrictions. You can sign the applet, or use the policy file containing {AllPermission} for testing purposes (though not suitable for widespread deployment).
    Regards
    Matthew

  • Can we run a java application using Runtime.exec()?

    Can we run a java application using Runtime.exec()?
    If yes what should i use "java" or "javaw", and which way?
    r.exec("java","xyz.class");

    The best way to run the java application would be to dynamiically load it within the same JVM. Look thru the class "ClassLoader" and the "Class", "Method" etc...clases.
    The problem with exec is that it starts another JVM and moreover you dont have the interface where you can throw the Output directly.(indirectly it can be done by openong InputStreams bala blah............). I found this convenient. I am attaching part of my code for easy refernce.
    HIH
    ClassLoader cl = null;
    Class c = null;
    Class cArr[] ;
    Method md = null;
    Object mArr[];
    cl = ClassLoader.getSystemClassLoader();
    try{
         c = cl.loadClass(progName.substring(0,progName.indexOf(".class")) );
    } catch(ClassNotFoundException e) {
    System.out.println(e);
         cArr = new Class[1] ;
         try{
         cArr[0] = Class.forName("java.lang.Object");
         } catch(ClassNotFoundException e) {
         System.out.println(e);
         mArr = new Object[1];
         try{
         md = c.getMethod("processPkt", cArr);
         } catch(NoSuchMethodException e) {
         System.out.println(e);
         } catch(SecurityException e) {
         System.out.println(e);
    try {            
    processedPkt = md.invoke( null, mArr) ;
    } catch(IllegalAccessException e) {
              System.out.println(e);
    } catch(IllegalArgumentException e) {
              System.out.println(e);
    }catch(InvocationTargetException e) {
              System.out.println(e);
    }catch(NullPointerException e) {
              System.out.println(e);
    }catch(ExceptionInInitializerError e) {
              System.out.println(e);
    }

  • Proble regarding running a java application

    hi guys
    i'm new to java environment .
    when i'm running a java application in a console ,
    it is not able to give output in other directories.it is working only in c:\j2sdk\bin.
    i think its the problem of setting classpath.
    can any one help me hw to run java program in any folder.

    You need to add that directory to your PATH. Follow
    the installation instructions more completely.Howdy sheriff Warnerja! How's life in the Schmuckville Home of the Ball-less? Any leads regarding the dot flasher case? I see you're on the PATH.
    Sheriff Warnerja of Schmuckville sensed an indecency plot.
    Here was someone exposing her private dot.
    He went on the trail,
    but of no avail:
    He didn't know where to find that intimate spot!

  • Running a Java Application in Windows

    Hi, Can anyone tell me how to run a Java Application in Windows? I've tried to run it using TextPad 4.5 but it gives me an exception saying it can't find a class defenition. I'm actually using IBM VisualAge for Java to develop the app and it runs fine INSIDE VisualAge and I've exported my compiled class files and so on, to run it stand-alone in Windows. I'm using some custom objects and inner classes, could these be the problem?

    YES! SUCCESS! I exported my class files from VAJ and along with the manifest file that it adds automatically. I opened up the jar with Winrar, extracted the manifest file and added the Main-class: header pointing to my executable and then put it back in the jar with winrar. And PRESTO! I can now run it with javaw! Thanks for your help peeps...

  • I want to run a java application once only.Pl help.

    i want to run a java application once only.
    i.e. if some application is running on Win NT OS then that
    particular appliaction again should not run,but other java application can run.
    Pl help with some sample code.
    Thanx.

    Hi,
    I if understood your question then your requirement is to run the application when the system is on.If this is the case then you can configure your OS schdular to do the job an let the OS do it.You can
    write the java code for this but that will require to run on the OS layer,so better to configure the schedular setting.....But then for some other requirement it cannot be useful....
    think...
    regards vicky

  • Premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."

    premiere elements 12, new installation, serial no. accepted, installation completed and new started, but does not run. I get following msg-box: "LoadLibrary failed with error 126: Das angegebene Modul wurde nicht gefunden."   Installation in German Language on WIN7 professional 64bit, Samsung SSD. What can I do to run that program?

    Jurgen Freund
    Premiere Elements 12 on Window 7 64 bit. What video card/graphics card does your computer use - AMD Radeon?
    I have found this YouTube video on the subject of Error 126 with details for resolving the problem.
    How to fix the ERROR 126 when you open OpenGL programs - YouTube
    The link was contributed in an old 2013 thread here by the ID danneomarre (see post 6 of the following thread)
    LoadLibrary failed with error 126: cant find the required
    Please let us know if that worked for you.
    Thank you.
    ATR
    Add On...When all is OK and working, please update 12 to 12.1 Update using an opened project's Help Menu/Update.

  • Running a Java application from web browser

    Hi,
    I'm not sure if this is the right place to put this, and it probably isn't, but I don't really know what else to do at the moment.
    I have a problem. I've written all these nice and pretty Java applications that do all this complicated junk that makes me proud. However...I have no idea how to actually run those applications.
    I've looked at guides on Java applets, Java Web Start, Java Server Pages, etc, and I still am not sure. JSP looked like the best option, until I figured out I can't use it with my web server. So, I've pretty much hit a wall here.
    If anyone could shed some light on this, I would be very appreciative. All I want is for a certain application to run when a user clicks a button on a simple HTML page. That's all I want...yet it seems so hard.
    Is there a simple way to do this, or do I need to use JWS or something and configure all these JARs and JNLP and classpaths and everything under the sun (no pun intended)?
    Again, I apologize if there is a better forum for this; I am just very confused right now and feel like I've hit a brick wall. If anyone can give me any advice, or point me in a good (easy) direction, I would truly be grateful.

    If anyone could shed some light on this, I would be
    very appreciative. All I want is for a certain
    application to run when a user clicks a button on a
    simple HTML page. That's all I want...yet it seems so
    hard. There's a lot of hidden details that make it so hard. What computer will run the application when the button is clicked? If the application will run on the client computer (within the web browser) there has to be a mechanism for allowing arbitrary code to be downloaded, verified and executed on any number of different target platforms. This is the problem that Java Applets address. Mostly this is a security issue, since a simple HTML page being able to run arbitary code without user interaction or approval is going to cause the world to be overrun by computer virii. There's also the multi-platform issue, but in many cases that can be avoided by requiring the client to use a single platform (the MS approach).
    If the application will run on the server, then the client code is much less difficult, as only a basic web browser is needed, and the server code is complicated, since it needs to keep track of multiple clients at the same time and process data in a request-response fashion.
    From the end-user's point-of-view, it certainly is simple though. Press the button and voila!
    "Any technology which is distinguishable from magic is insufficiently advanced"
    Brian

  • Trying to run my web application from Tomcat 5.5.5

    Hi everybody,
    I have a web application that it has a login JSP page that call other page that it has a call to servlet but when it tried to call it, tomcat is showing the following message: Servlet gppController isn't available (error 404).
    I checked all tomcat configuration, i put my classes (Javabeans and Servlets including gppController class) are in the directory C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\GPP_website\WEB-INF\classes.
    My question is: What are you doing wrong?. I don't undertand this error.
    Thanks and regards.

    That's ok, but my error is different.
    In web.xml of application has the following configuration:
    <web-app>
    <display-name>GPP_website</display-name>
    <servlet>
    <servlet-name>ListaInventarioEventHandler</servlet-name>
    <servlet-class>com.oidv.gpp.event.ListaInventarioEventHandler</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>gppController</servlet-name>
    <servlet-class>com.oidv.gpp.event.gppController</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>gppLogon</servlet-name>
    <servlet-class>com.oidv.gpp.servlet.gppLogon</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>gppController</servlet-name>
    <url-pattern>/gppController</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>gppLogon</servlet-name>
    <url-pattern>/gppLogon</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ListaInventarioEventHandler</servlet-name>
    <url-pattern>/ListaInventarioEventHandler</url-pattern>
    </servlet-mapping>
    </web-app>
    MY JSP WEB PAGE
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="PowerSiteData" NAME="SERVERLANGUAGE" CONTENT="java">
    <TITLE>GPP - Global Procurement Program</TITLE>
    <META http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <LINK href="gpp_styles/gpp_style.css" type="text/css" rel="stylesheet">
    <META content="PB9.0.1.7275" name="GENERATOR">
    </HEAD>
    <BODY leftMargin="0" topMargin="0" marginheight="0" marginwidth="0" PSPARAMS="">
    <%@ page language="java" buffer="8kb" autoFlush="true" isThreadSafe="true" isErrorPage="false" %>
    <%@ page import="java.lang.*,java.util.*,com.oidv.sacp.utility.*,com.oidv.gpp.utility.gppUtility,
    com.oidv.gpp.loader.GPPInventarioLoader,
    com.oidv.util.oidvUtil" %>
    <%@ include file="gppValidaSesion.jsp" %>
    <%
    * Aplicaci�n : SITEC - Sistema de Gesti�n de Inform�tica y Tecnolog�a
    * programa : gppListaInventario.jsp
    * Fecha : 30/04/2004
    * Proposito : Programa que Lista Inventario
    * Autor : Tonny Cardenas
    * Argumentos :
         //recibir los parametros de la pagina...
    String ls_htmlcode = (String) request.getAttribute("listaInventario");
    String ls_code = (String) request.getAttribute("item_code");
    String ls_desc = (String) request.getAttribute("item_desc");
    if(ls_code==null){
    ls_code = "";
    ls_desc = "";
    if(ls_htmlcode==null){
    ls_htmlcode = "";
    %>
    <SCRIPT language="JavaScript">
    // Funcion que permite imprimir el plan de accion
    function fjs_popup( as_jsp_destino, as_codigo ){
    var hndWndPrn = window.open(as_jsp_destino + "?AmbCodAmbiente=" + as_codigo , "windowPrn", "width=800,height=400,menubar=yes,scrollbars=yes");
    function fjs_buscar(){
    document.f_forma.event.value = "BUSCA_INVENTARIO";
    document.f_forma.submit();
    </SCRIPT>
    <FORM name="f_forma" action="/gppController" method="post">
    <INPUT type="hidden" value="BUSCA_INVENTARIO" name="event">
    <TABLE height="100%" cellSpacing="0" cellPadding="0" width="770" border="0">
    <TBODY>
    <TR>
    <TD vAlign="top" align="middle" width="650" bgColor="#ffffff" height="200" rowSpan="2">
    <A name="top"></A>
    <TABLE cellSpacing="0" cellPadding="0" width="95%" align="center" border="0">
    <TBODY>
    <BR>
    <TR>
    <TD class="IZQUIERDA" vAlign="left" align="left" height="13">
    <FONT size="2">
    Part Number:
    </FONT>
    <INPUT name="tf_part_number" type="text" size="20" >
    <INPUT class="xbutton" id="bt_buscar" onclick="fjs_buscar();" type="button" value="Search" name="bt_buscar">
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    <%= ls_htmlcode %>
    </TD>
    </TR>
    </TBODY>
    </TABLE>
    </FORM>
    </BODY>
    </HTML>
    THIS IS THE ERROR.
    18/02/2005 07:51:57 PM org.apache.catalina.core.ApplicationContext log
    INFO: Marcando el servlet gppLogon como no disponible
    18/02/2005 07:51:57 PM org.apache.catalina.core.StandardWrapperValve invoke
    GRAVE: Excepci�n de reserva de espacio para servlet gppLogon
    javax.servlet.ServletException: Error instanciando clase de servlet com.oidv.gpp.servlet.gppLogon
         at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1034)
         at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:725)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:131)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:825)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:736)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:526)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    Thanks and regards.

  • Running a Java Application on a Novell Netware Server

    I know this is a strange question but I was hopeing someone could help me or point me in the right direction. I have a java application that backs up files. I would like to run it automatically at night on our Novell server. Can Java run on a Novell OS. Any advice is appriciated.

    See http://www.javaworld.com/javaworld/jw-04-1998/jw-04-netware5.html

Maybe you are looking for

  • VPN Split Tunneling Unsuccessful

    I am working on creating a split tunnel to work with a test vpn group profile. We have an external proxy service that slows users down when they are VPN'd in because their web traffic then goes through us. My goal is to configure only private IP's to

  • Slow startup

    Hello! From 1 week, I have a new Macbook Pro Retina 13', i7, 16GB and 256 ssd HD. When I push the button of start, MB spends 38 seconds in show my login form. If a try this, in my Imac from 2011, i5, 12 gb and sata 500 hd. It spends 40 seconds. Apple

  • Twin unpowered USB hub for connecting external HDD and iphone

    I have a MBA and a powered Kensington 7 port USB hub which works great when I am either at home/in the office. Is there an unpowered twin port USB hub that would allow me to connect both my WD myv passport 320gb external HDD and 3g iphone to my MBA w

  • Computer does not notice that my iPod is connected

    Whenever I plug my iPod into my computer, My iPod will light up, but iTunes doesn't notice it is there, and neither does my computer, it will not charge or sync music which is very annoying, seeing as I just got it for Christmas... Help me please, an

  • Is it safe to upgrade Quicktime?

    I only ask this because every time I see an upgrade for Quicktime it seems not a week goes by another program is offered to UNDO the upgrade. I am left wondering if this is standard practice....or if Quicktime updates are not the best thing for the h