Running without Tomcat

Is it possible to run Java Web Start without using Tomcat? I was given a server to run my website but the jnlp file does open the Java Web Start program.

You just have to add the MIME type.

Similar Messages

  • My web apps could be run on Tomcat 4.x but failed on WebLogic 8.1

              Hi, I have a problem after deploying my web application to WebLogic 8.1. When I
              run my application, I got a runtime error as follows:
              Compilation of 'C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\beaserver_WebSpis_WebSpis\jsp_servlet\__custfind.java'
              failed:
              C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\beaserver_WebSpis_WebSpis\jsp_servlet\__custfind.java:542:
              cannot resolve symbol
              probably occurred due to an error in /custFind.jsp line 116:
              <input type="hidden" name="custIndex" value="<%=thisCustCode%>"/>
              C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\beaserver_WebSpis_WebSpis\jsp_servlet\__custfind.java
              uses or overrides a deprecated API.
              Full compiler error(s):
              C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\beaserver_WebSpis_WebSpis\jsp_servlet\__custfind.java:542:
              cannot resolve symbol
              symbol : variable thisCustCode
              location: class jsp_servlet.__custfind
              out.print(String.valueOf(thisCustCode)); //[ /custFind.jsp;
              Line: 116]
              ^
              Note: C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\beaserver_WebSpis_WebSpis\jsp_servlet\__custfind.java
              uses or overrides a deprecated API.
              Note: Recompile with -deprecation for details.
              1 error
              And corresponding JSP coding is as follows:
              <tr>
              <td align="center">
              <bean:write name="custList" property="custCode"/>
              </td>
              <td>
              <bean:write name="custList" property="custName"/>
              </td>
              <td align="center">
              <html:form action="/goSelectCustRec.do">
              <bean:define id="thisCustCode" name="custList" property="custCode"/>
              <input type="hidden" name="custIndex" value="<%=thisCustCode%>"/>
              <html:submit value=" Select "/>
              </html:form>
              </td>
              </tr>
              My application is run without any error on Tomcat 4.x, However, it fails under
              WebLogic 8.1. Could anyone give me some hints to shoot this problem. Thanks.
              Athens Yan.
              

              Hi, Craig,
              Thanks for your help. It is exactly the thing you guess, the problem is gone after
              I upgrade to SP2. However, I just sick for this nonsense bug, and it even exists
              on a release version of a most widely used application server which is holding
              many mission critical tasks worldwide!
              Athens.
              "Craig Coffin" <craig+1268fbec@nfld-dot-com> wrote:
              >If you are using 8.1 SP1, you may want to try upgrading to SP2 and see
              >if
              >your problem still exists.
              >There are some JSP compilation problems in SP1 that have been fixed in
              >SP2.
              >
              >-- Craig
              >
              >--
              >
              >"Athens Yan" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> Hi, I have a problem after deploying my web application to WebLogic
              >8.1.
              >When I
              >> run my application, I got a runtime error as follows:
              >>
              >> Compilation of
              >'C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\beas
              >erver_WebSpis_WebSpis\jsp_servlet\__custfind.java'
              >> failed:
              >> --------------------------------------------------------------------------
              >------
              >>
              >C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\bease
              >rver_WebSpis_WebSpis\jsp_servlet\__custfind.java:542:
              >> cannot resolve symbol
              >> probably occurred due to an error in /custFind.jsp line 116:
              >> <input type="hidden" name="custIndex" value="<%=thisCustCode%>"/>
              >>
              >>
              >C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\bease
              >rver_WebSpis_WebSpis\jsp_servlet\__custfind.java
              >> uses or overrides a deprecated API.
              >>
              >> --------------------------------------------------------------------------
              >------
              >> Full compiler error(s):
              >>
              >C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\bease
              >rver_WebSpis_WebSpis\jsp_servlet\__custfind.java:542:
              >> cannot resolve symbol
              >> symbol : variable thisCustCode
              >> location: class jsp_servlet.__custfind
              >> out.print(String.valueOf(thisCustCode)); //[
              >/custFind.jsp;
              >> Line: 116]
              >> ^
              >> Note:
              >C:\bea\user_projects\domains\mydomain\.\beaserver\.wlnotdelete\extract\bease
              >rver_WebSpis_WebSpis\jsp_servlet\__custfind.java
              >> uses or overrides a deprecated API.
              >> Note: Recompile with -deprecation for details.
              >> 1 error
              >>
              >> --------------------------------------------------------------------------
              >------
              >>
              >> And corresponding JSP coding is as follows:
              >>
              >> ..................
              >> <tr>
              >> <td align="center">
              >> <bean:write name="custList" property="custCode"/>
              >> </td>
              >> <td>
              >> <bean:write name="custList" property="custName"/>
              >> </td>
              >> <td align="center">
              >> <html:form action="/goSelectCustRec.do">
              >> <bean:define id="thisCustCode" name="custList"
              >property="custCode"/>
              >> <input type="hidden" name="custIndex"
              >value="<%=thisCustCode%>"/>
              >> <html:submit value=" Select "/>
              >> </html:form>
              >> </td>
              >> </tr>
              >> .................
              >>
              >> My application is run without any error on Tomcat 4.x, However, it
              >fails
              >under
              >> WebLogic 8.1. Could anyone give me some hints to shoot this problem.
              >Thanks.
              >>
              >> Athens Yan.
              >>
              >
              >
              

  • Undeploy and redeploy in tomcat without tomcat manager

    My host is running Tomcat 4.1.24 on an Apache 1.3.29 server, and tomcat (supposedly) refreshes its servlets every twelve hours. If I upload a new .war file it will deploy it to a folder of the same name almost instantly, however if I then make changes to that .war file it will not deploy it over the old installation. This would lead me to believe I need to undeploy the old version of my webapp before the updated .war file can be deployed.
    It doesn't even deploy the updated .war file when tomcat refreshes, as I've waited over 12 hours without the updated .war file being deployed.
    Bearing in mind that I do not have access to my host's tomcat config files and, to make matters worse, they say they don't run the tomcat manager tool on their servers, how can I undeploy my old version of my webapp so that I can deploy the new one?
    Thanks,
    Andrew.

    Hmm, the crude way won't work, as the server won't let
    me overwrite the files, just as it won't let me delete
    them, and I can't get into my host's server.xml!
    You'd think they'd have servlet reloading on already.
    Don't think I'll be using them again.You can define your own Context fro each WAR without editing the server.xml
    For Tomcat 4, this means creating an XML that contains the <Context ...> element as defined HERE. You would make that context reloadable. The XML file will have to have the same name as the WAR. For existance, you want to make a Web App called MyCalendar. The War would be called MyCalendar.war and the XML file called MyCalendar.xml. The Contents of the MyCalendar.xml migh be as simple as:
    <Context docBase="MyCalendar" path="MyCalendar" reloadable="tru"></Context>

  • Integration of a web application running on tomcat

    Hi all experts,
    I want to integrate a web application running Apache Tomcat/5.5.20.
    it's login page(jsp  page) have two input box uid and pwd.Login Application
    calls a servlet in Apache Tomcat/5.5.20 web.xml.
    For Accessing the loging page url is http://2.2.3.2:8080/uportal/Login
    I tried with app integrator
    URL Template  <System.protocol>://<System.server>:<System.port><System.uri>?<Authentication>
    URL Template fragment for User Mapping is
    login=<MappedUser>&passwd=<MappedPassword>
    But its giving error
    description The server encountered an internal error () that prevented it from fulfilling this request.
    java.lang.NullPointerException
         ubq.base.UEncryptionService.encrypt(UEncryptionService.java:29)
         ubq.base.UUserManager.loginUser(UUserManager.java:25)
         ubq.base.ULoginServlet.doPost(ULoginServlet.java:106)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    Can any body help me ,My problem is that i cant change any code in backend application.
    Thanks in advance.
    Regd,
    Sanjay

    Hi Sanjay,
    Does the Tomcat is in the local System?
    If it is in local system try to run the application using
    <serverhost>://localhost:8080/......
    else for remote server
    Its always safe to add an entry (alias name) in drivers/hosts file with the ip address of the server like
    2.2.3.2     myLocalServer
    Now try to run and see.
    Thanks,
    Swathi
    PS:points are welcome:-)

  • MRP run without one storage location

    Dear All,
    My client's requirement is they need to run MRP on plant level without considering one storage location stock
    e.g if a material is having stock of 10 in unrestricted with storage location 1104. Now when mrp is run for 100 quantity planned order is created for 90 only planning strategy is 40....they want the MRP should not consider the stock in storage location 1104.....how this can be made possibe?
    Please Suggest...
    Regards,
    Pawan Shetty

    Dear all,
    Pl. help me which user exit implemented  for MRP RUN without Storage location ,b'coz. from slandered setting we are not able to  do the same
    Regards
    Sandeep

  • REP-1401: 'no_daysformula':Fatal PL/SQL error occured. ora-06503: PL/SQL : Functio returned without value. REP-0619: You cannot run without a layout.

    Hi everyone.
    Can anyone tell me what is wrong in this code below?
    Code:
    function NO_DAYSFormula return Number is
    begin
      IF TO_CHAR(TO_DATE(:P_FR_DT, 'DD-MM-RRRR'), 'RRRR') =TO_CHAR(TO_DATE(:ACCT_OPN_DT, 'DD-MM-RRRR'), 'RRRR')
      AND :P_TO_DT<:MATURITY_DATE
      AND :ACCT_OPN_DT>:P_FR_DT
      THEN RETURN (:P_TO_DT-:ACCT_OPN_DT+1);
      ELSIF TO_CHAR(TO_DATE(:P_FR_DT, 'DD-MM-RRRR'), 'RRRR') =TO_CHAR(TO_DATE(:ACCT_OPN_DT, 'DD-MM-RRRR'), 'RRRR')
      AND :P_TO_DT<:MATURITY_DATE
      AND :ACCT_OPN_DT<:P_FR_DT
      THEN RETURN (:P_FR_DT-:P_TO_DT+1);
      ELSIF TO_CHAR(TO_DATE(:P_FR_DT, 'DD-MM-RRRR'), 'RRRR') =TO_CHAR(TO_DATE(:ACCT_OPN_DT, 'DD-MM-RRRR'), 'RRRR')
       AND :P_TO_DT>:MATURITY_DATE
       AND :ACCT_OPN_DT<:P_FR_DT
      THEN RETURN (:P_FR_DT-:MATURITY_DATE+1);
      END IF;
    END;
    It gets compiled successfully but when i run the report, i get 2 errors.
    Error 1:
    REP-1401: 'no_daysformula':Fatal PL/SQL error occurred.
    ora-06503: PL/SQL : Function returned without value.
    Error 2:
    REP-0619: You cannot run without a layout.
    Should i use only 1 return statement?
    Can i use as many return statements as i want?
    What is the exact mistake? Please let me know.
    Thank You.

    Let me clear you the first thing...
    If you get any fatal errors while running the report (e.g., function returned without value,no value etc.,) the report will show
    REP-0619: You cannot run without a layout.
    So you just correct the function 'no_daysformula' .
    First of all you run the report without that formula column.
    If it works fine then , Check the return value of your formula column (Your formula column properties --> Return value --> value (It will be DATE as i think so).
    As function will always return a single value, Check your formula 'no_daysformula' returns the same.
    declare a return variable say for example..
    DECLARE
    V_DATE DATE;
    BEGIN
    --YOUR CODE---
    RETURN V_DATE := (RETURN VALUE)
    END;
    Last but not least ... use Else condition to return (NULL or any value ) in your code and check..
    If any Problem persists let me know
    Regards,
    Soofi.

  • How can I remove a file on server w/ my JSP app running on Tomcat 7 ?

    First of all, I'm posting here because I found it the closest to java web development in the forums listing.
    How can I remove a file on the server side with my JSP app running on Tomcat 7 ? I did it in a JSE app by changing permissions, but how can I do it for a simple JSP app ?
    My code is
    public static void excluirArquivos(String nomeArquivoExcluido) {
              File arquivoExcluido = new File (nomeArquivoExcluido);
              arquivoExcluido.setWritable(true, true);
              SecurityManager sm = new SecurityManager();
              try {
                   sm.checkDelete(arquivoExcluido.getAbsolutePath());
                   System.gc();
                   if (arquivoExcluido.delete()) System.out.println("File '" + nomeArquivoExcluido + "' successfully removed.");
                   else System.out.println("File '" + nomeArquivoExcluido + "' wasn't removed somehow.");
              } catch (SecurityException se) {
                   System.out.println("File '" + nomeArquivoExcluido + "' can't be excluded. There is no permissions.");
         }And it always falls on the catch statement.

    899238 wrote:
    How can I remove a file on the server side with my JSP app running on Tomcat 7 ? I did it in a JSE app by changing permissions, but how can I do it for a simple JSP app ?1. make sure that the JVM has the (filesystem) rights to be able to remove said file
    2. make sure the file is in fact not locked (for example, opened by another process)
    3. use File.delete()
    There is no guarantee that you can delete a file, you can only make an attempt. There can be any number of reasons, most if not all of them not related to code, that the deletion of a file does not work.

  • Error when run without admin rights

    I created a program that need to be run on a companies computers, the people who will run it can't have admin rights, however, if the program is run without admin rights all it does is create an error txt file, with the following:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03109c30, pid=3852, tid=3896
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode, sharing)
    # Problematic frame:
    # C [GrFinger.dll+0x79c30]
    --------------- T H R E A D ---------------
    Current thread (0x00a6fdc0): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3896]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000004
    Registers:
    EAX=0x03114a90, EBX=0x00000003, ECX=0x00000000, EDX=0x00000000
    ESP=0x02faf7c8, EBP=0x02faf82c, ESI=0x058c9ac0, EDI=0x058b0bb0
    EIP=0x03109c30, EFLAGS=0x00010206
    Top of Stack: (sp=0x02faf7c8)
    0x02faf7c8: 0309515b 058b0bdc 030941fb 058b0bb0
    0x02faf7d8: 00a6fdc0 26acc138 058b0bb0 02fafb64
    0x02faf7e8: 0310b658 00000000 030939e8 26acc138
    0x02faf7f8: 03093e61 00000001 10001236 00a7832f
    0x02faf808: 00a6fe80 02faf83c 02faf810 26acc138
    0x02faf818: 02faf83c 26acd468 00000000 26acc138
    0x02faf828: 02faf83c 02faf85c 00a72a8f 00000000
    0x02faf838: 00a76509 22a76ed8 02faf840 26aca43b
    Instructions: (pc=0x03109c30)
    0x03109c20: 8b 41 08 50 ff 15 90 d0 10 03 c3 cc cc cc cc cc
    0x03109c30: c6 41 04 01 c3 cc cc cc cc cc cc cc cc cc cc cc
    Stack: [0x02f70000,0x02fb0000), sp=0x02faf7c8, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [GrFinger.dll+0x79c30]
    j com.griaule.grFinger.GrFinger.finalizeCapture()V+3
    j salvationarmy.TemplateList.setup()V+198
    j salvationarmy.TemplateList.<init>(Lcom/griaule/grFinger/GrFinger;Lcom/griaule/grFinger/Context;)V+59
    j salvationarmy.LoginProgram.<init>()V+87
    j salvationarmy.LoginProgram$20.run()V+4
    j java.awt.event.InvocationEvent.dispatch()V+47
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+26
    j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    V [jvm.dll+0x86e84]
    V [jvm.dll+0xddead]
    V [jvm.dll+0x86d55]
    V [jvm.dll+0x86ab2]
    V [jvm.dll+0xa16b2]
    V [jvm.dll+0x10f4ac]
    V [jvm.dll+0x10f47a]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.griaule.grFinger.GrFingerNative.GrCapFinalize_native()I+0
    j com.griaule.grFinger.GrFinger.finalizeCapture()V+3
    j salvationarmy.TemplateList.setup()V+198
    j salvationarmy.TemplateList.<init>(Lcom/griaule/grFinger/GrFinger;Lcom/griaule/grFinger/Context;)V+59
    j salvationarmy.LoginProgram.<init>()V+87
    j salvationarmy.LoginProgram$20.run()V+4
    j java.awt.event.InvocationEvent.dispatch()V+47
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+26
    j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+233
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x02cb9850 JavaThread "Thread-3" [_thread_in_native, id=3916]
    0x02c48748 JavaThread "Timer-0" [_thread_blocked, id=3908]
    0x02c41d98 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=3912]
    0x00355ed0 JavaThread "DestroyJavaVM" [_thread_blocked, id=3836]
    =>0x00a6fdc0 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=3896]
    0x00a6e9b8 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3892]
    0x00a6e4c8 JavaThread "AWT-Shutdown" [_thread_blocked, id=3888]
    0x00a0b048 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3884]
    0x00a09cc0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3876]
    0x00a08f78 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3872]
    0x00a03ff8 JavaThread "Finalizer" daemon [_thread_blocked, id=3864]
    0x0035fb30 JavaThread "Reference Handler" daemon [_thread_blocked, id=3868]
    Other Threads:
    0x009d8a08 VMThread [id=3856]
    0x00a0c390 WatcherThread [id=3880]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 323K [0x22a70000, 0x22b10000, 0x22f50000)
    eden space 512K, 50% used [0x22a70000, 0x22ab0f08, 0x22af0000)
    from space 64K, 99% used [0x22b00000, 0x22b0fff8, 0x22b10000)
    to space 64K, 0% used [0x22af0000, 0x22af0000, 0x22b00000)
    tenured generation total 1408K, used 836K [0x22f50000, 0x230b0000, 0x26a70000)
    the space 1408K, 59% used [0x22f50000, 0x23021100, 0x23021200, 0x230b0000)
    compacting perm gen total 8192K, used 821K [0x26a70000, 0x27270000, 0x2aa70000)
    the space 8192K, 10% used [0x26a70000, 0x26b3d748, 0x26b3d800, 0x27270000)
    ro space 8192K, 63% used [0x2aa70000, 0x2af7d608, 0x2af7d800, 0x2b270000)
    rw space 12288K, 46% used [0x2b270000, 0x2b810608, 0x2b810800, 0x2be70000)
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f57000      C:\WINDOWS\system32\GDI32.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d6c0000 - 0x6d85b000      C:\Program Files\Java\jre1.5.0_08\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jre1.5.0_08\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d690000 - 0x6d69c000      C:\Program Files\Java\jre1.5.0_08\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jre1.5.0_08\bin\java.dll
    0x6d6b0000 - 0x6d6bf000      C:\Program Files\Java\jre1.5.0_08\bin\zip.dll
    0x6d000000 - 0x6d169000      C:\Program Files\Java\jre1.5.0_08\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761d000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x6d240000 - 0x6d27f000      C:\Program Files\Java\jre1.5.0_08\bin\fontmanager.dll
    0x7c9c0000 - 0x7d1d5000      C:\WINDOWS\system32\shell32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\comctl32.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_08\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_08\bin\nio.dll
    0x10000000 - 0x1000e000      C:\Program Files\Griaule\GrFinger 4.1 FREE\bin\GrFingerJava.dll
    0x03090000 - 0x03697000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\GrFinger.dll
    0x76780000 - 0x76789000      C:\WINDOWS\system32\SHFOLDER.dll
    0x036a0000 - 0x036bd000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpFpFns.dll
    0x036c0000 - 0x036ca000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpDevDat.dll
    0x036d0000 - 0x036f6000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpDevClt.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.dll
    0x03700000 - 0x03775000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpFtrEx.dll
    0x03780000 - 0x037de000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\dpMatch.dll
    0x03810000 - 0x03917000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\BioNetAcsDLL.dll
    0x03920000 - 0x0396d000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\USB4XX.DLL
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    0x77920000 - 0x77a13000      C:\WINDOWS\system32\SETUPAPI.dll
    0x037e0000 - 0x037f5000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\pthreadVC2.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x6d370000 - 0x6d37d000      C:\Program Files\Java\jre1.5.0_08\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x20000000 - 0x20017000      C:\WINDOWS\system32\odbcint.dll
    0x4dd40000 - 0x4dd84000      C:\WINDOWS\system32\odbcjt32.dll
    0x1b000000 - 0x1b170000      C:\WINDOWS\system32\msjet40.dll
    0x1b5d0000 - 0x1b665000      C:\WINDOWS\system32\mswstr10.dll
    0x5d130000 - 0x5d13e000      C:\WINDOWS\system32\odbcji32.dll
    0x1b2c0000 - 0x1b2cd000      C:\WINDOWS\system32\msjter40.dll
    0x1b2d0000 - 0x1b2f6000      C:\WINDOWS\system32\MSJINT40.DLL
    0x5fe80000 - 0x5fe9b000      C:\WINDOWS\system32\odbccp32.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x76fd0000 - 0x7704f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77050000 - 0x77115000      C:\WINDOWS\system32\COMRes.dll
    0x1b810000 - 0x1b84a000      C:\WINDOWS\system32\msjtes40.dll
    0x0f9a0000 - 0x0f9ab000      C:\WINDOWS\system32\VBAJET32.DLL
    0x0f9c0000 - 0x0fa22000      C:\WINDOWS\system32\expsrv.dll
    0x0cd90000 - 0x0cda1000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\fplib.dll
    0x76c30000 - 0x76c5e000      C:\WINDOWS\system32\WINTRUST.dll
    0x77a80000 - 0x77b14000      C:\WINDOWS\system32\CRYPT32.dll
    0x77b20000 - 0x77b32000      C:\WINDOWS\system32\MSASN1.dll
    0x76c90000 - 0x76cb8000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x0cec0000 - 0x0ceed000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\extdllR.dll
    0x0d000000 - 0x0d03a000      C:\PROGRA~1\Griaule\GRFING~1.1FR\bin\vrfdllR.dll
    VM Arguments:
    java_command: C:\Community Center\SalvationArmy.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;C:\PROGRA~1\Griaule\GRFING~1.1FR\bin
    USERNAME=mackd
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 514792k(227580k free), swap 1255496k(937260k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0
    Help!
    GrFinger is an SDK put out by Grauile (or something like that) just seach grfinger in google, you'll find it.
    Thanks

    Don't you think you should really contact Grauile ?
    They wrote the software, including the native DLL libraries, and probably encountered this problem before on dual processor machines.

  • How do I build an application that will run without being installed?

    I have seen some of the prior posts on trying to do this, but most of them were older, so I'll ask:
    Using 7.1, how do I build an application that will run without having to install the runtime engine? I have a client that wants to run serial port monitoring VIs to watch some custom hardware we built for him. His IT dept. won't let him install anything. If I could make this VI run off of a USB thumb drive without needing anything installed on the system it would be ideal. Space is not a problem, so I could include any runtime files needed. Can anyone tell me how to do this?
    Thanks

    Under what operating system was it running under back in the 90's when it was working?
    I think that starting with NT platforms (applies to 2000 and XP, but not 9x) the hardware abstraction layer (HAL) prevented direct I/O to serial ports. Serial port related code that ran fine on 3.x and 9x would not run under NT platforms without modification.
    Just some food for thought, do not know if it applies to your situation.
    Good Luck
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • TS1717 data executiion prevention keeps closing my itunes,but itunes wont run without it.help !

    data execution protection keeps closing my itunes on my sony vaio.also get the messge c:\windows\system32softpub.dll.tried turning of the DEP but itunes wont run without it.no problems with any other programs.any thoughts

    Taken at face value, you're having trouble with a Windows operating system file there.
    Perhaps try an sfc /scannow. For instructions, see the following Microsoft document:
    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7

  • Automatic Payment run without Bank Ranking order

    Dear Experts,
    I want to excute the Automatic Payment run without assigning the Bank ranking order in OBVCU, means that when I run the APP it should pay from the House Bank entered in the Vendor master data under the Automatic payment transactions. In my case House Bank is the Bank Account.
    Details of the data in Vendor master are;
    Payment methods: C
    House Bank:   Given
    Details of BVCU are;
    Ranking Order: Not entered
    Bank Accounts: Entered
    Available Amounts: Entered
    When I execute the APP, it puts the payment in exception list in the proposal.
    Any help will be much appreciated, thanks.

    Hi
    As per my understaning there will be no impact . Vendor Master data always have priority.
    so maintain ranking order and vendor master also woth aprropriate House Bank and Account ID
    Thanks
    Manoj J

  • How can i copy a dbx executable to other machine to run without installion

    How can i copy a dbx executable to other machine to run without installion whole workshop
    packet??? how to generate a configuration for dbx alone???
    thanks

    Hi, thanks for you help.
    actually, I have once copied dbx to other machine. certainlly, it needs a license. But when I copied
    a license file from the directory /opt/SUNWspro/license-dir/ of machine that installed Workshop
    to another machine that i want to run dbx. dbx starts correctly. but when i type
    $ dbx ipCentrex
    it prints following message:
    dbx: warning: cannot find global initialization file: dbxrc
    /opt/wacos/./.dbxrc[1]: syntax error
    dbx: installation problem, can't find help file: ./SUNW_SPRO_Dbx_help.info
    _find_executable: not found
    To suppress this message, add the following line to your .dbxrc file:
    dbxenv suppress_startup_message 6.2
    Reading ipCentrex
    dbx: warning: setuid program exec()ed. Reattaching
    There might be too many LWP's in this process.
    See `help dbxenv' under mt_scalable.
    dbx: Cannot open lwpstatus.
    dbx: warning: process initialization failed
    dbx: warning: can't find file "/opt/wacos/server/feature_server/bin/obj/ipCentre
    x/ipcentrex_main.o"
    dbx: warning: see `help finding-files'
    when it says that has errors in .dbxrc file, I can remove this file. But the critical error is why it says
    too mamy LWP's in this process? when I debug it at a machine that installed workshop, this error not occurs.
    anyone have answer?

  • How do I run two tomcat on one webserver

    How Do I configure webserver to run two tomcat server.
    thanks

    make sure u have two seperate directories for tomcat.
    then edit one of the server.xml file and change the following port numbers 8080,8443,8009,8082 and 8081 to which ever port number u wish the second tomcat to run.
    For load balancing and fail safe settings, u will have to look at the documentation as this involves further settings to take care of
    good luck

  • My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    Make sure you are using the correct user name / password.
    https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message

  • How can I get adobe flash player to run without asking every time?

    Every time I go to a site that needs adobe flash player it asks if its ok to let it run. How do I make it run without asking every time?

    A possible cause is that you do not have the latest version of the Shockwave Flash player (16.0.0.305).
    You can check that in "Firefox/Tools > Add-ons > Plugins" ("Ask to Activate" or "Always Activate").
    You can find the latest Flash player versions for Firefox on this page:
    *http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    See also:
    *https://support.mozilla.org/kb/why-do-i-have-click-activate-plugins

Maybe you are looking for

  • When I move music to my ipod it doesnt appear in the ipods music folder. (no content) shown, how do I get my music back on there. Ive restored several times now

    after being forced to reset my ipod I now find that I can not see any of my music in my ipod the computer tells me the music has been moved but I can not find it in my ipod message (no content) shown in music file. Ive reset and restored several time

  • Runtime for VS2008 & Crystal 2008

    I'm upgrading my applications from VB6 and CR8.5 to VS2008 and CR2008.  I have made a test application in VS2008VB and finally got the thing to working on my computer.  I then tried on another computer that didn't have CR2008 installed and it wouldn'

  • I am new in Java

    javax.management.AttributeNotfoundException: idat com .sun.enterprise.adminconfig.BaseConfigMBean.getAttribute(BaseConfigMbean.java:1 84)at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.get....... I created a new project with no errors and ran it. it g

  • E90 malfunction at front button

    When I charged last time my communicator and re-used it I discovered malfunctions at the front buttons. E.g. it is not possible to release the keyboard lock of when pressing the green button (for starting a call) and see the last calls on screen it s

  • Paragraph Numbering in Running Header

    CS4 Is it possible to use the automatically generated paragraph number in running header. I tried using a character style for the number, but it wouldn't show. Is my only hope a feature request?