Applet load issue on SUSE Linux Tomcat7

Dear all,
I have one File transmission applet on my application.
I kept that applet jar in WEB-INf/lib.
When iam requesting it from browser to load it is giving...
load: class com.cra.ftm.client.applet.FTMApplet not found.
java.lang.ClassNotFoundException: com.cra.ftm.client.applet.FTMApplet
     at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection
failed:https://172.19.65.173/CRA/com/cra/ftm/client/applet/FTMApplet.class
     at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
     at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
     at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     ... 9 more
Exception: java.lang.ClassNotFoundException: com.cra.ftm.client.applet.FTMApplet
But when I kept that jar in JSP folder it statred working.
Please suggest me what else changes I have to do.
note : it is completely new environment on Tomcat7
@ SAI

hi,
you have to make sure that LPD daemon is running on your linux system. For more detail, you can refer to my blog posting here :
http://sapbasis.wordpress.com/2007/08/23/print-sap-documents-using-linux/
Ardhian
http://sapbasis.wordpress.com
http://ardhian.kioslinux.com

Similar Messages

  • Java Applet Load Issues

    For some applets, well, nothing happens. Im not sure what the problem is, but certain applets load, and other applets just make a gray frame and generate an error. Even my own applets I compile dont run. Everything works properly on my applets, because I can run them in the appletviewer, just not in the browser (which is kinda essential for running other peoples applets on the web, ya know). Odd thing is I can run them on my other comp, and practically the only difference is that it doesnt have the SDK on it.
    Computer specs are: WinME with JDK and JRE v 1.4.1_01, and the JVM on it.
    An excerpt of the error it generates every time a problematic applet is run (from my javalog.txt file):
    Error loading class: <AppletName>
    java.lang.NoClassDefFoundError
    java.lang.ClassNotFoundException: <AppletName>
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/vm/loader/URLClassLoader.loadClass
         at com/ms/applet/AppletPanel.securedClassLoad
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    I have no idea what any of that mess is, or why its so painful. If anyone can give a hand, Ill be checking here every 10 seconds until the time that it gets fixed, or you can email me at [email protected], thanks.

    Can you find a "Sun Java Console" entry on IE's Tools menu? If not, the Sun jvm isn't installed in a manner that IE can access.
    The messages that you posted in your original post are from the MS jvm. If the Sun jvm is operating, you shouldn't be seeing those messages.
    If the Sun jvm is being invoked by IE, then a red/blue icon of a steaming cup of coffee will be in the Systray area of the Start bar - at the far right. If it's there, a rightclick will allow you to open the Sun java console, which will report any problems or errors encountered.
    Check it out.

  • Applets loading issue in Weblogic portal 10.3 - urgent

    Hi,
    We are upgrading WLP 8.1 to WLP 10.3, I am facing an issue on loading an applet on the client browser getting class not found exception.
    The applet tag in WLP 8.1
    =================
    <applet name="ThisApplet" code="PrintFormApplet.class"
              codebase="/bea_wls_internal/classes/projectApp@projectportal/" MAYSCRIPT height=28 width=90 >
    <PARAM NAME=lastformNum VALUE="<%=lastformNum%>"/>
    </applet>
    works fine in WL 8.1 with any problem.
    WLP 10.3 and plug-in using JRE 1.6
    =======================
    In Weblogic 10.3 I am getting an error class not found exception.
    Is there any change to be done on the applet codebase tage ?
    codebase="/bea_wls_internal/classes/"
    What is the equivalent codebase to be used in WL 10.3?
    This is an urgent issue to be solved. pls help on this issue asap.
    Thanks,
    Santha.

    Solved my self:
    Don't use the .class in the code tag
    problem
    =====
    <applet name="ThisApplet" code="PrintFormApplet.class"
    codebase="/bea_wls_internal/classes/projectApp@projectportal/" MAYSCRIPT height=28 width=90 >
    <PARAM NAME=lastformNum VALUE="<%=lastformNum%>"/>
    </applet>
    solution:
    ======
    <applet name="ThisApplet" code="PrintFormApplet"
    codebase="/bea_wls_internal/classes/projectApp@projectportal/" MAYSCRIPT height=28 width=90 >
    <PARAM NAME=lastformNum VALUE="<%=lastformNum%>"/>
    </applet>

  • Applet loading issue in mozilla

    I have an issue while loading two instances of same applet with two different users on same machine. When two applets are loaded the content in one applet is shown on the other applet and others data is gone. It seems the problem is with static information. But the same is working fine in IE.
    == This happened ==
    Every time Firefox opened

    You're right, I had the same problem and found out that applets share the static context, so if you are using many instances of the same applet on a browser, you cannot use static variables unless you find a way to share them safely.

  • Forms server crashes on right mouse click when loaded on Suse Linux 11

    Hi,
    I have loaded SuSE Linux 11 Enterprise Desktop SP1 on a PC.(1 GB RAM
    I have installed Oracle developer Suite 10.1.2.3 here, when I open the Forms server application here and right click then the Forms server crashes.
    There were a number of bottle necks before I could get to position to actual get the Oracle developer Suite installed in the first place and when that was done, now the Forms Development Server crashes.
    Having said that, the Forms runtime works well here but there are numerous instances where this runtime crashes unexpectedly with a FRM - 92101 error.
    It would be great, to hear from anyone who has got this combination up and working ?
    I believe, I am missing some library or something else?
    Any help is much appreciated.
    Thanks,
    Pradeepa.

    Suse 11 is not supported for use with 10.1.2.x Developer Suite or Application Server
    (See "2.4.3 Linux Operating Environment")
    http://download.oracle.com/docs/cd/B25016_08/doc/dl/core/B16012_04/chap2.htm#i1007814
    http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html

  • Applet loading fails: ClassNotFound exception onlyyyy on linux

    Hello,
    I have a server on my embedded device with WinCE, and this server has the jar files and html files. connecting with Windows is working fine and Java applet loads and runs perfectlly.
    The problem is with linux clients, I can't load the applet.
    I expected to havesomething wrong with the plugin, But I tried with the test applets on www.sun.com and they are working fine.
    The error is ClassNotFoundException and http connection failed, although when I take the URL copy/paste from the Java console to the address bar of the firefox it downloads the class file. so the path is OK.
    Also I can run with the appletviewer and it works perfect like the case with windows. The problem is with the browser, It can'T load the applet from a remote machine.
    Also I made an empty applet with a button on it to check may be I should compile on linux!! but also this failed, I could load this applet locally (the html and class files on desktop) and when I places them on the server in the directory configured to be the www public directory It is not loaded. And again this test applet laoded on windows machines.
    I use the same JRE version on linux and windows and the same JDK.
    I use on windows Opera/ Firefox/ explorer and all are working, on linux I use Firefox/ Konqurer/ Epiphany and all are not working.
    Any Idea?????
    Thanks in Advance

    Hello,
    I have a server on my embedded device with WinCE, and this server has the jar files and html files. connecting with Windows is working fine and Java applet loads and runs perfectlly.
    The problem is with linux clients, I can't load the applet.
    I expected to havesomething wrong with the plugin, But I tried with the test applets on www.sun.com and they are working fine.
    The error is ClassNotFoundException and http connection failed, although when I take the URL copy/paste from the Java console to the address bar of the firefox it downloads the class file. so the path is OK.
    Also I can run with the appletviewer and it works perfect like the case with windows. The problem is with the browser, It can'T load the applet from a remote machine.
    Also I made an empty applet with a button on it to check may be I should compile on linux!! but also this failed, I could load this applet locally (the html and class files on desktop) and when I places them on the server in the directory configured to be the www public directory It is not loaded. And again this test applet laoded on windows machines.
    I use the same JRE version on linux and windows and the same JDK.
    I use on windows Opera/ Firefox/ explorer and all are working, on linux I use Firefox/ Konqurer/ Epiphany and all are not working.
    Any Idea?????
    Thanks in Advance

  • Applet loads NT applet wont load XP

    I am trying to display an applet on a web page within our intranet. The applet loads without conflict in NT but will not load in XP. Java plug-in 1.3.1 is my default plug-in. 1.4.1 is loaded as well. I found that if I remove 1.3.1 and 1.4.1 install 1.2.2 the applet plays as if I was running NT. But running 1.2.2 as the default plug in, in our XP image is not feasable. Anyone know why this applet will play in one OS and not the other?

    Well, now what do you mean that it won't load? I am running, and have run, SDKs 1.2.2 thru 1.4.1 and their associated runtime environs with XP prof and win 2K and am not having a problem.
    Make sure you really have the proper runtime installed
    http://java.sun.com/getjava/index.html
    Make sure your browser is pointing to the right runtime and not the crappy default MS shit.
    There are issues with java 1.4+ using the java 3d libs having trouble with ATI video drivers. If that's your problem, it crashes. There are several bug reports.
    http://developer.java.sun.com/developer/bugParade/bugs/4713003.html
    http://developer.java.sun.com/developer/bugParade/bugs/4749817.html
    Take a look at the bug database if that doesn't help.
    Doing a search for your specific symptoms would be your best bet -- you can specify how much of the sun site you want searched -- at least hit the forums (all) and the bug databases.
    As to why nobody helped, most anybody'd need to know more about what's going on to really help you and it's been hard to get into the forums the last couple days. Maybe nobody has the right answer at hand. There are a lot of links to 1.3 and 1.4 problems with XP, but I think they mostly boil down to one or more of the above. SEARCH!
    Like I said, I run dual boot XP prof and SUSE Linux on a newer Sony Viao laptop with java 1.2.2 and up (switching SDKs as needed) without a prob. My stand JRE is whatever JDK I'm running or the latest download from sun. I don't have an ATI video card.
    Luck.

  • Inall Itunes on Susie Linux 11

    Hi I have an Iphone and a compaq Persario AMD laptop that was purchased with windows XP Pro, but when the fan kicked on the laptop would lock up everytime. I sent it in to HP, but they could never fix the problem. I thought it was a driver issue, so I tried Susie Linux and the laptop works great, but now I want to load Itunes, so I can connect my IPhone, but the only OS posted are wndows and Mac OS, So can I load the Mac OS version on Susie Linux 11 or is Appple only supporting Windows and Mac OS for the Itunes applicaton ?

    So can I load the Mac OS version on Susie Linux 11
    No.
    or is Appple only supporting Windows and Mac OS for the Itunes applicaton ?
    Yes.

  • DB2 v9.1fp4 on suse linux 10sp2 - redirect restor PRD to DEV

    Hi All,
    First of all thank you, for valuable TIME.
    issue:
    My development server got crashed due to failure of dedicated SAN. in simple lost every thing. since, even DB2 backups happening to SAN.
    requirement:
    As we lost all the developments and configuration of development server, we need build a DEV from PRD.
    Steps taken:
    a. we have installed Suse 10sp2 followed by db2 v9.1 fp4 and SAP ERP6.0 sr2.
    b. taken backup of db2 & sap kernel backup by tar command followed by SAP db13 backup along with logs - for newly installed Development server.
    hostname - development
    SID - DEV
    c. I need to restore development server with sid DEV from the backup of production with sid PRD.
          To get all the data {development data, transaction data & configuration etc..}
    Problem
    Till now i haven't worked on DB2 restore, and the current requirement is to dump data from PRD in to DEV.
    i.e.. db2 redirect restore     
    current landscape status:
    Both production and development {freshly installed} are up and working fine.
    PRD with all the live data, DEV freshly installed and without data.
    Need to restore data from PRD to DEV.
    Database: DB2 v9.1 fp4
    OS: SUSE linux 10 sp2
    SAP solution: ERP 6.0 sr2
    Backup of PRD: in to SAN box {backup folder}, backup triggered by DB13 with include logs option.
    I request you to guide me in understanding and performing the restoration.
    i.e.. the steps to be performed along with the necessary precautions to be take to avoid problems.
    PRD data to  DEV.
    Thank you very much your time.
    by
    Harika

    trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 23.07.10 - 09:23:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 12.05.2011 - 22:15:52
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu May 12 22:15:52 2011                                                  84  0.000084
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                        25  0.000109
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                 29  0.000138
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/DEV/SYS/exe/run/dbdb6slib.so' ...            39  0.000177
    4 ETW000  [dev trc     ,00000]  DlLoadLib() success: dlopen("/usr/sap/DEV/SYS/exe/run/dbdb6slib.so"), hdl 0
    4 ETW000                                                                                491  0.000668
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/DEV/SYS/exe/run/dbdb6slib.so' loaded                    22  0.000690
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/DEV/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                                32  0.000722
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/DEV/SYS/exe/run/dbdb6slib.so' is "700.08", patchlevel (0.297)
    4 ETW000                                                                                120  0.000842
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/DEV/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                                24  0.000866
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/DEV/SYS/exe/run/dbdb6slib.so
    4 ETW000                                                                                31  0.000897
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  21  0.000918
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = -000000001, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                43  0.000961
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             24  0.000985
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                17  0.001002
    4 ETW000  [dev trc     ,00000]  000: name = R/3, con_id = 000000000, state = DISCONNECTED, tx = NO , hc = NO , perm = YES,
    4 ETW000                             reco = NO , frco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                39  0.001041
    4 ETW000  [dev trc     ,00000]  RLIMIT_STACK: current=8388608, max=-1                                    315  0.001356
    4 ETW000  [dev trc     ,00000]  DB6 (DB2 UDB) UNICODE database interface 700.08 [opt]                     21  0.001377
    4 ETW000  [dev trc     ,00000]  DB6 shared library (dbdb6slib) patchlevels                                23  0.001400
    4 ETW000  [dev trc     ,00000]    (0.8) DB6: V8.2.2 optguidelines in OPEN SQL (note 150037)               22  0.001422
    4 ETW000  [dev trc     ,00000]    (0.8) Support of SDBUPDEXCL (note 847616)                               21  0.001443
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: use export file for dbdb6slib (note 835135)                  19  0.001462
    4 ETW000  [dev trc     ,00000]    (0.9) DB6: Core in getAndBindSQLDA (note 833183)                        17  0.001479
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: link dbdb6slib.dll on windows with libdb6.obj (note 761159)
    4 ETW000                                                                                42  0.001521
    4 ETW000  [dev trc     ,00000]    (0.10) DB6: DUPLICATE_KEY on MERGE -> repeat (note 851474)              18  0.001539
    4 ETW000  [dev trc     ,00000]    (0.15) DB6: wrong CAST for short string ABAP type (note 861905)         21  0.001560
    4 ETW000  [dev trc     ,00000]    (0.17) DB6: special characters in sidadm passwd (note 865839)           18  0.001578
    4 ETW000  [dev trc     ,00000]    (0.21) DB6: no SAP_INFO comments (note 873889)                          19  0.001597
    4 ETW000  [dev trc     ,00000]    (0.22) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                                32  0.001629
    4 ETW000  [dev trc     ,00000]    (0.23) DB6: hints: get correlation names from view texts (note 868888)
    4 ETW000                                                                                24  0.001653
    4 ETW000  [dev trc     ,00000]    (0.26) DB6: DB6_DBSL_CLP_COMMAND STRING_BAD_REF (note 883402)           17  0.001670
    4 ETW000  [dev trc     ,00000]    (0.27) DB6: activate value compression (note 886231)                    20  0.001690
    4 ETW000  [dev trc     ,00000]    (0.28) DB6: optimization guidelines on views part 2 (note 868888)       18  0.001708
    4 ETW000  [dev trc     ,00000]    (0.30) DB6: no SQL trace for SQLCancel (note 892111)                    17  0.001725
    4 ETW000  [dev trc     ,00000]    (0.33) DB6: append SAP_TA comment (note 873889)                         19  0.001744
    4 ETW000  [dev trc     ,00000]    (0.34) DB6: activate value compression with quoted names (note 886231)
    4 ETW000                                                                                28  0.001772
    4 ETW000  [dev trc     ,00000]    (0.36) DB6: Repeat isolated DDL statements after SQL0911 (note 901338)
    4 ETW000                                                                                30  0.001802
    4 ETW000  [dev trc     ,00000]    (0.41) DB6: add V9 to list of supported DB2 releases (note 912386)
    4 ETW000                                                                                28  0.001830
    4 ETW000  [dev trc     ,00000]    (0.50) DB6: reread passwords for secondary connections (note 931742)
    4 ETW000                                                                                27  0.001857
    4 ETW000  [dev trc     ,00000]    (0.52) DB6: double quote table names in optguidelines (note 868888)
    4 ETW000                                                                                24  0.001881
    4 ETW000  [dev trc     ,00000]    (0.54) DB6: error handling in DBSL CLP (note 940260)                    19  0.001900
    4 ETW000  [dev trc     ,00000]    (0.69) DB6: technical support of DB2 CLI driver (note 962892)           22  0.001922
    4 ETW000  [dev trc     ,00000]    (0.73) DB6: log table name on TRUNCATE failure (note 970743)            21  0.001943
    4 ETW000  [dev trc     ,00000]    (0.79) DB6: column type XML in index size calculation (note 982993)
    4 ETW000                                                                                32  0.001975
    4 ETW000  [dev trc     ,00000]    (0.82) DB6: CAST for SSTRING data types (note 989568)                   19  0.001994
    4 ETW000  [dev trc     ,00000]    (0.86) DB6: long runtimes for R3szchk (note 1000847)                    18  0.002012
    4 ETW000  [dev trc     ,00000]    (0.88) DB6: patch collection Dec 06 (note 1005574)                      19  0.002031
    4 ETW000  [dev trc     ,00000]    (0.96) DB6: patch collection Jan 07 (note 1017852)                      19  0.002050
    4 ETW000  [dev trc     ,00000]    (0.97) DB6: CLP commands with DB2 CLI Driver (note 1024102)             18  0.002068
    4 ETW000  [dev trc     ,00000]    (0.99) DB6: SUBSTITUTE VALUES with FAE statements (note 1028779)        19  0.002087
    4 ETW000  [dev trc     ,00000]    (0.107) DB6: patch collection Apr 07 (note 1047194)                     20  0.002107
    4 ETW000  [dev trc     ,00000]    (0.110) DB6: SAP user names ending with non-ASCII char (note 1054555)
    4 ETW000                                                                                49  0.002156
    4 ETW000  [dev trc     ,00000]    (0.113) DB6: work process type in application snapshot (note 1059905)
    4 ETW000                                                                                25  0.002181
    4 ETW000  [dev trc     ,00000]    (0.114) DB6: connect using SAPDBHOST and DB2DB6_SVCENAME (note 1062049)
    4 ETW000                                                                                24  0.002205
    4 ETW000  [dev trc     ,00000]    (0.117) DB6: patch for execution of long DDL statements (note 1069658)
    4 ETW000                                                                                27  0.002232
    4 ETW000  [dev trc     ,00000]    (0.122) DB6: SNAPSHOT_TBS_CFG table function is deprecated (note 1077963)
    4 ETW000                                                                                27  0.002259
    4 ETW000  [dev trc     ,00000]    (0.123) DB6: CLP commands on Windows with V9.1 (note 1080149)           16  0.002275
    4 ETW000  [dev trc     ,00000]    (0.124) DB6: Set DB2CODEPAGE=819 for non-Unicode (note 1084400)         18  0.002293
    4 ETW000  [dev trc     ,00000]    (0.126) DB6: reuse optguidelines on FAE statements (note 1087375)       19  0.002312
    4 ETW000  [dev trc     ,00000]    (0.126) DB6: Enforce DB2CODEPAGE=819 for non-Unicode environments (note 1084400)
    4 ETW000                                                                                30  0.002342
    4 ETW000  [dev trc     ,00000]    (0.128) DB6: db6_free on invalid memory area (note 1092030)             17  0.002359
    4 ETW000  [dev trc     ,00000]    (0.133) DB6: statement cache enhancements (note 1101031)                20  0.002379
    4 ETW000  [dev trc     ,00000]    (0.136) DB6: change for enhancement pack installer (note 1111536)       22  0.002401
    4 ETW000  [dev trc     ,00000]    (0.138) DB6: improoved table size estimate for DB8 V8 (note 1119934)
    4 ETW000                                                                                28  0.002429
    4 ETW000  [dev trc     ,00000]    (0.144) I5/OS ldappasswd support for 5250 terminal. (note 1129573)
    4 ETW000                                                                                27  0.002456
    4 ETW000  [dev trc     ,00000]    (0.144) MSSQL: ODBC fastload on separate connection (note 1131805)
    4 ETW000                                                                                24  0.002480
    4 ETW000  [dev trc     ,00000]    (0.148) DB6: allocate new CLI env handle if PID changes (note 1141570)
    4 ETW000                                                                                26  0.002506
    4 ETW000  [dev trc     ,00000]    (0.150) DB6: USE AND KEEP EXCLUSIVE LOCKS clause lost (note 1145580)
    4 ETW000                                                                                31  0.002537

  • After insllation BOBJ4.0 SP2 in Suse Linux 11 Rich client error

    Hi Friends,
    I am installed BOBJ 4.0 SP2 in suse Linux 11 server using default database ( DB2)
    after successful installation when I run http://BOEserver:8080/BOE/InforVew
    then goto Web Intelligence Application its show following errors
    popup appears
    Error when trying to refresh the current report
    then detailed view
    The database SQL generation parameters file could not be loaded (MS Access 2007, ODBC) . (WIS 00514)
    Detail
    com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: The database SQL generation parameters file could not be loaded (MS Access 2007, ODBC) .
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:144)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:101)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:127)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:178)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)
         at com.businessobjects.sdk.core.server.internal.InstanceServer.process(InstanceServer.java:94)
         at com.sap.sl.sdk.services.util.ServerRequestProcessor.processServerRequest(ServerRequestProcessor.java:49)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:419)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:431)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.run(DataProviderServiceImpl.java:192)
         at com.sap.sl.sdk.workspace.service.WorkspaceServiceImpl.run(WorkspaceServiceImpl.java:346)
         at com.sap.webi.ui.tasks.workflows.RunWorkspaceTask.doIt(RunWorkspaceTask.java:74)
         at com.sap.webi.ui.tasks.workflows.RunWorkspaceTask.doIt(RunWorkspaceTask.java:11)
         at com.sap.webi.toolkit.ui.tasks.WebITask.doInBackground(WebITask.java:113)
         at javax.swing.SwingWorker$1.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at javax.swing.SwingWorker.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.businessobjects.sdk.core.server.ServerException: The database SQL generation parameters file could not be loaded (MS Access 2007, ODBC) .
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:260)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:238)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:121)
         ... 18 more
    and also when I trying to login from client ( which is in windows)Rich client and give server name user and password
    cannot login error
    login failed internal error
    I just installed BOBJ 4.0
    any post installation activity required Please guide me
    Regards
    Shaihd

    Thanks Sravanthi for ur prompt reply.
    there is no session.ser file in my Linux bobj server and also I follow that link as you point but issue is same. I also done same installation in windows server with Default DB2 and select full installation ( both in Linux as well as windows ) windows working fine.
    we can not run bobj in windows environment that is why I am worried in Linux installation  I don't understand the issue is related to tomcat or some post installation required in Linux environment.
    Regards
    Shahid

  • Jdk 1.5.0_04 and Eclipse with SuSE Linux - startup problems with Eclipse

    Hi,
    I have SuSE Linux 9.3 and just downloaded Jdk 1.5.0_04 and Eclipse IDE 3.1 for Linux.
    I have sucessfully installed Java in the following directory under Linux:
    '/usr/java/jdk1.5.0_04'
    And I also have downloaded Eclipse IDE 3.1 for Linux. I have unzipped it into the following directory:
    '/home/juergenkemeter/bin/eclipse/eclipse
    I have chosen the upper Java JRE in the Eclipse preferences.
    Now to my problem:
    Sometimes it happens that when I startup Eclipse or try to runa java program, Eclipse is shut down with a) no comment at all, or b) with an error message "JVM terminated. Exit code = 1 (...)". I can send the picture of the whole screenshot of the error message if it helps.
    Now I think that this is due to wrong installation paths of the Jdk and Eclipse?! Perhaps there are some conflicts regarding user rights (admin and the normal user 'juergenkemeter'.
    If anyone has suggestions, that would be helpful. Its nasty when Eclipse shuts down while programming...
    cheers,
    J�rgen

    I only used the getSystemResource because it is slightly more convenient. The
    getResource version requires a "/" in front of the filename, as in:
    java.net.URL imageURL = getClass().getResource("/" + imageName);
    System.out.println("Loading icon: " + imageName);
    for (int i = 0; i < 32000; i++)
    System.out.println(i);
    icon = new ImageIcon(imageURL);
    Unfortunately, this still deadlocks after a few thousand hits.
    Of course, I don't need thousands of icons in my application, but the real-world issue is that the program locks up every few times it is started, which is a real drag for the customers!
    I suppose the InputStream way would work, though it is not very elegant compared to loading the resource in the usual manner. I'll try it if there are no other suggestions.
    Thanks,
    Dan

  • Firefox 18 US-english on SuSE Linux does not work

    Hi,
    running Firefox 17.0.1 on my SuSE Linux 11.2 works fine.
    As I updated to Firefox 18.0 in Windows, I also downloaded
    the US-english version for Linux (firefox-18.0.tar.bz2) and
    unpacked it. The big disappointment: IT DOES NOT WORK!
    XPCOMGlueLoad error for file /root/test/firefox/libxpcom.so:
    libxul.so: cannot open shared object file: No such file or directory
    Couldn't load XPCOM.
    I removed the installation, restarted the system, installed again.
    No change. I tried the German package - the same problem.
    What am I doing wrong? Is this a known issue? Any remedy?
    Thanks, Tim Stoehr
    [email protected]

    See also http://en.opensuse.org/openSUSE:Evergreen

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • Installation problem Oracle 9i on SuSE Linux 7.2 s390

    Hi all
    I've got a problem after having installed Oracle9i on a S390 box with SuSE linux 7.2. When I launch sqlplus, I've got the following message :
    sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot load shared object file: No such file or directory
    It appears the shared library libclntsh.so.9.0 was not included in the tarball I've downloaded from the Oracle site.
    Any idea ?
    Thanks
    Frangois Basquin

    Forget my question : I've found the answer in the document ID 158104.1. Even if my problem was not exactly the one mentioned (I hadn't any problem during compile time), the cure was good.
    Frangois

  • 9i and 9ias installation on SuSE linux 7.3

    Hi,
    Are there any known issues involved in installation of 9i
    and 9ias on SuSE linux 7.3 ??
    Also please let me know what are the workarounds for those
    problems and where the patches may be downloaded from ??
    I am asking this question because SuSE 7.3 is not yet
    certified by oracle.
    Thanks,

    For the database, look at
    http://www.suse.com/en/support/oracle/db/9i_73.html

Maybe you are looking for

  • Timeline thumbnails not updating.

    Hi Guys i have a problem with the the thumbnail images of clips in my timeline. I was working on a low res copy of a 10 Bit Uncompressed Pal project. When i reconnected the media only a handful of the thumbnails updated. They still show the red offli

  • Vertical text direction / orientation in tables. (RoboHelp 7 and/or 8)

    Hello all, I need to squeeze a fairly full table (lots of columns) into a printable page width. In order to do this, I need to put text into some of the cells so that they read vertically. I can do this in MS Word tables (menu > Format > Text Directi

  • Positioning external flv files on stage??

    Hy, i am loading 3 flv files so that the first file plays once and the other two loop afterwards. Now i am interested is it possible to position the flv files on the stage to certain coordinates when they start to play (so for example that the first

  • Another 90 minds down the drain after loosing a job I've been working on.

    The bugs in photoshop touch on the samsung galaxy note 2 (GT-N7100) stock 4.1.2, are in abundance and have cost me hours of spare time. Was working with 3 layers using different blend modes to get a bit closer to an effect I was trying to achieve to

  • How to get a Skype credit refund: my Mac is no lon...

    Skype normally does not give refunds unless credit was purchased in the last 15 days. However, I can no longer use Skype credit because of Skype policy: Skype will not allow my Mac to connect, it has disabled by version of Skype. I cannot upgrade (in