Ear file  cant be deployed from  eclipse with jboss 3.2.7

I am using eclipse with JBOSS IDE1.5
I want to work with EJB in eclipse. I have created configured all neccessary directory structure , xml files and jar,war,ear files(using XDoclet Configureations).
But i am not able to deploy my "ear" file . At that time i am getiing following message in JBOSS Console.
16:48:41,937 INFO [EARDeployer] Init J2EE application: file:/F:/jboss-3.2.7/server/default/deploy/FiboApp.ear
16:48:42,421 WARN [verifier] EJB spec violation:
Bean : Fibo
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the enterprise bean's remote home interface, if any, in the <home> element.
Info : Class not found on 'tutorial.interfaces.FiboHome': No ClassLoaders found for: tutorial.interfaces.FiboHome
16:48:42,453 WARN [verifier] EJB spec violation:
Bean : Fibo
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the enterprise bean's remote interface, if any, in the <remote> element.
Info : Class not found on 'tutorial.interfaces.Fibo': No ClassLoaders found for: tutorial.interfaces.Fibo
16:48:42,453 WARN [verifier] EJB spec violation:
Bean : Fibo
Section: 7.10.1
Warning: The session bean must implement either a remote home and remote, or a local home and a local interface.
Any suggestions or remarks will be greatly appreciated
Thanks in advance
satheesh

Atlast it worked. The problem was that in my ejb-jar.xml I was referring to 2_0.dtd. I have changed that to 2.1 and it worked.
Older ejb-jar.xml had:
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "C:/jboss-4.0.1sp1/docs/dtd/ejb-jar_2_0.dtd">
I changed that to:
<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee" version="2.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">
And it worked.
-Sathish

Similar Messages

  • Failed to import publish settings file in Azure Toolkit for Eclipse with Java downloaded from Azure Management Portal

    I tried to deploy the Hello World JSP application to Azure from Eclipse following the instructions at http://msdn.microsoft.com/library/azure/hh690944%28VS.103%29.aspx. Got the following error when trying to import Publish Settings file downloaded from Azure
    Management portal:
    Importing MyMSDN.publishsettings file failed. Reason: failed to parse file. Ensure publish settings version is 1.0.
    Could someone help me solve this problem? Thanks.

    Hi huihuang,
    It seems there is some issue with your publishsettings file, could you open this file and copy the content here? Or please have a look at this article:
    http://gauravmantri.com/2012/09/14/about-windows-azure-publish-settings-file-and-how-to-create-your-own-publish-settings-file/ for more information about it.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Runnable JAR from Eclipse with DLL

    Hi,
    Is it possible to export a runnable jar from Eclipse that includes and uses a dll?
    My simple application uses an 'external' API - JIntelliType - a jar file and a dll belongs to it.
    I can run the project fine from Eclipse, but I can't export it to runnable jar. I am a bit lost among classpath, path, build path, native library location, referenced library,..
    But maybe it doesn't matter because after trying to look this question up on the net, I am not sure if it is possible to do it with Eclipse (not without additional plugin at least).
    Could somebody please help me with this?
    Thank you in advance!
    lemonboston

    Your question is that of deployment. In Eclipse you setup your development environment to include native binaries in the projects working directory. As soon as you leave Eclipse you do not have its facilities anymore and you need to make do with what the JDK has to offer you.So your real question is: I have a jar and a DLL, the jar depends on the DLL. How do I run the application such that the DLL can be loaded by it?
    The answer is: you can provide through a system property (java.library.path) which directory Java (and ultimately the operating system) should scan for native binaries, or you can simply put the DLL in the same directory as the jar. The current working directory (the directory where Java is invoked) is always on the binary search pat of the operating system.
    The documentation for the java tool is here:
    http://download.oracle.com/javase/6/docs/technotes/tools/windows/java.html
    To pass a system property as a parameter you would do something like:
    java -Djava.library.path=path/to/libs -jar yourjar.jar

  • 8.1.5 - EAR file fails to Deploy - start() failed

    Hello,
    I am currently trying to deploy an EAR file I created in Weblogic Workshop on a running 8.1.5 Solaris 8 server that has a set of applications and services deployed on it already.
    The domain was not initially created with workshop applications enabled, however I did extend the domain after a few class not found errors seem to indicate that was what I should do.
    I have created an EAR and a WAR file containing the same code and deployed each of them successfully on a standalone Solaris 8 machine, on domains either created for workshop or extended for it.
    This is the error I am seeing in the console, when I try to deploy on our current set up:
    weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: start() failed.
    Module: NGA_AOI Error: java.lang.ExceptionInInitializerError
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2440)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2155)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2254)
    at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2149)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2401)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    No Exception Messages
    Any ideas would be appreciated, I have no idea what this is trying to tell me.
    Thanks,
    Cash

    Here is everything I get from stdout/stderr:
    Note: The first exception is not related to deployment, but must be something with our currently deployed apps.
    <Nov 17, 2006 1:55:11 PM GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_08-b03 from Sun Microsystems Inc.>
    <Nov 17, 2006 1:55:12 PM GMT> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Nov 17, 2006 1:55:12 PM GMT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
    WebLogic Integration 8.1 SP5 Wed Sep 21 21:56:54 PDT 2005 643163>
    <Nov 17, 2006 1:55:12 PM GMT> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at /h/data/local/I3CMT/data/I3/./config.xml.>
    <Nov 17, 2006 1:55:17 PM GMT> <Info> <Management> <BEA-141087> <Property: jspc.skipVersionCheck is not a recognized MBean attribute or special property used for Management. It is probably being used by subsystems and will continue to work as expected if it is a supported option.>
    ====== InitializeServlet: entering init
    ==== datadir is /h/data/local/ITSMT/data/
    *=*=* Driver name is com.sybase.jdbc2.jdbc.SybDriver
    *=*=* Conn URL is jdbc:sybase:Tds:SDS:3000/IMDB?ServiceName=IMDB&BE_AS_JDBC_COMPLIANT_AS_POSSIBLE=true&SELECT_OPENS_CURSOR=true
    *** Unable to properly initialize ItsInfo
    === exception is access denied (java.util.PropertyPermission kodo.properties read)
    java.security.AccessControlException: access denied (java.util.PropertyPermission kodo.properties read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1276)
         at java.lang.System.getProperty(System.java:612)
         at com.solarmetric.conf.ConfigurationImpl.loadDefaults(ConfigurationImpl.java:345)
         at kodo.jdbc.conf.JDBCConfigurationImpl.<init>(JDBCConfigurationImpl.java:301)
         at kodo.jdbc.conf.JDBCConfigurationImpl.<init>(JDBCConfigurationImpl.java:81)
         at kodo.jdbc.runtime.JDBCPersistenceManagerFactory.getPersistenceManagerFactory(JDBCPersistenceManagerFactory.java:43)
         at gccs.i3.imagery.itsmt.beans.ItsInfo.setPersistenceManager(ItsInfo.java:230)
         at gccs.i3.imagery.itsmt.beans.ItsInfo.initializeServers(ItsInfo.java:179)
         at gccs.i3.imagery.itsmt.beans.ItsInfo.init(ItsInfo.java:88)
         at gccs.i3.imagery.itsmt.beans.ItsInfo.<init>(ItsInfo.java:54)
         at gccs.i3.imagery.itsmt.beans.ItsInfo.getInstance(ItsInfo.java:71)
         at gccs.i3.imagery.itsmt.servlets.InitializeServlet.init(InitializeServlet.java:108)
         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
         at weblogic.servlet.internal.ServletStubImpl$ServletInitAction.run(ServletStubImpl.java:1094)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:970)
         at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:949)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:888)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:3430)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlets(WebAppServletContext.java:3375)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:3356)
         at weblogic.servlet.internal.WebAppServletContext.setStarted(WebAppServletContext.java:6208)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:864)
         at weblogic.j2ee.J2EEApplicationContainer.start(J2EEApplicationContainer.java:2134)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2175)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2122)
         at weblogic.management.deploy.slave.SlaveDeployer$Application.setActivation(SlaveDeployer.java:3099)
         at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.java:1768)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:351)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
         at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:136)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:965)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:360)
         at weblogic.Server.main(Server.java:32)
    log4j:WARN No appenders could be found for logger (org.apache.struts.util.PropertyMessageResources).
    log4j:WARN Please initialize the log4j system properly.
    weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: start() failed.
         Module: AOI     Error: java.lang.ExceptionInInitializerError
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2440)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2155)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2254)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2149)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2401)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    --------------- nested within: ------------------
    weblogic.management.ManagementException: - with nested exception:
    [weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: start() failed.
         Module: AOI     Error: java.lang.ExceptionInInitializerError
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2413)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: start() failed.
         Module: AOI     Error: java.lang.ExceptionInInitializerError
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2440)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2155)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2254)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2149)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2401)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    --------------- nested within: ------------------
    weblogic.management.ManagementException: - with nested exception:
    [weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: start() failed.
         Module: AOI     Error: java.lang.ExceptionInInitializerError
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2413)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:883)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:591)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:500)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Thanks in advance,
    Cash

  • Large size file could not copy from "Open with explorer" in SharePoint.

    Hi,
    I have uploaded around "120 mb" file in Document Library. I was trying to copy that file from "Open with explorer" to my local system. I am getting "disk Space error".
    Should i specify any size at any where in "Central Admin".
    Thanks & Regards
    Poomani Sankaran

    To resolve this issue, follow these steps:
      1. Click Start,
    click Run, type regedit,
    and then click OK.
      2. Locate and then click the following registry subkey:
      HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
      3. In the right pane, right-click the FileSizeLimitInBytes value,
    and then click Modify.
      (If
    FileSizeLimitInBytes does not exist then right-click the blank space in the right pane, click New,     click DWORD
    Value, type FileSizeLimitInBytes,
    and then click OK)
      4. Click on Decimal,
    and type 4294967295 and click OK. Note The
    default value for the file size limit is     50000000 bytes.
      5. Quit Registry Editor. Restart the computer.
    CAUSE
    This issue occurs because a security change that was introduced in Windows XP SP2 affects the Web Distributed Authoring
    and Versioning (WebDAV) redirector. This security change makes sure that an unauthorized server cannot force a client computer into a denial of service attack. If you try to download a file that is larger than 50000000 bytes, the client computer interprets
    this download as a denial of service attack. Therefore, the download process stops.
    IMPORTANT
    This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might
    occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how
    to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base
    How to back up and restore the registry in Windows
    http://support.microsoft.com/kb/322756 

  • EAR file is not deployed on all nodes when using SDM/Visual admin

    Hi
    We have a High availability portal landscape with multiple App Servers. When we deploy our custom applications (.EAR) using either SDM or Visual Administrator the file always deploys only onto the Central Instance and the end user some times sees blank screen becoz the load balancer routs the request to some other node (non Central Instance).
    Any helpful answer will be awarded with points !!
    Thanks
    Lakshmi

    Hi Lakshmi,
    Restarting the SAP System should synchronize the components among the application servers.
    You can also check if any of the components need to be updated by going to the deployment overview @ System Administation ->Support -> Support Desk-> Portal Runtime -> Deployment Overview
    This link might be of help.
    http://help.sap.com/saphelp_nw70/helpdata/en/f7/71b842b714b211e10000000a155106/frameset.htm
    Regards,
    Abhishek

  • Unable to deploy from Eclipse - Runner class cannot be initialized

    Hello
    two days ago, I installed the newest versions of Glassfish Tools together with the newest Eclipse Luna SR1
    when trying to deploy, I am getting the following error message:
    org.glassfish.tools.ide.admin.CommandException: Cannot initialize Runner class
      at org.glassfish.tools.ide.admin.AdminFactory.newRunner(AdminFactory.java:180)
      at org.glassfish.tools.ide.admin.AdminFactoryHttp.getRunner(AdminFactoryHttp.java:110)
      at org.glassfish.tools.ide.admin.ServerAdmin.exec(ServerAdmin.java:75)
      at oracle.eclipse.tools.glassfish.GlassfishServerBehaviourDelegate.publishDeployedDirectory(GlassfishServerBehaviourDelegate.java:608)
      at oracle.eclipse.tools.glassfish.GlassfishV4ServerBehavior.publishModuleForGlassFishV3(GlassfishV4ServerBehavior.java:96)
      at oracle.eclipse.tools.glassfish.GlassfishV4ServerBehavior.publishModule(GlassfishV4ServerBehavior.java:56)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1091)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1183)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:987)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
      at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3157)
      at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    the same application works if deployed directly to the glassfish server
    I did all the suggestions as mentioned in Unable to deploy app form Eclipse Luna on Glassfish 4.0 or 4.1 with JDK8 but without success.
    Does anybody has an idea what the problem could be and how to track it down?
    Thanks a lot!

    Hello Kostas
    Thanks a lot for your help and hints! I am running Windows 7 64 Bit
    I had Java 8, once with Release 20 and once with Release 25, installed - and thought that I pointed all to the newest version.
    What helped in the end was to
    - deinstall all Javas
    - reboot
    - installed newest JDK, without the "Public JRE"
    - reboot
    - set JAVA_HOME and appended the Java-bin-dir to the path-Variable
    - reboot
    - installed a fresh version of Glassfish
    - configured a new Glassfish-Server on Eclipse
    -> and now it runs perfectly!
    Thanks again for your work and hints!

  • Why i cant purchase app from ipad with my apple id ?

    Now i have new id and make new id and replace new id with. How to remove old id from ipad ? And purchase with new id .now i cant purchased with new id please help me
    Tnx

    If you are getting a message to contact iTunes support - that is what you should do. Follow whatever link or message that they give you and then see what happens.
    It could be any number of reasons why this is happening, credit card issues, ID problem ... but iTunes will probably have to sort it out for you if you are getting that message.
    Contact them and post back with any additional information.

  • Files won't delete from desktop with folder redirection

    I have folder direction set up with a Windows Server 2012 R2 Standard x64 Primary Domain Controller and a 2012R2Stdx64 File and Print Server that is the backup domain controller. 1 single user out of 20 can't delete files from his desktop.
    Folder redirection is configured via GPO and offline files are enabled.
    When you go to delete a file it says "Item Not Found" "This is no longer located in \\HSI-FPS01\Users\My Documents\Desktop Verify the item's location and try again."
    However, the item still persists in showing, both in the server folder and the desktop however you can't open it.
    There are no sync errors, I've done re-syncs. I've also rebooted, refreshed the desktop, etc.
    Any ideas?

    Hi,
    Thanks for your post.
    Only one user have this issue?
    I suggest you create a new user account to test folder redirection.
    Please refer to this artcile about folder redirection:
    http://technet.microsoft.com/en-us/library/cc732275.aspx
    Regards.
    Vivian Wang

  • .ear files are not deployed correctly under multi instances environment

    We have 1 CI and 3DI.
    In one server there are 1 CI and 1DI.
    and in the other 2 servers there is 1 DI each.
    I developed a program with Webdynpro Java and deployed correctly.
    But after that I could run the application in only the specific server.
    For example I could run the applicaion in A,B server but not C server.
    What's the problem?

    Thanks for the reply.
    I know it'll be solved after restart.
    But it's not easy to restart DI during working hour.
    Isn't there any other way to solve this problem?

  • Cant Launch Firefox from Mac with UTF8 International Domain name

    From a Mac running OSX 10.7, I Launch Firefox with a UTF-8 string containing an international domain name:
    I try to launch http://www.vihtilä.fi and Firefox responds: Can’t connect to http://www.vihtil\xc3\xa4.fi but the address bar string is correct. If I copy the address bar string, and paste it back into the address bar, then hit enter, the site opens. Safari and Chrome launch the correct site.
    \xc3\xc4 is the UTF8 representation of 'ä'
    Firefox on Windows works correctly, but I pass it a WCHAR (UTF16) name.

    That is weird.<br />
    The forum makes a correct and working link (www.vihtilä.fi) via preview, but changes the URL to the escaped encodeURI version when it is posted.
    I can't replicate what you are doing, but the page opens via a desktop shortcut with "<b>-url http://www.vihtilä<i></i>.fi</b>" command line parameter.

  • Export applet from eclipse with referenced jars?

    Hey guys,
    I've been looking around for a good answer for how to do this. I'm working on a project that consists of an applet (JApplet) and some referenced jars. In Eclipse I can export the jar but can't figure out how to get it to include all of the referenced jars as well. Any idea how to go about doing this?
    Thanks
    Edit:
    I came across this post:
    http://forums.sun.com/thread.jspa?forumID=421&threadID=630738
    but didn't find a suitable answer
    Edited by: JFactor2004 on May 17, 2010 1:24 PM

    Figured it out. Just had to include the names of the jars in the applet tag in the html file.

  • TS5185 i had an i phone now i have  SG4.... i cant receive messages from people with i phones. it shows as i message to them.

    what should i do?

    Hello Jmm02012,
    It sounds like you are not receiving messages from other iPhones after switching to an Andriod device.  I found an article with the steps you will need to take to straighten this out:
    Symptoms
    This article will provide assistance if you're experiencing any of the following symptoms:
    You are unable to receive SMS on your non-Apple device when sent from another person using an iPhone.
    You are unable to send SMS to a non-Apple device because they are sent as an iMessage.
    Resolution
    If you are experiencing one of the symptoms above, the cellular phone number may still be registered with iMessage. iMessage is registered with your cellular telephone number when you turn it on with your iPhone. If you want to deregister your phone number:
    Tap Settings > Messages and turn iMessage off
    If you still cannot deactivate iMessage after you perform the steps above, or if you no longer have access to the iPhone, please contact Apple support for assistance.
    If you don't have access to your old iPhone, you will need to reach out to Apple support for additional assistance.
    You can find the full article here:
    iOS: Deactivating iMessage
    http://support.apple.com/kb/TS5185
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I cant recieve texts from people with iPhones and I cant figure out how to turn my iMessage off from my Mac.

    How do I turn my iMessage off if I don't have my iPhone anymore?

    Follow the instructions under the heading "How to unlink a phone number" on this page.

  • Cant update apps from AppStore with iOS 8

    After I upgrade my iPad mini retina (A1490) to iOS 8, I found all my apps cannot update in AppStore.
    Neither clicking on the  'update' button for each app nor 'update all' in AppStore will work, and no progress was made, just the round indicator circling forever.
    Has any one met this problem and know what is going on?

    Did you do the "erase all content and settings" before performing the restore??  That was the key for me.  I had tried all the "normal" things, reboot, hard reboot, etc. 
    It had trouble even during the complete restore - it stalled at one particular app for a long time (15-20 minutes).  I disconnected the lightning (USB) cable, waited 30 seconds, reconnected and it picked up the restore.
    Still painful as most of my application data had to be restored through each app.  Kindle books reloaded, etc.

Maybe you are looking for

  • Ipod not recognized and Restore doesn't work

    i have an ipod classic 160 GB, with disk mode enabled. When i connect it to the mac mini, it calls up iTunes. but then the message comes up that ipod can't be recognized. So i have restored it (using the latest updates, by connecting to the net) and

  • Acrobat Crashing

    I keep getting a message that Adobe Acrobat has crashed when I try to download or read PDF documents from websites.  How do I fix this?

  • Adding a survey to iWeb

    Hello, Is there a way to add a Customer Survey to iWeb? It would be something that they would have to click on to do and would be stored for future use. I am assuming that it would have to be done on a Blog page but I am not sure about this. All comm

  • Find the missing Authorisation Object in the WEB Dyn pro applciation

    Hi, We are having the ECC6.0 with Enterprise portal. in EP we are running the application with some webdynpro there are some missing authorisation when running the application how can we track the what all authorisation is missing / checked for the w

  • Program that should open in silent mode opens in full screen

    I have a program with the following startup shortcut: "C:\Program Files (x86)\MYOB\PDF Manager\PDFManager.exe" -s "C:\Program Files (x86)\MYOB\PDF Manager" According to the software developer (MYOB Accounting) this shortcut should start the program '