Problem building PetStore 1.1.2 with WebLogic 6.1

I am trying to build the JPS-1.1.2 example using WLS 6.1 according to the instructions
at:
http://e-docs.bea.com/wls/docs61/petstore/bea_deployathon.html
The build fails with the following message:
[execon] Error: [jspc]: 2 file(s) failed:
[execon] /changeaddressform.jsp
[execon] /changepreferencesform.jsp
BUILD FAILED
D:\PetStore\jps1.1.2\src\petstore\src\build.xml:120: Exec returned: 1
Total time: 2 minutes 54 seconds
The 2 JSPs that fail to compile are JSPs that are 'included'
in other JSPs. They do compile when included, but fail to
compile standalone (which is expected). How can I get the
build to work?

The documentation says to delete changeaddressform.jsp changepreferencesform.jsp
as these files are replaced by changeaddressform and changepreferencesform (no
jsp extension).
These JSPs are helper JSPs and cannot be compiled independelty, as they reference
the calling JSP objects. Dropping the extension or giving it another extension
excludes it from the JSPC compiler.
I hope that helps.
-- Nick
"Ellen Supple" <[email protected]> wrote:
>
I am trying to build the JPS-1.1.2 example using WLS 6.1 according to
the instructions
at:
http://e-docs.bea.com/wls/docs61/petstore/bea_deployathon.html
The build fails with the following message:
[execon] Error: [jspc]: 2 file(s) failed:
[execon] /changeaddressform.jsp
[execon] /changepreferencesform.jsp
BUILD FAILED
D:\PetStore\jps1.1.2\src\petstore\src\build.xml:120: Exec returned: 1
Total time: 2 minutes 54 seconds
The 2 JSPs that fail to compile are JSPs that are 'included'
in other JSPs. They do compile when included, but fail to
compile standalone (which is expected). How can I get the
build to work?

Similar Messages

  • Problems building a stand alone application with LV 8.6.1.

    I'm having problems building  a stand alone application with LV8.6.1. I'm using a USB- 6008 DAQ and USB-6501 Digital device in the application. I already have an simple executable on the machine so the Run time Engine is already installed.  For the USB DAQ device, I assume I need to include the DAQmx8.8 as one of the installers. When I attempt to build the application, I'm prompted for several disk, one being a distribuition disk 1. I have the installation disk for the developer package. I did not  see a distribuiton disk as one of the installation disks. When I insert disk 1 I get an error that another application is trying to run. Could someone tell me which installers I need to include and where do I find the "distributor" disk.
    Thank you,

    are you building installer for the first time on this PC?...It usually asks for the drivers CDs and some toolkits if required.
    you just need to use drivers CDs (comes with LabVIEW) from which you installed on this PC. If you have ever upgraded drivers, then you have to use the latest CDs only.......
    another issue may be ...when u insert the driver disk, it has autorun, it will launch drivers installation wizard....close that and then try to build distribution......... 
    Message Edited by Anil Reddy on 09-25-2009 01:22 PM
    Anil Punnam
    CLD
    LV 2012, TestStand 4.2..........

  • Problems using 4096 bit SSL certificate with WebLogic Apache 2.2 plug-in

    Hi,
    'm using WebLogic 9.2 MP3 and Apache HTTP Server (version 2.2) Plug-In. For security reasons, I have SSL installed on both Apache and WebLogic. So Apache must communicate with WebLogic via https.
    I get the following error when attempting to access WebLogic via Apache:
    Internet Explorer cannot display the webpage
    These are the last lines in wlproxy log:
    Fri Feb 26 14:08:59 2010 <71212672221392> INFO: SSL is configured
    Fri Feb 26 14:08:59 2010 <71212672221392> SSL Main Context not set. Calling InitSSL
    Fri Feb 26 14:08:59 2010 <71212672221331> INFO: Initializing SSL library
    I've found that the problem is caused by using a 4096 bit intermediate cert. When I include this 4096 bit cert in the file referenced by plugin parameter "TrustedCAFile", it is unable to load it. I've tested 4096 bit certs from a few different certificate authorities, and consistently see this problem, so I know the problem is not related to the specific certificate. If I use a 2048 bit intermediate certificate, everything works perfectly fine.
    Do you know if there are limitations to the certificate length that the plug-in can use?

    Yes 4096 bit Certificates are not supported by the plugin.
    You can use up to 2048 bit.
    There is a Bug which clearly mentions it.
    I dont remember the Bug Number, but an Oracle Support person will be able to tell you.
    Hope this helps.
    Faisal Khan
    Edited by: Faisal Khan on Feb 27, 2010 2:08 PM

  • [SOLVED] Problem building exim 4.80.1 with postgresql lookup support

    I am trying to build Exim 4.80.1 with postgresql lookup support and I don't need ldap lookup support anymore
    I used the ABS folder for exim as a starting point
    Specifically I tried building against postgresql-libs 9.1.3-1 and 9.2.1-2 (latest)
    except for firefox and postgresql-libs (I reverted to 9.1.3 because thats the version running on my server) my system is fully updated - no packages from testing
    After much googling and hours of trying, these are the adaptions to the makefile I think should work:
    diff exim.Makefile exim.Makefile.orig
    292c292
    < # LOOKUP_LDAP=yes
    > LOOKUP_LDAP=yes
    298c298
    < LOOKUP_PGSQL=yes
    > # LOOKUP_PGSQL=yes
    349,350d348
    < LOOKUP_INCLUDE=-I /usr/include -I /usr/include/postgresql
    <
    352d349
    < LOOKUP_LIBS=-L/usr/lib -lpq
    I tried all kinds of modifications, also those from the outdated AUR package exim-postgres
    but when I start 'makepkg -c', eventually this appears:
    gcc -o exim
    lookups/lookups.a(pgsql.o): In function `pgsql_tidy':
    pgsql.c:(.text+0x188): undefined reference to `PQfinish'
    lookups/lookups.a(pgsql.o): In function `perform_pgsql_search':
    pgsql.c:(.text+0x451): undefined reference to `PQsetdbLogin'
    pgsql.c:(.text+0x45c): undefined reference to `PQstatus'
    pgsql.c:(.text+0x47b): undefined reference to `PQerrorMessage'
    pgsql.c:(.text+0x49d): undefined reference to `PQfinish'
    pgsql.c:(.text+0x4b4): undefined reference to `PQsetClientEncoding'
    pgsql.c:(.text+0x4c6): undefined reference to `PQsetNoticeProcessor'
    pgsql.c:(.text+0x51d): undefined reference to `PQexec'
    pgsql.c:(.text+0x528): undefined reference to `PQresultStatus'
    pgsql.c:(.text+0x541): undefined reference to `PQcmdTuples'
    pgsql.c:(.text+0x598): undefined reference to `PQresultStatus'
    pgsql.c:(.text+0x59f): undefined reference to `PQresStatus'
    pgsql.c:(.text+0x5aa): undefined reference to `PQresultErrorMessage'
    pgsql.c:(.text+0x5ea): undefined reference to `PQnfields'
    pgsql.c:(.text+0x5fa): undefined reference to `PQntuples'
    pgsql.c:(.text+0x659): undefined reference to `PQgetlength'
    pgsql.c:(.text+0x66b): undefined reference to `PQgetvalue'
    pgsql.c:(.text+0x695): undefined reference to `PQgetvalue'
    pgsql.c:(.text+0x6ba): undefined reference to `PQfname'
    pgsql.c:(.text+0x73d): undefined reference to `PQclear'
    collect2: error: ld returned 1 exit status
    make[1]: *** [exim] Error 1
    make[1]: Leaving directory `/tmp/makepkg/src/exim-4.80.1/build-Linux-x86_64'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
        Aborting...
    Can someone point me in the right direction? I really don't know what to do anymore... Thanks a lot!
    Last edited by maximax (2012-12-07 20:42:19)

    Ok, I found the problem.
    The file exim.Makefile from ABS features the line
    LOOKUP_LIBS=...
    twice.
    Once somewhere in the middle (where it belongs?) and then once more at the end of the file.
    So there you go. Thanks everyone.

  • Having problems running Petstore 1.3.1_02 with WLS 8.1

    I followed every step in the READEME.TXT file, and created petstore domain and everything succesffuly.
    1, I saw "cannot connect to LDAP server" error. I noticed that there is ./myserver/ldap in the petstore domain directory. So, I modified the config.xml and changed the line
    <EmbeddedLDAP Name="petstore" ... >
    to
    <EmbeddedLDAP Name="myserver" ... >
    Then I could start the server without the connection error any more.
    2, Finally, I built and copied over the 4 ear files to the application directory. I could connect to httpL//localhost:7001/petstore. But, the main screen is not complete, and I see only the "petmap". There are a bunch of "jsp compilation failures" for /footer.jsp or /banner.jsp.
    I saw somebody else experienced the same problem before. But, I did't see any answer to these. Please, can anybody help me with this? I really appreciate that.

    Hi, I couldn't get pointbase setup for petstore. It seems like you get farther than I do. Could you help me with this? When I run ant in db.setup, I get the following error:
    setup.pointbase:
    [java] utils.Schema will use these parameters:
    [java] url: jdbc:pointbase:server://localhost/demo
    [java] driver: com.pointbase.jdbc.jdbcUniversalDriver
    [java] dbserver: null
    [java] user: public
    [java] password: public
    [java] SQL file: createPointBaseUser.ddl
    [java] java.sql.SQLException: No suitable driver
    [java] at java.sql.DriverManager.getConnection(DriverManager.java:532)
    [java] at java.sql.DriverManager.getConnection(DriverManager.java:171)
    [java] at utils.Schema.main(Schema.java:112)
    [java] Could not make database connection
    BUILD FAILED
    C:\bea\user_projects\domains\petstore\db.setup\build.xml:9: Java returned: 1

  • Problems using Oracle or MSSql DBMS with Weblogic 5.1 SP6

    We have installed Weblogic 5.1 with service pack 6 on NT 4.0.
    The database access works fine with the default Cloudscape,
    but when we try to use the SQL scripts for Oracle supplied by BEA,
    we keep getting rollbacks.
    We have also tried to modify the SQL scripts to access a MSSQL 7
    database,
    and we get the same kind of problems.
    Can anybody help ?
    Thanx.
    Fabien Coppens
    Consultant B2C,
    Fi System
    78 Bld. de la République
    92100 Boulogne
    Tel : +33-1-47 61 52 55
    mailto : [email protected]

    I guess SQL syntax for cloudscape may not be same as Oracle. Pls check
    cloudscape manuals.
    Also you are talking about rollbacks. Could you be more specific.?
    Pls post full stack trace here.
    Kumar
    Fabien Coppens wrote:
    We have installed Weblogic 5.1 with service pack 6 on NT 4.0.
    The database access works fine with the default Cloudscape,
    but when we try to use the SQL scripts for Oracle supplied by BEA,
    we keep getting rollbacks.
    We have also tried to modify the SQL scripts to access a MSSQL 7
    database,
    and we get the same kind of problems.
    Can anybody help ?
    Thanx.
    Fabien Coppens
    Consultant B2C,
    Fi System
    78 Bld. de la République
    92100 Boulogne
    Tel : +33-1-47 61 52 55
    mailto : [email protected]

  • Problem building WLI 10.2 applications with exported ant build files

    Hello,
    I'm trying to build a WLI application without the workshop IDE. To accomplish this I exported ant build files, workspace.xml and the workspace libraries.
    When I run the build, I get the following (part of the) stacktrace:
    [apt] Compiling 8 source files to C:\development\BuildOFOP\workspace\ContractAccountService-Web\build\classes
    [apt] warning: Annotation types without processors: [com.bea.wli.transform.XQueryTransform.SchemaValidate]
    [apt] java.io.FileNotFoundException: File not found
    [apt] at java.util.zip.ZipFile.open(Native Method)
    [apt] at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    [apt] at java.util.zip.ZipFile.<init>(ZipFile.java:76)
    [apt] at com.bea.wli.bpm.bean.codegen.JarHelper.unJar(JarHelper.java:31)
    [apt] at com.bea.wli.bpm.bean.codegen.ResourceConfig.configureEjbJars(ResourceConfig.java:749)
    [apt] at com.bea.wli.bpm.bean.codegen.ResourceConfig.configureEjbJars(ResourceConfig.java:704)
    [apt] at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.generateBeans(JpdAnnotationProcessor.java:343)
    [apt] at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.generate(JpdAnnotationProcessor.java:56)
    [apt] at com.bea.wli.knex.ap.TwoPhaseAnnotationProcessor.process(TwoPhaseAnnotationProcessor.java:103)
    [apt] at com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
    [apt] at com.sun.tools.apt.comp.Apt.main(Apt.java:454)
    [apt] at com.sun.tools.apt.main.JavaCompiler.compile(JavaCompiler.java:448)
    [apt] at com.sun.tools.apt.main.Main.compile(Main.java:1075)
    [apt] at com.sun.tools.apt.main.Main.compile(Main.java:938)
    [apt] at com.sun.tools.apt.Main.processing(Main.java:95)
    [apt] at com.sun.tools.apt.Main.process(Main.java:43)
    [apt] at com.sun.tools.apt.Main.main(Main.java:34)
         [apt] Problem encountered during annotation processing;
    [apt] see stacktrace below for more information.
    [apt] java.lang.IllegalStateException: Error customizing project beans; could not locate weblogic home null
    [apt] at com.bea.wli.bpm.bean.codegen.ResourceConfig.configureEjbJars(ResourceConfig.java:769)
    [apt] at com.bea.wli.bpm.bean.codegen.ResourceConfig.configureEjbJars(ResourceConfig.java:704)
    [apt] at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.generateBeans(JpdAnnotationProcessor.java:343)
    [apt] at com.bea.wli.bpm.compiler.JpdAnnotationProcessor.generate(JpdAnnotationProcessor.java:56)
    [apt] at com.bea.wli.knex.ap.TwoPhaseAnnotationProcessor.process(TwoPhaseAnnotationProcessor.java:103)
    [apt] at com.sun.mirror.apt.AnnotationProcessors$CompositeAnnotationProcessor.process(AnnotationProcessors.java:60)
    [apt] at com.sun.tools.apt.comp.Apt.main(Apt.java:454)
    [apt] at com.sun.tools.apt.main.JavaCompiler.compile(JavaCompiler.java:448)
    [apt] at com.sun.tools.apt.main.Main.compile(Main.java:1075)
    [apt] at com.sun.tools.apt.main.Main.compile(Main.java:938)
    [apt] at com.sun.tools.apt.Main.processing(Main.java:95)
    [apt] at com.sun.tools.apt.Main.process(Main.java:43)
    [apt] at com.sun.tools.apt.Main.main(Main.java:34)
    [apt] Caused by: java.io.FileNotFoundException: File not found
    [apt] at java.util.zip.ZipFile.open(Native Method)
    [apt] at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    [apt] at java.util.zip.ZipFile.<init>(ZipFile.java:76)
    [apt] at com.bea.wli.bpm.bean.codegen.JarHelper.unJar(JarHelper.java:31)
    [apt] at com.bea.wli.bpm.bean.codegen.ResourceConfig.configureEjbJars(ResourceConfig.java:749)
    [apt] ... 12 more
    Anyone got any idea what might be the problem here? I did followed the BEA instructions for exporting the ant build files.
    Grtz, Jaco

    Hi
    This is a known issue addressed by CR205204
    As you said, IBM actually does not have rt.jar in its JDK - they have moved contents of rt.jar into various jars.
    IBM is not using org/apache/crimson/tree/ in their JDK at all.So the error shows up in the end of build even if it succeeds
    You may need to add crimson.jar to wlwBuild classpath, since it is not part of IBMs JDK.
    Note: the build will work even w/o crimson.jar giving a non build related IDE exception in the very end.
    Thanks
    Vimala

  • Problem in sending a HTTPS request with weblogic 8.1

    Hi ,
    I am tring to do a HTTPS connection on weblogic8.1 and when i ever i try to do i get the following error.
    Note that the same code works fine for me in the Jboss , but not for weblogic
    The error is
    java.lang.StackOverflowError
         at java.nio.charset.Charset.isSupported(Unknown Source)
         at java.lang.StringCoding.lookupCharset(Unknown Source)
         at java.lang.StringCoding.decode(Unknown Source)
         at java.lang.String.<init>(Unknown Source)
         at java.lang.String.<init>(Unknown Source)
         at sun.security.util.DerValue.getPrintableString(Unknown Source)
         at sun.security.util.DerValue.getAsString(Unknown Source)
         at sun.security.x509.AVA.toKeywordValueString(Unknown Source)
         at sun.security.x509.AVA.toString(Unknown Source)
         at sun.security.x509.RDN.toString(Unknown Source)
         at sun.security.x509.X500Name.generateDN(Unknown Source)
         at sun.security.x509.X500Name.toString(Unknown Source)
         at sun.security.x509.CertificateIssuerName.toString(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.X509CertInfo.<init>(Unknown Source)
         at sun.security.x509.X509CertImpl.parse(Unknown Source)
         at sun.security.x509.X509CertImpl.<init>(Unknown Source)
         at sun.security.provider.X509Factory.engineGenerateCertificate(Unknown Source)
         at java.security.cert.CertificateFactory.generateCertificate(Unknown Source)
         at sun.security.pkcs.PKCS7.parseSignedData(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.parse(Unknown Source)
         at sun.security.pkcs.PKCS7.<init>(Unknown Source)
         at sun.security.util.SignatureFileVerifier.<init>(Unknown Source)
         at java.util.jar.JarVerifier.processEntry(Unknown Source)
         at java.util.jar.JarVerifier.update(Unknown Source)
         at java.util.jar.JarFile.initializeVerifier(Unknown Source)
         at java.util.jar.JarFile.getInputStream(Unknown Source)
         at weblogic.utils.classloaders.ZipSource.getInputStream(ZipSource.java:33)
         at weblogic.utils.classloaders.ZipSource.getBytes(ZipSource.java:67)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:404)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:182)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:224)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.doGetImpl(Unknown Source)
         at java.security.Security.getImpl(Unknown Source)
         at java.security.KeyFactory.getInstance(Unknown Source)
         at sun.security.x509.X509Key.buildX509Key(Unknown Source)
         at sun.security.x509.X509Key.parse(Unknown Source)
         at sun.security.x509.CertificateX509Key.<init>(Unknown Source)
         at sun.security.x509.X509CertInfo.parse(Unknown Source)
         at sun.security.x509.

    dkarr, Thanks for your reply.<BR>
    here is the constructor I got for the class 'com.corizon.ps.oneview.servlet.OneViewWritebackResultServlet'
    <BR><BR>
    <b> public OneViewWritebackResultServlet()<BR>
    {<BR>
    senderThread = null;<BR>
    jmsConnectionHandler = null;<BR>
    closureManager = null;<BR>
    mRequestSenderThread = null;<BR>
    connected = false;<BR>
    }</b><BR>
    <BR>
    Is this ok ?
    <BR>
    Thanks,<BR>
    -Ninad<BR>

  • Mime type problems with Weblogic Server 6.0

    I'm having problems getting mime types to work with Weblogic 6.0.
    I modified my web.xml file to include the following entry:
    <web-app>
    <mime-mapping>
    <extension>xls</extension>
    <mime-type>application/vnd.ms-excel</mime-type>
    </mime-mapping>
    </web-app>
    When I try to get a file that exist with the correct extension, excel never
    executes and I only get garbage in the screen. This use to work with
    Weblogic 5.1.
    This is what I'm trying in the url: http://localhost/book1.xls
    What I'm doing wrong? Is there any other way I can get an excell file to
    display in my browser?
    Thanks
    Luis
    [email protected]

    Works like charm for me.
    Did you put the file under default web app directory?
    Kumar.
    Luis Obregon wrote:
    I'm having problems getting mime types to work with Weblogic 6.0.
    I modified my web.xml file to include the following entry:
    <web-app>
    <mime-mapping>
    <extension>xls</extension>
    <mime-type>application/vnd.ms-excel</mime-type>
    </mime-mapping>
    </web-app>
    When I try to get a file that exist with the correct extension, excel never
    executes and I only get garbage in the screen. This use to work with
    Weblogic 5.1.
    This is what I'm trying in the url: http://localhost/book1.xls
    What I'm doing wrong? Is there any other way I can get an excell file to
    display in my browser?
    Thanks
    Luis
    [email protected]

  • Integration of Commons Logging framework with Weblogic

    Hi,
    We are trying to use Apache commons logging framework and trying to publish log mesages in Weblogic so that messages can be seen through console and all the Logging configurations can be managed from Admin console. I tried using the below steps:
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/logging/config_logs.html#using_commons
    But these does not seems to be working for User defined handlers. I am able to see the logs in the default odl-handler file but not able to log the messages through the handlers defined by me.
    Can anyone help me on this.
    Regards,
    Anuj

    Hi,
    We are able to see reports through Workspace. We are facing problem after
    integrating Hyperion Interactive Reporting with Weblogic Portal. we are able to see the sections like Query,Report,Results but we are not able to see the content after selecting any one of the section mentioned above.
    System Configuration:
    Hyperion Interactive Reporting 9.3.1
    App Server: Weblogic server 9.2
    Web Server: Apache 2.0.52
    Database: Oracle 9.0.1.
    Operating System: Windows 2003 with SP1
    Browser: I.E 6.0
    With Workspace everything is working fine. After Integration we are facing problem.
    Regards,
    S.Suresh.

  • Problem with Weblogic Builder SP1

    I have a problem with Weblogic Builder SP1. I basically re-used my EJB deployment
    descriptors from WL5.1 in WL8.1. Before SP1, i have no problem loading my EJB
    in WB. But with SP1, WB throws weblogic.marathon.model.LoadFailureException.
    I re-attempted by jarring my EJB with WL5.1 descriptors and used my friend's WB
    (not SP1) to export new descriptors which I used to re-jar. This new EJB is again
    not recognised by WB SP1?
    What is wrong?

    The exception is as follows:
    Opening module myproj.jar
    java.lang.NullPointerException
         at java.util.Arrays.sort(Arrays.java:1181)
         at weblogic.marathon.model.EJBJarCMBean.initRelations(EJBJarCMBean.java:1212)
         at weblogic.marathon.model.EJBJarCMBean.initBeans(EJBJarCMBean.java:1098)
         at weblogic.marathon.model.EJBJarCMBean.setup(EJBJarCMBean.java:1144)
         at weblogic.marathon.tasks.OpenModuleTask.getEJBModule(OpenModuleTask.java:156)
         at weblogic.marathon.tasks.OpenModuleTask.figureOutModule(OpenModuleTask.java:191)
         at weblogic.marathon.tasks.OpenModuleTask.figureOutModule(OpenModuleTask.java:230)
         at weblogic.marathon.tasks.OpenModuleTask.runBackground(OpenModuleTask.java:89)
         at weblogic.tools.jellybeans.core.task.TaskThread.execute(TaskThread.java:127)
         at weblogic.tools.jellybeans.core.task.TaskThread.run(TaskThread.java:64)
    Module myproj.jar descriptors failed to load
    The EJB has no problem deploying.
    Rob Woollen <[email protected]> wrote:
    You'll have to at least show us the error you get from marathon.
    Does your application deploy to the server?
    -- Rob
    Robin Tan wrote:
    I have a problem with Weblogic Builder SP1. I basically re-used myEJB deployment
    descriptors from WL5.1 in WL8.1. Before SP1, i have no problem loadingmy EJB
    in WB. But with SP1, WB throws weblogic.marathon.model.LoadFailureException.
    I re-attempted by jarring my EJB with WL5.1 descriptors and used myfriend's WB
    (not SP1) to export new descriptors which I used to re-jar. This newEJB is again
    not recognised by WB SP1?
    What is wrong?

  • Problem in Using Log4J with Weblogic 9.2

    I am using Weblogic 9.2 and Log4j.
    By using Admin console I set the Severity Level to WARNING and inside my java code is given below:
    Logger logger = Log4jLoggingHelper.getLog4jServerLogger();
    if (logger.isEnabledFor(Priority.DEBUG)){
    logger.debug("DEBUG - Test Debug message");
    logger.info("DEBUG - Test Info Message");
    logger.warn("DEBUG - Test Warning Message");
    logger.error("DEBUG - Test Error Message");
    logger.fatal("DEBUG - Test Fatal Message");          
    Somehow the logger.isEnabledFor(Priority.DEBUG) returning 'TRUE' and the follwoing message is displayed.
    <Nov 29, 2006 2:44:04 PM EST> <Warning> org.apache.log4j.Category> <000000> <DEBUG - Test Warning Message>
    <Nov 29, 2006 2:44:04 PM EST> <Error> <org.apache.log4j.Category> <000000> <DEBUG - Test Error Message>
    <Nov 29, 2006 2:44:04 PM EST> <Info> <org.apache.log4j.Category> <000000> <DEBUG - Test Fatal Message>
    <b><i>NOTE - The logger.debug() and logger.info() methods are not invoked because of the severity level to 'WARNING' in the console.</i></b>
    <b>I would like to know why the Somehow the logger.isEnabledFor(Priority.DEBUG) is having a value of 'TRUE'.</b>
    I expected only the Somehow the logger.isEnabledFor(Priority.ERROR) will have the value of 'TRUE'.

    Did you get an answer to your question? I have the same problem with WebLogic 10.0.

  • BIG5 Problem with WebLogic Express 6.1

              Hi,
              I found some problem with Chinese Big5 when using JSP. All big5 code convert in
              a wrong format and can't view by browser.
              My server setting is:
              OS: Solaris 8
              Weblogic: Express 6.1
              JDK 1.3.1
              Anyone know how to solve this problem?
              I have tried different way like creating a new string in different encoding type.
              Actually the BIG5 work fine with Solaris 8, JDK1.2.2_05a and Weblogic 5.1. However
              I WEblogic 6.1 only support JDK1.3 or above. Anyone can help me out. Thanks.
              Pls email me at [email protected]
              

    The download binary is the same for WL Full version and WL Express. It's the
    license that matters. Contact BEA to obtain / buy a WL Express license.
    Ben
    "Rajendra" <[email protected]> wrote in message
    news:[email protected]..
    We have WebLogic 6.1 licensed software. I need to work with WebLogic
    Express.
    I installed on win2K using the installer available with the CD. Now, what
    exactly do I need to do (restricting license..) to work with WebLogic
    Express?
    I need this info urgently. Any help in this regard is greatlyappreciated.
    >
    Thanks
    Rajendra.
    "Michael" <[email protected]> wrote in message
    news:[email protected]..
    Hi.
    WebLogic Express is WebLogic Server with a different license that limits
    some of
    the WebLogic Server features, such as EJB. Downloading WLS effectively
    downloads
    WebLogic Express.
    Regards,
    Michael
    raj wrote:
    Hi,
    does anyone know if it's possible to download weblogic express 6.1 ? icouldn't
    find any link on the bea website.
    thanks
    Raj

  • Problems with weblogic clustering in 6.1 sp3

    We have spent a lot of time trying to get our application deployed to
              a cluster using weblogic 6.1 sp3 and we consistently receive a failure
              when we attempt to start the managed server. This was not a problem
              with weblogic sp1--we got our application to deploy to the cluster
              successfully; although there was another weblogic bug there with
              clients accessing EJB clusters--we won't go into that here...
              We have tried this on both a Windows 2000 machine and an HP machine
              running weblogic sp3. The same error occurs on both platforms.
              The error in deploying our application to the cluster against weblogic
              sp3 looks to have to do with our custom security realm. Inside our
              custom realm we make use of a configurable providerUrl which we set to
              the cluster address/port. The custom realm makes a call where it
              passes in the providerUrl to:
                   weblogic.management.Helper.getMBeanHome(..., providerUrl,...)
              When we have our providerUrl set to the cluster address/port--e.g.,
                   t3://clustermember1:7001
              and attempt to start the managed server we get the error:
              Starting WebLogic Server ....
              Connecting to http://adminserver:7117...
              The WebLogic Server did not start up properly.
              Exception raised:
              weblogic.management.configuration.ConfigurationException:
              clustermember1 not found
                   at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1084)
                   at weblogic.management.Admin.initialize(Admin.java:340)
                   at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:359)
                   at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
                   at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              When we have our providerUrl set to the admin server address--e.g.,
                   t3://adminserver:7117
              everything starts up fine.
              Does anyone know why this would work on sp1 and not sp3 of weblogic
              6.1?
              We verified that all passwords are correct and everything else we
              could determine--any ideas would be helpful.
              We don't want the providerUrl to point at our admin server, we want it
              to point at the cluster address/port.
              When we get the managed server error, we received this error on the
              AdminServer:
              2002-08-15 16:52:23,019 ERROR [ExecuteThread: '11' for queue:
              'default'] (com.msa.gabriel.share.security.wlrealm.GabrielRealm) -
              Caught naming exception null; throwing RuntimeException.
              javax.naming.CommunicationException. Root exception is
              java.net.ConnectException: t3://tomtate.msais.com:7119: Destination
              unreachable; nested exception is:
                   java.net.ConnectException: Connection refused; No available router to
              destination
                   at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:155)
                   at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
                   at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:307)
                   at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:211)
                   at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:149)
                   at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
                   at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
                   at javax.naming.InitialContext.init(InitialContext.java:222)
                   at javax.naming.InitialContext.<init>(InitialContext.java:198)
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm.getNamingContext(GabrielRealm.java:416)
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm.getConnection(GabrielRealm.java:347)
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm.access$000(GabrielRealm.java:51)
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm$2.run(GabrielRealm.java:225)
                   at weblogic.security.acl.Security.doAsPrivileged(Security.java:489)
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm.myDoAsPrivileged(GabrielRealm.java:578)
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm.getUser(GabrielRealm.java:221)
                   at weblogic.security.acl.CachingRealm.getUserEntry(CachingRealm.java:832)
                   at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:696)
                   at weblogic.security.acl.Security.getCurrentUser(Security.java:250)
                   at weblogic.servlet.security.internal.SecurityModule.auditPerm(SecurityModule.java:356)
                   at weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:205)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2518)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              <Aug 15, 2002 4:52:23 PM EDT> <Error> <HTTP>
              <[WebAppServletContext(8091823,wl_management_internal2,/wl_management_internal2)]
              Servlet failed with Exception
              java.lang.RuntimeException
                   at com.msa.gabriel.share.security.wlrealm.GabrielRealm.getUser(GabrielRealm.java:260)
                   at weblogic.security.acl.CachingRealm.getUserEntry(CachingRealm.java:832)
                   at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:696)
                   at weblogic.security.acl.Security.getCurrentUser(Security.java:250)
                   at weblogic.servlet.security.internal.SecurityModule.auditPerm(SecurityModule.java:356)
                   at weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:205)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2518)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2260)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Thanks for any help.
              Rich
              

    Bottom line:
              In our custom realm we were not handling user guest correctly. Even if you
              have guest user disabled, Weblogic seems to have hard-coded guest to
              send messages to the cluster every-so-often. Not sure there--couldn't get
              an answer out of bea as to exactly why we see guest still being used...
              It seems that with sp3, the user guest interaction started happening earlier
              than it did with sp1, consequently making our realm code fail when trying to
              retrieve the guest user like someone we knew about in our system.
              Hence, our getUser and authUserPassword methods now return null for both
              users guest and system, making the secondary realm (file realm) be used to
              authenticate and resolve guest & system. BEA helped get our code fixed;
              however, we still don't have a lot of depth in understanding Weblogic
              server's use of guest...
              Apparently, in 7.x the guest & system user behavior and configuration is
              different also... We'll see when we start digging into that migration.
              Rich
              [email protected] (Rich Koch) wrote in message news:<[email protected]>...
              > Thanks for the responses--we're working with weblogic support now. We
              > think that the custom realm that we have [the developer that wrote it
              > left the company] is the problem.
              >
              > The original developer was told by someone to check:
              > weblogic.security.acl.internal.ClusterRealm.THE_ONE != null
              >
              > In order to determine if the JNDI was available/ready for the whole
              > cluster.
              >
              > It seems that the meaning/setting of THE_ONE changed with this respect
              > from
              > sp1 to sp3--i.e., this is no longer a valid test to tell us if the
              > JNDI is
              > ready for the cluster.
              >
              > We believe this was used because the 'system' user has to be
              > authenticated before the custom realm is up. Originally, before this
              > check was in place, an exception was received when authenticating
              > 'system'. This appears to be a weblogic limitation/issue. Support
              > has told us that this is different in weblogic 7.0. Unfortunately, we
              > can't upgrade from 6.1 yet.
              >
              > We'll post the solution when this gets figured out.
              >
              > Rak
              >
              > "Sabha" <[email protected]> wrote in message news:<[email protected]>...
              > > There was a security restriction enforced from sp2/sp3 onwards in terms of
              > > looking up mbeans from admin server.
              > >
              > > This might cause things to fail if you are attempting to lookup Mbeans with
              > > guest priviliges from admin server. Also, can you try doing the following:
              > >
              > > Run " java weblogic.Admin -url adminServer -username system -password
              > > .... -GET -pretty -type Server" and check whether the named clustermember1
              > > is available in the list or not.
              > >
              > > Also you seem to be getting some security exception - can you check that.
              > >
              > > t3://tomtate.msais.com:7119: Destination
              > > unreachable; nested exception is:
              > >
              > > --- Try running weblogic.Admin PING on this one and see whether you are
              > > able to reach this server upon the error message.
              > >
              > > --Sabha
              > >
              > > "Rich Koch" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > We have spent a lot of time trying to get our application deployed to
              > > > a cluster using weblogic 6.1 sp3 and we consistently receive a failure
              > > > when we attempt to start the managed server. This was not a problem
              > > > with weblogic sp1--we got our application to deploy to the cluster
              > > > successfully; although there was another weblogic bug there with
              > > > clients accessing EJB clusters--we won't go into that here...
              > > >
              > > > We have tried this on both a Windows 2000 machine and an HP machine
              > > > running weblogic sp3. The same error occurs on both platforms.
              > > >
              > > > The error in deploying our application to the cluster against weblogic
              > > > sp3 looks to have to do with our custom security realm. Inside our
              > > > custom realm we make use of a configurable providerUrl which we set to
              > > > the cluster address/port. The custom realm makes a call where it
              > > > passes in the providerUrl to:
              > > > weblogic.management.Helper.getMBeanHome(..., providerUrl,...)
              > > >
              > > > When we have our providerUrl set to the cluster address/port--e.g.,
              > > > t3://clustermember1:7001
              > > >
              > > > and attempt to start the managed server we get the error:
              > > >
              > > > Starting WebLogic Server ....
              > > > Connecting to http://adminserver:7117...
              > > >
              > ***************************************************************************
              > > > The WebLogic Server did not start up properly.
              > > > Exception raised:
              > > > weblogic.management.configuration.ConfigurationException:
              > > > clustermember1 not found
              > > > at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:1084)
              > > > at weblogic.management.Admin.initialize(Admin.java:340)
              > > > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:359)
              > > > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:206)
              > > > at weblogic.Server.main(Server.java:35)
              > > > Reason: Fatal initialization exception
              > > >
              > ***************************************************************************
              > > >
              > > > When we have our providerUrl set to the admin server address--e.g.,
              > > > t3://adminserver:7117
              > > >
              > > > everything starts up fine.
              > > >
              > > > Does anyone know why this would work on sp1 and not sp3 of weblogic
              > > > 6.1?
              > > > We verified that all passwords are correct and everything else we
              > > > could determine--any ideas would be helpful.
              > > >
              > > > We don't want the providerUrl to point at our admin server, we want it
              > > > to point at the cluster address/port.
              > > >
              > > > When we get the managed server error, we received this error on the
              > > > AdminServer:
              > > >
              > > > 2002-08-15 16:52:23,019 ERROR [ExecuteThread: '11' for queue:
              > > > 'default'] (com.msa.gabriel.share.security.wlrealm.GabrielRealm) -
              > > > Caught naming exception null; throwing RuntimeException.
              > > > javax.naming.CommunicationException. Root exception is
              > > > java.net.ConnectException: t3://tomtate.msais.com:7119: Destination
              > > > unreachable; nested exception is:
              > > > java.net.ConnectException: Connection refused; No available router to
              > > > destination
              > > > at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:155)
              > > > at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:207)
              > > > at
              > > weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
              > > textFactoryDelegate.java:307)
              > > > at
              > > weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
              > > textFactoryDelegate.java:211)
              > > > at
              > > weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
              > > ory.java:149)
              > > > at
              > javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:665)
              > > > at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
              > > > at javax.naming.InitialContext.init(InitialContext.java:222)
              > > > at javax.naming.InitialContext.<init>(InitialContext.java:198)
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm.getNamingContext(Gabriel
              > > Realm.java:416)
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm.getConnection(GabrielRea
              > > lm.java:347)
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm.access$000(GabrielRealm.
              > > java:51)
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm$2.run(GabrielRealm.java:
              > > 225)
              > > > at weblogic.security.acl.Security.doAsPrivileged(Security.java:489)
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm.myDoAsPrivileged(Gabriel
              > > Realm.java:578)
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm.getUser(GabrielRealm.jav
              > > a:221)
              > > > at weblogic.security.acl.CachingRealm.getUserEntry(CachingRealm.java:832)
              > > > at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:696)
              > > > at weblogic.security.acl.Security.getCurrentUser(Security.java:250)
              > > > at
              > > weblogic.servlet.security.internal.SecurityModule.auditPerm(SecurityModule.j
              > > ava:356)
              > > > at
              > > weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(Servle
              > > tSecurityManager.java:205)
              > > > at
              > > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              > > ntext.java:2518)
              > > > at
              > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              > > :2260)
              > > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > > > <Aug 15, 2002 4:52:23 PM EDT> <Error> <HTTP>
              > > >
              > > <[WebAppServletContext(8091823,wl_management_internal2,/wl_management_intern
              > > al2)]
              > > > Servlet failed with Exception
              > > > java.lang.RuntimeException
              > > > at
              > > com.msa.gabriel.share.security.wlrealm.GabrielRealm.getUser(GabrielRealm.jav
              > > a:260)
              > > > at weblogic.security.acl.CachingRealm.getUserEntry(CachingRealm.java:832)
              > > > at weblogic.security.acl.CachingRealm.getUser(CachingRealm.java:696)
              > > > at weblogic.security.acl.Security.getCurrentUser(Security.java:250)
              > > > at
              > > weblogic.servlet.security.internal.SecurityModule.auditPerm(SecurityModule.j
              > > ava:356)
              > > > at
              > > weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(Servle
              > > tSecurityManager.java:205)
              > > > at
              > > weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              > > ntext.java:2518)
              > > > at
              > weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              > > :2260)
              > > > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > > > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > > >
              > > >
              > > > Thanks for any help.
              > > >
              > > > Rich
              

  • Problem with weblogic server help me...!

    HI,
    i have developed and application that was deployed successfully in Tomcat 5.0, but it was not with weblogic 8...
    plz help me... thanks in advance..

    In this case, I would call the OP up from asking a stupid question, with no details at all, rather than Soultech for responding to it in humorous manner.
    Hence why I included that link to "How to ask smart questions"
    "It doesn't work on Weblogic" will not get any helpful responses
    WHAT doesn't work?
    Is there an error message?
    What have you tried?
    The onus is on the OP to post a clear and concise description of his problem, along with error messages/stack traces, anything else that may help diagnose the issue.
    I believe Soultechs post was justified, if a little short.

Maybe you are looking for

  • Windows 7 and Multi-boot

    Hallo! Just want to get some quick advice. I have Windows XP in sda1 with grub install to the MBR on sda. I just bought sdb and installed Windows 7 in sdb1.  Windows 7 overwrote Grub in sda MBR during install. I chrooted into Arch install and re-inst

  • Java.lang.NullPointerException oracle.apps.xdo.servlet.GlobalContext.getPro

    Hi, We have installed BI Publisher as part of OBIEE 10.1.3.4.1. Our J2EE Application Server is Apache Tomcat 5.5.2.7 After manually deploying the xmlpserver.war in Tomcat and doing the changes to xmlp-server-config.xml When i am trying access the URL

  • Are Itunes playlists stored in Previous System folder

    I re-installed Leopard and my old files are stored in a folder called previous system. I tried to find back the playlists that I had running under Itunes, but I can not find them in this previous system folder. Therefore my questions: Are they backed

  • IPad not showing all images on websites

    I've been having problems with the iPad not showing all the images on websites. It tends to do it on forums with threads that are picture heavy. It will show the first few, then the rest will Be replaced with a blue icon with a question mark in it. I

  • Rotate and stop rotating an object

    Hi I want to rotate an object using the arrows on the keyboard when the mouse is over the object and it should not be possible to rotate the object when the mouse is not on the object. I know how to rotate the object, when the mouse is over the objec