Questions tagged [weblogic11g]

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

The 11.x (July 2009) release of WebLogic Server, a Java EE application server suite from Oracle. It's part of their Oracle Fusion Middleware product.

This tag covers specifics around version 11.* of Oracle WebLogic. For generic questions that might apply to every version, please use the generic instead.

See for more information.

627 questions
0
votes
1 answer

Cannot set WrapTypes using wlconfig for JDBCConnectionPool

I created JDBC connection pool using ant script.
0
votes
1 answer

source a setDomainEnv.cmd file in windows 7

When i read how to change password for weblogic, I have said to source the setDomainEnv.cmd file. I need to know how to source it? How does it differ just by go the directory which reside the cmd file and type setDomainEnv.cmd in command prompt and…
Harshana
  • 7,297
  • 25
  • 99
  • 173
0
votes
1 answer

Getting weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:getNewTla exception. How to resolve this?

Exception in thread "[ACTIVE] ExecuteThread: '95' for queue: 'weblogic.kernel.Default (self-tuning)'" java.lang.OutOfMemoryError:getNewTla at …
Nidhi
  • 829
  • 3
  • 8
  • 18
0
votes
1 answer

Accessing HBase using java api within WebLogic

I have a java native api to access HBase and it works fine as a standalone program. But when I deploy same jar file as part of JAX-RS service, it's not able to get zookeeper. I have given below both logs when accessed (doesn't work) from weblogic…
rjoshi
  • 1,645
  • 1
  • 20
  • 31
0
votes
1 answer

Java Web Application Role Only Security

Good day! I try to secure my web application via a role security in a web.xml: RESTRICTED Resources to be placed under security…
Dmitry
  • 3,028
  • 6
  • 44
  • 66
0
votes
1 answer

Legacy Installed Application Classpath Fiasco

Massively messed up production issue: I have inherited a massive ( 1 million line code base ) web application that my predecessors botched up completely. They thought it would be a wonderful idea to just add the WEB-INF/classes directory the the…
user177800
0
votes
3 answers

deployment jax-ws on weblogic fails

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…
Jonas
  • 232
  • 3
  • 13
0
votes
1 answer

Error while deployment java.lang.ClassNotFoundException: org.hibernate.ejb.HibernatePersistence

I am Hibernate 4 Final and Spring 3. When I am deploying an application to Weblogic 10.3.6 using Maven 3 I am getting the following excpetions although I have included hibernate-entitymanager in pom java.lang.ClassNotFoundException:…
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
1 answer

Weblogic redeployment fails due to weblogic.deploy.api.tools.deployer.DeployerException

When I try to redeploy war file to Weblogic 10.3.6, I am getting the following error [ERROR] Failed to execute goal com.oracle.weblogic:weblogic-maven-plugin:10.3.6.0:redeploy (default-cli) on project myapp:…
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
4 answers

Weblogic Server PermGen errors

When I created datasource and tried to attach to target server, I am getting the following errors, where do I need to increase space in Weblogic 10.3.6? Any help is highly appreciable Console encountered the following error …
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
1 answer

Weblogic deployment J2EE Deployment SPI:260101]Parameter 'moduleArchive' may not be null

I am trying to re-deploy an application to Weblogic 10.3.6 using command line deployment using the following, java weblogic.Deployer -adminurl myserver:7001 -user deploymyuser -password welcome1 -targets mytarget -name appname -redeploy …
Jacob
  • 14,463
  • 65
  • 207
  • 320
0
votes
0 answers

JSF app error in javascript - "mojarra" undefined - when deployed on WebLogic

My application has been developed and deploys/executes without problems under the integrated WebLogic Server in Eclipse. Now that I'm deploying to a shared server, using the same version of WLS (10.3.6.0), I'm running into issues. My form has a…
0
votes
1 answer

OSB 11g: Admin console buttons are disabled

I am new to OSB and I installed OSB 11g on WLS 11g and login to /sbconsole as weblogic admin. And $subject. Do I have to create any user profile before. For instance IN project explorer page, AddProject button is disabled (all add/delete buttons…
Subash Chaturanga
  • 814
  • 2
  • 10
  • 20
0
votes
1 answer

Weblogic Deployment with non dba privileges

Is it possible to deploy applications to Weblogic server from command line(maven) using username other than weblogic admin? E.g For developers a group is created and users are added to that group. These users are developers which are not DBA' s. Is…
Jacob
  • 14,463
  • 65
  • 207
  • 320