weblogic 2 « weblogic « Java Enterprise Q&A





1. WebLogic 9.2 Loadbalancing problem    stackoverflow.com

I have a setup of 2 independent WebLogic 9.2.1 servers (they are Managed servers with their own Admin server). So no Clustering has been setup. They are configured with JDBC Session ...

2. Issues with setting URLStreamHandlerFactory with Weblogic 10.3    stackoverflow.com

I am trying to implement a custom URLStreamHandlerFactory in weblogic 10.3, as I want to filter by protocol. I am setting something like: -Dweblogic.net.http.URLStreamHandlerFactory=TheCustomClassName while the server starts. The Factory is getting ...

3. Weblogic DB2 DataSource: what determines the transaction isolation level?    stackoverflow.com

An application accesses a mainframe DB2 via direct JDBC, using a DataSource provided by a Weblogic application server 10.0.

  1. How do I configure the transaction isolation level in Weblogic for a DataSource, ...

4. Applet can't find classes in weblogic 11    stackoverflow.com

I have an applet and a few libraries in jar files. Obviously, all required classes are deployed with my applet as I added them to library path in my IDE (JDeveloper). ...

5. CSS issues with weblogic 11g    stackoverflow.com

I am facing a CSS issues with Weblogic 11g. When I deploy my application in previous versions of weblogic it works fine, but it’s not working with weblogic 11g. Whenever I try ...

6. Cant Lookup Weblogic11    stackoverflow.com

I am using Weblogic 11g, EJB3.0. I am trying to do simple look up from one deployment to another in the same machine. but no success. this is the code: in one deployment this ...

7. Instance Crashed due to Deadlock    stackoverflow.com

We hit the instance crash again and this time around using Samurai tool, i see several areas where deadlock is been noticed. One of the code snippets we found on deadlock ...

8. Solr communication with HTTP    stackoverflow.com

I have integrated solr.war in my web application, i am using bea102 weblogic server. Now my question is : 1. How to make communication with HTTP ,of this solr web application. 2. My ...

9. weblogic scripting    stackoverflow.com

I am new to weblogic scripting.can you please guide me to write scripts in weblogic? Please provide me the basic steps which will help me to write the scripts. Thanks





10. unable to read a url from a app deployed on wls    stackoverflow.com

My application is deployed on Weblogic server and the following code

    private boolean validateParse() {
    URLConnection yc = null;
    try {
  ...

11. Can I get HttpClient to use Weblogic's custom keystore / truststore settings?    stackoverflow.com

My application is using Apache's HttpClient 3.1 deployed on Weblogic 10.3 to perform a POST using SSL mutual authentication. I can get this to work using the following system properties ...

12. Java: linked lists of lines for viewing source?    stackoverflow.com

Trying to understand this documentation: from http://otndnld.oracle.co.jp/document/products/workshop/docs81/doc/ja_JP/workshop/java-class/com/bea/ide/sourceeditor/model/ISourceModel.html is the 'linked list of lines' being used as the UI for the source view? "public interface ISourceModel A source model is a data structure that ...

13. Orbeon CE 3.9+ weblogic 10.3 -- Forms builder not working    stackoverflow.com

I downloaded the Orbeon CE 3.9 version and followed instructions on the orbeon wiki @ http://wiki.orbeon.com/forms/doc/developer-guide/admin/installing#TOC-Oracle-WebLogic-10-11g for installing on my weblogic 10.3 server. When I click on the "new" button on ...

14. weblogic jsessionid    stackoverflow.com

I run Weblogic 10.3 locally and have a question about the sessionId that it generates. When i print session.getId() i see something that resembles this:

BBp9TAACMTglQ2TDFAKR4tpyXg73LZDQJ2PtT9x8htG1tWY122aa!869187422!1308677666322
what are these exclamation points ...

15. Implementing SAML2 SP-initiated use case with Weblogic 10.3.4. and ADFS    stackoverflow.com

I am trying to implement the SP-initiated use case. For this what I have is:

  1. Identity Provider: a Federation Service (Active Directory). For me is a "black box". The only thing that I am suppose ...

16. External properties file with Weblogic    stackoverflow.com

I'm looking for the best way to use an external properties file with an application that is going to be deployed on Weblogic 10.3 server. I read a number of articles ...





17. Weblogic without their IDE?    stackoverflow.com

I'm starting Java development at a place that uses Weblogic on their production and test servers. I'd like to use Weblogic on my computer to develop my code. ...

18. Difference between web server and application server    stackoverflow.com

As a layman, how do I understand the difference between web server and application server ? If you could give an example using a Java based web app in very "simple" ...

19. Weblogic replays request exactly after 5 minutes    stackoverflow.com

we're investigating an issue where a specific web request processing lasts long on our Weblogic 10.3 server. Exactly after 5 minutes the server starts processing the very same request, causing an ...

20. To run weblogic server in cygwin    stackoverflow.com

I'm starting weblogic server in cygwin, I've added set DEBUG_OPTS = -Xdebug -Xrunjdwp:transport=dt_socket,address=5152,server=y,suspend=y in startwls.sh file and passed this DEBUG_OPTS when stating the weblogic server. But the server does not stops to listen the ...

21. How to investigate if a workmanager is being used or not?    stackoverflow.com

We have like 20 WorkManagers and right now our project is in cleaning phase. I am assigned a task to list down all the workmanagers which are being used and which ...

22. How to get installed JCA adapter information from WebLogic    stackoverflow.com

I would like to know how I could get information about the installed JCA adapters (such as adapter's name, version) from WebLogic server. My application is ADF-BC application and I need ...

23. Purging Weblogic Topic/Queue    stackoverflow.com

How would one go about purging a JMS destination using MBEans? I have a Queue (Destination) reference

Object o = mbeanServerConnection.invoke(
            ...

24. Known issues for Weblogic 10 concurrency issues?    stackoverflow.com

Recently, our production weblogic is taking too much time to process queues. Besides investigating into queues, db queries and other stuff I thought to look into any known memory and concurrency ...

25. How to determine weblogic server startup?    stackoverflow.com

I am trying to write a script that will run and send a notification email regarding a successful server restart, however, how should i do so in the best way? Weblogic ...

26. Problem with Weblogic Upgrade    stackoverflow.com

I'm currently in the process of upgrading my WebLogic version from 10.0 to 10.3.3.
I did manage to successfully create a new 10.3 domain, but when I try to start it, I ...

27. Viewing Deployed Apps in Weblogic Server    stackoverflow.com

I am new to weblogic and I would like to find out how my files are arrange in Weblogic? I have used only Tomcat and this is the first time where I ...

28. Loading property files in weblogic 10.3    stackoverflow.com

I have an application which acesses a lot of property files. In jboss 5.1 we can load this from the conf directory. I would like to know if there is ...

29. How do i configure WebLogic 8.1 to use a specific JRE / JDK on my development machiine    stackoverflow.com

How do i configure WebLogic 8.1 to use a specific JRE / JDK on my development machine. I realized that it is using hot spot and i would like to change ...

30. problem with joda new DateTime(int,int,int,int,int,int)    stackoverflow.com

Hi I creating war aplication with weblogic 11g and I have problem with joda time's method

new DateTime(int, int, int, int, int, int);
this thrown nosuchmethodException but when I use new DateTime(int, ...

31. Weblogic server startup is slow    stackoverflow.com

We have added the parameter


    -Djavax.xml.stream.XMLOutputFactory=com.sun.xml.internal.stream.XMLOutputFactoryImpl  
    -Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl
 
to JAVA_OPTIONS in setDomainEnv.sh file of weblogic ...

32. regarding work manager for a component of webapp in weblogic    stackoverflow.com

We have a spring batch component implemented as a component of an ear application deployed on weblogic. We want to implement max thread constraint on the spirng batch component and not ...

33. Configure DBCP on weblogic 11    stackoverflow.com

Can anyone please suggest me a links where I could find the steps to configure DBCP in weblogic 11 to override the default connection pool. Regards....

34. CMS parameter in weblogic 8.1 startup script    stackoverflow.com

We have clustered environment and MS1 and MS2 configured on same box. We have added CMS parameters in start up script of MS1 and MS2. Weblogic version is 8.1 SP6 ...

35. request size problem in apache + weblogic with mod_wl.so    stackoverflow.com

We´re using apache (2.0, with ssl) to proxy the requests to a web service installed on weblogic. We have mod_wl.so installed, and all works fine with small requests. However, with larger requests ...

36. Binding custom entity collection to an ADF table    stackoverflow.com

I create a method on the session facade, that returns a custom entity collection. I publish it in the local interface. I bind corresponding data control iterator to an ADF table. When run, it ...

37. library deployed on Weblogic server as Prepared    stackoverflow.com

I have a 2 war projects deployed as a library on a weblogic server (version 1 and version 2) and an EAR project deployed on the same server that uses the ...

38. WebLogic Server :: The server does not support version 3.0 of the J2EE Web module specification    stackoverflow.com

When I try running an application using the WebLogic 11g 10.3.5 server, it shows that "The server does not support version 3.0 of the J2EE Web module specification." How to overcome this? Thanks! ...

39. Default Path for WebLogic site root on RedHat 5    stackoverflow.com

I am flying blind and could use some help. I am a long time windows web developer/web admin and I have inherited a WebLogic 11g/RHEL5 box. I'm trying to figure out ...

40. How do large sites handle pushing new updates    stackoverflow.com

What security measures are taken and what's the process large sites use when new updates are pushed? Do they replace the current code? Do they create a new directory with the ...

41. Redirect on weblogic    stackoverflow.com

I have a legacy website that has URL like mysite.com/aaa/bbb and new one that is mysite.com/aaa . I want all users that go to mysite.com/aaa/bbb to go to mysite.com/aaa instead - ...

42. How to dynamically pass parameters in web.xml using weblogic 10.3.x?    stackoverflow.com

I am trying to pass a JVM parameter for a variable configured in web.xml as a context-parameter using a -D notation when starting weblogic server. I have already tryied this same ...

43. JMXTrans & WebLogic    stackoverflow.com

Have you ever used JMXTrans to monitor your weblogic server? with the following config:

            {
       ...

44. Internal applications consoleapp, uddi, wlstestclient not deployed by default during installation of Weblogic Server 10.3 on Windows    stackoverflow.com

Thanks in advance for your time. I need to explain a little bit of the background before I get to my issue so thanks again for reading. After installing the Windows ...

45. Weblogic 11G DataSource    stackoverflow.com

I am getting the following exception in Weblogic Domain Server log:

####<Nov 1, 2011 12:00:57 AM IST> <Info> <Health> <cha-prapp02> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <> <1320085857720> <BEA-310002> <18% of the total memory ...

46. NotSerializableException on HashMap    stackoverflow.com

I've a hash map like : Map gen = HashMap<Integer, MyObj> When I execute AccessController.doPrivileged(gen), it throws exception as follows. Can anyone help me on this.

java.security.PrivilegedActionException: java.io.NotSerializableException: java.util.HashMap
    at ...

47. how to change listen port from default 7001 to something different?    stackoverflow.com

Can anyone tell me how to change the default listening port of Weblogic 10.3 to something different? I saw some posts on discussion boards which say that change it under ...//config/config.xml. ...

48. What happens if a DTD link leads nowhere?    stackoverflow.com

Fairly simple question, say I'm referencing a dtd for my XML's doctype:

<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
"http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
And then say BEA goes down and never goes back up. What would ...

49. Can't connect to weblogic server remotely using JConsole    stackoverflow.com

first I would like to make clear I google and search on the web a lot looking for answers to try to resolve this issue but unfortunately I couldn't so my ...

50. Is it possible to retreive a list of WebLogic Domains from Node Manager?    stackoverflow.com

Given a connection to NodeManager is it possible to have it tell you what domains it has registered? I'm thinking of writing an tool for internal use that would list information about ...

51. java.lang.InternalError: name is too long to represent    stackoverflow.com

I get this error:

java.lang.InternalError: name is too long to represent
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
   ...

52. WebLogic WorkManager clustering/remote jobs    stackoverflow.com

Does WebLoogic WorkManager have the ability to execute jobs on other servers on the cluster to effectively parallelize jobs?

53. Not able to get large data from weblogic server11g version 10.3.5    stackoverflow.com

We have deployed our EJB application on weblogic server 11g version 10.3.5, and we are using the java swing client to access the application on the server. There when we try ...

54. Excel Report is truncated in weblogic 10.3.2 Server    stackoverflow.com

My application was migrated from Sun One Server to Weblogic 10.3.2 Server with Sun Solaris. In production, when the report is generated in Excel format(just JSPs content type to Excel Type), records ...

55. Unable to run on the project using web logic server    stackoverflow.com

i'm using jdeveloper 11 and developing an application using EJB 3.0 and JSP. when i tried to run my session bean i get an error saying Error occurred during initialization of ...

56. Very urgent :View Results Tree not working with weblogic 8.1 sp5    jmeter.512774.n5.nabble.com

Dear All, The following problem has been bugging me for quite some time now. In my machine I have tested our web application with Orion,TomCat and Weblogic server. The tests runs everywhere except that I dont see any response in the response ...

57. RMI-IIOP weblogic    coderanch.com

Hi I develop spring-ws on weblogic 9.2 and the application will call EJB which is deployed on BES 5.2.1. I don't understand about RMI-IIOP concept. After google here and there, I write.. private static Properties getContextProp() { System.out.println("Setting global props"); Properties sysprop = System.getProperties(); System.out.println("vbroker.agent.addr"); // sysprop.setProperty("vbroker.agent.addr", "10.5.7.100"); sysprop.setProperty("vbroker.agent.addr", "10.128.0.85"); // sysprop.setProperty("vbroker.agent.addr", "woodpecker.is"); System.out.println("vbroker.agent.port"); // sysprop.setProperty("vbroker.agent.port", "16300"); // sysprop.setProperty("vbroker.agent.port", "18900"); sysprop.setProperty("vbroker.agent.port", ...

58. using PAM in weblogic 8.1    coderanch.com

59. MBeans On Weblogic    coderanch.com

Hi All, I wanted some information on writing MBeans on weblogic. I tried the BEA site and the information listed wasnt of much help in writing custom mbeans. I have following questions. do let me know the answers or any information u have on it. 1) Does a standard MBean implement certain weblogic specific interfaces ? 2) How do I register ...

60. Weblogic Heartbeat    coderanch.com

Hello Ranchers, I am writing a System Status tool and need to verify that the weblogic 8.1 server is up and running. Is there a built in weblogic utility to check for a heartbeat or a url? If not what is the best way to verify that the server is up and running? Please post examples if you have them. Thanks ...

61. BEA WebLogic    coderanch.com

62. Time getting truncated in Weblogic    coderanch.com

63. How to start orb in weblogic server?    coderanch.com

64. Problem in creating zip file on weblogic server    coderanch.com

When i run following code on a tomcat server on local machine it rus fine & gives a correct zip file but when I run this on weblogic server then it gives error as error:[c:\Documents & settings\mt1\local settings\temporary internet files\myzipfile[1].zip]": start of central directory not found. Zip file corrupt. Possible error: Zip file error Can anybody please help me in this? ...

65. Forms + VB macro communication problem with Java application deployed in Oralce Weblogic 11g server    coderanch.com

I have oracle 11g forms application which is generating report in microsoft word document using template and VB Macro code Data are coming from java application in xml format which is deployed in Oracle weblogic 11g secure server. Database is Oracle 11g for both java and forms application. When i am generating report from Windows 7 machine, it is working fine. ...

66. Java version and weblogic migration affecting code functionality?    coderanch.com

Hi All, I am currently experiencing problems with an application that was migrated from Java 1.4 to Java 1.6 and from weblogic 8.1 to 10.3 The only changes from a code point of view was to make the code more type safe. The application functions as expected when running on the earlier version but is faulty with the latest version. Is ...

67. How to import projects into weblogic 10.3    java-forums.org

68. weblogic 8.1 certification preparation    forums.oracle.com

69. problem installing weblogic server 8.1    forums.oracle.com

WHAT COULD BE THE PROBLEM ? CAN ANYONE HELP ME OUT? ...

70. Weblogic Question    forums.oracle.com

Yes but all these tools and applications are so intertwined with java it seems pointless to direct these to other forums. Lets admit that once having moved out of the java basics and into real development, that questions are going to be more environment specific. Is it possible to create a category simply called "Weblogic" for those who wish to conveniently ...

71. Need to upgrade to Weblogic 8.1 to 9.2    forums.oracle.com

Hi We are in a process of upgrading from Weblogic 8.1 to 9.2. We use basic technogies like JSPs,Servlets,JDBC and EJBs in our application. While we upgrade to Weblogic 9.2, I would like to know key issues at a highlevel that we may face with the existing application using the aforesaid technologies post upgrade. The BEA Weblogic site does provide some ...

72. Weblogic start issue    forums.oracle.com

73. weblogic.Deployer    forums.oracle.com

74. Suggestion for Books on Weblogic Application Server    forums.oracle.com

Hello all, I am a newbie in JAva and I want a comprehensive guide for Weblogic Server which also covers topics like Weblogic workshop .I am an Indian citizen as such some books will be required to be purchased online from amazon .Please suggest me some books for the same and if possible please suggest me a way to acquire it ...

75. REgarding succesive orders on a bea weblogic workshop    forums.oracle.com

hello I am working on Bea weblogic workshop.I have workflows which are listening to a channel . Now in my WLI server i have all my workflows .On recieving a message from the channel i set a static boolean value say XX to true , however on recieving another message on the same workflow , when i check for the static ...

76. I need the server run time for weblogic server. Please help    forums.oracle.com

Hi ^^, I am trying to create a web project in Eclipse WTP europa. I do not have the bea weblogic server installed on my desktop. My organization has issues running it locally. I need to first create a project and then create a war and then deploy it on server. I am going through the tutorial at the following website: ...

77. Whether weblogic server 10.3 support JDK 1.4 or not?    forums.oracle.com

Hi, I have a web app with JARs that have been tested to work well with JDK 1.5. As to ensure smooth transition to WLS 10.3 which uses JDK 1.6, is it even possible to enforce the use JDK 1.5? Though it has been noted code in JDK 1.5 should not be an issue running on 1.6. Has anyone tried WLS ...

78. weblogic    forums.oracle.com

please learn how to ask a decent question here: [How To Ask Questions The Smart Way|http://www.catb.org/~esr/faqs/smart-questions.html] Also, please do not cross-post questions in multiple forums. This will frustrate anyone who tries to help you only to find out later that the same answer was given hours ago in a cross-posted thread. For this reason, many volunteers here and at the other ...

79. weblogic upgrade with new jdk...?    forums.oracle.com

80. Shared library in Weblogic server    forums.oracle.com

Hi All, Could anyone please help me in how to set the shared library in Weblogic server 10.3. In websphere server,it is easy to configure the shared library with the option Environment->Shared Libraries on admin console. I am not able to figure it out how to configure shared library in weblogic. Thank you in advance.

81. Connect to weblogic server and get status of servers    forums.oracle.com

Hello All, I am not sure whether I am posting at the correct place, if not please let me know where this post should go. Currently we track status of four servers configured for our application by connecting to weblogic 8.1 console. We daily publish the status of connection pools, free memory of servers etc to the entire team. Now we ...

82. Single Sign On with Active Directory in WebLogic 10    forums.oracle.com

Hi, This is the scenario: Web server WebLogic 10 configured with Single Sign On The client is Windows So, I have a web application allready deployed in the app server but not using SSO. What should I do to configure the web app in order to get the authentication from WebLogic? thanks in advance, Manuel Leiria P.S. Someone told me to ...

83. weblogic.utils.compiler.ToolFailureException    forums.oracle.com

---- Error message -- . . . BUILD FAILED file:C:/CC_Storage/oom_snapshot_view/clientcare/OfferManagement/source/Ejb/build/build-ejb/build.xml:216: weblogic.utils.compiler.ToolFailureException: [J2EE:160119]Appc is unable to process the file 'C:\CC_Storage\oom_snapshot_view\clientcare\OfferManagement\source\Ejb\build\build-ejb\deploy\offermanagerEAS.jar'. The following error occurred: Unable to set the transaction attribute for method 'executeCommand(DistributedCommand)' on EJB 'CommandDispatcher'. No matching method could be found. Please verify the method signature specified in the ejb-jar.xml file matches that of your Remote interface for this EJB. at ...

86. how to run the application in weblogic    forums.oracle.com

Hello! I have deployed 1 application in Apache Tomcat , it is working fine. Now i want to deploy same application in Weblogic Server. I have already installed "Weblogic 9.1". Now i dont know how to do and what to do next. I also dont know where to copy that application folder in weblogic, and how to run & deploy the ...

87. Weblogic 9.2 JDK Compatibility    forums.oracle.com

Hi, Does WebLogic 9.2 runs well with JDK 1.4 ? I am getting following error if i try to start server with 1.4 Exception in thread "main" java.lang.NoClassDefFoundError: javax/management/Dyna micMBean at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12 3) at java.net.URLClassLoader.defineClass(URLClassLoader.java:251) at java.net.URLClassLoader.access$100(URLClassLoader.java:55) at java.net.URLClassLoader$1.run(URLClassLoader.java:194) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at java.lang.ClassLoader.defineClass0(Native Method) at ...

88. Problem with weblogic****Urgent help Plz*****    forums.oracle.com

Unexpected Signal : 11 occurred at PC=0xFECCA4E4 Function=[Unknown. Nearest: JVM_Close+0x72C88] Library=/development/home/wlsadm/WLP81/j2sdk1.4.2_08/jre/lib/sparc/client/libjvm.so Current Java thread: at $Proxy8.(Unknown Source) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:559) at rnd.dao.DAOFactory.getInstance(DAOFactory.java:53) at spc.internal.b2cworker.SSCWorkerAbstract.getInterface(SSCWorkerAbstract.java:64) at spc.internal.b2cworker.SSCWorkerBean.handleRequest(SSCWorkerBean.java:102) at SSCControllerServlet.processRequest(SSCControllerServlet.java:68) at SSCControllerServlet.doPost(SSCControllerServlet.java:56) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at ...

90. Creating new instance of a weblogic server :)    forums.oracle.com

Greetings, I am new to programming...Please ignore if i am wrong. My query here is, I wrote a java program which uses weblogic API, the Aim of the program to pull the number of active threads, connections in the connection pool etc., Things are working fine.. all that i want to know is my instructor asked me to create a new ...

91. problem in weblogic server    forums.oracle.com

dear friend, i got a problem when i start the server named weblogic and the problem comes in console is bellow: *************************************************************************** The WebLogic Server did not start up properly. java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class incompatible: stream classdesc serialVersionUID = 7043855487133450673, local class serialVersionUID = 8644704819898565848 at java.io.ObjectStreamClass.initNonProxy(Unknown Source) at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source) at java.io.ObjectInputStream.readClassDesc(Unknown Source) at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source) at java.io.ObjectInputStream.readClassDesc(Unknown Source) at ...

92. weblogic server    forums.oracle.com

hi friend, when i run this server after deploy the project the bellow error is accure,plz find out the solution....

93. Weblogic 8.1.6 problem.......    forums.oracle.com

Hi All, i am facing a strange problem, when i start the weblogic server after starting successfully it throws an exception :- <1-Nov-2007 3:10:23 o'clock AM EDT> <1-Nov-2007 3:10:23 o'clock AM EDT> <1-Nov-2007 3:10:23 o'clock AM EDT> ...

94. image loading problem in weblogic server    forums.oracle.com

hi everybody, I got problem with the loading of images in weblogic secured page. i made the coding in tomcat server ver.4.1 and i then migrated from tomcat to weblogic ver.8.1 After uploading the code first i tested with an unsecured page it worked properly. then security is added to page. then the images ae not loading. i used .gif files. ...

95. XML Parsing in Weblogic    forums.oracle.com

Hi all, Am releatively new to weblogic and am migrating my web app from the tomcat container to weblogic 9.2 I use a XerxesImpl jar to parse my XML using a DOMParser and I dont want to use any libraries provided by weblogic atleast now!! It always gives the SAXParserException, but the same bit of code works fine with the tomcat ...

96. German characters problem under Linux using Bea WebLogic    forums.oracle.com

Our application is having problem reading and writing file names containing german characters. When trying to access file with a name containing german characters only ? are displayed. When trying to upload a file, this file is saved on the disk with something like . This problem exists only on Linux, when started on Win our application is working fine. We ...

97. weblogic    forums.oracle.com

98. Env: Weblogic 8.1.5 Getting empty return in test view with new data    forums.oracle.com

its just completely empty. My experience with weblogic and webservices is limited as it is, I am basically looking for someone to point me in the right direction for getting this resolved. I did not code the app I am just enhancing to in essence just add 2 strings of data to the response. The .xsd file is properly ...

99. Slow response using HttpURLConnection in Weblogic 9.2    forums.oracle.com

I have some problems with Weblogic 9.2. I have a session bean that calls upon a XML file from another server and returns the XML String. The code is something as below. When I run the code below as a java class, it returns the results almost immediately. But when I run it as a method in the bean, it starts, ...

100. Class Reloading in WebLogic 8.1    forums.oracle.com