Trying to run ASDM on Linux

As the title says, I'm trying to run ASDM on Linux (Mint 14), and failing miserably.  I have Oracle Java 6 installed.  Other web-based Java apps seem to work fine, however, when I try to open ASDM, whether directly from the ASA web interface or by running the jnlp file directly from my system, the Java splash screen comes up, "thinks" for about 10 seconds, and then closes.  Nothing else happens.
Any thoughts?
Thanks.
Jason

it does not appear to be.  There were 0 packets captured on the ASA when I tried to connet.  I also ran Wireshark on my Linux box, and there was nothing there either.
I'm guessing it's something with Java and the jnlp file.
Here is my Java version:
java -version
java version "1.6.0_43"
Java(TM) SE Runtime Environment (build 1.6.0_43-b01)
Java HotSpot(TM) Server VM (build 20.14-b01, mixed mode)

Similar Messages

  • Running a jar vs running classes under Linux

    I still can't figure this out.
    I have a jar file that I am trying to run on my Linux server.
    The jar file runs on my local machine.
    If I try to run the jar file on the linux box I get -
    Exception in thread "main" java.lang.NoClassDefFoundError:
    javax/sql/ConnectionPoolDataSource
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    If I un jar the file, all classes run correctly.
    I have explicitly set the classpath from the command line on each try. Can anyone explain why it works one way and not the other?

    Thank you for your help. HOW DO I DO THAT?
    And, If I don't already have that information in the jar manifest, why does the jar work on my other machines?
    And, I thought the reason you would jar the files up is to make it easy to port to other systems. If I have to change the manifest for each machine that doesn't make it very portable.
    I am really frustrated with it and can't seem to find the solution.

  • Problems trying to run JDeveloper 9.0.2 on Linux

    Dear All,
    I am facing problems while trying to run JDeveloper 9.0.2 (release 2) on my Linux machine.
    When I invoke jdev/bin/jdev file, the well-known JDeveloper window starts up, but in my console I keep on getting the following error:
    JDeveloper Error:
    java.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.bm.commonIde.ModelersServices.initialize(ModelersServices.java:423)
    at oracle.ide.AddinManager._registerAddin(AddinManager.java:550)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:715)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:694)
    at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:287)
    at oracle.ide.Ide.initProductAndUserAddins(Ide.java:1147)
    at oracle.ide.Ide.startupImpl(Ide.java:1839)
    at oracle.ide.Ide.startup(Ide.java:1544)
    at oracle.ideimpl.IdeMain.main(IdeMain.java:33)
    The situation becomes even more irritating when I realise that almost all actions that I try to perform (like when I try to add a new Project) are not executed (while I keep on getting the SAME error in my console as above with only the number of the final line that indicates where the first call occured changed).
    Does anybody have any idea of what kind of dependency I may have forgotten and where ? The error seems to be related with some kind of xml (parser maybe ?) incompatibility ... Any clues ?
    To further assist you, I have a list of extra information that might prove to be helpful on my attempt to shed more light onto this very problem:
    My Java Version is:
    java -version:
    java version "1.3.1_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_04-b02)
    Java HotSpot(TM) Client VM (build 1.3.1_04-b02, mixed mode)
    and any possible environment variable related stuff (all links have been double checked and are valid):
    SDK_HOME=/usr/lib/java
    J2EE_HOME=/opt/development/programming/java/sun/j2ee
    J2EE_BIN_HOME=/opt/development/programming/java/sun/j2ee/bin
    FORTE_JDK_HOME=/opt/development/programming/java/sun/forte/forte/j2sdk1.4.0
    CLASSPATH=/usr/lib/jre/lib/rt.jar:/opt/development/programming/java/apache/jakarta/tomcat/common/lib/servlet.jar:/opt/development/programming/java/sun/j2ee/lib/j2ee.jar:/usr/lib/java/lib/jsse.jar:/opt/Servers/JBoss/JBoss/client:.:/opt/development/programming/java/apache/jakarta/ant/lib:.
    JAVA_BINDIR=/usr/lib/java/bin
    ANT_HOME=/opt/development/programming/java/apache/jakarta/ant
    ANT_LIB_HOME=/opt/development/programming/java/apache/jakarta/ant/lib
    JSEE_HOME=/usr/lib/java
    JAVA_BIN_HOME=/usr/lib/java/bin
    TOMCAT_HOME=/opt/development/programming/java/apache/jakarta/tomcat
    JAVA_HOME=/usr/lib/java
    JAVA_PATH=/usr/lib/java:/opt/development/programming/java/sun/j2ee
    JDK_HOME=/opt/development/programming/java/sun/forte/forte/j2sdk1.4.0
    PATH=/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/opt/kde2/bin:/usr/openwin/bin:/usr/lib/java/bin:/opt/gnome/bin:/usr/lib/java/bin:/opt/development/programming/java/sun/j2ee/bin:.:/opt/development/programming/java/apache/ant/bin:.:/opt/projects/cvs/tk_cvs/installation/bin:.:/usr/lib/java/bin:/opt/development/programming/java/sun/j2ee/bin:.:/opt/development/programming/java/apache/jakarta/ant/bin:.:/opt/projects/cvs/tk_cvs/installation/bin:.
    ANT_BIN_HOME=/opt/development/programming/java/apache/jakarta/ant/bin
    I would really like to thank you in advance for your concern,
    Best regards,
    Nassos Koyrendas

    JDeveloper is only supported with JDK 1.3.1_02 as we are aware of some issues with 1.3.1_04. Can you try with JDK 1.3.1_02 and see whether the problem still reproduces.
    Thanks,
    Lisa
    JDev QA Dear Lisa,
    As I have stated within my previous reply to your immediate answer/response, today I reverted my production PC at work to operate with a single processor Linux kernel (2.4.18-4GB) and also installed JDK 1.3.1_02 but still get the same irritating error that apparently does not allow me perform almost any action at all:
    ava.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.bm.commonIde.ModelersServices.initialize(ModelersServices.java:423)
    at oracle.ide.AddinManager._registerAddin(AddinManager.java:550)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:715)
    at oracle.ide.AddinManager.initAddins(AddinManager.java:694)
    at oracle.ide.AddinManager.initProductAndUserAddins(AddinManager.java:287)
    at oracle.ide.Ide.initProductAndUserAddins(Ide.java:1147)
    at oracle.ide.Ide.startupImpl(Ide.java:1839)
    at oracle.ide.Ide.startup(Ide.java:1544)
    at oracle.ideimpl.IdeMain.main(IdeMain.java:33)
    java.lang.NoSuchMethodError
    at oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)
    at oracle.ide.marshal.xml.Object2Dom.applyTransforms(Object2Dom.java:1177)
    at oracle.ide.marshal.xml.Object2Dom.open(Object2Dom.java:635)
    at oracle.ide.model.DataNode.open(DataNode.java:75)
    at oracle.jdeveloper.model.JProject.open(JProject.java:177)
    at oracle.jdeveloper.model.JProject.ensureOpen(JProject.java:1116)
    at oracle.jdeveloper.model.JProject.getProjectSettings(JProject.java:339)
    at oracle.jdeveloper.model.JProject.getActiveConfiguration(JProject.java:925)
    at oracle.jdeveloper.model.JProject.getEncoding(JProject.java:750)
    at oracle.ide.Ide.getDefaultEncoding(Ide.java:1036)
    at oracle.ide.model.TextNode.loadURLContentIntoBuffer(TextNode.java:423)
    at oracle.ide.model.TextNode.reopen(TextNode.java:205)
    at oracle.ide.model.TextNode.open(TextNode.java:143)
    at oracle.ide.model.TextNode.acquireTextBuffer(TextNode.java:343)
    at oracle.ide.model.TextNode.getInputStream(TextNode.java:316)
    at oracle.jdevimpl.webapp.html.HtmlEditorConnection.getInputStream(HtmlEditorConnection.java:65)
    at ice.pilots.html4.DOMBuilder.loadData(Unknown Source)
    at ice.pilots.html4.DOMBuilder.linkStyleSheet(Unknown Source)
    at ice.pilots.html4.DOMBuilder.startElement(Unknown Source)
    at ice.pilots.html4.Lex2.doElementCallback(Unknown Source)
    at ice.pilots.html4.Lex2.parseElement(Unknown Source)
    at ice.pilots.html4.Lex2.parseMarkup(Unknown Source)
    at ice.pilots.html4.Lex2.do_parse(Unknown Source)
    at ice.pilots.html4.Lex2.parse(Unknown Source)
    at ice.pilots.html4.Lex2.parse(Unknown Source)
    at ice.pilots.html4.ThePilot.parse(Unknown Source)
    at ice.storm.StormBase.do_render_content(Unknown Source)
    at ice.storm.DefaultPilotContext.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:484)
    No matter what the action that is to be performed is, the JDeveloper application insists on reporting the above mentioned problem and almost always refuses to perform the desired activity!
    Based on your more advanced knowledge of the underlying architecture of JDeveloper, do you happen to have a more clear idea about it and especially the "oracle.ide.marshal.xml.Object2Dom.getNamespaceURI(Object2Dom.java:1158)" case ?
    Is there anything that I have forgotten to properly configure during the installation of jdeveloper ?
    Any other clues that could further assist me ? I am afraid I am still desperate for any king of useful derictives ?
    I would once again like to thank you for your concern,
    Best regards,
    Nassos Koyrendas

  • Compiled on linux, trying to run on win32

    newbie here.
    I compiled & ran several simple apps on my redhat box. No problem there.
    What I'm now trying to do is run them on my win32 (win2k pro) box. I have the jre installed on my win32 box, so that's kosher. It appears that I'm not packaging things correctly though. What do I need to do? Obviously simply copying the .class files over isn't doing the trick. Help?

    Here's the cmd line
    C:\>java c:\temp\francConverter
    (I've tried setting -cp, but maybe this is the problem... i may be doing this incorrectly. I've also tried this & other programs with the .class extension after them - figure that both should work)
    It's a NoClassDefFoundError which I've searched the docs on -> way to many search results there, and I couldn't find any addressing my specific issue.
    Exception in thread "main" java.lang.NoClassDefFoundError: c:\temp\francConverter
    Here's the francConverter.java src file:
    import java.text.*;
    public class francConverter {
    public static void main(String[] args) {
    double dollars;
    double francs = 100.00;
    final double RATE = 6.85062;
    dollars = francs/RATE;
    DecimalFormat myFormatter = new DecimalFormat("$###,###.00");
    String output = myFormatter.format(dollars);
    System.out.println(output);
    I just started learning yesterday, so pls forgive my ignorance. All is running beautifully on Linux. Just don't know how to distribute x-platforms outside an applet, and it's difficult to find info on distributing java programs.
    Much thanks java people. I'm having great fun learning.

  • I'm trying to run win 8 on my Macbook Pro (running 10.8.5) is there anyway to run the software on bootcamp without using a flash drive?

    I recieved a download of windows 8 OS Premium, and I'm trying to run it using bootcamp. Unfortunately it's trying to tell me that I need to run it off a flash drive. At this time I don't have a flash drive big enough to hold the OS and the required installer software. Any suggestions?

    Apple only supports Windows on certain hardware.
    http://www.apple.com/support/bootcamp/
    Apple provides their framework for Windows to run on a Mac, a piece of software called a Hybrid MBR that bridges the gap between how Windows reads the drive partition table (MBR) and EFI/GUID partition table that Mac's use.
    It doesn't mean Windows can't run on your Mac, a third party solution called rEFIt will also bridge the gap and allow booting of more that just Windows, Linux as well for a triple booting computer.
    Your hardware has to meet the other requirements the second and third operating system needs as as being able to install drivers that will work for your hardware, especially the fans or they will run loud and fast by default.
    http://refit.sourceforge.net/
    This above is a advanced procedure which requires knowledge how computers and various operating systems, drive formats and so forth work.
    I even admit I don't know everything myself, but I experiment on a separate piece of Mac hardware (out of warranty/AppleCare) designed for this purpose so in case something screws up I'm not taking down my only machine and can use the other to get online and find solutions.
    There is a very high potential for losing your data if your using advanced/non-Apple methods to install Windows on your only Mac where Apple doesn't support it. Also one shouldn't be doing this on Mac hardware that is under AppleCare or warranty as it might be voided. Proceed at your own risk and education.

  • WrongName error when trying to run a package file

    Hi, I am trying to run a file in a package. The package name is called com.davidflanagan.examples.net and the file name is ProxyServer.class. I've set the class path to point to the directory the package is in using the CLASSPATH environment variable. I've tried using "java ProxyServer" and "java com.davidflanagan.examples.net.ProxyServer", but I get a cryptic Wrong name error in both Windows and Linux. Any help would be greatly appreciated.

    First, ProxyServer's source code must start with the line...
    package com.davidflanagan.examples.net;
    Next, you must have a directory structure that matches the package name - a directory named com which contains a directory named davidflanagan which contains a directory named examples which contains a directory named net and ProxyServer.class must be in the net directory,.
    Next, the directory that contains com must be in your Classpath when you execute ProxyServer.
    To execute ProxyServer, use "java com.davidflanagan.examples.net.ProxyServer"
    http://java.sun.com/docs/books/tutorial/java/interpack/packages.html

  • Trying to run in FPGA mode with VCS Diag fails

    I am trying to run OpenSparc with vcs in FPGA mode. The command I used is
    sims -sim_type=vcs -group=thread1_mini -novera_build -novera_run -max_cycle= 50000 -config_rtl=FPGA_SYN -config_rtl=FPGA_SYN_NO_SPU -config_rtl=FPGA_SYN_1THREAD
    The Diag I used is bypass_win.s The status.log shows it failed
    When I remove FPGA option the diag pass.
    Can anyone please let me know which diag I should use in FPGA mode.
    I wanted to remove latches so I use FPGA_SYN. Also, is it necessary to run FPGA using script rsynp.
    Can I synthesize the design other than Simplicity.
    Thanks
    Upendra

    Hi Durgam,
    Thanks for quick reply. I use these options but sim fails at compile time
    [upendra@dev2 sim]$ sims -sim_type=vcsi -group=thread1_mini -novera_build -novera_run -max_cycle=50000 -vcs_build_args=FPGA_SYN -vcs_build_args=FPGA_SYN_NO_SPU -vcs_build_args=FPGA_SYN_1THREAD
    sims -sim_type=vcsi -group=thread1_mini -novera_build -novera_run -max_cycle=50000 -vcs_build_args=FPGA_SYN -vcs_build_args=FPGA_SYN_NO_SPU -vcs_build_args=FPGA_SYN_1THREAD
    sims: ================================================
    sims: Simulation Script for OpenSPARC T1
    sims: Copyright (c) 2001-2006 Sun Microsystems, Inc.
    sims: All rights reserved.
    sims: ================================================
    sims: start_time Tue Nov 25 15:03:26 PST 2008
    sims: running on dev2.liga.local
    sims: uname is Linux dev2.liga.local 2.6.9-11.ELsmp #1 SMP Wed Jun 8 17:54:20 CDT 2005 i686 i686 i386 GNU/Linux
    sims: version 1.262
    sims: dv_root /pub/upendra2/t1_1.6/sim
    sims: model_dir /pub/upendra2/t1_1.6/sim/OpenSPARC_model
    sims: tre_search /pub/upendra2/t1_1.6/sim/2008_11_25_1/tre/sims.iver
    sims: Frozen tre_search /pub/upendra2/t1_1.6/sim/tools/env/tools.iver
    sims: processing diaglist /pub/upendra2/t1_1.6/sim/verif/diag/master_diaglist () ..
    sims: processing group thread1_mini
    sims: using config file /pub/upendra2/t1_1.6/sim/tools/src/sims/sims.config ()
    sims -nosimslog -sim_build -novera_build -sys=core1 -vcs_rel_name=thread1_mini_2008_11_25_1 -novera_run -max_cycle=50000 -vcs_build_args=FPGA_SYN -vcs_build_args=FPGA_SYN_NO_SPU -vcs_build_args=FPGA_SYN_1THREAD -nosas -novcs_run
    sims: ================================================
    sims: Simulation Script for OpenSPARC T1
    sims: Copyright (c) 2001-2006 Sun Microsystems, Inc.
    sims: All rights reserved.
    sims: ================================================
    sims: start_time Tue Nov 25 15:03:27 PST 2008
    sims: running on dev2.liga.local
    sims: uname is Linux dev2.liga.local 2.6.9-11.ELsmp #1 SMP Wed Jun 8 17:54:20 CDT 2005 i686 i686 i386 GNU/Linux
    sims: version 1.262
    sims: dv_root /pub/upendra2/t1_1.6/sim
    sims: model_dir /pub/upendra2/t1_1.6/sim/OpenSPARC_model
    sims: tre_search /pub/upendra2/t1_1.6/sim/2008_11_25_1/tre/sims.iver
    sims: using config file /pub/upendra2/t1_1.6/sim/tools/src/sims/sims.config ()
    sims: using random seed 3932776618
    sims: creating model directory /pub/upendra2/t1_1.6/sim/OpenSPARC_model/core1/thread1_mini_2008_11_25_1
    sims: setenv VERA_LIBDIR /pub/upendra2/t1_1.6/sim/OpenSPARC_model/core1/thread1_mini_2008_11_25_1/vera
    sims: LM_LICENSE_FILE : /apps/mentor/modeltech/license.dat
    sims: Building rtl model
    sims: Caught a SIGDIE. sim_build_cmd not defined at /pub/upendra2/t1_1.6/sim/tools/src/sims/sims,1.262 line 2456.
    sims: Caught a SIGDIE. Could not build model for regression at /pub/upendra2/t1_1.6/sim/tools/src/sims/sims,1.262 line 1281.
    I looked at DVGuide. In section 5.3 "Additional FPGA Support in OpenSPARC T1" section It talks about +define. then I serch sims script & found -rtl_config option which I previously used. But with this option the diag fails.
    What should I use in order to compile & run successfully. Pl. let me know.
    Thanks,
    Upendra

  • NullPointerException trying to run application

    Hi,
    I'm trying to run my project using JSF 1.2 and Facelets on Tomcat 6. When i do that I'm getting this error:
    java.lang.NullPointerException
         at com.sun.faces.lifecycle.ELResolverInitPhaseListener.beforePhase(ELResolverInitPhaseListener.java:100)
         at org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore(LifecycleImpl.java:503)
         at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:100)
         at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:64)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
         at java.lang.Thread.run(Unknown Source)
    Can anybody help me with what that error means and how to fix it?
    Thanks,
    Ben

    Thanks for the reply.
    I have the following ones:
    commons-beanutils.jar
    commons-collections.jar
    commons-digester.jar
    commons-el.jar
    commons-logging.jar
    el-ri.jar
    jsf-api.jar
    jsf-facelets.jar
    jsf-impl.jar
    jstl-1.2.jar
    myfaces-api-1.1.3-SNAPSHOT.jar
    myfaces-impl-1.1.3-SNAPSHOT.jar
    The funny thing is, that the app runs fine at home with the same versin of Eclipse/Tomcat but not over here at work. Both are Devel environments running Windows XP. Also tried to run on Tomcat 6 in linux and got same null pointer.
    Any idea which jar it can be?

  • Has anyone tried to download anything using linux?

    Has anyone tried to download anything using linux? I can't seem to get anywhere with this site or the Ottawa Library Site.

    Well, if your husband managed to ade 1.8 running with wine, I'll gladly take any hint on how he did that. I get get ADE to start.

  • How run live/install linux from usb/sd?

    Hi there, im trying to run in live mode a linux distro (e.g. Backtrack or Ubuntu) from usb key but im experiencing issuess...
    i tried Uinetboot usb creator and even partitioning the removable drive in hfs and ext4 with rEfit installed in the first one and the linux image in the latter but i always see something like "no bootable disk"...
    which is the best way to do it?
    im using a macbook air 2012 with 4gigs
    thanks,
    Enrico

    There are strings in the pliist file to add other Macs so that you can use some USB-DVD drives.
    This is 5 page thread, so a little more 'meat' to it:
    https://discussions.apple.com/thread/3410900?start=60&tstart=0
    And on PC booting Windows from a USB DVD to do the install is usually a piece of cake, sometimes you just need to specify that USB in the BIOS boot order and sometimes select via F12 (or another Fkey) and that is it.
    What you have here seems to be everything and everyone is excluded unless there is a  mac-model device ID string that specifies yes.  An unnecessary hurdle.

  • Running Solarisx86 and Linux on the same PC

    I am trying to run Windows, Solaris_x86, and Linux on the same PC to work
    on my application. Unfortunately Solaris_x86 partition ID is the same as
    Linux swap partition ID (82). When I run Linux it destroys all Solaris
    partitions. A way around is to to use partiotion/boot manager (Ranish) to
    change Solaris partiotion ID to somthing else which Linux does not mess
    up before booting Linux and reversing the partiotion tables before
    booting Solaris_x86. This is not a good solution since I sometime forget
    to do the changes. Is there a better way?
    Regards
    Andrej

    First install linux then after solaris also never create a linux swap in primary try dos extended

  • If I have mountain lion would and am trying to run parallels would I have to run Windows 7 or can I just run Windows Vista?

    If I have mountain lion would and am trying to run parallels would I have to run Windows 7 or can I just run Windows Vista?

    It's the other way round: first, you install Parallels, and then you can install Windows 7, 8, Vista, whatever you want. Or Linux. For more information visit the Parallels website.

  • Trying to run an example

    Hello guys
    i am reading the good tutorials about of Technical Articles and Tips of j2me
    i have a problem ,well i am in linux with j2me toolkit 2.2 and use the jvm or jdk 1.5 update 1
    and trying to run the example with servlets to send an email
    http://developers.sun.com/techtopics/mobility/midp/articles/socketRMI/
    well this example consist in 3 java files how is evident
    a EmailMidlet.java,EmailSender.java,EmailServlet.java
    well i put EmailMidlet.java in the src (folder apps toolkit) of an project to execute the example
    the rest of both java files go to an independent project or folder in tomcat (5.5.9)
    (the web.xml and classes is fine) coz i execute other examples of the same style (that needs localhost or tomcat)
    well i change of course the line of the url to my localhost
    and when i try to send the email appear this message in my visual console in the toolkit
    (is not the unique case related with servlets and email, coz there is an another example of this style that
    throw this message) and the application,
    Project settings saved
    Building "SUN02"
    Build complete
    Running with storage root DefaultColorPhone
    Warning: To avoid potential deadlock, operations that may block, such as
    networking, should be performed in a different thread than the
    commandAction() handler.
    and of course the application deadlock
    how i can fix the code?
    p.d:i only change the line of the url
    thanks a lot for your time

    Hi,
    What are u exactly using? The PLSQL front-end or the Java front-end? How are u seeing this cut off? Is it in SQLPlus or ur own application?
    thanks
    Murali

  • Trying to run Vertex vprtmupd for first time

    I am trying to run the Vertex vprtmupd for the first time on a fresh install on Linux. I am on 11.5.10.2 and have run the "Quantum Program Update Installer" with no problem ran great!
    I tried to run "Quantum Data Update Installer" and it failed with this error:
    HR_6882_HRPROC_ASSERT
    LOCATION py3vntsetup:2
    APP-PAY-06882: Assertion failure detected at location py3vntsetup:2.
    Cause: an internal error has occurred at location py3vntsetup:2.
    Action: please contact your Oracle customer representative.
    I then tried to run it manuly by running "vprtmupd" and this is what happened:
    Select a Monthly Update Function
    1. - Update Payroll Tax Database
    2. - Exit Program
    Select: 1
    Beginning Payroll Tax Monthly Update Process.
    Enter Data Source: /u01s/app/oracle/appl/pay/11.5.0/vendor/quantum/data
    Unable to establish connection with the Payroll Tax Database. Verify the
    information entered and retry.
    Press Enter to continue...
    WARNING! The update process will destroy the contents of the
    current database before it creates a new one. Please make
    a backup before proceeding.
    Any idea? It seems like I need the tax database created before the "vprtmupd" program will work. How do you create the tax database for the first time?

    Chris,
    The same error is reported in the following docs, please review it and see if any is applicable.
    QuickPay Fails with HR_6882_HRPROC_ASSERT, APP-PAY-06882: Assertion failure Detected at Location py3vntsetup:25 [ID 242952.1]
    VERTEX: Troubleshooting Document [ID 1059679.1]
    Payroll/Quickpay - APP-PAY-06882: Assertion failure detected at location py3vntsetup:1c [ID 315195.1]
    QuickPay Error APP-PAY-06882: Assertion Failure Detected At Location Py3vntsetup:1d [ID 1186805.1]
    Vertex/Quantum Troubleshooting Guide [ID 735986.1]
    After Patch 5366666 Quantum Update Data Installer Fails With APP-PAY-06882 [ID 399182.1]
    After ''Rapid Clone'' Payroll Fails With HR_6882_HRPROC_ASSERT [ID 368124.1]
    After YE 2008 Phase 1 Patch 7259999, Quick Pay Fails with HR_6882_HRPROC_ASSERT [ID 742556.1]
    Thanks,
    Hussein

  • I'm trying to install the bm39 linux vpn client on sled 10sp1. I

    I'm trying to install the bm39 linux vpn client on sled 10sp1. I
    installed nici and nmas first, but the vpn client won't install because
    nmas or nici aren't installed. I try to reinstall them but it says
    they're already installed. I try to remove them but it tells me they
    aren't installed. Any ideas? What am I missing? Is there some way
    to clean this up and start over?
    mark-x:/home/mark/nwclient/x86_64 # rpm -e nici64-2.7.3-12.x86_64.rpm
    error: package nici64-2.7.3-12.x86_64.rpm is not installed
    mark-x:/home/mark/nwclient/x86_64 # rpm -i nici64-2.7.3-12.x86_64.rpm
    package nici64-2.7.3-12 is already installed
    mark-x:/home/mark/nwclient/x86_64 # rpm -e novell-nmasclient-3.4.0-17.x86_64.rpm
    error: package novell-nmasclient-3.4.0-17.x86_64.rpm is not installed
    mark-x:/home/mark/nwclient/x86_64 # rpm -i novell-nmasclient-3.4.0-17.x86_64.rpm
    package novell-nmasclient-3.4.0-17 is already installed
    mark-x:/home/mark/nwclient/x86_64 #
    TIA for any help or suggestions.

    Thanks, I should have caught that.
    I should be able to install 32 bit sled in a vm and run the client from there, right?
    >>> On 4/17/2008 at 6:18 AM, in message <2eHNj.4636$[email protected]>, mysterious<[email protected]> wrote:
    Mark wrote:
    > I'm trying to install the bm39 linux vpn client on sled 10sp1. I
    >
    > installed nici and nmas first, but the vpn client won't install because
    >
    > nmas or nici aren't installed. I try to reinstall them but it says
    >
    > they're already installed. I try to remove them but it tells me they
    >
    > aren't installed. Any ideas? What am I missing? Is there some way
    >
    > to clean this up and start over?
    >
    > mark-x:/home/mark/nwclient/x86_64 # rpm -e nici64-2.7.3-12.x86_64.rpm
    >
    > error: package nici64-2.7.3-12.x86_64.rpm is not installed
    >
    > mark-x:/home/mark/nwclient/x86_64 # rpm -i nici64-2.7.3-12.x86_64.rpm
    >
    > package nici64-2.7.3-12 is already installed
    >
    > mark-x:/home/mark/nwclient/x86_64 # rpm -e
    > novell-nmasclient-3.4.0-17.x86_64.rpm
    >
    > error: package novell-nmasclient-3.4.0-17.x86_64.rpm is not installed
    >
    > mark-x:/home/mark/nwclient/x86_64 # rpm -i
    > novell-nmasclient-3.4.0-17.x86_64.rpm
    >
    > package novell-nmasclient-3.4.0-17 is already installed
    >
    > mark-x:/home/mark/nwclient/x86_64 #
    >
    >
    >
    > TIA for any help or suggestions.
    >
    >
    >
    vpn linux client is only supported on the 32 bit OS
    Gonzalo

Maybe you are looking for

  • Adobe not allowing import of XML file captured from Media Express through Black Magic capture card

    I have been going crazy trying to find a way to import the XML files to fix the digitized look Adobe capture gave my footage. Someone help me These are not XML from Final Cut. They are files saved from Media Express, a Black magic design program used

  • Read receipt in snow leopard mail...

    I am relatively new to mac and mail.  can anyone please help me with delivery receipts and read receipts like one can get from those awful windows applications?

  • BAPI for time management

    I have an external system for recording time. I then want to pass the data in a synchronose mode to HR module. Which BAPI can i use? Is it BAPI PTManagerExtPEvent ? thank in advance

  • Create test env from production system

    Hi, Please sorry, I am new in this area of Oracle Applications 11.5.10 and I need help in couple of questions. We have production system with Oracle Applications 11.5.10, APPS tier on 32bit Red Hat Linux EE 4 server, and 10.2.0.3 DB tier on 64bit Red

  • Can built-in device to read/write SDHC cards 4-8-16 GB?

    I have Lenovo 3000 N200 laptop which has a multy card reader, but I wonder if it is capable of reading and writing those latest SDHC cards? I am planning to buy a such card for a HD-camcorder.