Weblogic Helath Check

Is there is any way to do health check alert on weblogic console server.
I mean if any server goes down then I should get an email stating server is down.
Any Idea guys.....

Hi,
You can use the weblogic.Admin utility to check the State of the Server and Accordingly u can use *"mailx"* utility of Unix to send an E-Mail Update at a regular interval.
Example:
Step1). Run the ". ./setWLSEnv.sh" or set the classpath manually....
Step2). Run the following Command:
java weblogic.Admin -url t3://localhost:7001 -username weblogic -password weblogic1 GET -pretty -type ServerRuntime
OUTPUT:
MBeanName: "Test_Domain:Name=AdminServer,Type=ServerRuntime,Location=AdminServer"
ActivationTime: 1276750730667
AdminServer: true
AdminServerHost: 10.19.7.126
AdminServerListenPort: 7001
AdminServerListenPortSecure: false
AdministrationPort: 9002
AdministrationPortEnabled: false
AdministrationURL: t3://10.19.7.126:7001
ApplicationRuntimes: bea_wls9_async_response,mejb,WseeJmsModule,WseeJaxwsJmsModule,bea_wls_internal
CachingDisabled: true
ClusterRuntime:
ConnectorServiceRuntime: ConnectorService
CurrentDirectory: C:\BEA103~1\user_projects\domains\Test_Domain\.
CurrentMachine:
DefaultExecuteQueueRuntime:
DefaultURL: t3://10.19.7.126:7001
EntityCacheCumulativeRuntime:
EntityCacheCurrentStateRuntime:
EntityCacheHistoricalRuntime:
ExecuteQueueRuntimes: weblogic.socket.Muxer
HealthState: Component:ServerRuntime,State:HEALTH_OK,MBean:AdminServer,ReasonCode:[]
JDBCServiceRuntime: AdminServer
JMSRuntime: AdminServer.jms
JTARuntime: JTARuntime
JVMRuntime: AdminServer
JoltRuntime:
LibraryRuntimes: bea_wls_async_response
ListenAddress: JAYKUMARS02.corp.amdocs.com/10.19.7.126
ListenPort: 7001
ListenPortEnabled: true
LogBroadcasterRuntime: TheLogBroadcaster
MANReplicationRuntime:
Name: AdminServer
OpenSocketsCurrentCount: 1
Parent:
PathServiceRuntime:
Registered: true
RestartsTotalCount: 0
SAFRuntime: AdminServer.saf
SSLListenAddress:
SSLListenPort: 7002
SSLListenPortEnabled: false
ServerChannelRuntimes: Default[snmp][1],Default[snmp],Default[ldap][1],Default[http],Default[iiop],Default[http][1],Default[ldap],Default[t3][1],Default[t3],Default[iiop][1]
ServerSecurityRuntime: AdminServer
SingleSignOnServicesRuntime: AdminServer
SocketsOpenedTotalCount: 1
<b><font color=maroon>State: RUNNING</font></b><BR>
StateVal: 2
TimerRuntime: TimerRuntime
Type: ServerRuntime
WANReplicationRuntime:
WLECConnectionServiceRuntime:
WTCRuntime: WTCService
WebServerRuntimes: AdminServer_AdminServer
WeblogicVersion: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401
Step3). if above command works fine then Just Change the URL " -url t3://localhost:7001" to some other Servers URL to get it's State...information...
Unsing Shell Script u can achieve it inside a For Loop to check the state of all the Servers...
<font color=red>
NOTE: Suppose if any Server is DOWN then u will get the following Message :
Failed to connect to t3://localhost:7001: Destination unreachable; nested exception is:
java.net.ConnectException: Connection refused: connect; No available router to destination
Catch this exceptional case in your Shell Script and Immediately trigger a Mail to the Administrator using "mailx" utility.
</font>
You need to run that Shell Script as a Cron Job at a regular Interval of around 3 minutes or 5-Minutes or 10 Minutes ....baced on your requirement.
Thanks
Jay SenSharma
http://weblogic-wonders.com/weblogic (WebLogic Wonders Are Here)

Similar Messages

  • How does Weblogic 7 check for well-formed xmls

    Hello,
    I am having trouble deploying my applications with WLS 7.0. The error I am getting
    is that my web.xml is not well-formed, but I have double-checked everything and
    I think it is correct.
    I have read that weblogic 7.00 does not deploy an application which xmls are not
    well-formed (whereas earlier versions of weblogic would do so).
    My question is: against what dtds does WLS 7 check the web.xml, the weblogic.xml
    , etc.? I would think that it would check it against the dtd in the head of the
    xnl file, i.e., http://java.sun.com/dtd/web-app_2_3.dtd for the web.xml, is this
    correct?
    If this was true, what about intranet applications that are not connected to the
    Internet? could this be the reason?
    TIA Cristina Ceballos

    Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(new InputSource(new StringReader(xmlString)));try/catch this ugly line, if no parse exception and a non -null doc exists then your XML is well-formed.
    of course if your XML contains namespaces, you would have to setup correctly the document builder.

  • Weblogic 7 checks for wellformed xmls

    Hello,
    I am having trouble deploying my applications with WLS 7.0. The error I am getting
    is that my web.xml is not well-formed, but I have double-checked everything and
    I think it is correct.
    I have read that weblogic 7.00 does not deploy an application which xmls are not
    well-formed (whereas earlier versions of weblogic would do so).
    My question is: against what dtds does WLS 7 check the web.xml, the weblogic.xml
    , etc.?
    I would think that it would check it against the dtd in the head of the xnl file,
    i.e., http://java.sun.com/dtd/web-app_2_3.dtd for the web.xml, is this correct?
    If this was true, what about intranet applications that are not connected to the
    Internet? could this be the reason?
    TIA
    Cristina Ceballos

    hi,
    i doubt your architecture.
    u r calling local bean from the client,which is not possible.
    your architecture should be as follows.
    jsp calls ejb(remote wrapper bean) which internally calls localbean.
    or
    jsp calls java which calls remote bean.
    for calling remote u can lookup as follows
    Object objref = initial.lookup("MoveMos");
    problem in your code its not able to narrow the home interface.
    try changing the architecture.
    if u have any problems further reply back
    thx,
    abdul.

  • Weblogic Server Checking JSPs before reloading

    Hi all,
    from the below stack trace how can we say that its checking for the JSP's before reloading.
    "ExecuteThread: '20' for queue: 'HealthCheckExecuteQueue'" daemon prio=5 tid=0x0050c7f0 nid=0x2a runnable [0x4c875000..0x4c87fc28]
              at java.util.LinkedList.listIterator(LinkedList.java:459)
              at java.util.AbstractList.listIterator(AbstractList.java:348)
              at java.util.AbstractSequentialList.iterator(AbstractSequentialList.java:249)
              at java.util.Collections$SynchronizedCollection.iterator(Collections.java:1553)
              at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:77)
              - locked <0x756b4da8> (a java.util.Collections$SynchronizedList)
              at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:66)
              at weblogic.utils.classloaders.CodeGenClassFinder.getSource(CodeGenClassFinder.java:30)
              at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)
              - locked <0x728d81c8> (a java.util.Collections$SynchronizedList)
              at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:69)
              at weblogic.utils.classloaders.CodeGenClassFinder.getSource(CodeGenClassFinder.java:30)
              at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:80)......

    Hi Charlie,
              Oops. This is a completely different problem then what I thought originally. Much of the following info can be found in the JMS and MDB chapters of the 9.2 Performance and Tuning doc.
              I think the "max message size" you refer to is the protocol max message size, not the JMS max message size I was referencing earlier. The JMS max message size is configured on JMS, not the WL server, and is only available on 9.x. Regardless, it doesn't apply here.
              I think the problem you're running into is likely that 8.1 is pushing multiple messages at a time to 9.1 in a single network packet - so a protocol max message size of 10 MB isn't enough. The max number of messages pushed at a time is "10", and is configured by the messages-maximum setting on the connection factory on 8.1 that the 9.1 MDB uses.
              I can think of three work-arounds:
              One: Configure a custom connection factory on 8.1, with "acknowledge mode" set to "previous", with "XA enabled" set to true, and with "messages maximum" set to 1. Then change the 9.2 MDB descriptor to refer to the JNDI name of this connection factory.
              Two: Configure the 9.2 MDB descriptor to enable "batching" but set the batch size to "1". This will force the MDB to run its internal message retrieval code in "synchronous consumer" mode, which only fetches messages one at a time over the network. I'm not sure if this code will disable itself if the batch size is configured to 1, so you might need to try 2 instead.
              Three: Set the protocol max message size much higher (may need to set it on both 8.1 and 9.2).
              Tom

  • Avoiding Weblogic basic authentication check

    I want to use Acegi basic authentication filter with WLS 8.1. But weblogic doesn't allow requests which have Authorization header and no such user is configured in weblogic, although I haven't configured any security in weblogic for my web-app. How could I send username and password using basic authentication, without weblogic to check them?

    You can comment out the security constraint and login config in the web.xml of your application.
    <!--
    <security-constraint>
        <display-name>Constraint-0</display-name>
        <web-resource-collection>
          <web-resource-name>Constraint-0</web-resource-name>
          <url-pattern>/*</url-pattern>
        </web-resource-collection>
        <auth-constraint>
          <role-name>admin</role-name>
        </auth-constraint>
        <user-data-constraint>
          <transport-guarantee>NONE</transport-guarantee>
        </user-data-constraint>
      </security-constraint>
    <login-config>
      <auth-method>BASIC</auth-method>
    </login-config> -->
    -Faisal
    http://www.weblogic-wonders.com

  • Grid Control 11g Installation Unable to find Weblogic Server

    Hi,
    I am trying to install Grid Control 11g on Rhel 5.3. I already installed Weblogic . But when I give this location as middleware. Grid doesnt accept it.
    This is the exact error: ORACLE_MIDDLEWARE_HOME_LOCATION: specified Oracle Middleware Home is not installed in this host.
    I am giving /opt/oracle/Middleware in the Middleware home location screen.
    [oracle@ Middleware]$ pwd
    /opt/oracle/Middleware
    [oracle@]$ ls -l
    total 108
    drwxr-xr-x 2 oracle dba 4096 Dec 15 22:45 logs
    drwxr-xr-x 7 oracle dba 24576 Dec 15 22:45 modules
    -rw-r--r-- 1 oracle dba 852 Dec 15 22:45 ocm.rsp
    drwxr-xr-x 5 oracle dba 4096 Dec 15 22:50 patch_wls1032
    -rw-r--r-- 1 oracle dba 56812 Dec 15 22:45 registry.dat
    -rw-r--r-- 1 oracle dba 1718 Dec 15 22:45 registry.xml
    drwxr-xr-x 8 oracle dba 4096 Dec 15 22:45 utils
    drwxr-xr-x 7 oracle dba 4096 Dec 15 22:45 wlserver_10.3

    Did you install the correct version of WebLogic?
    Check you HOSTS file for incorrect entries.
    Eric

  • Unable to execute the cmp using the weblogic

    I was trying to execute cmp using weblogic server7.0.
    It a simple program,
    The remote interface-
    import javax.ejb.*;
    import java.rmi.RemoteException;
    public interface SportTeam extends EJBObject{
    public void setOwnerName(String ownerName) throws RemoteException;
    public String getOwnerName() throws RemoteException;
    public void setFranchiseName(String franchiseName) throws RemoteException;
    public String getFranchiseName() throws RemoteException;
    }The home interface
    import javax.ejb.*;
    import java.rmi.RemoteException;
    import java.util.Collection;
    public interface SportTeamHome extends EJBHome{
    SportTeam create(String sport,String nickName)throws RemoteException,CreateException;
    SportTeam create(String sport,String nickName,String ownerName,String franchisePlayer)throws RemoteException,CreateException;
    SportTeam findByPrimaryKey(SportTeamPK sportTeam) throws RemoteException,FinderException;
    Collection findByOwnerName(String ownerName) throws RemoteException,FinderException;
    }The bean
    import javax.ejb.*;
    import javax.naming.*;
    import java.rmi.RemoteException;
    import java.sql.*;
    import java.util.*;
    public abstract class SportTeamEJB implements EntityBean{
    public SportTeamPK ejbCreate(String sport,String nickName) throws CreateException {
    setSport(sport);
    setNickName(nickName);
    setOwnerName(null);
    setFranchiseName(null);
    return null;
    public void ejbPostCreate(String sport,String nickName){}
    public SportTeamPK ejbCreate(String sport,String nickName,String ownerName,String franchiseName) throws CreateException {
    setSport(sport);
    setNickName(nickName);
    setOwnerName(ownerName);
    setFranchiseName(franchiseName);
    return null;
    public void ejbPostCreate(String sport,String nickName,String ownerName,String franchiseName){}
    public void ejbLoad(){}
    public void ejbStore(){}
    public void ejbRemove(){}
    public void ejbActivate(){}
    public void ejbPassivate(){}
    public void setEntityContext(EntityContext ctx){}
    public void unsetEntityContext(){}
    abstract public String getSport();
    abstract public void setSport(String sport);
    abstract public String getNickName();
    abstract public void setNickName(String nickName);
    abstract public String getOwnerName();
    abstract public void setOwnerName(String ownerName);
    abstract public String getFranchiseName();
    abstract public void setFranchiseName(String franchiseName);
    }the client side program
    import java.rmi.RemoteException;
    import javax.ejb.*;
    import javax.naming.*;
    import javax.rmi.PortableRemoteObject;
    import java.util.Properties;
    import java.util.Collection;
    import java.util.Iterator;
    public class TestClient{
    public static void main(String[] args){
    try{
         Properties prop=new Properties();
         prop.setProperty(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFactory");
         prop.setProperty(Context.PROVIDER_URL,"t3://localhost:7001");
         InitialContext initial=new InitialContext(prop);
         Object objref=initial.lookup("CMPSportBean");
         SportTeamHome home=(SportTeamHome)PortableRemoteObject.narrow(objref,SportTeamHome.class);
         System.out.println("Creating a row.");
         home.create("basketball","Kings","Joe Maloof","Jason Williams");
         System.out.println("Looking up by primary key...");
         SportTeam team=home.findByPrimaryKey(new SportTeamPK("basketball","Kings"));
         System.out.println("Current franchise player:");
         System.out.println(team.getFranchiseName());
         System.out.println("Looking by by owner...");
         Collection col=home.findByOwnerName("Joe Maloof");
         if(     0 == col.size()     ){
              System.out.println("Found no such owner");
         }else {
              Iterator iter=col.iterator();
              while(iter.hasNext()){
              Object objref2=iter.next();
              SportTeam teamRef2=(SportTeam) PortableRemoteObject.narrow(objref2,SportTeam.class);
              System.out.println("Owner name:"+ teamRef2.getOwnerName());
    team.remove();
    }catch(RemoveException re){
         re.printStackTrace();
    }catch(NamingException ne){
         ne.printStackTrace();
    }catch(CreateException ce){
         ce.printStackTrace();
    }catch(FinderException fe){
         fe.printStackTrace();
    }catch(RemoteException re){
                  re.printStackTrace();
    }The primary key class
    //package sportBean.cmp;
    import java.io.Serializable;
    public class SportTeamPK implements Serializable{
    public String sport;
    public String nickName;
    public SportTeamPK(){}
    public SportTeamPK(String sport,String nickName){
    this.sport =sport;
    this.nickName=nickName;
    public String getSport(){
    return sport;
    public String getNickName(){
    return nickName;
    public int hashCode(){
    return (sport+nickName).hashCode();
    public boolean equals(Object other){
         if( (other == null) ||! (other instanceof SportTeamPK) ){
            return false;
         SportTeamPK otherPK=(SportTeamPK)other;
         return sport.equals(otherPK.sport) && nickName.equals(otherPK.nickName);
    The program has complied successfully .
    The META-INF directory has been created automatically
    the ejb-jar.xml file
    <!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN' 'http://java.sun.com/dtd/ejb-jar_2_0.dtd'>
    <!-- Generated XML! -->
    <ejb-jar>
      <enterprise-beans>
        <entity>
          <ejb-name>CMPSportBean</ejb-name>
          <home>SportTeamHome</home>
          <remote>SportTeam</remote>
          <ejb-class>SportTeamEJB</ejb-class>
          <persistence-type>Container</persistence-type>
          <prim-key-class>SportTeamPK</prim-key-class>
          <reentrant>False</reentrant>
          <abstract-schema-name>SportEJB</abstract-schema-name>
          <cmp-field>
            <field-name>sport</field-name>
          </cmp-field>
          <cmp-field>
            <field-name>nickName</field-name>
          </cmp-field>
          <cmp-field>
            <field-name>ownerName</field-name>
          </cmp-field>
          <cmp-field>
            <field-name>franchiseName</field-name>
          </cmp-field>
          <query>
            <query-method>
              <method-name>findByOwnerName</method-name>
              <method-params>
                <method-param>java.lang.String</method-param>
              </method-params>
            </query-method>
            <ejb-ql><![CDATA[SELECT OBJECT(o) FROM SportEJB AS o WHERE o.ownerName=?1]]></ejb-ql>
          </query>
        </entity>
      </enterprise-beans>
      <assembly-descriptor>
      </assembly-descriptor>
    </ejb-jar>the weblogic-ejb-jar.xml file
    <!DOCTYPE weblogic-ejb-jar PUBLIC '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN' 'http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd'>
    <!-- Generated XML! -->
    <weblogic-ejb-jar>
      <weblogic-enterprise-bean>
        <ejb-name>CMPSportBean</ejb-name>
        <entity-descriptor>
          <pool>
          </pool>
          <entity-cache>
            <max-beans-in-cache>1000</max-beans-in-cache>
            <idle-timeout-seconds>600</idle-timeout-seconds>
            <read-timeout-seconds>600</read-timeout-seconds>
            <cache-between-transactions>False</cache-between-transactions>
          </entity-cache>
          <persistence>
            <persistence-use>
              <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
              <type-version>6.0</type-version>
              <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
            </persistence-use>
          </persistence>
          <entity-clustering>
          </entity-clustering>
        </entity-descriptor>
        <transaction-descriptor>
          <trans-timeout-seconds>2</trans-timeout-seconds>
        </transaction-descriptor>
        <jndi-name>CMPSportBean</jndi-name>
      </weblogic-enterprise-bean>
    </weblogic-ejb-jar>the weblogic-cmp-rdbms-jar.xml file
    <!DOCTYPE weblogic-rdbms-jar PUBLIC  '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB RDBMS Persistence//EN' 'http://www.bea.com/servers/wls700/dtd/weblogic-rdbms20-persistence-700.dtd'>
    <!-- Generated XML! -->
    <weblogic-rdbms-jar>
      <weblogic-rdbms-bean>
        <ejb-name>CMPSportBean</ejb-name>
        <data-source-name>myjdbcjndi</data-source-name>
        <table-map>
          <table-name>sportsteams</table-name>
          <field-map>
            <cmp-field>ownerName</cmp-field>
            <dbms-column>ownername</dbms-column>
          </field-map>
          <field-map>
            <cmp-field>franchiseName</cmp-field>
            <dbms-column>franchisename</dbms-column>
          </field-map>
          <field-map>
            <cmp-field>nickName</cmp-field>
            <dbms-column>nickname</dbms-column>
          </field-map>
          <field-map>
            <cmp-field>sport</cmp-field>
            <dbms-column>sport</dbms-column>
          </field-map>
        </table-map>
        <weblogic-query>
          <query-method>
            <method-name>findByOwnerName</method-name>
            <method-params>
              <method-param>java.lang.String</method-param>
            </method-params>
          </query-method>
        </weblogic-query>
        <check-exists-on-method>False</check-exists-on-method>
      </weblogic-rdbms-bean>
      <create-default-dbms-tables>True</create-default-dbms-tables>
    </weblogic-rdbms-jar>I tried to write config.xml file
    <JDBCDataSource
       Name=" "
       JNDIName="myjdbcjndi"
       PoolName="MyJDBC Connection Pool"
       Targets="myserver"
    />
    <JDBCConnectionPool
       Name="MyJDBC Connection Pool"
       Targets="myserver"
        URL="jdbc:odbc:test"
        DriverName="sun.jdbc.odbc.JdbcOdbcDriver"
        InitialCapacity="1"
        MaxCapacity="10"
    />When i tried to deploy, it showed me errors-
    weblogic.management.ApplicationException: activate failed forcmp
    Start server side stack trace:
    weblogic.management.ApplicationException: activate failed forcmp
    Module Name: cmp, Error: Exception activating module: EJBModule(cmp,status=PREPARED)
    Unable to deploy EJB: CMPSportBean from cmp:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: myjdbcjndi could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:138)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:211)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:181)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:162)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:945)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1296)
         at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:349)
         at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1592)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1029)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    TargetException:
    Unable to deploy EJB: CMPSportBean from cmp:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: myjdbcjndi could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:138)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:211)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:181)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:162)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:945)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1296)
         at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:349)
         at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1592)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1029)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1035)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    End server side stack trace
    Module Name: cmp, Error: Exception activating module: EJBModule(cmp,status=PREPARED)
    Unable to deploy EJB: CMPSportBean from cmp:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: myjdbcjndi could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:138)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:211)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:181)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:162)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:945)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1296)
         at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:349)
         at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1592)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1029)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    TargetException:
    Unable to deploy EJB: CMPSportBean from cmp:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: myjdbcjndi could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    Start server side stack trace:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: myjdbcjndi could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:138)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:211)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:181)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:162)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrivenBeanInfoImpl.java:945)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1296)
         at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:349)
         at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:1592)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1029)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1016)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:1112)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:732)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:24)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)
    End server side stack trace
         <<no stack trace available>>
         <<no stack trace available>>
    I tried to put the file into the directory structure.
    I kept the class files into the WEB-INF/classess
    I could'nt understand whats wrong with it.
    Please help me it is urgent, if i could understand it i can proceed further

    Hi,
    I had the same error as you. I'm agree with arvind_India (previous). You must :
    1. Define a correct Connection Pool (warning: deploy it on your managed server).
    2. Test your connection Pool on your managed server.
    3. Create a DataSource from your connection Pool.
    4. Deploy your DataSource on your managed server.
    5. Verify the JNDI TREE of your managed server (Now, the JNDI name of your dataSource must appair).
    6. Deploy your Entity Bean (the error has disapeared).
    David (Paris-France).

  • IPlanet plugin for WebLogic not working - cannot find function named wl_init

    Hi,
    I have been having this issue for the last two days. It relates to
    IPlanet plugin for WbLogic. Following is the error I get:
    [17/Apr/2003:11:41:26] config ( 2069): func_exec reports: cannot find
    function named wl_init [17/Apr/2003:11:41:26] failure ( 2069):
    Configuration initialization failed: Error running init function
    wl_init: unknown error
    Here is my environment:
    SUN E-250 Server
    Solaris 8.0 with recommended Patch-set
    iPlanet-WebServer-Enterprise/6.0SP4
    Web logic 7 SP2
    Here is how I have edited magnus.conf to include the following lines:
    Init fn="load-modules"
    shlib="/usr/iplanet/servers/plugins/lib/libproxy.so" func
    s="wl_proxy,wl_init" Init fn="wl_init"
    #ServerRoot /usr/iplanet/servers/https-cablevision5
    ..... rest of the file ..........
    As you have noticed I have put everything regrding plugin in one line.
    I have also used various other combinations of breaking this line
    into multiple lines but no use.
    What I have also noticed is that if I change the name of libproxy.so
    to some other arbitrary file name that does not exist, even then the
    error message does not change. So it looks like the library is not
    even being loaded.
    The library file is owned by root and has permissions to read and
    execute for everyone.
    I will really appreciate is I can get any help. I have noticed that
    there are folks who have posted similar problem, no one gave an answer
    to them. Please be more generous this time in furnishing with your
    opinion.
    Thanks
    Jamal

    I will try and be as descriptive as possible. I hate the posts that
    dont give any help.
    Anyway you did not mention anything about your obj.conf configuration.
    Here is how it should look, e.g.:
    Init fn="load-modules" funcs="wl-proxy,wl-init"\
    shlib=/usr/local/netscape/plugins/libproxy.so
    Init fn="wl-init"
    <Object name="weblogic" ppath="*/weblogic/*">
    Service fn=wl-proxy WebLogicHost=myweblogic.server.com\
    WebLogicPort=7001 PathTrim="/weblogic"
    </Object>
    Check the following url:
    http://www.weblogic.com/docs51/admindocs/nsapi.html
    Ok,so you probably have those in there. If not, then please check
    that you have directives in obj.conf and the magnus.conf as well.
    Again the service line should be all one line.
    Next, are you proxying by path or by suffix. I.E. do you want
    everything to go to weblogic or just .jsp. You can configure either
    way. This will change your directive. Specifically ppath means proxy
    by path. To proxy by file extension (or what i call suffix) then look
    at this url for specifics:
    http://www.weblogic.com/docs51/admindocs/nsapi.html#exts (notice the
    anchor in the link)
    Post how it goes...
    a.r.
    [email protected]
    [email protected] (Jamal Najmi) wrote in message news:<[email protected]>...
    Hi,
    I have been having this issue for the last two days. It relates to
    IPlanet plugin for WbLogic. Following is the error I get:
    [17/Apr/2003:11:41:26] config ( 2069): func_exec reports: cannot find
    function named wl_init [17/Apr/2003:11:41:26] failure ( 2069):
    Configuration initialization failed: Error running init function
    wl_init: unknown error
    Here is my environment:
    SUN E-250 Server
    Solaris 8.0 with recommended Patch-set
    iPlanet-WebServer-Enterprise/6.0SP4
    Web logic 7 SP2
    Here is how I have edited magnus.conf to include the following lines:
    Init fn="load-modules"
    shlib="/usr/iplanet/servers/plugins/lib/libproxy.so" func
    s="wl_proxy,wl_init" Init fn="wl_init"
    #ServerRoot /usr/iplanet/servers/https-cablevision5
    ..... rest of the file ..........
    As you have noticed I have put everything regrding plugin in one line.
    I have also used various other combinations of breaking this line
    into multiple lines but no use.
    What I have also noticed is that if I change the name of libproxy.so
    to some other arbitrary file name that does not exist, even then the
    error message does not change. So it looks like the library is not
    even being loaded.
    The library file is owned by root and has permissions to read and
    execute for everyone.
    I will really appreciate is I can get any help. I have noticed that
    there are folks who have posted similar problem, no one gave an answer
    to them. Please be more generous this time in furnishing with your
    opinion.
    Thanks
    Jamal

  • Running WebLogic as Web Server

              Hi,
              Please help!
              I am using WebLogic as a Web Server.
              For some reason, I cannot access HMTL files in myserver/public_html folder.
              What should be added/modified in order for this to work?
              Thanks a lot,
              -Yuri
              [weblogic.properties]
              

    Check "documentRoot" variable in your property file. It should point to:
              C:\weblogic\myserver\public_html & you should have all your html files
              under that directory. This holds true if you're using the default
              configuration.
              Yuri Sokolovski wrote:
              > Hi,
              >
              > Please help!
              >
              > I am using WebLogic as a Web Server.
              > For some reason, I cannot access HMTL files in myserver/public_html folder.
              > What should be added/modified in order for this to work?
              >
              > Thanks a lot,
              >
              > -Yuri
              >
              > ------------------------------------------------------------------------
              > Name: weblogic.properties
              > weblogic.properties Type: Plain Text (text/plain)
              > Encoding: base64
              

  • Deployement with jdeveloper 10g on weblogic

    hi,
    i have exception in deployment in weblogic that weblogic.deploy.api.tools.deployer.DeployerException: Java heap space
    ---- Deployment started. ---- 26/04/2009 06:54:54 م
    Target platform is WebLogic Server 9.x (weblogic).
    Checking weblogic.xml for completeness...
    Wrote WAR file to E:\Deploy\HRMS.war
    Wrote EAR file to E:\Deploy\HRMS.ear
    E:\Software Collection\Programming Tools\jdevstudio10134\jdk\jre\bin\javaw.exe -classpath D:\bea10\wlserver_10.3\server\lib\weblogic.jar weblogic.Deployer -adminurl http://win2006:7001 -user weblogic -password **** -debug -verbose -deploy -upload -source E:\Deploy\HRMS.ear -name HRMS
    weblogic.Deployer invoked with options: -adminurl http://win2006:7001 -user weblogic -debug -verbose -deploy -upload -source E:\Deploy\HRMS.ear -name HRMS
    [WebLogicDeploymentManagerImpl.<init>():103] : Constructing DeploymentManager for J2EE version V1_4 deployments
    [WebLogicDeploymentManagerImpl.getNewConnection():146] : Connecting to admin server at win2006:7001, as user weblogic
    [ServerConnectionImpl.getEnvironment():288] : setting environment
    [ServerConnectionImpl.getEnvironment():291] : getting context using http://win2006:7001
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:http://win2006:7001/jndi/weblogic.management.mbeanservers.domainruntime
    [ServerConnectionImpl.getMBeanServer():239] : Connecting to MBeanServer at service:jmx:http://win2006:7001/jndi/weblogic.management.mbeanservers.runtime
    [DomainManager.resetDomain():36] : Getting new domain
    [DomainManager.resetDomain():39] : Using pending domain: false
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@45e228
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.TargetCache@45e228
    [MBeanCache.addNotificationListener():96] : Adding notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@c72243
    [MBeanCache.addNotificationListener():103] : Added notification listener for weblogic.deploy.api.spi.deploy.mbeans.ModuleCache@c72243
    [ServerConnectionImpl.initialize():171] : Connected to WLS domain: jdevdomain
    [ServerConnectionImpl.setRemote():482] : Running in remote mode
    [ServerConnectionImpl.init():161] : Initializing ServerConnection : [email protected]60
    [BasicOperation.dumpTmids():689] : Incoming tmids:
    [BasicOperation.deriveAppName():140] : appname established as: HRMS
    <26/04/2009 AST 06:55:15 م> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, HRMS [archive: E:\Deploy\HRMS.ear], to configured targets.>
    weblogic.deploy.api.tools.deployer.DeployerException: Java heap space
         at weblogic.deploy.api.tools.deployer.Jsr88Operation.postExecute(Jsr88Operation.java:563)
         at weblogic.deploy.api.tools.deployer.DeployOperation.execute(DeployOperation.java:48)
         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:139)
         at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
         at weblogic.utils.compiler.Tool.run(Tool.java:158)
         at weblogic.utils.compiler.Tool.run(Tool.java:115)
         at weblogic.Deployer.run(Deployer.java:70)
         at weblogic.Deployer.main(Deployer.java:54)
    Caused by: java.lang.OutOfMemoryError: Java heap space
    [ServerConnectionImpl.close():334] : Closing DM connection
    [ServerConnectionImpl.close():354] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():374] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():386] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():398] : Closed Edit JMX connection
    **** weblogic.deploy returned with non-zero exit status: 1
    **** weblogic.deploy returned with non-zero exit status: 1
    Elapsed time for deployment: 32 seconds
    #### Deployment incomplete. #### 26/04/2009 06:55:26 م

    Have you tried adjusting the -Xmx and -Xms settings for the server's JVM?
    Servers / Configuration / Server Start / Arguments
    Xms initial heap size, Xmx maximum heap size. Adjust according to you needs and restart server. Then try deployment.
    -Xms512m -Xmx1024m

  • Migrating application from weblogic 8.1 to Sunone server

    I need to migrate enterprise application, currently deplyed in Weblogic 8.1, to Sunone server 7 or 8. Please provide some documentation help or if any tool is there to do that.
    Thanks

    There is a migration tool developed specifically for migration off WebLogic. Check out the following URL:
    http://java.sun.com/j2ee/tools/migration/index.html

  • Add Weblogic Server 10.3 in Grid11

    Hi,
    when i try add WebLogic 10.3 in GC11 on AIX 6.1
    https://xxxxxxxxxxxxxxx:7799/em/faces/as/as/domainHome?target=/secFarm_GCDomain/GCDomain&type=weblogic_domain
    then
    Refresh WebLogic Domain … >>> continue
    Then become this error:
    Failed to discover WebLogic. Check host,port,credentials,protocol and be sure the server is running and the same farm is not already added. This UI can not be used to discover WebLogic version 7.x to 8.x. Exception: no target found.
    When i try https://xxxxxx:7101/console/login/LoginForm.jsp >> weblogic with passwd -> login possible
    Domain ist GCDomain
    where the mistake or error ?
    Thanks
    Edited by: user8764037 on 11.05.2011 04:38

    I think you should check My Oracle SUpport note:
    Error when discovering and monitoring secured weblogic domains on AIX platforms (using t3s/iiops protocols) in EMGC11.1 *[ID 1208874.1]*
    Regards
    Rob
    http://oemgc.wordpress.com

  • OEM 12c unable ot discover Weblogic 10.0.1.0

    I have OEM 12c grid installed and Agent 12c running on the remote host. I have weblogic 10.0.1.0 installed in the remote host. The agent is unable to discover the domain. It is failing with below error...
    "Failed to discover WebLogic. Check host,port,credentials,protocol and be sure the server is running and the same farm is not already added. This UI can not be used to discover WebLogic version 7.x to 8.x. Exception: No targets discovered"
    I can login to the console appication with the ip:port and credentials.. but failing while trying to discover thru the Grid Control.
    I get below error in the OMS log...
    2012-06-25T05:52:09.376-04:00] [EMGC_OMS1] [ERROR:32] [] [oracle.sysman.emas.model.discovery.AddWLStep1Model] [tid: Thread-38498] [userId: SYSMAN] [ecid: 0000DUEGUt_ADSqlcKU4V_0005hD0004kK,1:32596] [APP: emgc] [URI: /em/faces/as/discovery/addWeblogicStep1] Disocvery failed[[
    java.lang.Exception: No targets discovered.
    at oracle.sysman.emInternalSDK.sdkas.general.pojo.model.discovery.FMWDiscoveryBase.discoverTargets(FMWDiscoveryBase.java:588)
    at oracle.sysman.emas.model.discovery.AddWLStep2Model.discoverTargets(AddWLStep2Model.java:1101)
    at oracle.sysman.emas.model.discovery.AddWLStep1Model.discover(AddWLStep1Model.java:464)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.sysman.emInternalSDK.sdkas.general.pojo.progress.WorkWrapper.run(WorkWrapper.java:113)
    at java.lang.Thread.run(Thread.java:662)
    I then created a empty doman on the same remote host for the same weblogic version. I was able to attch this one and not the other domain.
    I am ruling out OM Grid Server - Agent connectivity issues, since the new empty domain I created can communicate to server.
    I tried to check what is different between domains...
    The WLD that has the issue is a clustered Domain , and has:
    - 9 Managed Servers
    - Not SSL enabled
    - Many Application deployed
    - JDBC connections
    - has a custom build authentication provider for Authentication. But i made sure the user id is valid and even can login to the console.
    ** The new Domain is an empty one - no applications deployed.
    Can you please help understand why I am not able to attach the domain?

    Hi,
    It is the problem in prasing the DTD of config.xml file
    It look like this
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/
    ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd http://www.bea.com/ns/weblogic/92
    0/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd">
    Please change your DTD to this lines and start the server.
    Regards
    Ravi D

  • Deploying a JAX-WS web service in Weblogic 10

    I created a web service starting from a WSDL, using the wsdlc and jwsc Ant tasks to build and package my web service, and the deploy Ant task for deployment. These steps used to work fine! However now I'm getting the following error during deployment:
    deploy:
    [wldeploy] weblogic.Deployer -noexit -name AESPServices -source C:\bea\user_projects\workspaces\stephanie\AESPTaskingSrv\stage\aespEar -targets Admin
    Server -adminurl t3://localhost:7001 -user ******* -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -noexit -name AESPServices -source C:\bea\user_projects\workspaces\stephanie\AESPTaskingSrv\stage
    \aespEar -targets AdminServer -adminurl t3://localhost:7001 -user ****** -deploy
    [wldeploy] <Jun 25, 2009 9:01:22 AM CDT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, AESPServices [archiv
    e: C:\bea\user_projects\workspaces\stephanie\AESPTaskingSrv\stage\aespEar], to AdminServer .>
    [wldeploy] Task 28 initiated: [Deployer:149026]deploy application AESPServices on AdminServer.
    [wldeploy] Task 28 failed: [Deployer:149026]deploy application AESPServices on AdminServer.
    [wldeploy] Target state: deploy failed on Server AdminServer
    [wldeploy] java.lang.ClassNotFoundException: com.project.aesp.taskingserver.webservice.ActiveESP_ServiceImpl
    [wldeploy]
    [wldeploy]
    BUILD FAILED
    C:\bea\user_projects\workspaces\stephanie\AESPTaskingSrv\build.xml:78: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.Deploye
    rException: Task 28 failed: [Deployer:149026]deploy application AESPServices on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.ClassNotFoundException: com.project.aesp.taskingserver.webservice.ActiveESP_ServiceImpl
    The ActiveESP_ServiceImpl class file is clearly under WEB-INF/classes/com/project/aesp/taskingserver/webservice/ActiveESP_ServiceImpl.class. The only thing that has changed since my Ant tasks were working is the structure of our Weblogic libraries checked into SVN (thus the classpath used in my Ant script) - the tasks themselves have not changed. So it doesn't seem like this would be the problem.
    Does anyone have an idea why the server can't locate the class file for my service implementation??
    Thanks!
    Stephanie

    Appears to have been an issue with BEA Workspace Studio...I deleted all of my projects, recreated them from SVN, tried again and it worked.

  • Debugging weblogic

    Hello techies,
    Iam using weblogic 7.0 which supports jdk1.3 (by default).
    I want to know how to debug the weblogic server.
    Does i need to change any starting scripts i.e. startWLS.cmd (or) any other script.
    If so how to do it??
    Also i want to know how to change jdk1.3(default in weblogic 7.0) to jdk1.4.
    Can any body tell what is the process to change the jdk??
    What r the jar file that needs to be put in the classpath for running servlet programs??
    Actually iam having jdk5.0 and set classpath and my java programs are working fine.
    when i tried to run the servlets it is showing errors.
    can any body tell me why iam getting errors??
    Thanks(inadvance),
    ramu

    I dont think you have to put anything in the classpath to run a servlet successfully in weblogic
    What are you trying to achieve by trying to debug weblogic server.
    Did you deploy the servlets properly into weblogic.
    Check the weblogic manual for instructions on how to do it . Its very simple, check it out

Maybe you are looking for

  • How can I delete duplicate music albums from my iPad 2?

    After installing iOS 7, I needed to sync some itunes music to my iPad2.  After running the sync process, I wound up with 64 albums instead of the 24 listed in my itunes account.  For some very strange reason, the music albums were duplicated (I am NO

  • Update failed on mac for photoshop and illustrator

    Tried both application manager and downloading from adobe directly.  Both failed.  Tried rebooting as well. Adobe Photoshop 13.0.2 Installation failed. Error Code: U44M2P7 Adobe Illustrator CS6 Update (version 16.0.3) Installation failed. Error Code:

  • Cannot change table-name in persistent.xml

    I've successful deployed a Entity EJB on "SAP Enterprise Portal 6.0 SP4 NetWeaver Developer Sneak Preview" After changing the Table Name in persistent.xml and re-deploying the new EAR, the Entity EJB still writes to the old table. How can I get SAP W

  • [SOLVED] Light Spreadsheet and SC,Oleo problems

    Hi everyone, I'm new to Arch Linux and i'm searching for a light spreadsheet for console. The only one in repos is Gnumeric, but it doesn't fit my needs. I hit sc spreadsheat and Oleo . But Oleo stucks while running ./configure when "checking for wor

  • How do i get ios 3.1.3 for my old ipod touch?

    My Ipod tich is now 5 years old. When I try to download an app like Public Radio Tuner, I get an error message that I require Ios 3.1.3. But when I go to Itunes and ask for an update I get the message that the operating system is up to date. Any solu