JNDI name tab not present in J2EE RI ,Deploy tool

I have dowlaoded the J2EE server RI.i have created new applications using the deploytool, but was unable to find the JNDI name Tab as per the tutorials.
Can any one help me in figuring out the problem.Let me know what might be wrong with the "deploytool".
Thanks in advance
Ravi

Someone finally found this one (Farhan I think) - I hope you can find this link: its in this forum - just a few weeks old do a search on jndi on this forum if you don't find it.
http://forum.java.sun.com/thread.jsp?forum=136&thread=321971&start=15&range=15&hilite=false&q=

Similar Messages

  • JNDI names tab missing on deploytool

    Hi folks,
    Sorry I'm a bit of a newbie and have been trying out the J2EE tutorial
    All was going well, until I had to specify the JNDI names - and the tab
    isn't there!
    All i have is general - roles - web context. I also get an error
    (Cannot obtain list of methods) when I access the secuirty tab of the bean....
    Any ideas.
    Garry

    Bug Id 4782648
    Votes 0
    Synopsis REGRESSION: JNDI Names tab in deploytool is missing
    Category j2ee:deploytool
    Reported Against 1.4beta
    Release Fixed
    State Closed, not a bug
    Related Bugs
    Submit Date Nov 21, 2002
    Description
    FULL PRODUCT VERSION :
    FOR J2SE, ver 1.4.1
    FOR J2EE, ver 1.4 Beta
    FULL OPERATING SYSTEM VERSION :
    Windows XP
    A DESCRIPTION OF THE PROBLEM :
    JNDI Names tab in deploytool is missing.
    STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
    1.Run deploytool
    2.Create New Application EAR
    3.Click at the icon for application ear on the left tree
    4.On the right panel, you will only see General, Roles and
    Web Context tab
    REPRODUCIBILITY :
    This bug can be reproduced always.
    Release Regression From : 1.3.1
    The above release value was the last known release where this
    bug was known to work. Since then there has been a regression.
    (Review ID: 167238)
    The JNDI Tab/Pane does not appear for the app or for subsequently added
    components (EJB, Web, or app).
    (Review ID: 167171)
    webbug ytooi4 adrian_popescu
    Workaround None.
    Evaluation Not a bug.
    Per JSR88, JNDI names are now part of the deployment settings customizers.
    xxxxx@xxxxx 2002-11-21

  • Deploytool:  Missing JNDI Names tab

    I'm attempting the ConverterApp example in the J2EE 1.3 tutorial. In the section titled 'Specifying the JNDI Names' are the following instructions;
    To map the enterprise bean references in the clients to the JNDI name of the bean, follow these steps.
    1. In the tree, select ConverterApp.
    2. Select the JNDI Names tab.
    3. To specify a JNDI name for the bean, in the Application table locate the ConverterEJB component and enter MyConverter in the JNDI Name column.
    4. To map the references, in the References table enter MyConverter in the JNDI Name for each row.
    My problem is that deploytool doesn't display a tab labeled 'JNDI Names'. I see only tabs labeled 'General', 'Roles', and 'Web Context', whereas figure 2-1 in the example shows a deploytool screen that displays tabs labeled 'General', 'JNDI Names', 'Web Context', and 'Security'.
    I've tried the deployment steps twice, so I don't think I've missed a step. What can be wrong? I,m running Application Development Tool Version 1.4. Is this the wrong version for this tutorial?

    Are you sure that you have selected the application and not he jar from the tree. I'm not sure which one it is, but you should play with that, the gui is a little tricky and depending on whether you have selected the jar or the ejb itself, different menu options will be available.
    Sorry I couldn't be more help, but that gui has given me grief in the past so I thought I'd throw it out there.
    tj...

  • No JNDI Names Tab in deployTool

    I followed the J2EE tutorial to run ConverterApp example, but couldn't find the
    JNDI Names tab when trying to specifying JNDI names. I am using J2sdkee1.4 on win 2k. Anyone knows what's wrong with this? Thanks

    Hi Poeple!
    PROBLEM IS DIFFERENT************
    People just for your knowledge this is what Sun's people have about it -
    According to them its not a bug - As Per JSR88, JNDI names are now part of the deployment settings customizers.
    But how to set it now is the question!!!
    Foll is from Sun on this Bug - read it up to last
    Bug Id 4782648
    Votes 0
    Synopsis REGRESSION: JNDI Names tab in deploytool is missing
    Category j2ee:deploytool
    Reported Against 1.4beta
    Release Fixed
    State Closed, not a bug
    Related Bugs
    Submit Date Nov 21, 2002
    Description
    FULL PRODUCT VERSION :
    FOR J2SE, ver 1.4.1
    FOR J2EE, ver 1.4 Beta
    FULL OPERATING SYSTEM VERSION :
    Windows XP
    A DESCRIPTION OF THE PROBLEM :
    JNDI Names tab in deploytool is missing.
    STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
    1.Run deploytool
    2.Create New Application EAR
    3.Click at the icon for application ear on the left tree
    4.On the right panel, you will only see General, Roles and
    Web Context tab
    REPRODUCIBILITY :
    This bug can be reproduced always.
    Release Regression From : 1.3.1
    The above release value was the last known release where this
    bug was known to work. Since then there has been a regression.
    (Review ID: 167238)
    The JNDI Tab/Pane does not appear for the app or for subsequently added
    components (EJB, Web, or app).
    (Review ID: 167171)
    webbug ytooi4 adrian_popescu
    Workaround None.
    Evaluation Not a bug.
    Per JSR88, JNDI names are now part of the deployment settings customizers.
    xxxxx@xxxxx 2002-11-21

  • Oracle SQL Developer  error - "The file-based source procedure Name is not present in the database."

    I recently started working on the Oracle SQL developer. I have 'select' privileges on the QA schema and when tried to execute proc in QA. It is giving the error as 'The file-based source <procedure Name>  is not present in the database.  Was it compiled?'
    instead 'you do not have sufficient privileges to execute this procedure'. Did research on internet but with no luck.What configuration changes needed to be done to make it work.Guide me.

    Sounds like you do not have the correct privileges.  What should have been granted to you by the QA user, or some other user with appropriate privileges, is...
    grant EXECUTE on "QA"."<PROCEDURE_OF_INTEREST>" to "<YOUR_USERID>" ;
    Note that a grant of execute on a procedure has nothing to do with grants of select on some or all of QA's tables and views.
    So, as Vadim suggests, from your connection node in SQL Developer's Connections view, if you expand the Other Users node, then expand QA and look in the Procedures node, do you see the procedure of interest?  If not, you cannot expect to be able to execute it from your userid's connection. And even if you do see it, you may have some other privilege that permits viewing but not executing, like...
    The role SELECT_CATALOG_ROLE
    The system privilege SELECT ANY DICTIONARY
    And even if you do not see it there, then having certain other privileges granted to you could permit executing it in general, like...
    The role EXECUTE_CATALOG_ROLE
    The system privilege EXECUTE ANY PROCEDURE
    Also, note that the 3.0 release is a bit dated nowadays. Upgrading to 4.0.3 production or even the 4.1 EA2 (early adopter) release will, in general, give you a better experience.
    Best wishes,
    Gary

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • JNDI name is not displayed in server console JNDI tree

    Hi. I have two objects with similar JNDI names. Object 1 has JNDI name "abc.test1". Object 2 has JNDI name "Abc.test2". Here is difference in first char size: 'a' and 'A'.
    The issue is that in JNDI tree weblogic server console displays only Object 1. To see Object 2 I can change JNDI name for this object, but I do not want to change JNDI name.
    Is there any way to see both objects without renaming Object 2?
    I use WebLogic Server 8.1 SP4.
    JNDI tree is displayed from console left panel: <domain>-<server>-<server name>-<right mouse click>-"View JNDI tree"

    Someone finally found this one (Farhan I think) - I hope you can find this link: its in this forum - just a few weeks old do a search on jndi on this forum if you don't find it.
    http://forum.java.sun.com/thread.jsp?forum=136&thread=321971&start=15&range=15&hilite=false&q=

  • Problem in using J2EE server (deploy tool)

    Hi All
    I am in the starting phase of learning J2EE technology. I am facing some problem .
    1. When I start the deployment tool by command "deploytool" , the console appears but it does not have menu "server".
    2. I am not able to specify JNDI names as after selecting the application name, the Inspactor window does not have tabs "JNDI names"
    Please help me out to solve these issues.
    Thanks in advance
    anu

    After you create ?.ear.xml as previously mentioned, you can include it in your enterprise archive as follows:
    cd app\build
    mkdir META-INF
    copy ?.ear.xml META-INF\sun-j2ee-ri.xml
    jar -uf ?.ear META-INF\sun-j2ee-ri.xml
    Then you should be able to deploy your application and run your client successfully.
    You also might want to check out:
    http://groups.msn.com/J2EETools/createdescriptors14.msnw
    for the specific steps on how to create the ?.ear.xml that includes JNDI names.

  • Need the JNDI name for Destinations present in JMS Modules

    Hi all,
    I need JNDI`s of all the Destinations present in JMS Modules. With this code i am able to get all info about the JMS Modules, Destinations and as well as information about messages, but still not able to extract JNDI of Destination. Can some one give me pointer on this ?
    try {
    JMXServiceURL serviceUrl =
    new JMXServiceURL(
    "service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.runtime");
    System.out.println("Connecting to: " + serviceUrl);
    Hashtable env = new Hashtable();
    env.put(JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES,
    "weblogic.management.remote");
    env.put(javax.naming.Context.SECURITY_PRINCIPAL, "weblogic");
    env.put(javax.naming.Context.SECURITY_CREDENTIALS, "welcome1");
    jmxCon = JMXConnectorFactory.newJMXConnector(serviceUrl, env);
    jmxCon.connect();
    MBeanServerConnection con = jmxCon.getMBeanServerConnection();
    Set<ObjectName> mbeans = con.queryNames(queryObjectName, null);
    for (ObjectName mbeanName : mbeans) {
    String temp = mbeanName.toString();
    System.out.println(temp);
    String[] mBeanAttributes = {"Name", "DestinationType", "MessagesCurrentCount",
    "MessagesPendingCount", "MessagesReceivedCount", "MessagesHighCount" };
    queryObjectName = new ObjectName("*:*,Type=JMSDestinationRuntime");
    mbeans = con.queryNames(queryObjectName, null);
    for (ObjectName mbeanName : mbeans) {
    AttributeList attributes = con.getAttributes(mbeanName, mBeanAttributes);
    System.out.println((Attribute) attributes.get(0)+ "" +
    (Attribute) attributes.get(1)+
    (Attribute) attributes.get(2)+
    (Attribute) attributes.get(3)+
    (Attribute) attributes.get(4)+
    (Attribute) attributes.get(5));
    String temp = mbeanName.toString();
    ObjectInstance inst = con.getObjectInstance(mbeanName);
    System.out.println(temp);
    finally {
    if (jmxCon != null)
    jmxCon.close();
    But Nowhere i am getting the JNDI of destination Queues or Topics.
    Edited by: mdev on Feb 21, 2012 5:21 PM

    You are accessing the runtime mbean of a JMS destination. The JNID name of a destination is not available on the runtime destination MBean.
    If you are using jms-system-resource to deploy your JMS module, you should be able to access the deployment mbean of the destination. The starting MBean for JMS is JMSSystemResourceMBean in this case.

  • Running j2ee or deploy tool in win2000

    I cannot for the life of me get j2ee server to start or deploytool to start. I have been using forte and j2se for a while and jumped into j2ee and I am lost. Any suggestions?

    Hi,
    Sorry I never replied to you. I actually got this working a while ago. Now I am having trouble with Sun ONE and cloudscape. I am somewhat new to programming. I worked at Cisco Systems as an SE, and I worked at Juniper Networks as an SE for the past couple of years so when it comes to routers, I am fine. Servers and software I am just learning.
    Thank you
    Steve

  • JNDI name in J2EE

    I am trying to get an object using the JNDI name.
    The problem i face is such that the i don't really know the full path of the JNDI name of my beans in J2EE. And i would hope to know how to remotely access a object using JNDI name on a J2EE server in the same network.
    InitialContext ic = new InitialContext();
    Object objRef = ic.lookup (JNDIname);
    And is this the correct way to access an object locally using JNDI name?

    InitialContext ic = new InitialContext();
    Object objRef = ic.lookup (JNDIname);
    And is this the correct way to access an object
    locally using JNDI name?Locally, this should be fine! However, if you want to access from a remote client, you would need to specify the environment properties to the InitialContext constructor.

  • Arbitrary JNDI names

    I am trying to deploy a session bean by specifying an arbitrary JNDI name in the file ejb-j2ee-engine.xml
    as below
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ejb-j2ee-engine_3_0.xsd">
         <enterprise-beans>
              <enterprise-bean>
                   <ejb-name>XyzServiceImpl</ejb-name>
                   <jndi-name>XyzBean</jndi-name>
              </enterprise-bean>
         </enterprise-beans>
    </ejb-j2ee-engine>
    My client is a pure java client (not residing in the container). When I try to lookup the using the JNDI name in the client, I get the following exception. For some reason the lookup fails when I use the JNID name from ejb-j2ee-engine.xml. But when I lookup using the default name provided by the container when the session bean is deployed the lookup works.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of XyzBean.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:633)
         at com.sap.engine.services.jndi.implserver.ServerContextRedirectableImpl.lookup(ServerContextRedirectableImpl.java:80)
         at com.sap.engine.services.jndi.implserver.ServerContextRedirectableImplp4_Skel.dispatch(ServerContextRedirectableImplp4_Skel.java:872)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:447)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:69)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:67)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:41)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:977)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:57)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:55)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:110)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    My sample client code looks like this
         public TnAService lookupXyzBean() {
              InitialContext context = getContext();
              XyzRemote service = null;
              try {
                   if(context!=null) {
                        service= (XyzRemote )context.lookup(JNDI);
                        context.lookup("XyzBean");
                        if(service!=null)
                             System.out.println("Lookup succeeded......");
                        else
                             System.out.println("No object bound to "+JNDI);
              } catch (NamingException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              return service;
         private static InitialContext getContext() {
              Properties context = new Properties();
              context.put(InitialContext.PROVIDER_URL, PROVIDER_URL);
              context.put(InitialContext.INITIAL_CONTEXT_FACTORY,
                        INIT_CTX_FACT);
              context.put(InitialContext.SECURITY_PRINCIPAL, "user");
              context.put(InitialContext.SECURITY_CREDENTIALS, "password");
              context.put(InitialContext.URL_PKG_PREFIXES, "com.sap.engine.services");
              InitialContext ctx = null;
              try {
                   ctx = new InitialContext(context);
              } catch (NamingException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              return ctx;

    Hi Vladimir,
    Yes I have gone through the help document and it was helpful. By the way I am trying to lookup a business interface. Yes we do have control in the means of appName, jarName, beanName, interfaceName. But I understand that having arbitrary names is discouraged as there could be name clashes...and hence an automatically constructed string from appName, jarName, beanName, interfaceName will be used to lookup. Thanks for your help.
    Best Regards,
    Chris

  • JNDI names in the deploytool

    Every time I add my ejb .jar file to my application, the deploytool forgets the JNDI names for my beans. I have to enter them all again every time, and this is annoying!
    Using deploytool GUI:
    select treenode: Files -> Applications -> myapp -> myEJB
    on the right panel, select 'JNDI Names' tab
    All names are empty after I add my .jar to the application again (because I added a new bean and want to get the new sun-j2ee-ri.xml).
    Do I add something into the ejb-jar.xml file?
    Any ideas?
    Thanks, Gretel

    Frank is correct. When I make a change that requires changes in the deployment descriptor ejb-jar.xml file, I have to remove and readd my .jar file to the application and use the GUI deploytool so that I can then get a newly generated sun-j2ee-ri.xml file for my application that I use when deploying via the command line.
    Please, doesn't anyone out there know the solution?
    Thanks, Gretel

  • How to setup JNDI Name for Oracle Apps adapter?

    Hello,
    I am learning Oracle SOA 11g and trying to do some tutorial on Oracle Application Adapter.  I know how to configure JNDI for DBadapter and I did that successfully. I followed same steps to create New JNDI for Oracle Apps Adapter.
    1. I Created new data source using Path Services->Data Sources -> New Genric Data Source. Connection to database was successful and created new JNDI Name: jdbc/PKDTAPPS.
    2. Then Deployment-> OracleApps Adapter-> Configuration-> Outbound Connection Pools -> New and created JNDI Name eis/Apps/PKDTAPPS.
    However I did not find newly created JNDI Name in step 2 under Deployment-> OracleApps Adapter-> Configuration-> Outbound Connection Pools -> javax.resource.cci.ConnectionFactory.
    Please let me know if am I following correct steps to create new Oracle Apps Adapter JNDI Name or not.
    Since above approch did not work I created new JNDI for DBAdapter with same database connection details. And then latter on use that JNDI Name while creating Oracle Application Adapter in JDeveloper composite. And it allowed me to access Oracel Apps open interface. However while deploying the application it gave me following error.
    <Feb 16, 2015 10:50:59 AM CST> <Error> <oracle.integration.platform.blocks.deploy.servlet> <SOA-21537> <Sending back error message: There was an error deploying the composite on AdminServer: [JCABinding]
    [adapter-Apps-101-JournalImport.InsertJournal/1.0]Unable to complete unload due to: Cannot locate Java class oracle.tip.adapter.apps.AppsTableWriteInteractionSpec: Cannot locate Java class
    oracle.tip.adapter.apps.AppsTableWriteInteractionSpec..>
    Since I have no past experience kindly suggest me what is right way to do this.
    Thanks,
    Shri

    Hi shri,
    Can you check the targets of oracle apps adapter that is it deployed on both cluster and admin server both.
    Deployment-> OracleApps Adapter-> Targets
    Regards,
    Anshul

  • Weblogic 10.3 - changing jndi-name with deployment plan fails

    I was trying to alter the global jndi name of a stateless ejb by using a deployment plan, but can't get it to work.
    - to be able to replace it later on with a deployment plan, I specify a jndi-name in weblogic-ejb-jar.xml (so I do not use the @mappedName)
    e.g.
    <?xml version="1.0" encoding="UTF-8"?>
    <weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/10.0 http://www.bea.com/ns/weblogic/10.0/weblogic-ejb-jar.xsd">
         <weblogic-enterprise-bean>
              <ejb-name>ExampleService</ejb-name>
              <enable-call-by-reference>true</enable-call-by-reference>
              <stateless-session-descriptor>
                   <business-interface-jndi-name-map>
                        <business-remote>com.example.ExampleServiceRemote</business-remote>
                        <jndi-name>com.example.ExampleService#com.example.ExampleServiceRemote</jndi-name>
                   </business-interface-jndi-name-map>
              </stateless-session-descriptor>
         </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    - during deployment I specify a deploymentPlan with following content:
    <variable-definition>
    <variable>
    <name>ejb_jndiname_ExampleService</name>
    <value>ExampleService</value>
    </variable>
    </variable-definition>
    <module-override>
    <module-name>ExampleService.jar</module-name>
    <module-type>ejb</module-type>
    <module-descriptor external="true">
    <root-element>weblogic-ejb-jar</root-element>
    <uri>meta-inf/weblogic-ejb-jar.xml</uri>
    <variable-assignment>
    <name>ejb_jndiname_ExampleService</name>
    <xpath>/weblogic-ejb-jar/weblogic-enterprise-bean/\[ejb-name="ExampleService"\]/stateless-session-descriptor/business-interface-jndi-name-map/\[business-remote="com.example.ExampleServiceRemote"\]/jndi-name</xpath>
    <operation>replace</operation>
    </variable-assignment>
    </module-descriptor>
    </module-override>
    - after deployment, the original jndi-name ("com.example.ExampleService#com.example.ExampleServiceRemote") is active in the jndi tree instead of "ExampleService"
    p.s. When I specified the jndi-name in weblogic-ejb.jar.xml as
         <weblogic-enterprise-bean>
              <ejb-name>ExampleService</ejb-name>
              <enable-call-by-reference>true</enable-call-by-reference>
              <jndi-name>com.example.ExampleService#com.example.ExampleServiceRemote</jndi-name>
         </weblogic-enterprise-bean>
    and the replace in the deployment plan as
    <variable-assignment>
    <name>ejb_jndiname_SecurityService</name>
    <xpath>/weblogic-ejb-jar/weblogic-enterprise-bean/\[ejb-name="ExampleService"\]/jndi-name</xpath>
    <operation>replace</operation>
    </variable-assignment>
    the replacement does work (checked by verifying the jndi-name within the deployed ear using the console), but the problem then is that the jndi-name does not appear in the jndi tree (that's why I tried the <business-interface-jndi-name-map>)
    Any ideas?
    Kind regards,
    Ben
    Edited by: user11230128 on 4-jun-2009 7:42

    After a Service Request and some trial and error, I got it to work after adding the following part in each 'jar module override' section of the deployment plan:
    <module-descriptor external="false">
    <root-element>ejb-jar</root-element>
    <uri>META-INF/ejb-jar.xml</uri>
    </module-descriptor>
    Apparantly this is needed even though there is no ejb-jar.xml in the jar.
    So the deployment plan has to be something like:
    <variable-definition>
    <variable>
    <name>ejb_jndiname_ExampleService</name>
    <value>ExampleService</value>
    </variable>
    </variable-definition>
    <module-override>
    <module-name>ExampleService.jar</module-name>
    <module-type>ejb</module-type>
    <module-descriptor external="false">
    <root-element>weblogic-ejb-jar</root-element>
    <uri>meta-inf/weblogic-ejb-jar.xml</uri>
    <variable-assignment>
    <name>ejb_jndiname_ExampleService</name>
    <xpath>/weblogic-ejb-jar/weblogic-enterprise-bean/[ejb-name="ExampleService"]/stateless-session-descriptor/business-interface-jndi-name-map/[business-remote="com.example.ExampleServiceRemote"]/jndi-name</xpath>
    <operation>replace</operation>
    </variable-assignment>
    </module-descriptor>
    <module-descriptor external="false">
    <root-element>ejb-jar</root-element>
    <uri>META-INF/ejb-jar.xml</uri>
    </module-descriptor>
    </module-override>
    ...

Maybe you are looking for

  • Why does my partners iPhone 4s not connect to WiFi, but a similar model does?

    Me and my partner both have an iPhone 4s, both bought within a month of each other about 18 months ago, with the same iOS version (7.0.2 (11A501) ), same model number (MD235B/A), and same modem firmware number (5.0.00).  However, while mine has never

  • Configuring host name in mailman

    I'm trying to reconfigure the DEFAULTEMAILHOST and DEFAULTURLHOST in my mm_cfg.py and default.py files in Mailman (I'm repurposing my server to be a dedicated mail server, have another one for web services), but as soon as I restart Mailman the confi

  • Streaming soap with attachments

    dear all this might be a piece of cake for some of you out there but it is causing me a lot of stress given the fact that there is not enogh documentation out there regarding this topic I am writing a web service that uses soap with attachments to se

  • I can not open images

    I'm using CS5.1-- just installed it. I go to File-->Open--> the image, and no window opens. It seems the window is hidden because I see an icon in the layers pallet and the icon says it's visable... I can't click anywhere because there is no window t

  • How long does download take?, how long does download take?

    I started the download for Mountain Lion but it seems like it is at a standstill..does it take very long just to download?