weblogic11g

Multiple JSTL Versions in Weblogic J2EE App

Hello! Thanks in advance for taking a look :) I'm hard at work on a J2EE web app (in JDeveloper) and recently added some functionality that required JSTL, and I've hit a little bit of a snag. Whenever I try to deploy my war on Weblogic 11g, I get the following error on the console: [02:05:43 AM] Must choose only one of libraries: ...

Error starting weblogic in eclipse

When I start a Weblogic Server 11gR1 (10.3.1) in the server tab in Eclipse (3.4.2) I immediately get an error popup: Starting ... has encounterd a problem. Server ... failed to start. However the starting continues and the server ends up in RUNNING mode after some 8 seconds. No ears deployed, fresh domain and/or server instance. It used...

Any decent weblogic tutorial?

Hi, We are migrating an application from Tomcat to WebLogic. There are many things we just don't know about. Is there any decent tutorial out there? We know about this but I'd like to read about experiencies, and/or processed information. Thanks in advance. ...

deployment jax-ws on weblogic fails

Hi, my beaweblogic did not startup successfully. Do you have an idea? Thanks failed to preload on startup in Web application: "/app". javax.xml.ws.WebServiceException: weblogic.wsee.wsdl.WsdlException: Unable to find namespace for prefix 'tns'. This is used in element [part: null] at weblogic.wsee.jaxws.framework.jaxrpc.server....

Spring MVC on Oracle 11gR1

Hi I am using Eclipse webtools to develop a hello world application that runs on oracle 11gR1 development server. I use the Oracle eclipse tools to perform the deployment on the server. I am following the 'Developing a Spring Framework MVC application step-by-step' guide. I passed step 1 by having a simple jsp work. But step 2 brings m...

Where is Bea Weblogic Work Folder

I know that this may be a trivial question but I really cannot find the work folder in Oracle BEA weblogic 10.3. Unlike the Apache Tomcat where it is clearly in the work directory usually under WEB-INF. I already researched it on JavaRanch and it said that the directory is at: \bea\user_projects\domains\YOUR_DOMAIN_NAME\servers\AdminSe...

64 bit weblogic 32 bit oracle DB

I have 64 bit Weblogic 11g installed on 64 bit Linux and trying to connect to a DB by creating a JDBC data source for Oracle 10g on 32 bit. I have connected another Weblogic 32 bit successfully to this DB instance. However, for the 64 bit Weblogic I am getting exception Connection test failed. ORA-01017: invalid username/password; logo...

Solaris JMS Client connect to Weblogic 11g t3s security problem

When I try to connect Weblogic t3s protocol in Solaris Server, it shows this error: java.lang.IllegalStateException: Not enough cryptography available to enable a cipher suite! at com.certicom.tls.interfaceimpl.TLSSystem.resetCipherSuiteSupport(Unknown Source) at com.certicom.tls.interfaceimpl.TLSSystem.setCertificateSup...

Exception when deploying a JSR 286 portlet into WebLogic+WebCenter 11g

I get the following exception when deploying a JSR 286 portlet into Oracle WebLogic Server 11g (to deploy it later in Oracle WebCenter 11g): <19-ene-2010 13H32' CET> <Error> <oracle.portlet.server.containerimpl.PortletApplicationImpl> <BEA-000000> <Error al procesar el archivo "/WEB-INF/portlet.xml" en la lÝnea 6 columna 68. org.xml.sax...

How to change Weblogic 10/11's log format?

I want to change the log format for Weblogic's server log. Right now it's generating logs using its default format-- I want to be able to specify my own format. For example, it generates logs that look like this: ####<Jan 21, 2010 3:24:24 PM EST> <Info> <Socket> <FS2LOANER-00981> <DPSCoreServer1> <[STANDBY] ExecuteThread: '1' for queu...

MDB Transaction Propagation

Hi Guys, I am very new to EJB 3.0 I have deployed a EAR in WebLogic 10.3 g which have two ejb modules called ServicesDump MessageDump In ServicesDump i have a session bean which doing the database updates, After i have deployed, When i called these remote session-bean from out side of container to test the functionalites it working...

Spring MVC 3.0.0 app won't bootstrap on Weblogic Server 11gR1 - ClassCastException

I have a Spring MVC (3.0.0.RELEASE) based application I need to deploy to Oracle Weblogic Server 11gR1. It works fine on Spring TC Server. When I deploy my application WAR file (either via STS/Eclipse "Servers" view or to the "auto-deploy" folder, or manually via the web admin) I get the following exception: <Feb 3, 2010 9:17:20 AM...

Weblogic server level workmanager not being used

I have defined a work manager (Global Workmanager) which has targets as managed servers. When an ear application (containing many ejbs) is deployed on the server and the ejbs are invoked, it only uses the default WorkManager the server level workmanager is not being used. Even a server level MaxThreadsConstraint is also not being respec...

Using Jersey Client inside EJB 3 stateless session bean on Weblogic

Hi, I am using Jersey client inside a EJB 3 stateless session bean. I can deploy the EJB project on Weblogic 11g. But when I try to look up the bean from a JSP, I get the following error javax.ejb.EJBException: EJB Exception: ; nested exception is: java.lang.NoClassDefFoundError: com/sun/jersey/api/client/Client; nested exception is...

XSLT transfer fails because Weblogic cannot find a class located in rt.jar

We have encountered a very strange class not found problem in our web app running on Weblogic 10.3. In our code we do a pretty standard XSLT transformation. UtilRequestManagerBean.java: TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(new StreamSource(new StringReader(xsl...

Weblogic EJB calls start to fail under moderate load with OptionalDataException

Our system setup consists of two Weblogic 10.3 servers: one hosts the presentation layer and the other hosts the EJBs. The system runs fine under moderate load for some time (one to several days) after which EJB method calls from the presentation server to the EJB server start to fail with the following error: java.rmi.RemoteException: ...

Using JBoss EL on Weblogic 11g (10.3.1.0)

Hi, I have a facelets 1.2 application that I am running on Weblogic 11g. I want to use the JBoss EL implementation that allows me to call bean methods with arguments. For this, I have packaged the jboss-el-2.0.1.GA.jar in my WAR's WEB-INF/lib directory. I have also added a context-param in my web.xml to override the Sun implementation. ...

Weblogic 11g and JavaEE 6

I was wondering if Weblogic 11g already supports JavaEE 6. As I didn't find anything about it in google, I thought that it didn't, until I found a comment saying that Oracle WebLogic Server 11g is JEE 6 complaint. Despite that, I haven't found yet the modules to support the new JavaEE 6 features. Does somebody knows something about thi...

How to use @PostConstruct to create timers in a stateless bean EJB3?

I want to create a timer EJB3 when a stateless bean is created in the pool. But if I use @PostConstruct I get the exception: java.lang.IllegalStateException: [EJB:010193]Illegal call to EJBContext method. The bean is in "null" state. It cannot perform 'getting the Timer Service' action(s). Refer to the EJB specification for more details...

is the class loader for different application can be different?

hi, I am confused at a point while running my application. My application consists of EJB and servlets. i need to know, whether the class loader for these application types is same or different. I am using weblogic as application container. Please help me. ...