Controlling directory names of deployed application

Hi ,
When I deploy the application on the server it would be deployed under
.../server1/applications/j2ee-apps/myApp_1
Here If my EAR file is myApp "_1" or "_2"... would get appended to in the deployed directory . In the
same way for war & jar directory "_war" & "_jar" get appended .
Is there any way by which we can control this name generation. In my application I want to have the
directory name same as EAR file ( as well as war & jar files).
Thanks,
Prakash

Hi Chris,
We are trying to migrate the application from 6.0 to 7.0 , in the current version we place few configuration files under /Apps directory in 6.0 and some files under few directory inside war file. I agree that this is not a best design / practice to follow. Though this problem can be solved by having application specific config files under server1/config/ directory, But this requires modifications to code of many files.
I was just searching a way by which we can replicate the 6.0 environment, where we used to have directory names same a ear, war & jar files and we could use same config files on different systems.
Thanks,
Prakash

Similar Messages

  • Deploying EJB JAR and Application EAR, META-INF directory name

    To all:
    I had a problem the last couple of days with deploying an EJB and application.
    I'm new to WebLogic, maybe this is common knowledge, but I researched it and
    didn't find any reference to what I discovered.
    I'm using WebLogic Server 7 Service Pack 2 (7.02), on Windows 2000.
    My problem was that the application that I was trying to deploy would not deploy
    successfully, because a dependent class was not found for the EJB. I tried everything,
    but the only thing I could get to work was placing the dependent jar files in
    the classpath of the WebLogic server, within the start script. I correctly had
    the Class-Path manifest line correct, but the dependent classes were not being
    found.
    Through trial and error I discovered that the META-INF directory within the JAR
    and EAR archives HAS TO BE ALL UPPERCASE for the app server to successfully find
    the manifest.mf file and the application.xml file.
    As soon as I changed the directory name in both the EJB JAR file and the application
    EAR file, the EJB deployed successfully, all dependent classes were then found.
    I'm posting this here to help anybody that might have the same problem. There
    is not any documentation that I could find that had this directory name requirement
    explicitly stated.
    Regards,
    JD

    What does the manual for the OC4J application server have to say about it all?

  • Error Deploying Application - ejb-link or jndi-name

    I get the following error when depoying my J2EE application. Can anyone help ?
    Deployment failed on Server MServer1
    weblogic.management.DeploymentException:
    Exception:weblogic.management.ApplicationException: activate failed for Supplier
         Module: Supplier     Error: weblogic.management.DeploymentException: Could not setup environment - with nested exception:
    [weblogic.deployment.EnvironmentException: ejb-ref ejb/ReceiverSes requires an ejb-link or jndi-name]
    weblogic.deployment.EnvironmentException: ejb-ref ejb/ReceiverSes requires an ejb-link or jndi-name
         at weblogic.deployment.EnvironmentBuilder.addEJBReferences(EnvironmentBuilder.java:473)
         at weblogic.servlet.internal.CompEnv.init(CompEnv.java:123)
         at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:5616)
         at weblogic.servlet.internal.WebAppServletContext.setActive(WebAppServletContext.java:5588)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:841)
         at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3127)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2081)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2062)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2592)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2515)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2317)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2399)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2311)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2479)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    --------------- nested within: ------------------
    weblogic.management.DeploymentException: Could not setup environment - with nested exception:
    [weblogic.deployment.EnvironmentException: ejb-ref ejb/ReceiverSes requires an ejb-link or jndi-name]
         at weblogic.servlet.internal.CompEnv.init(CompEnv.java:133)
         at weblogic.servlet.internal.WebAppServletContext.activate(WebAppServletContext.java:5616)
         at weblogic.servlet.internal.WebAppServletContext.setActive(WebAppServletContext.java:5588)
         at weblogic.servlet.internal.WebAppModule.activate(WebAppModule.java:841)
         at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3127)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2081)
         at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2062)
         at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2592)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2515)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2317)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.checkAutoCommit(SlaveDeployer.java:2399)
         at weblogic.management.deploy.slave.SlaveDeployer$Task.prepare(SlaveDeployer.java:2311)
         at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2479)
         at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:507)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:465)
         at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)

    I found the issue. The below entries were missing from weblogic.xml
    <ejb-reference-description>
    <ejb-ref-name>ejb/PipelineExecutor</ejb-ref-name>
    <jndi-name>${APPNAME}.BEA_personalization.PipelineExecutor</jndi-name>
    </ejb-reference-description>
    "rohit" <[email protected]> wrote:
    >
    Does anyone knows why we would get the below error. I verified the web.xml
    and
    it seems to be right. Any help appreciated. Rohit
    <Jul 1, 2003 5:08:12 PM PDT> <Error> <Deployer> <149231> <The slave deployer
    was
    unable to set the activation state to true for the application portalApp
    weblogic.management.ApplicationException: activate failed forceoportal
    Module Name: ceoportal, Error: weblogic.j2ee.DeploymentException: Could
    not setu
    p environment - with nested exception:
    [weblogic.deployment.EnvironmentException: ejb-ref ejb/PipelineExecutor
    requires
    an ejb-link or jndi-name]
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:1093)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:1022)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForA
    llApplications(SlaveDeployer.java:617)
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.j
    ava:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resum
    e(DeploymentManagerServerLifeCycleImpl.java:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:
    65)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
    at weblogic.Server.main(Server.java:32)

  • Getting Application root directory name dynamically

    hi all,
    For some reason I need to get Application root directory name dynamically
    and use it somewhere.
    Im using resin and default app dir is "doc" i've another directory "abc" and set
    that as application root directory.
    So from jsp i need to get the application root directory name.
    thx in adv,
    kiran

    http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#getRealPath
    use the following in you jsp
    <%=application.getRealPath("/")%>this will give you the application root directory.

  • Hi i have a problem with itunes stopped working have tryed reinstalling downloaded new windows drivers  this is the problem on control boardProblem Event Name:     APPCRASH Application Name:     iTunes.exe Application Version:     11.0.1.12 Application Ti

    hi tryed reistalling itunes drivers repairing itunes etc any help would be greatly apreciated thankyou..
    Problem Event Name:
    APPCRASH
    Application Name:
    iTunes.exe
    Application Version:
    11.0.1.12
    Application Timestamp:
    50c8fc7e
    Fault Module Name:
    MSVCR80.dll
    Fault Module Version:
    8.0.50727.6195
    Fault Module Timestamp:
    4dcddbf3
    Exception Code:
    c0000005
    Exception Offset:
    0001500a
    OS Version:
    6.0.6002.2.2.0.768.3
    Locale ID:
    1033
    Additional Information 1:
    fd00
    Additional Information 2:
    ea6f5fe8924aaa756324d57f87834160
    Additional Information 3:
    fd00
    Additional Information 4:
    ea6f5fe8924aaa756324d57f87834160

    Try gn_id's suggestion from the following post:
    Re: iTunes 11 crashes when opening the store - no error message

  • Tomcat 5.0,  deploy application from original location

    Hi! I've an application that runs under Tomcat 5.0. I made a war file and deploy it fine. It deploys the application under tomcat directory hierarchy (webapps...) but I want it to be loaded from the directory from whom I am working, right now I need to re-upload the war file every time that I make a change in my code, so... this is really terrible. In Tomcat 3.3 you just build an .xml file and tell the name of the application and the location... I want to know if there is something like that in version 5.0 or how can I do the same (Tomcat 5.0 loading an application from my directory, not from its webapps directory)
    Many thanks!

    hai
    interviewer ask how to y deploy yr application in tomcat
    i have usimg ide(netbean 3.5)
    i havent work that area
    please ans my question

  • Deployment Application To Weblogic Server Failed

    Hello every body
    I need your help in this problem please :
    I'm using Oracle JDeveloper 11.1 in my local machine, I Installed Weblogic Server 10.3 on the server and it's works well, I made new JDBC connection in Weblogic Server and it's works well too.
    I made new ADF Fusion web Application and I used the same connection that I used in Weblogic server and it's works well.
    I made new Application Server Connection from my local machine and It's works well with my user account.
    In my project I made new WAR deployment, Also I configured my Application properties to Bind Application to the Weblogic server Instance.
    1-when I try to deploy my project to Weblogic server I get this error message :
    Deploying Application...
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application test_webapp on AdminServer.: Failed to load webapp: 'test_webapp.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'test_webapp.war'
    #### Deployment incomplete. #### Feb 15, 2009 12:18:01 PM
    Deployment Failed
    2-Another application was deployed before to Weblogic server, it seems running well, whereas Weblogic Server marks my deployment health as OK, but when I try to run it for test using this URL : http://serverIP:Port/Deployment Name, I get this Error : Error 403--Forbidden
    What Should I do for both cases ?
    Thanks a lot ...

    Thanks Timo
    But first I don't use any library at my project , this is last log in Weblogic Server logfile :
    ####<Feb 16, 2009 1:56:58 PM EET> <Warning> <DeploymentService> <D2KR2> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <Osama> <> <> <1234785418343> <BEA-290008> <Deployment service servlet encountered while extracting uploaded file to directory ".\servers\AdminServer\upload\test_webapp". Exception is: "invalid distance code".>
    Where D2KR2 is my Server Name
    Osama is my user in Weblogic Server
    test_webapp is the Application name
    My problem didn't solved yet, and I'm new at JDeveloper ADF.
    Where I can find clear information about deploying projects to Weblogic server.
    Thank's Agin ...
    Edited by: user8330337 on 15/02/2009 04:09 ص

  • Error while deploying applications in ALBPM 6.0 ! Please help.

    Hi,
    We are testing the migration from ALBPM 5.7 to 6.0.4. We followed the steps of the upgrade guide from 5.7 to 6.0. However after migrating and deploying our existing 5.7 workflow projects using process administrator to 6.0.4 , we see the following exception in the logs. Has anyone encountered this before. Any possible suggestions on how to resolve this.
    Main: Message: Unexpected Exception....
    [     (cont)     ] Main: Exception message in the remote host: class java.lang.RuntimeException: Error while deploying application [ear=Fuego-WebLogic-Deployer/fuego_webapp_expanded/07-papiws-albpmdirectoryservicedatasource.ear, name=07-papiws-ALBPMDirectoryServiceDataSource.ear]......
    Main: Caused by: java.sql.SQLException: Invalid column type
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    (cont) ] Main: at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    [     (cont)     ] Main: at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    [     (cont)     ] Main: at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    [     (cont)     ] Main: ... 2 more
    [     (cont)     ] Main: Caused by: java.lang.RuntimeException: Critical Error.
    [     (cont)     ] Main: Detail:
    [     (cont)     ] Main: Exception [java.sql.SQLException: Invalid column type].
    [     (cont)     ] Main: Caused by: Invalid column type
    [     (cont)     ] Main: fuego.directory.DirectoryRuntimeException: Exception [java.sql.SQLException: Invalid column type].
    [     (cont)     ] Main: at fuego.directory.DirectoryRuntimeException.wrapException(DirectoryRuntimeException.java:85)
    [     (cont)     ] Main: at fuego.directory.provider.jdbc.oracle.OraclePersistenceManager.mapSQLException(OraclePersistenceManager.java:145)
    [     (cont)     ] Main: at fuego.directory.provider.jdbc.datadirect.oracle.DataDirectOraclePersistenceManager.mapSQLException(DataDirectOraclePersistenceManager.java:51)
    Any help would be appreciated.

    I am getting the same error...when I created engine and directory service, i got a sql script which I executed in engine and directory service schema..
    worked fine...is there any i need to do extra...i am getting this error....need to solve this out ASAP..Gurus please help !!!
    Edited by: user12053514 on Oct 15, 2009 6:31 AM

  • SJSAS 9 fails to deploy application

    Hi,
    This forum isn't very relevant to my problem, but it's the most relevant one I could find. I'm trying to deploy an enterprise application packaged in an .ear file which contains an EJB jar and a web war file. It gives the error pasted below while deploying. The file I'm deploying is ZF.ear, which is the enterprise application project. I've exported it into .ear from Eclipse.
    Deploying application in domain failed; Error expanding archive /home/sjsas/SUNWappserver/domains/domain1/applications/j2ee-apps/ZF/ZF-EJB.jar; please see the server log file for more information
    Thanks!

    Oh, and the log file contains this:
    Timestamp:
    Sep 26, 2006 18:38:13.857
    Log Level:
    SEVERE
    Logger:
    javax.enterprise.system.tools.deployment
    Name-Value Pairs:
    _ThreadID=13;_ThreadName=Thread-31;_RequestID=4b6cd8eb-371c-4160-944b-16bf75670cc4;
    Record Number:
    295
    Message ID:
    Could not expand entry null into destination /home/sjsas/SUNWappserver/domains/domain1/applications/j2ee-apps/ZF/ZF-EJB_jar java.io.IOException
    Complete Message
    Error expanding archive /home/sjsas/SUNWappserver/domains/domain1/applications/j2ee-apps/ZF/ZF-EJB.jar; please see the server log file for more information
         at com.sun.enterprise.deployment.backend.J2EEModuleExploder.explodeJar(J2EEModuleExploder.java:346)
         at com.sun.enterprise.deployment.backend.J2EEModuleExploder.explodeEar(J2EEModuleExploder.java:283)
         at com.sun.enterprise.deployment.backend.AppDeployer.explodeArchive(AppDeployer.java:323)
         at com.sun.enterprise.deployment.backend.AppDeployer.deploy(AppDeployer.java:182)
         at com.sun.enterprise.deployment.backend.AppDeployer.doRequestFinish(AppDeployer.java:129)
         at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)
         at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:95)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:871)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:266)
         at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:739)
         at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)
         at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)
    Caused by: java.util.zip.ZipException: No such file or directory
         at java.util.zip.ZipFile.open(Native Method)
         at java.util.zip.ZipFile.<init>(ZipFile.java:203)
         at java.util.jar.JarFile.<init>(JarFile.java:132)
         at java.util.jar.JarFile.<init>(JarFile.java:97)
         at com.sun.enterprise.deployment.backend.J2EEModuleExploder.explodeJar(J2EEModuleExploder.java:298)
         ... 11 more

  • The filename, directory name, or volume label syntax is incorrect

    Hi All,
    Was try to run the ADF Sample tutorial available on the Oracle site.
    Am using Virtual box for the windows environment for running Jdeveloper 11g.
    my data base is up and running...
    I can test the Model by running AppModule... its perfect... getting record and can update them as well.....
    When jsf page tried to run ... errored as below...
    Deployment cancelled.
    [01:00:16 PM] ----  Deployment incomplete  ----.
    [01:00:16 PM] The filename, directory name, or volume label syntax is incorrect
    Couldnot fnd useful info by googling...
    Please let me know if anyone come across such an error?
    Thanks,
    Kittu

    Yes, same directory structure is created automatically when i tried to run the jsf page from jdeveloper, which was created newly from new project application.
    previously once i tried of manually renaming "system11.1.2.4.39.64.36.1" to "system11", but when i ran my page, new dorectory "system11.1.2.4.39.64.36.1" created again and same error encountered.... then i removed two of the above... and just build the new project in jdeveloper and ran it... asked me for weblogic user and password, thats it ...page was running fine, when i got n check the directory same old name "system11.1.2.4.39.64.36.1" was created...
    Thanks,
    Kittu

  • File name, directory name, or volume label syntax is incorrect........

    hello,everybody!
    I have used Jdeveloper designing mobile application(ADF/BC4J Aplication),make and run ok!!! but when i package the application from packaging wizard,running the *.jsp file througth packaging wizard the following error appears....I just touched Jdeveloper and oracle lite database, can anybody heip me?
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\_pages
    Created Directory _pages : false
    以下是 jspc 自变量: -appRoot D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\ -d D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\_pages
    -packageName webapp2 -srcdir D:\OracleHome\Mobile\Sdk\wtgsdk\root\webapp2\_pages -verbose -addclasspath
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\classes;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\standard.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\adf-
    controller.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\bc4jhtml.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\bc4juixtags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    beanutils.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    collections.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    digester.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    el.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    fileupload.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    lang.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    logging.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\commons-
    validator.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\datatags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2
    \WEB-INF\lib\graphtags.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\jakarta-
    oro.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\jaxen-full.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB
    -INF\lib\jsp-el-api.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\jstl.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\oracle-
    el.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\saxpath.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-
    INF\lib\struts.jar;D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\WEB-INF\lib\xalan.jar
    D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\CustomerOrders.jsp
    正在转换文件: D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\CustomerOrders.jsp
    CustomerOrders.jsp 中存在语法分析错误:
    oracle.jsp.parse.JspParseException: 行号 1, <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c"%>
    错误: java.io.FileNotFoundException: D:\Oracle_Home\Mobile\Sdk\wtgsdk\root\webapp2\http:\java.sun.com\jstl\core (文件名、目录名或卷标语法不正确。(File name, directory name, or volume label syntax is incorrect))
    =====================================================================
    JSP 文件编译失败, 请更正问题然后继续。

    Hi Frank,thank you!
    My deployment has been obviously the JSTL tag libraries,but question yet....What other possible?
    My .jar are store in WEB/LIB directory

  • About the cache's directory name

    We have deployed our application through webstart, but we meet a problem.
    Our application will access a directory and seach all files in the directory, but when the client download the application through the webstart, the directory name in the cache is different with the server-side directory name.
    For example, the original directory name is: patch, but the directory name in the cache is: DMpatch, so the application can not find the directory now.
    How can i get the exact directory name in the cache ignoring the auto added prefix "DM".
    Thank you very much!
    Piggy

    Hope this helps:
    someClassName is one of your own classes..
    URL url = this.getClass().getResource( someClassName);
    if (url.getProtocol().equals("jar")){
    // Strip off JarURL-specific syntax.
    JarURLConnection jarConnection =
    (JarURLConnection) url.openConnection();
    url = jarConnection.getJarFileURL();
    Marcel

  • IOException deploying Application on Win2k

    Hi,
    I am getting the following error, when deploying an (.ear) application.
    <Dec 21, 2001 9:22:13 PM EST> <Error> <Management> <IOException opening applicat
    ion employ:Name=MyApplication,Type=Application, loading from path .\config\mydomain\appli
    cations\MyApplication.ear
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:110)
    at java.util.jar.JarFile.<init>(JarFile.java:115)
    at java.util.jar.JarFile.<init>(JarFile.java:82)
    at weblogic.utils.jars.VirtualJarFile.<init>(VirtualJarFile.java:24)
    (I copied the .ear file into .\config\mydomain\applications directory). I am running weblogic server 6.1 service pack 1 on Windows 2000 professional.
    Thanks for any help.
    - Raj

    Hi Raj,
    This could be due to the fact that the application poller kicks in even before
    the application(.war/.ear) is completely copied to applications directory.
    You can avoid this by increasing "Auto Update Interval" on the console. (It is
    3000ms by default)
    The recommended way to deploy an application is to "configure" rather than copying
    applications directory.
    --Vijay
    Raj <[email protected]> wrote:
    Hi,
    I am getting the following error, when deploying an (.ear) application.
    <Dec 21, 2001 9:22:13 PM EST> <Error> <Management> <IOException opening
    applicat
    ion employ:Name=MyApplication,Type=Application, loading from path .\config\mydomain\appli
    cations\MyApplication.ear
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:110)
    at java.util.jar.JarFile.<init>(JarFile.java:115)
    at java.util.jar.JarFile.<init>(JarFile.java:82)
    at weblogic.utils.jars.VirtualJarFile.<init>(VirtualJarFile.java:24)
    (I copied the .ear file into .\config\mydomain\applications directory).
    I am running weblogic server 6.1 service pack 1 on Windows 2000 professional.
    Thanks for any help.
    - Raj

  • Error deploying application: error retrieving component [ caching Stub] Pro

    Hi we are using web logic 6.1, everything was working fine untill we restarted the server. once i restarted i got this error...
    Error deploying application m1_model_responsecurvefacility.jar: error retrieving component [Caching Stub]Proxy for m192:ApplicationConfig=m1_model_responsecurvefacility.jar,Location=m192admin,Name=m1_model_responsecurvefacility.jar,Type=EJBComponentConfig>
    can i know what are all the possible cause for this error to occur ?

    ####<Jan 14, 2008 9:24:06 PM EST> <Info> <Logging> <server> <m192admin> <main> <> <> <000000> <FileLogger Opened.>
    ####<Jan 14, 2008 9:24:22 PM EST> <Notice> <WebLogicServer> <server> <m192admin> <main> <system> <> <000327> <Starting WebLogic Admin Server "m192admin" for domain "m192">
    ####<Jan 14, 2008 9:24:22 PM EST> <Info> <WebLogicServer> <server> <m192admin> <main> <system> <> <000214> <WebLogic Server "m192admin" version:
    WebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
    WebLogic XML Module 6.1 SP2 12/18/2001 11:28:02 #154529
    (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.>
    ####<Jan 14, 2008 9:24:22 PM EST> <Info> <WebLogicServer> <server> <m192admin> <main> <system> <> <000215> <Loaded License : /opt/weblogic_m1/61sp2/license.bea>
    ####<Jan 14, 2008 9:24:38 PM EST> <Info> <Connector> <server> <m192admin> <main> <system> <> <190000> <Initializing J2EE Connector Service>
    ####<Jan 14, 2008 9:24:38 PM EST> <Info> <Connector> <server> <m192admin> <main> <system> <> <190001> <J2EE Connector Service initialized successfully>
    ####<Jan 14, 2008 9:24:40 PM EST> <Info> <WebLogicServer> <server> <m192admin> <main> <system> <> <000000> <IIOP subsystem enabled.>
    ####<Jan 14, 2008 9:24:40 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101128> <Initializing HTTP services.>
    ####<Jan 14, 2008 9:24:40 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101133> <Initializing WEB server m192admin>
    ####<Jan 14, 2008 9:24:40 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101052> <[HTTP m192admin] Initialized>
    ####<Jan 14, 2008 9:24:40 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101135> <m192admin is the default web server>
    ####<Jan 14, 2008 9:24:40 PM EST> <Info> <J2EE> <server> <m192admin> <main> <system> <> <000000> <J2EE service initializing>
    ####<Jan 14, 2008 9:24:41 PM EST> <Info> <JMS> <server> <m192admin> <main> <system> <> <040090> <Deployed 4 default connection factories.>
    ####<Jan 14, 2008 9:24:41 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101129> <Initializing Web services.>
    ####<Jan 14, 2008 9:24:41 PM EST> <Info> <HTTP m192admin> <server> <m192admin> <main> <system> <> <000000> <Log rotation is size based>
    ####<Jan 14, 2008 9:24:44 PM EST> <Info> <HTTP Session> <server> <m192admin> <main> <system> <> <100037> <Creating SessionContext of type: memory for webapp: /bea_wls_internal>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(3029388,bea_wls_internal,/bea_wls_internal)] registering classpath servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(3029388,bea_wls_internal,/bea_wls_internal)] registering getior servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(3029388,bea_wls_internal,/bea_wls_internal)] registering tunneling servlets with initArgs 'wl-dispatch-policy=direct'>
    ####<Jan 14, 2008 9:24:45 PM EST> <Debug> <HTTP> <server> <m192admin> <main> <system> <> <101097> <Registering ServletContext: "bea_wls_internal:/bea_wls_internal">
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101051> <[HTTP m192admin] started>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <ZAC> <server> <m192admin> <main> <system> <> <000000> <ZAC ACLs initialized>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <ZAC> <server> <m192admin> <main> <system> <> <000000> <ZAC packages stored in local directory exports>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vendor = Sun Microsystems Inc.>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: os.name = SunOS>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: sun.boot.class.path = /opt/weblogic_m1/MercuryDiagnostics/JAVAProbe/classes/boot:/opt/weblogic_m1/61sp2/jdk131/jre/lib/rt.jar:/opt/weblogic_m1/61sp2/jdk131/jre/lib/i18n.jar:/opt/weblogic_m1/61sp2/jdk131/jre/lib/sunrsasign.jar:/opt/weblogic_m1/61sp2/jdk131/jre/classes>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.specification.vendor = Sun Microsystems Inc.>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.runtime.version = 1.3.1_01>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: maxBH = 49999>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.Name = m192admin>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: jmx.implementation.vendor = Sun Microsystems>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: user.name = m192>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: bea.home = /opt/weblogic_m1/61sp2>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: javax.xml.parsers.SAXParserFactory = weblogic.xml.jaxp.RegistrySAXParserFactory>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: jmx.implementation.name = JMX RI>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: user.language = en>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: sun.boot.library.path = /opt/weblogic_m1/61sp2/jdk131/jre/lib/sparc>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: vo.poolingString = false>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: jmx.specification.name = Java Management Extensions>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.version = 1.3.1_01>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.collection.finders = true>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: user.timezone = America/New_York>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: m1tempproxy.MaxTries = 1>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: jmx.specification.version = 1.0 Final Release>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: jmx.implementation.version = 1.0>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: sun.cpu.isalist = sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: file.encoding.pkg = sun.io>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: file.separator = />
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.specification.name = Java Platform API Specification>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.email.host = ponyex.capitalone.com>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.class.version = 47.0>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.home = /opt/weblogic_m1/61sp2/jdk131/jre>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: javax.xml.parsers.DocumentBuilderFactory = weblogic.xml.jaxp.RegistryDocumentBuilderFactory>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.info = mixed mode>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.email.sender = [email protected]>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: os.version = 5.8>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: probe.id = hulk_m192>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.url = t3://localhost:7092>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.awt.fonts = >
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: path.separator = :>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.version = 1.3.1_01>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.protocol.handler.pkgs = weblogic.net|weblogic.management|weblogic.utils>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: jmx.specification.vendor = Sun Microsystems>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.awt.printerjob = sun.awt.motif.PSPrinterJob>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.security.policy = =/opt/weblogic_m1/61sp2/wlserver6.1/lib/weblogic.policy>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: sun.io.unicode.encoding = UnicodeBig>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.naming.factory.url.pkgs = weblogic.jndi.factories>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: user.home = /export/home/m1/m192>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: SMS_HOME = /m1/src/m192/sms>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.specification.vendor = Sun Microsystems Inc.>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: org.xml.sax.driver = weblogic.apache.xerces.parsers.SAXParser>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.library.path = /opt/weblogic_m1/61sp2/jdk131/jre/bin/../lib/sparc/hotspot:/opt/weblogic_m1/61sp2/jdk131/jre/bin/../lib/sparc:::/opt/hpnpl/lib:/opt/weblogic_m1/61sp2/wlserver6.1/lib/solaris:/opt/weblogic_m1/61sp2/wlserver6.1/lib/solaris/oci816_8:/usr/lib>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vendor.url = http://java.sun.com/>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.vendor = Sun Microsystems Inc.>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.class.path = /opt/weblogic_m1/61sp2/wlserver6.1:/opt/weblogic_m1/61sp2/wlserver6.1/lib/weblogic_sp.jar:/opt/weblogic_m1/61sp2/wlserver6.1/lib/weblogic.jar:/m1/src/m192/commons-net-1.3.0.jar:config/m192/applications:/m1/src/m192:/opt/weblogic_m1/61sp2/wlserver6.1/lib/ejb20.jar:/m1/src/m192/aspectjrt.jar:/m1/src/m192/activation.jar:/m1/src/m192/techteam.jar:/m1/src/m192/jce1_2-do.jar:/m1/src/m192/junit.jar:/m1/src/m192/httpunit.jar:/m1/src/m192/Tidy.jar:/m1/src/m192/crypto.jar:/m1/src/m192/entbase.jar:/m1/src/m192/performance.jar:/m1/src/m192/logging.jar:/m1/src/m192/smartupload.jar:/m1/src/m192/connectionfilter.jar:/m1/src/m192/jaxb-api.jar:/m1/src/m192/jaxb-libs.jar:/m1/src/m192/jaxb-ri.jar:/m1/src/m192/saaj-api.jar:/m1/src/m192/saaj-ri.jar:/m1/src/m192/dom4j.jar:/m1/src/m192/commons-logging.jar:/m1/src/m192/poi.jar:/m1/src/m192/fakeGA.jar>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.Domain = m192>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.specification.name = Java Virtual Machine Specification>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.specification.version = 1.0>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: sun.cpu.endian = big>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.io.tmpdir = /var/tmp/>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.system.name = m192>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: entity.auditlog = true>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: os.arch = sparc>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.ext.dirs = /opt/weblogic_m1/61sp2/jdk131/jre/lib/ext>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: user.dir = /opt/weblogic_m1/61sp2/wlserver6.1>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: line.separator =
    >
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.vm.name = Java HotSpot(TM) Client VM>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: m1proxy.MaxTries = 1>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.management.discover = false>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: loadPS = false>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: file.encoding = 646>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: weblogic.ProductionModeEnabled = false>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: java.specification.version = 1.3>
    ####<Jan 14, 2008 9:24:45 PM EST> <Info> <Management> <server> <m192admin> <main> <system> <> <141034> <Java system property: javax.xml.transform.TransformerFactory = weblogic.xml.jaxp.RegistrySAXTransformerFactory>
    ####<Jan 14, 2008 9:24:49 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101053> <[HTTP m192admin] Loading web app: wl_management_internal2>
    ####<Jan 14, 2008 9:24:49 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101059> <[m192admin] Loading wl_management_internal2 from WAR file: /opt/weblogic_m1/61sp2/wlserver6.1/./config/m192/applications/.wlnotdelete/wl_comp3387.war>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101031> <[WebAppServletContext(4777931,wl_management_internal2,/wl_management_internal2)] extracting classfiles to /m1/src/m192/applications/.wlnotdelete/WEB-INF/_tmp_war_m192admin_m192admin_wl_management_internal2:>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101032> <[WebAppServletContext(4777931,wl_management_internal2,/wl_management_internal2)] extracted classfiles successfully...>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP Session> <server> <m192admin> <main> <system> <> <100037> <Creating SessionContext of type: memory for webapp: /wl_management_internal2>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4777931,wl_management_internal2,/wl_management_internal2)] registering classpath servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4777931,wl_management_internal2,/wl_management_internal2)] registering getior servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4777931,wl_management_internal2,/wl_management_internal2)] registering tunneling servlets with initArgs 'wl-dispatch-policy=direct'>
    ####<Jan 14, 2008 9:25:02 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4777931,wl_management_internal2,/wl_management_internal2)] registering JSPServlet with initArgs '[JspConfig: verbose=true,packagePrefix=jsp_servlet,-compiler=javac,compileFlags=,workingDir=/m1/src/m192/applications/.wlnotdelete/WEB-INF/_tmp_war_m192admin_m192admin_wl_management_internal2,pageCheckSeconds=1,superclass=null,keepgenerated=false,compilerSupportsEncoding=false,encoding=null,defaultfilename=index.jsp,compilerclass=null,noTryBlocks=false]'>
    ####<Jan 14, 2008 9:25:03 PM EST> <Debug> <HTTP> <server> <m192admin> <main> <system> <> <101097> <Registering ServletContext: "wl_management_internal2:/wl_management_internal2">
    ####<Jan 14, 2008 9:25:03 PM EST> <Info> <J2EE> <server> <m192admin> <main> <system> <> <160003> <Deployed : wl_management_internal2>
    ####<Jan 14, 2008 9:25:04 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101053> <[HTTP m192admin] Loading web app: console>
    ####<Jan 14, 2008 9:25:04 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101059> <[m192admin] Loading console from WAR file: /opt/weblogic_m1/61sp2/wlserver6.1/./config/m192/applications/.wlnotdelete/wl_comp3389.war>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101031> <[WebAppServletContext(4340768,console,/console)] extracting classfiles to /m1/src/m192/applications/.wlnotdelete/WEB-INF/_tmp_war_m192admin_m192admin_console:>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101032> <[WebAppServletContext(4340768,console,/console)] extracted classfiles successfully...>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP Session> <server> <m192admin> <main> <system> <> <100037> <Creating SessionContext of type: memory for webapp: /console>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4340768,console,/console)] registering classpath servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4340768,console,/console)] registering getior servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4340768,console,/console)] registering tunneling servlets with initArgs 'wl-dispatch-policy=direct'>
    ####<Jan 14, 2008 9:25:07 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(4340768,console,/console)] registering JSPServlet with initArgs '[JspConfig: verbose=true,packagePrefix=jsp_servlet,-compiler=javac,compileFlags=,workingDir=/m1/src/m192/applications/.wlnotdelete/WEB-INF/_tmp_war_m192admin_m192admin_console,pageCheckSeconds=1,superclass=weblogic.servlet.jsp.JspBase,keepgenerated=false,compilerSupportsEncoding=false,encoding=null,defaultfilename=index.jsp,compilerclass=null,noTryBlocks=false]'>
    ####<Jan 14, 2008 9:25:08 PM EST> <Debug> <HTTP> <server> <m192admin> <main> <system> <> <101097> <Registering ServletContext: "console:/console">
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <J2EE> <server> <m192admin> <main> <system> <> <160003> <Deployed : console>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101053> <[HTTP m192admin] Loading web app: wl_management_internal1>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101059> <[m192admin] Loading wl_management_internal1 from WAR file: /opt/weblogic_m1/61sp2/wlserver6.1/./config/m192/applications/.wlnotdelete/wl_comp3391.war>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101031> <[WebAppServletContext(2130451,wl_management_internal1,/wl_management_internal1)] extracting classfiles to /m1/src/m192/applications/.wlnotdelete/WEB-INF/_tmp_war_m192admin_m192admin_wl_management_internal1:>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101032> <[WebAppServletContext(2130451,wl_management_internal1,/wl_management_internal1)] extracted classfiles successfully...>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP Session> <server> <m192admin> <main> <system> <> <100037> <Creating SessionContext of type: memory for webapp: /wl_management_internal1>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(2130451,wl_management_internal1,/wl_management_internal1)] registering classpath servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(2130451,wl_management_internal1,/wl_management_internal1)] registering getior servlet with initArgs 'null'>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(2130451,wl_management_internal1,/wl_management_internal1)] registering tunneling servlets with initArgs 'wl-dispatch-policy=direct'>
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <HTTP> <server> <m192admin> <main> <system> <> <101047> <[WebAppServletContext(2130451,wl_management_internal1,/wl_management_internal1)] registering JSPServlet with initArgs '[JspConfig: verbose=true,packagePrefix=jsp_servlet,-compiler=javac,compileFlags=,workingDir=/m1/src/m192/applications/.wlnotdelete/WEB-INF/_tmp_war_m192admin_m192admin_wl_management_internal1,pageCheckSeconds=1,superclass=null,keepgenerated=false,compilerSupportsEncoding=false,encoding=null,defaultfilename=index.jsp,compilerclass=null,noTryBlocks=false]'>
    ####<Jan 14, 2008 9:25:08 PM EST> <Debug> <HTTP> <server> <m192admin> <main> <system> <> <101097> <Registering ServletContext: "wl_management_internal1:/wl_management_internal1">
    ####<Jan 14, 2008 9:25:08 PM EST> <Info> <J2EE> <server> <m192admin> <main> <system> <> <160003> <Deployed : wl_management_internal1>
    ####<Jan 14, 2008 9:25:15 PM EST> <Info> <JDBC Pool M1Pool> <server> <m192admin> <main> <system> <> <000000> <Cannot set refreshTestMinutes with '0'. Will use 5 minutes.>
    ####<Jan 14, 2008 9:25:27 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001068> <Connection for pool "M1Pool" created.>
    ####<Jan 14, 2008 9:25:27 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001068> <Connection for pool "M1Pool" created.>
    ####<Jan 14, 2008 9:25:27 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001068> <Connection for pool "M1Pool" created.>
    ####<Jan 14, 2008 9:25:27 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001068> <Connection for pool "M1Pool" created.>
    ####<Jan 14, 2008 9:25:27 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001068> <Connection for pool "M1Pool" created.>
    ####<Jan 14, 2008 9:25:28 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001082> <Creating Data Source named M1DataSource-M1Pool for pool M1Pool>
    ####<Jan 14, 2008 9:25:28 PM EST> <Info> <JDBC> <server> <m192admin> <main> <system> <> <001070> <Checking existence of connection pool M1Pool requested by user system>
    ####<Jan 14, 2008 9:25:28 PM EST> <Info> <JMS> <server> <m192admin> <main> <system> <> <040090> <Deployed 4 default connection factories.>
    ####<Jan 14, 2008 9:25:31 PM EST> <Info> <JMS> <server> <m192admin> <main> <system> <> <040054> <JMSServer "JMSServer-0", no persistent store configured.>
    ####<Jan 14, 2008 9:25:33 PM EST> <Info> <JMS> <server> <m192admin> <main> <system> <> <040010> <JMSServer "JMSServer-0", configured no session pools.>
    ####<Jan 14, 2008 9:25:33 PM EST> <Info> <JMS> <server> <m192admin> <main> <system> <> <040109> <JMSServer "JMSServer-0" is started.>
    ####<Jan 14, 2008 9:25:39 PM EST> <Info> <EJB> <server> <m192admin> <main> <system> <> <010008> <EJB Deploying file: m1_model_bbamfacility.jar>
    ####<Jan 14, 2008 9:25:39 PM EST> <Warning> <J2EE> <server> <m192admin> <main> <system> <> <160007> <You are running WebLogic Server with J2EE 1.3 features enabled. The implementation of specific J2EE 1.3 features (EJB 2.0, JSP 1.2, Servlet 2.3, and J2EE Connector Architecture 1.0) in BEA WebLogic Server 6.1 is of a non-final version of the appropriate specification. It is subject to change in future releases once the specification becomes finalized. This may cause application code developed for BEA WebLogic Server 6.1 that uses the new features of J2EE 1.3 to be incompatible with the J2EE 1.3 platform supported in future releases of BEA WebLogic Server.>
    ####<Jan 14, 2008 9:25:41 PM EST> <Warning> <EJB> <server> <m192admin> <main> <system> <> <010001> <EJB Deployment: bbamfacility cannot be redeployed while the server is running. com.capitalone.intranet.solicitation.model.bbamfacility.BbamFacilityBean is located in the server's classpath.>
    ####<Jan 14, 2008 9:25:41 PM EST> <Warning> <EJB> <server> <m192admin> <main> <system> <> <010001> <EJB Deployment: bbamfacility cannot be redeployed while the server is running. com.capitalone.intranet.solicitation.model.bbamfacility.BbamFacilityHome is located in the server's classpath.>
    ####<Jan 14, 2008 9:25:41 PM EST> <Warning> <EJB> <server> <m192admin> <main> <system> <> <010001> <EJB Deployment: bbamfacility cannot be redeployed while the server is running. com.capitalone.intranet.solicitation.model.bbamfacility.BbamFacility is located in the server's classpath.>
    ####<Jan 14, 2008 9:25:42 PM EST> <Warning> <EJB> <server> <m192admin> <main> <system> <> <010001> <EJB Deployment: parameterentity cannot be redeployed while the server is running. com.capitalone.intranet.solicitation.model.bbamfacility.parameterentity.ParameterEntityBean is located in the server's classpath.>
    ####<Jan 14, 2008 9:25:42 PM EST> <Warning> <EJB> <server> <m192admin> <main> <system> <> <010001> <EJB Deployment: parameterentity cannot be redeployed while the server is running. com.capitalone.intranet.solicitation.model.bbamfacility.parameterentity.ParameterEntityHome is located in the server's classpath.>
    ####<Jan 14, 2008 9:25:42 PM EST> <Warning> <EJB> <server> <m192admin> <main>

  • Deploying applications in production

    Hi
    Like to get some opinion/advise on deploying applications to production.
    we develop applications in WSAD.After unit testing in studio Export the .ear to the Q/A system , if everything works good just copy the .ear to production.
    What are the standard practices to do these . Is there any s/w packages available which does this and have an audit trail of when and what is moved.
    Does anyone here use any software for this.
    Moreover is it better to deploy application as a single .ear/.war or is it better to have an exploded format.
    The advantage of exploded format is you need to move only waht is changed.
    TIA for you comments.

    Here's the deployment scheme I last used:
    Install files from test to staging machine, try it out. Then run "rsync" to copy to production cluster. "rsync" makes a remote directory tree identical to a master tree, based on file time stamps and optionally hashes.
    That's it. No latest buzz words and TLAs, but does the job.
    Files were files, not zipped. I like being able to more/grep/vi my config files and html's without unzipping and re-zipping. When you want to store files, the Unix file system is a pretty darn good tool for it.
    What I never got around to implementing was change auditing. Possible fixes: save rsync's output to a file (rsync | tee). And/or run a version control checkin script for the whole tree while running the rsync. And/or run the checkin every 15 minutes from cron; normally nothing has been changed, so the checkin is a no-op.

Maybe you are looking for

  • How do I use my ipad with Apple TV?

    How do i use my iPad2 with Apple TV?

  • External hard drive filesystem to use for both pc and mac

    hi everyone, i've got a 120 gig portable WD passport harddrive that i'm planning on using to move files between my pc and macbook. it is recognized fine on both and I am able to copy files to my macbook but cannot write files to it, i'm assuming it h

  • Photo turns black while editing...

    Hi, I just upgraded from iPhoto 09 to iPhoto 11. All the latest software updates have been applied. Mostly, there's been no problems, except for one really annoying one. When editing a photo, most of the time it works fine. But often times, especiall

  • Classic scenario Configuration document

    Hi  Rama krishna C Teja , I'm Pawan,Presently we are implementing SRM -Classic scenario to our client .at present we are starting defining the Organizational structure? but there are many confusions....................... can you please send the conf

  • Blue Screen with iTunes

    I am running vista home premium and my computer runs fine but after a couple of minutes with iTunes open i get the blue screen. Any suggestions will be appreciated. Thanks -wtrskii