Trouble deploying hotbids in bc4jauctions

I am following the tutorial (bc4jauctions.html) with the intent of testing out the bc4j auctions example. I have populated the auctions tables, and have compiled the respective projects. I am now trying to deploy the hotbids.jpr project, but
Has anyone succesfully deployed this on NT? Please let me know what I am doing wrong.
The error I get at deployment time is:
Exhausted Resultset
and the deployment log shows the following:
java.sql.SQLException: Exhausted Resultset
void oracle.jdbc.dbaccess.DBError.throwSqlException(java.lang.String, java.lang.String, int)
void oracle.jdbc.dbaccess.DBError.throwSqlException(int, java.lang.Object)
void oracle.jdbc.dbaccess.DBError.throwSqlException(int)
void oracle.jdbc.driver.OracleStatement.prepare_for_new_get(boolean, int)
java.lang.String oracle.jdbc.driver.OracleStatement.getStringValue(boolean, int)
java.lang.String oracle.jdbc.driver.OracleResultSetImpl.getString(int)
void oracle.jdeveloper.deployment.model.JServerDepModel.deploy()
void oracle.jdeveloper.deployment.model.SPDepModel.deploy()
void oracle.jdeveloper.deployment.ui.DeploymentMonitor.run()
void oracle.jdeveloper.wizard.common.ProgressDialog.run()
void java.lang.Thread.run()
null

First, thanks for the suggestions Nick! And I have tried each of these steps you mentioned!
1) Check your app is deployed and running in Tomcat Web Application Manager. -- YES, IT IS! I CAN SEE THE APPLICATION, RELOAD IT, STOP IT, ETC!
2) If not deployed, check log file in logs\stdout.log to find out why it didn't deploy. (How are you deploying? Copying the war file across to \webapps?) - I TRIED DEPLOYING THE WAR FILE, THEN I DEPLOYED AN APPL CREATING THE DIRECTORY STRUCTURE, ETC! STILL NO LUCK!
3) Make sure you're definitely hitting the correct URL (including the context path, which should also be shown in Web Application Manager) - OF COURSE I AM; EVERY APPL I DEPLOY RETURNS 404! THE NATIVE APPLICATIONS HOWEVER WORK FINE
4) Can you deploy and run any apps in your standalone Tomcat instance? - I DIDNT GET THIS BUT AN APPL WHICH WORKS PERFECTLY FINE IN NETBEANS, ISNT WORKING IN THE STANDALONE TOMCAT!
5) Try deploying a really simple app to see if that works. - DID & FAILED!

Similar Messages

  • Having trouble deploying .ear file

    I am having trouble deploying a .ear file in WLS 7.0. The only way that I have found to work every time is by following these steps:
    1. Shutdown the server (if it is running)
    2. Move the ear into the applications directory
    3. Change the extension of the ear file (to .old).
    4. Start WLS 7.0
    5. After startup completes, change the filename back to the .ear extension.
    Simply dragging the ear into the applications directory after startup works sometimes. Other times, the server does not do anything...it seems to not realize that the file was moved.
    Starting the server with the ear already in the applications directory (with the .ear extension) never works. In this case, a "javax.naming.NameNotFoundException" is thrown when trying to resolve the datasource name. Could this be a race condition?
    Any help is appreciated.

    Hi Steve,
    As a quick workaround, can you consider merging that 3rd party
    references into a simple, let's call it 3rdparty.jar, file. Then you
    will be able to overcome this line limit. If you use ANT, it can be
    made a part of the build process and can simplify future additions.
    Hope this helps,
    Regards,
    Slava Imeshev
    "Steve Ebersole" <[email protected]> wrote in message
    news:3e788ce9$[email protected]..
    >
    I am having trouble deploying an EAR file having an ejb module with amanifest
    Class-Path entry. It appears to be directly related to the length of thatClass-Path
    entry. No matter the length of the Class-Path entry, ejbc runs fine butthen
    the problem comes trying to upload the EAR through the console.
    First iteration was just skeletal code and the dependencies were minimal.I was
    able to get this uploaded and deployed correctly. For that EAR, the EJBjar file
    manifest's Class-Path entry had only 2 entries and was no where near the72-character
    line limit.
    Second iteration had some functionality and the dependencies were muchlarger.
    Again ejbc ran fine, but I got errors on upload when the console tries todeploy
    the EAR. The manifest Class-Path entry for that ejb version contained 16jar
    files which, because fo the 72 line limit, spread across 3 lines.
    The complaint I get on deployment is NoClassDefFound for a class that isin a
    jar file listed in the manifest classpath (it found it the first time).
    Is there a bug in WebLogic (6.1 sp3) where it cannot recognize manifestclasspath
    entries over a certain limit? I have seen postings about WebLogic'sissues with
    class loading from manifest classpath entries but thought they had allbeen fixed
    as of 6.1sp3.
    Thanks in advance for any help or suggestions.

  • Trouble deploying a J2EE application using the J2EE 6.20 Deploy Tool

    I am having trouble deploying a J2EE application using the J2EE 6.20 Deploy Tool.
    I successfully create the WAR/EAR files, I then select deploy and the deploy process gets to 100% before displaying an error message.
    Can anybody help?
    Please see Deploy Tool log entry:
    01:39 -  **********************************************************
    05/01/17 10:19:16 -  Applying user role management mappings.
    05/01/17 10:19:16 -  Start updating EAR-file...D:\SAP_J2EEngine6.20_Cluster\deploying\carmodeller\carmodeller.ear
    05/01/17 10:19:27 -  Temp files deleted...
    05/01/17 10:19:27 -  Ear-file updated successfully for 11375ms.
    05/01/17 10:19:27 -  Start deploying ...
    05/01/17 10:20:15 -  Ear-file uploaded to server for 47297ms.
    05/01/17 10:21:47 -  ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
                         com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
                              at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.deploy(ServletsAndJspImpl.java:482)
                              at com.inqmy.services.servlets_jsp.server.WebContainer.commitDeploy(WebContainer.java:256)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.commit(DeployServiceImpl.java:2848)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.deploy1(DeployServiceImpl.java:512)
                              at com.inqmy.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:140)
                              at com.inqmy.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:184)
                              at com.inqmy.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:157)
                              at com.inqmy.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:108)
                              at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
                              at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
                              at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:153)
    05/01/17 10:21:47 -  **********************************************************

    Hi, it looks like the app has trouble starting up:
    05/01/17 10:21:47 - ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
    com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
    Did you have any errors on the compile of the code?
    You also want to check if the app is deployed (if so you may want to remove it before re-deploying it)

  • Trouble deploying Java Applet for animation(s) on web site

    I FTP weather radar images up to my host's server, thus onto my web site constantly. As of now, I am successfully doing so with a Java Script. However, I am wanting to do so with a Java Applet.
    The trouble I am having is that the Applet deploys in the browser once on the web site..but the radar images are not being drawn upon thus not showing up to animate. I have a username and password for my web site, but have been told by many that this would not be a prohibitive situation for the Applet to retrieve the images. Thus, I feel that I am coding something wrong causing the Applet to fail in "locating" the images to animate. All files for the Applet are in the same directory as the images I am trying to upload into the Applet, yet still no success. "GR" is the sub directory where the radar image uploaded files are contained within.
    I have attached the coding that I am/have been trying to implement. If anyone can assist I would be greatly appreciative!
    <P>
    <applet archive="aniscode.jar,png.jar" code="AniS.class" align="left" height="800" width="800">
    alt="Java must be installed and working for this animation to work">
    <param name="controls" value="startstop, looprock, toggle, zoom, step, speed, refresh ">
    <param name="backcolor" value="000000">
    <param name="forecolor" value="ffffff">
    <param name="image_window_size" value="800,800">
    <param name="auto_refresh" value="1">
    <param name="toggle_size" value="8,10,5">
    <param name="active_zoom" value="x">
    <param name="pause_percent" value="990">
    <param name="enable_png" value="true
    <param name="basename" value="anim*.png">
    <param name="no_enh" value="true">
    <param name="num_frames" value="10">
    <param name="rate" value="75">
    <param name="image_base" value="http://www.leesweather.net/GR/ ">
    <param name="filenames" value="br1_9.png,br1_8.png,br1_7.png,br1_6.png,br1_5.png,br1_4.png,br1_3.png,br1_2.png,br1_1.png,br1_0.png">
    </applet>

    I FTP weather radar images up to my host's server,
    thus onto my web site constantly. As of now, I am
    successfully doing so with a Java Script.
    However, I am wanting to do so with a Java Applet.
    e trouble I am having is that the Applet deploys in
    the browser once on the web site..but the radar
    images are not being drawn upon thus not showing up
    to animate. I have a username and password for my
    web site, but have been told by many that this would
    not be a prohibitive situation for the Applet to
    retrieve the images. Thus, I feel that I am coding
    something wrong causing the Applet to fail in
    "locating" the images to animate. All files for the
    Applet are in the same directory as the images I am
    trying to upload into the Applet, yet still no
    success. "GR" is the sub directory where the radar
    image uploaded files are contained within.
    I have attached the coding that I am/have been trying
    to implement. If anyone can assist I would be
    greatly appreciative!
    <P>
    <applet archive="aniscode.jar,png.jar"
    code="AniS.class" align="left" height="800"
    width="800">
    alt="Java must be installed and working for this
    animation to work">
    param name="controls" value="startstop, looprock,
    toggle, zoom, step, speed, refresh ">
    <param name="backcolor" value="000000">
    <param name="forecolor" value="ffffff">
    <param name="image_window_size" value="800,800">
    <param name="auto_refresh" value="1">
    <param name="toggle_size" value="8,10,5">
    <param name="active_zoom" value="x">
    <param name="pause_percent" value="990">
    <param name="enable_png" value="true
    <param name="basename" value="anim*.png">
    <param name="no_enh" value="true">
    <param name="num_frames" value="10">
    <param name="rate" value="75">
    <param name="image_base"
    value="http://www.leesweather.net/GR/ ">
    <param name="filenames"
    value="br1_9.png,br1_8.png,br1_7.png,br1_6.png,br1_5.p
    ng,br1_4.png,br1_3.png,br1_2.png,br1_1.png,br1_0.png">
    </applet>I hope you have them properly packed into a jar in which case you can
    use this method...
    Code snippet from hyperview.dev.java.net
    public Image getImageFromJar(String fileName)
    int length = 0;
       if( fileName == null )
           return null;
       Image image = null;
       try
          image = getAppletContext().getImage( getClass().getResource(fileName) );
       catch(Exception exc)
          exc.printStackTrace();
          return (Image)null;
       return image;
    } ///----- Otherwise they should be in the same codebase as the Applet
    // and you can use this call (Way slower to download)
    Image myImage = getAppletContext().getImage(new URL(getCodeBase(),"YOUR_IMAGE_NAME.gif") );Good Luck!
    (T)

  • Trouble deploying TestStand

    Hi,
    I have tried many suggestions and configurations but I still cant get my deployed TestStand to run in other PC. I kept getting "Unable to launch the 'LabVIEW .Application' ActiveX automation server. TestStand cannot find a LabVIEW Development System installed in this computer." My test sequence also uses custom process model. Below are the things that I have done:
    1. Configured the LabVIEW adapter to use RTE and enable "Always Run VI in LabVIEW RTE" in the LabVIEW Advanced Settings under Module tab.
    2. Added configuration .ini files that will be used, including TestExec.ini and TestStandModelModelOptions.ini in workspace.
    3. Enable "Install TestStand Engine" and leave Engine Options/ Drivers and Components as default.
    Below are my questions:
    1. Since I am using custom process model, where should I save this .seq in?Is it in my working directory or TestStand components folder? Reason why I am asking this is because I tried both ways, the latter gave me
    "Warning: This problem will cause an error when building a deployable image or an installer. The following file(s) were not found:
    rfid_read_write.seq in step 'Reset Test Sequence', sequence 'MainSequence', sequence file 'C:\Program Files (x86)\National Instruments\TestStand 4.2.1\Components\Models\TestStandModels\SequentialModel_RFID.seq'"
    Obviously rfid_read_write.seq has already been included and present.
    2. Should I also include this custom process model .seq file in the workspace/deployment?
    3. How to solve the unable to launch LabVIEW.Application issue?
    Thanks.

    Hi, it looks like the app has trouble starting up:
    05/01/17 10:21:47 - ERROR: ID90506: NOT Deployed. ERROR returned from deploy service :
    com.inqmy.services.deploy.container.DeploymentException: Can't init application carmodeller. com.inqmy.services.servlets_jsp.server.WebApplicationException: ID17110: Error in starting application carmodeller.java.lang.NullPointerException
    Did you have any errors on the compile of the code?
    You also want to check if the app is deployed (if so you may want to remove it before re-deploying it)

  • Trouble deploying endeca studio application in weblogic: endeca-portal-weblogic-3.1.14220.ear

    Hello,
    I'm trying to install Endeca Studio on weblogic and I'm seeing a class not found error during the "install" step.
    The CPU spikes up during the deploy and no progress is made. The error is seen below. Any insight would
    be appreciated.
    I have installed Endeca Server 7.6 with no issues and have seen the ws running at
    http://localhost:7001/endeca-server/ws/manage?WSDL
    Thanks!
    <Nov 20, 2013 6:13:26 PM EST> <Warning> <Munger> <BEA-2156203> <A version attrib
    ute was not found in element application in the deployment descriptor in D:\Orac
    le\Middleware\user_projects\domains\endecastudio_domain\servers\AdminServer\tmp\
    .appmergegen_1384989205678_endeca-portal-weblogic-3.1.14220.ear/META-INF/applica
    tion.xml. A version attribute is required, but this version of the Weblogic Serv
    er will assume that the JEE5 is used. Future versions of the Weblogic Server wil
    l reject descriptors that do not specify the JEE version.>
    <Nov 20, 2013 6:15:55 PM EST> <Warning> <Munger> <BEA-2156203> <A version attrib
    ute was not found in element application in the deployment descriptor in D:\Orac
    le\Middleware\user_projects\domains\endeca-portal-weblogic-3.1.14220.ear/META-IN
    F/application.xml. A version attribute is required, but this version of the Webl
    ogic Server will assume that the JEE5 is used. Future versions of the Weblogic S
    erver will reject descriptors that do not specify the JEE version.>
    <Nov 20, 2013 6:15:58 PM EST> <Warning> <Munger> <BEA-2156203> <A version attrib
    ute was not found in element application in the deployment descriptor in D:\Orac
    le\Middleware\user_projects\domains\endecastudio_domain\servers\AdminServer\tmp\
    _WL_user\endeca-portal-weblogic-3\diq5s7/META-INF/application.xml. A version att
    ribute is required, but this version of the Weblogic Server will assume that the
    JEE5 is used. Future versions of the Weblogic Server will reject descriptors th
    at do not specify the JEE version.>
    When processing WebService module 'endeca-dataset-manager-portlet.war'.  Failed
    to load servlet Class: com.endeca.portlet.datasetmanager.upload.EnrichmentsUploa
    dServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.endeca.port
    let.datasetmanager.upload.EnrichmentsUploadServlet at: weblogic.xml.schema.bindi
    ng.util.ClassUtil.loadClass(ClassUtil.java:76)
    When processing WebService module 'endeca-dataset-manager-portlet.war'.  Failed
    to load servlet Class: com.endeca.portlet.datasetmanager.upload.EnrichmentsUploa
    dServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.endeca.port
    let.datasetmanager.upload.EnrichmentsUploadServlet at: weblogic.xml.schema.bindi
    ng.util.ClassUtil.loadClass(ClassUtil.java:76)
    Loading zip:D:/Oracle/Middleware/user_projects/domains/endecastudio_domain/serve
    rs/AdminServer/tmp/_WL_user/endeca-portal-weblogic-3/gaidjs/war/WEB-INF/lib/port
    al-impl.jar!/system.properties
    Nov 20, 2013 6:17:52 PM com.liferay.portal.kernel.log.Jdk14LogImpl info
    INFO: Platform default Studio home: 'D:/Oracle/Middleware/user_projects/domains/
    endecastudio_domain/eid/studio'
    log4j:WARN No appenders could be found for logger (org.apache.commons.configurat
    ion.PropertiesConfiguration).
    log4j:WARN Please initialize the log4j system properly.
    Loading zip:D:/Oracle/Middleware/user_projects/domains/endecastudio_domain/serve
    rs/AdminServer/tmp/_WL_user/endeca-portal-weblogic-3/gaidjs/war/WEB-INF/lib/port
    al-impl.jar!/portal.properties
    Nov 20, 2013 6:17:53 PM com.liferay.portal.kernel.log.Jdk14LogImpl info
    INFO: Studio home directory path: 'D:\Oracle\Middleware\user_projects\domains\en
    decastudio_domain\eid\studio'
    Nov 20, 2013 6:17:53 PM com.liferay.portal.kernel.log.Jdk14LogImpl info
    INFO: Created home directory: 'D:\Oracle\Middleware\user_projects\domains\endeca
    studio_domain\eid\studio'

    Interestingly enough I killed the server after 5 min of high CPU usage and restarted it.
    It looks as if the application deployed and is showing as  "healthy".
    I was able to see the application http://localhost:port/eid

  • Trouble deploying WP Phonegap app targeting a Window 8/8.1 devices

    Hello,
    I am trying to deploy a WP Phonegap app on a WP8.1 device using a AppDeloy tool from WP8.0 sdk tools. We are having a lot of issues when deploying to a device. The specific error that is blocking us is "Installation of the application failed. Runtime
    error has occurred. Fix the capabilities in WMAppManifest.xml" (find below WMAppManifest code segment). Please note that I can install a debug version with no problems.
    We would really appreciate any support in pointing us in the right direction to resolve the situation. It would be of great help if I can hop on a live chat with you or someone who can help us.
    Thanks in advance.
    Regards,
    Ranjith
    Clearbridge Mobile
    <?xml version='1.0' encoding='utf-8'?>
    <Deployment AppPlatformVersion="8.0" xmlns="http://schemas.microsoft.com/windowsphone/2012/deployment">
    <DefaultLanguage code="en-US" xmlns="" />
    <Languages xmlns="">
    <Language code="en-US" />
    </Languages>
    <App Author="ABC" BitsPerPixel="32" Description="ABCD" Genre="apps.normal" ProductID="{xxxx}" Publisher="ABC" PublisherID="{xxxx}" RuntimeType="Silverlight" Title="We365" Version="1.0.0" xmlns="">
    <IconPath IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-small.png</IconPath>
    <Capabilities>
    <Capability Name="ID_CAP_WEBBROWSERCOMPONENT" />
    <Capability Name="ID_CAP_NETWORKING" />
    <Capability Name="ID_CAP_ISV_CAMERA" />
    <Capability Name="ID_CAP_MEDIALIB_PHOTO" />
    <Capability Name="ID_CAP_CONTACTS" />
    </Capabilities>
    <Tasks>
    <DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
    </Tasks>
    <Tokens>
    <PrimaryToken TaskName="_default" TokenID="We365Token">
    <TemplateFlip>
    <SmallImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-small.png</SmallImageURI>
    <Count>0</Count>
    <BackgroundImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-medium.png</BackgroundImageURI>
    <Title>
    </Title>
    <BackContent>
    </BackContent>
    <BackBackgroundImageURI IsRelative="true" IsResource="false">
    </BackBackgroundImageURI>
    <BackTitle>
    </BackTitle>
    <LargeBackgroundImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-wide.png</LargeBackgroundImageURI>
    <DeviceLockImageURI IsRelative="true" IsResource="false">Images\w3_windowsapp_icon-wide.png</DeviceLockImageURI>
    <HasLarge>True</HasLarge>
    </TemplateFlip>
    </PrimaryToken>
    </Tokens>
    <ScreenResolutions>
    <ScreenResolution Name="ID_RESOLUTION_WVGA" />
    <ScreenResolution Name="ID_RESOLUTION_WXGA" />
    <ScreenResolution Name="ID_RESOLUTION_HD720P" />
    </ScreenResolutions>
    </App>
    </Deployment>

    You might try just turning all the Capabilities on and seeing if that fixes it.  If it does, you can start turning off ones you don't need.

  • Trouble deploying on weblogic 8.1 SP5

    My application uses a UI tree component.
    We tested a simple application and deployment went fine. The app works fine.
    Then comes the real application which uses a tree component.
    It works (relatively) fine on the test application server that is included with the IDE. Well, except for the random "Cannot find component BodyTag" errors (not sure about the exact text of the message - Jasper errors)
    Deployment goes fine, but attempting to show the index page causes the following error:
    Error 500--Internal Server Error
    java.lang.ClassCastException
         at com.sun.faces.portlet.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:56)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:192)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:28)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:326)
         at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:150)
         at jsp_servlet.__jscreator_index._jspService(__jscreator_index.java:119)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1072)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:526)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6985)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3892)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2766)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)Assuming the problem may be caused by missing JARs I added the following to my weblogic SetDomainEnv.cmd (Where the PRE_CLASSPATH variable is set):
    @REM The directory where additional jars are stored:
    SET BEA_LIB_DIR=C:\bea
    @REM required by Hibernate
    set PRE_CLASSPATH=C:\bea\antlr-2.7.6rc1.jar
    @REM JSC2 JARS
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jstl.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\standard.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jaxen-full.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\saxpath.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsf-portlet.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\commons-beanutils.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\commons-collections.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\commons-digester.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\commons-fileupload-1.0.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\commons-logging.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\defaulttheme.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsf-api.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsf-api-mod.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsf-impl.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsf-impl-mod.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsp-api.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\portlet.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\servlet-api.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\webui.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\insync-javac.jar
    @REM set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jmxri.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\jsfcl.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\Tidy.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\appbase.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\appserv-jsr88.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\appserv-libapi.jar
    set PRE_CLASSPATH=%PRE_CLASSPATH%;%BEA_LIB_DIR%\dataprovider.jarI might beb missing something... Is it some JAR or some XML entry somewhere? I am relatively new to the java world and am not very clear what should be written where in the XML Descriptors.
    I can provide whatever additional information is needed to solve/reproduce the error... Alas the "FacesContextFactoryImpl.java:56"
    Thanks in advance.
    Regards,
    V. Svetoslavov

    Hi,
    The bug has been already logged for this issue. thanks for your observation
    Thanks
    MJ

  • Trouble deploying Adobe Reader 11

    I keep getting a failure with the following error when trying to deploy Adobe Reader 11.  The program for advertisement "RHP2022B has failed because download of the content "RHP00069" - "install reader" has failed. The download
    failed because the content downloaded to the client does not match the content specified in the content source. Possible causes: The content on the distribution point has been manually modified, or a local administrator on the computer has modified the content
    in the computer's hash. Solution: Refresh the content on the distribution point and retry the download.
    The program never starts and goes right to failure.  I have refreshed the distribution point and have even removed and copied it back.  in my package i have the files acroread.msi, acroread.mst, setup.ini, and data1.cab.  Not sure if even
    need the last two files.  My command line for the program is msiexec.exe /i "AcroRead.msi" /q TRANSFORMS="acroread.mst" running as admin.  Basically all the transform file does is turn off automatic updates and removes the previous
    version of reader.

    Have you tried creating new Package ?
    this issue normally resolved by refreshing the package to the DP, Hash mismatch should be resolved by Refresh of the content.
    Kamala kannan.c| Please remember to click “Mark as Answer” or Vote as Helpful if its helpful for you. |Disclaimer: This posting is provided with no warranties and confers no rights

  • Trouble deploying MDB

    Is running 10.13 preview app server. Kept getting the following error when deploying my app with a MDB inside. The MDB is supposed to listening on a AQ with a JMS resource adapter. The resource adapter name is ADXOJMS. It has a queue that the MBD is supposed to listening on.
    05/11/21 16:03:13 oracle.oc4j.admin.internal.DeployerException: java.lang.InstantiationException: Error initializing ejb-modules: Required config property of name 'ConnectionFactoryJndiName' is missing.
    05/11/21 16:03:13 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:125)
    05/11/21 16:03:13 at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:53)
    05/11/21 16:03:13 at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:68)
    05/11/21 16:03:13 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    05/11/21 16:03:13 at java.lang.Thread.run(Thread.java:595)
    05/11/21 16:03:13 Caused by: java.lang.InstantiationException: Error initializing ejb-modules: Required config property of name 'ConnectionFactoryJndiName' is missing.
    05/11/21 16:03:13 at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:1122)
    05/11/21 16:03:13 at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:205)
    05/11/21 16:03:13 at com.evermind.server.Application.setConfig(Application.java:387)
    05/11/21 16:03:13 at com.evermind.server.Application.setConfig(Application.java:304)
    05/11/21 16:03:13 at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1651)
    05/11/21 16:03:13 at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:402)
    05/11/21 16:03:13 at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:158)
    05/11/21 16:03:13 at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    05/11/21 16:03:13 ... 4 more
    I have the following configuration:
    -------------------------- in ejb-jar.xml -----------------------------------
    <message-driven>
    <description>Message Driven Bean</description>
    <display-name>MDBInboundDoc</display-name>
    <ejb-name>MDBInboundDoc</ejb-name>
    <ejb-class>com.adx.session.ejb.MDBInboundDocBean</ejb-class>
    <messaging-type>javax.jms.MessageListener</messaging-type>
    <transaction-type>Container</transaction-type>
    <security-identity/>
    <resource-ref>
    <res-ref-name>jms/InQueueConnectionFactory</res-ref-name>
    <res-type>javax.jms.QueueConnectionFactory</res-type>
    <res-auth>Container</res-auth>
    <res-sharing-scope>Shareable</res-sharing-scope>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>ADXOJMS/Queues/b2bInDocTopic</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.Queue</resource-env-ref-type>
    </resource-env-ref>
    <message-destination-ref>
    <description xml:pcdata="Consume inbound xml docs"></description>
    <message-destination-ref-name>ADXOJMS/Queues/b2bInDocTopic</message-destination-ref-name>
    <message-destination-type>javax.jms.Queue</message-destination-type>
    <message-destination-usage>Consume inbound xml docs</message-destination-usage>
    </message-destination-ref>
    </message-driven>
    --------------------------------- in orion-ejb-jar.xml --------------------------------
    <message-driven-deployment name="MDBInboundDoc"
    connection-factory-location="java:comp/resource/ADXOJMS/QueueConnectionFactories/myQCF"
    destination-location="java:comp/resource/ADXOJMS/Queues/b2bInDocTopic"
    resource-adapter="ADXOJMS"
    listener-threads="15">
    <resource-ref-mapping name="jms/InQueueConnectionFactory"
    location="java:comp/resource/ADXOJMS/QueueConnectionFactories/myQCF"/>
    <resource-env-ref-mapping name="jms/InDocTopic"
    location="java:comp/resource/ADXOJMS/Queues/b2bInDocTopic"/>
    </message-driven-deployment>
    Do I also need orion-application.xml? If I do, here it is:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://xmlns.oracle.com/ias/dtds/orion-application.dtd">
    <orion-application>
    <data-sources path="./data-sources.xml"/>
    <resource-ref-mapping name="jms/QueueConnectionFactory"
    location="java:comp/resource/ADXOJMS/QueueConnectionFactory/myQCF"/>
    <resource-env-ref-mapping name="jms/InboundDoc"
    location="java:comp/resource/ADXOJMS/Queues/b2bInDocTopic"/>
    </orion-application>
    Please help and thanks in advance.

    In 10.1.3 there are two different MDB implementations. One (supported for backwards compatability with previous versions of OC4J) uses lots of attributes (like the "destination-location" one you are using) to set up the MDB properties. However, you have selected a resource adapter (set the "resource-adapter" attribute), so that means you are using the new MDB implementation. The new implementation follows the j2CA 1.5 standard. That means it no longer uses the "destination-location" and other attributes to specify MDB inbound properties. (The EJB container does still use some, like the new "resource-adapter" attribute, and the old "max-instances" which is now supported.) In j2CA, the inbound properties for a given resource adapter endpoint are configured using <activation-config-property> in the ejb-jar.xml file. (OC4J also lets you use <config-property> in the orion-ejb-jar.xml, which is the recommended way to do it if you are not shipping the resource adapter with the application.)
    Anyways, go here:
    http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/index.html
    and grab the demo under the "How to Configure and Use Oracle's Generic JMS Resource Adapter" section that corresponds to the resource provider you are using.
    (Alternatively, just remove the "resource-adapter" attribute to select the old MDB implementation which uses the connection factory and destination attributes you have already set up. You may want to read the JMS chapter in the 10.1.3 Services Guide though - there are a number of features that you only get with the new MDB implementation.)

  • Trouble deploying application in Tomcat!

    When I try to open the deployed application in the TomCat webserver, it throws a HTTP 404 error!
    However, the same application is working fine in NetBeans, which has a bundled TomCat server!
    Where am I going wrong? The applications that come with Tomcat are working fine, but no matter whatever appl I deploy, it isnt working!

    First, thanks for the suggestions Nick! And I have tried each of these steps you mentioned!
    1) Check your app is deployed and running in Tomcat Web Application Manager. -- YES, IT IS! I CAN SEE THE APPLICATION, RELOAD IT, STOP IT, ETC!
    2) If not deployed, check log file in logs\stdout.log to find out why it didn't deploy. (How are you deploying? Copying the war file across to \webapps?) - I TRIED DEPLOYING THE WAR FILE, THEN I DEPLOYED AN APPL CREATING THE DIRECTORY STRUCTURE, ETC! STILL NO LUCK!
    3) Make sure you're definitely hitting the correct URL (including the context path, which should also be shown in Web Application Manager) - OF COURSE I AM; EVERY APPL I DEPLOY RETURNS 404! THE NATIVE APPLICATIONS HOWEVER WORK FINE
    4) Can you deploy and run any apps in your standalone Tomcat instance? - I DIDNT GET THIS BUT AN APPL WHICH WORKS PERFECTLY FINE IN NETBEANS, ISNT WORKING IN THE STANDALONE TOMCAT!
    5) Try deploying a really simple app to see if that works. - DID & FAILED!

  • Just started today and having trouble deploying and browsing my website.

    I am very confused about how to deploy my website. I created the solution in vs2013.  I added it to my Visual studio online source control.  Then linked to azure.  When i click on publish this is what i see:
    This website has been successfully created
    There's nothing here yet, but Microsoft Azure makes it simple to publish content with GIT, FTP or
    your favorite development tool such as Visual Studio,Visual
    Studio Online or WebMatrix
    McC

    I just checked and see this Error:
    Other Errors and Warnings
     1 error(s), 0 warning(s)
     Exception Message: The item $/Miki/MIKI may not be cloaked because it does not have a mapped parent. (type WorkingFolderException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.HandleReply(TfsClientOperation operation, TfsMessage message, Object[]& outputs)
       at Microsoft.TeamFoundation.VersionControl.Client.Repository.CreateWorkspace(Workspace workspace)
       at Microsoft.TeamFoundation.VersionControl.Client.Client.CreateWorkspace(CreateWorkspaceParameters cwp)
       at Microsoft.TeamFoundation.Build.Client.BuildClientUtil.CreateWorkspace(VersionControlServer versionControl, String name, IEnumerable`1 folders, String comment, IEnumerable`1 wsSecurity)
       at Microsoft.TeamFoundation.Build.Workflow.Activities.TfCreateWorkspace.Execute(CodeActivityContext context)
       at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
       at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    Inner Exception Details:
    Exception Message: The item $/Miki/MIKI may not be cloaked because it does not have a mapped parent. (type SoapException)SoapException Details: <detail ServerItem="$/Miki/MIKI" />
    Exception Stack Trace:
    McC

  • Trouble deploying Weblogic Workshop Webservice in Production Mode

    Hi,
    We have created a set of Web Services using Web Logic Workshop. They work fine
    on the development server(Weblogic 7.0 SP4) when run from Workshop. We packaged
    the Services into an EAR file and deployed them on the Production Server (Weblogic
    7.0 SP4, Platform Domain) where the property WLS_PROD_MODE is set to True. When
    we try to access a Web Service thru the URL, we are getting a Null Pointer exception.
    I would highly appreciate if somebody can give us pointers on the problem.
    Thanks
    Vikram

    Vikram,
    Can you check the startweblogic.cmd script and verify that the following
    property -Dweblogic.jws.ProductionMode is set to true ?
    Regards,
    Raj Alagumalai
    Backline Workshop Support
    "Vikram" <[email protected]> wrote in message
    news:3f6f071f$[email protected]..
    >
    Hi,
    We have created a set of Web Services using Web Logic Workshop. They workfine
    on the development server(Weblogic 7.0 SP4) when run from Workshop. Wepackaged
    the Services into an EAR file and deployed them on the Production Server(Weblogic
    7.0 SP4, Platform Domain) where the property WLS_PROD_MODE is set to True.When
    we try to access a Web Service thru the URL, we are getting a Null Pointerexception.
    >
    >
    I would highly appreciate if somebody can give us pointers on the problem.
    Thanks
    Vikram

  • Troubles deploying Web Services to Cluster

    When I deploy my web services to cgServer, the test page works fine, but when I deploy to a cluster, with queues, etc added, It deploys with no errors, but the test page only shows the overview tab with nothing in it. No WSDL, No Work Shop Control, No Java Proxy, No Console tab, No Test Form Tab and No Test XML tab. It apparently thinks life is good, but obviously something is missing. I redeployed WorkShop Extensions to the cluster and noticed that it calls cgJWSQueue dist_cgJWSQueue ? The only error I can find is in cgServer.log which says JNDI name jws.queue could not be found? But as I said the Web Service test page works fine on cgServer, just not on either cluster server. Any suggestions would be greatly appreciated :-)

    You are seeing the managed servers running in production mode with the test console turned off. This is done in the startManagedWebLogic.cmd/sh. This script calls startWeblogic.cmd/sh with a series of parameters that starts the server in production mode and turns off the test console. The parameter that turns off the test console is "notestconsole".
    To turn on the console on the managed server, remove this parameter. You will also need to modify the setDomainEnv.cmd/sh script. In the script there is a check for production mode that will set the testConsoleFlag to false. The code looks like:
    if "%PRODUCTION_MODE%"=="true" (
         set debugFlag=false
         set testConsoleFlag=false
         set iterativeDevFlag=false
    You will need to remove the line "set testConsoleFlag=false".
    This could cause interesting behavior in the test console. The test console only logs webservice activity that happens on the server it is running. This means that if one managed server handles a conversation start method another could handle a conversation finish. In the test console of the first managed server the conversation will look like it never finishes.
    Also, the test console is a memory hog. It should NEVER be used on a production server. It is possible that the test console will cause out of memory errors on a production server.
    Thanks,
    David Gorton
    Workshop Customer Centric Engineering (CCE)

  • Trouble Deploying Windows updates via SCCM 2012

    Hello
    I'm testing Windows updates via SCCM 2012 - I have successfully deployed updates to 4 test PC's.
    I then added another 15 Test PC's into the same group - Not one of them receive updates (they're all within the same Domain and even in the same room)
    I reviewed "UpdatesDeployment.log -
    1. I highlighted some points that stood out to me
    2. I have the Maintenance window set to 24hours for this test
    From the Server side and Clients side - What are the best .logs to look at.
    CUpdateAssignmentsManager received a SERVICEWINDOWEVENT START Event    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Suspend activity in presentation mode is selected    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    At least one user has elected to suspend non-business hours activity when in presentation mode. Checking for presentation mode.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Proceeding to non-business hours activites as presentation mode is off.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Auto install during non-business hours is disabled or never set, selecting only scheduled updates.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    A user-defined service window(non-business hours) is available. We will attempt to install any scheduled updates.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Attempting to install 0 updates    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    No actionable updates for install task. No attempt required.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)
    Updates could not be installed at this time. Waiting for the next maintenance window.    UpdatesDeploymentAgent    22/08/2014 10:00:00 PM    4604 (0x11FC)

    Hi,
    You could also check Windowsupdate.log on the client.
    Best Regards,
    Joyce
    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.

Maybe you are looking for