Petstore demo install under Win2000

Hello:
Trying to get my arms around J2EE. A large task.
Anyway.
I have downloaded the J2EESDK and installed it.
I can start the Application server and run the Hello demo.
I can also run the App Server Admin Application, so I
think I got that right.
I want to work with the Petstore demo. So I downloaded
petstore-1_3_2.zip. I am following the enclosed install
instructions. When I run setup I get the following:
My environment is below also.
The Petstore demo seems to be built on top of Cloudscape.
But the J2EE SDK installs PointBase, is there a way around this.
Need some help. Please
thanks
kd
C:\Downloads\javasoft\petstore1.3.2>setup
Buildfile: setup.xml
init:
help:
create_jms_queues:
[echo] Creating JMS Queues ....
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
create_users:
[echo] Creating users ....
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/RealmTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/RealmTool
[java] Java Result: 1
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/RealmTool
[java] Java Result: 1
create_petstore_db:
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
create_supplier_db:
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
create_opc_db:
[java] java.lang.NoClassDefFoundError:
com/sun/enterprise/tools/admin/AdminTool
[java] Java Result: 1
core:
[echo] The J2EE SDK is now successfully configured to run the
petstore application. P
lease restart cloudscape and the j2ee servers, and deploy all the ear
files. You can do th
is by issuing the following commands:
[echo] change directory to j2sdkee1.3/bin; start RI and
Cloudscape in separate window
s
[echo] cloudscape -start
[echo] j2ee -verbose
[echo] change directory to petstore1.3.2 to deploy the EAR files
[echo] setup.bat deploy (or on Unix, setup.sh deploy)
BUILD SUCCESSFUL
Total time: 5 seconds
C:\Downloads\javasoft\petstore1.3.2>
C:\Downloads\javasoft\petstore1.3.2>
C:\Downloads\javasoft\petstore1.3.2>set
ALLUSERSPROFILE=C:\Documents and Settings\All Users
ANT_CLASSPATH=c:\sun\appserver/lib/j2ee.jar;src/lib/ant/lib/ant.jar;src/lib/ant/lib/parser
.jar;src/lib/ant/lib/jaxp.jar;c:\programs\j2sdk1.4.2_03/lib/tools.jar
ANT_HOME=src/lib/ant
APPDATA=C:\Documents and Settings\Administrator\Application Data
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=DUFFYHOU
ComSpec=C:\WINNT\system32\cmd.exe
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Administrator
J2EE_HOME=c:\sun\appserver
JAVA_HOME=c:\programs\j2sdk1.4.2_03
LOGONSERVER=\\DUFFYHOU
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Os2LibPath=C:\WINNT\system32\os2\dll;
Path=c:\programs\j2sdk1.4.2_03\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\WI
NDOWS;C:\WINDOWS\COMMAND
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 0 Stepping 7, GenuineIntel
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=0007
ProgramFiles=C:\Program Files
PROMPT=$p$g
SystemDrive=C:
SystemRoot=C:\WINNT
TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
USERDOMAIN=DUFFYHOU
USERNAME=Administrator
USERPROFILE=C:\Documents and Settings\Administrator
winbootdir=C:\WINDOWS
windir=C:\WINNT
C:\Downloads\javasoft\petstore1.3.2>

I had this same symptom, and it was because I was trying to use Petstore version 1.3.2 with the J2EE 1.4 SDK.
There is an updated version of the Petstore sample application in the J2EE 1.4 samples bundle located at... http://java.sun.com/j2ee/1.4/download.html#samples. It is included as part of a group of three "J2EE Blueprint samples" and they can be run with the J2EE 1.4 SDK (whereas the old one's can't). (Note that the Buleprint samples are also included in the "All-In-One Bundle" and are located in the in the \AppServer\samples\blueprints directory.)
If you download the samples by themselves, their documentation won't specify that they must be installed in the \AppServer\samples\blueprints directory, but they must because the ant build script references at least a couple of other files in the samples directory heirarchy (common.xml and common.properties).
These are two samples of error messages I got when I was trying to build the Petstore application from outside the context of \AppServer\samples\blueprints directory heirarchy:
C:\blueprints\petstore1.4\src>asant
Buildfile: build.xml
C:\common.xml could not be found
BUILD FAILED
java.io.FileNotFoundException: C:\common.xml (The system cannot find the file specified)
C:\petstore1.4\src>asant
Buildfile: build.xml
BUILD FAILED
The file or path you specified (..\..\..\common.properties) is invalid relative to C:\petstore1.4\src

Similar Messages

  • SocketExceptions in petStore demo

    Hi,
    I installed WL6.0 beta yesterday and I tried to run the PetStore demo. It runs well, I am able to get to different pages, but it is very slow.
    Checking the server DOS window, I noticed a lot of Socket Exceptions, and I assume one reason the application is so slow is that (1) the error messages are written to the console and log file, and (2) the communication is retried until it succeeds.
    Does anyone have any idea why the SocketExceptions occur?
    On my machine I have lots of JDKs (1.1.7b, 1.2.2, 1.3). Could it be a conflict? Also, I believe I have only NT 4.0 SP3. The documentation says that SP5 or SP6 are supported...
    Thanks,
    Vladimir
    Here is a sample of the errors I get:
    java.net.SocketException: Connection aborted by peer: socket write error...
    <Error> <HTTP> <[WebAppServletContext petStore] exception raised on '/petStore/template.jsp'
    java.net.SocketException: Connection aborted by peer: socket write error at ...
    <Error> <HTTP> <JavaSocketMuxer> <IOException on socket: JVM_recv in socket input stream at ...

    Hi All,
    I keep getting the following socket exceptions -
    Fri Jan 26 17:29:16 PST 2001:<E> <ServletContext-General> Servlet failed with Exception
    java.net.SocketException: socket write error (code=10053)
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
    at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java, Compiled Code)
    at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:121)
    at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java, Compiled Code)
    at weblogic.servlet.FileServlet.sendFile(FileServlet.java:199)
    at weblogic.servlet.FileServlet.service(FileServlet.java:56)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)
    at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
    at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
    at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    Fri Jan 26 17:29:17 PST 2001:<E> <HTTP> Servlet request terminated with IOException:
    java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '4096' bytes instead of stated: '6427' bytes.
    at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutputStreamImpl.java:372)
    at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:249)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
    at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
    I am sure they are harmless, but these messages make it difficult to view output on the console which I have put for aid in debugging. How can I solve this error/ suppress the messages?
    Thanks.
    Ajit
    "Jim Rivera" <[email protected]> wrote in message news:[email protected]...
    The socket exceptions are now being supressed as of the version 6
    beta-refresh which is now available at
    http://commerce.bea.com/downloads/weblogic_server.jsp#wls
    - Jim
    "Sriram Narayan" <[email protected]> wrote in message
    news:[email protected]...
    Jim,
    It may be a harmless message, but it seems like it can cause TransactionRollbacks. (trace extract below.)
    Could u pls tell how to avoid those socket exceptions?
    tia
    -sriram
    <trace>
    Sun Nov 19 07:22:55 GMT+05:30 2000:<E> <WebAppServletContext-estore>exception raised on '/estore/template.jsp'
    java.net.SocketException: Connection reset by peer: socket write error
    at java.net.SocketOutputStream.socketWrite(Native Method)
    and immediately after that ...
    Sun Nov 19 07:18:04 GMT+05:30 2000:<I> <WebAppServletContext-estore>Generated java file:
    D:\weblogic\petstore\petStoreServer\estore\_tmp_war\jsp_servlet\_productdeta
    ils.java
    Sun Nov 19 07:18:28 GMT+05:30 2000:<I> <EJB JAR deploymentd:/weblogic/petStore/
    estoreEjb_WL.jar> Transaction: '974597787511_17' rolled back due to EJBexception:
    java.rmi.NoSuchObjectException: Bean has been deleted
    atweblogic.ejb.internal.SessionEJBContext.activate(SessionEJBContext.java:165)
    ===========================================
    "Jim Rivera" <[email protected]> wrote:
    Hi Alex,
    This exception is basically a signal from the low-level socket library
    telling the WebLogic server
    that the connection has been broken by the client (browser). This will
    happen if the user hits stop/reload or switches to another page, etc,
    while
    server is still sending data.This exception is harmless and will be
    supressed in future versions.
    Thanks,
    Jim
    "Alex Esterkin" <[email protected]> wrote in message
    news:[email protected]...
    I run on NT4 SP6 and don't have any old JDKs, yet I get similarexceptions:
    <Wed Nov 08 12:14:36 EST 2000> <Error> <HTTP> <[WebAppServletContextpetStore] exception raised on '/petStore/te
    mplate.jsp'
    java.net.SocketException: Connection reset by peer: socket write error
    at java.net.SocketOutputStream.socketWrite(Native Method)
    at
    java.net.SocketOutputStream.write(SocketOutputStream.java:83)
    atweblogic.servlet.internal.ChunkUtils.writeChunkTransfer(ChunkUtils.java:167)
    atweblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:141)
    at
    weblogic.servlet.internal.ServletOutputStreamImpl.writeChunks(ServletOutputS
    treamImpl.java:150)
    at
    weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamI
    mpl.java:139)
    at
    weblogic.servlet.internal.ServletOutputStreamImpl.print(ServletOutputStreamI
    mpl.java:234)
    atweblogic.servlet.jsp.JspWriterImpl.print(JspWriterImpl.java:139)
    at jsp_servlet._template._jspService(_template.java:4813) [nosource]
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at jsp_servlet._main._jspService(_main.java:135) [no source]
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:1114)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :1388)
    at
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    >
    java.net.SocketException: Connection reset by peer: socket write error
    at java.net.SocketOutputStream.socketWrite(Native Method)
    atjava.net.SocketOutputStream.write(SocketOutputStream.java:83)
    atweblogic.servlet.internal.ChunkUtils.writeChunkTransfer(ChunkUtils.java:167)
    atweblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:141)
    at
    weblogic.servlet.internal.ServletOutputStreamImpl.writeChunks(ServletOutputS
    treamImpl.java:150)
    at
    weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamI
    mpl.java:139)
    at
    weblogic.servlet.internal.ServletOutputStreamImpl.print(ServletOutputStreamI
    mpl.java:234)
    atweblogic.servlet.jsp.JspWriterImpl.print(JspWriterImpl.java:139)
    at jsp_servlet._index._jspService(_index.java:82)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:252)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at com.sun.estore.taglib.InsertTag.doEndTag(InsertTag.java:67)
    at jsp_servlet._template._jspService(_template.java:4802)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at jsp_servlet._main._jspService(_main.java:135)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :209)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:1114)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :1388)
    at
    weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:133)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:116)
    "vladimir" <[email protected]> wrote:
    Hi,
    I installed WL6.0 beta yesterday and I tried to run the PetStore demo.
    It
    runs well, I am able to get to different pages, but it is very slow.
    Checking the server DOS window, I noticed a lot of Socket Exceptions,
    and
    I assume one reason the application is so slow is that (1) the error
    messages are written to the console and log file, and (2) thecommunication
    is retried until it succeeds.
    Does anyone have any idea why the SocketExceptions occur?
    On my machine I have lots of JDKs (1.1.7b, 1.2.2, 1.3). Could it be aconflict? Also, I believe I have only NT 4.0 SP3. The documentation says
    that SP5 or SP6 are supported...
    Thanks,
    Vladimir
    Here is a sample of the errors I get:
    java.net.SocketException: Connection aborted by peer: socket writeerror...
    <Error> <HTTP> <[WebAppServletContext petStore] exception raised on'/petStore/template.jsp'
    java.net.SocketException: Connection aborted by peer: socket write
    error
    at ...
    <Error> <HTTP> <JavaSocketMuxer> <IOException on socket: JVM_recv insocket input stream at ...
    [att1.html]

  • Compile and run  applications under win2000

    Hi, everyone!
    im a newbie in java. can anyone tell me how to compile and run java
    applicaions under win2000 enviroment. all my applications are saved in
    floppy disk.
    thanks!

    Install J2SE 1.4, and add c:\'Java directory path'\bin to your system path (right click 'My Computer', 'Properties', 'Advanced', 'Environment Variables')
    go to your favorite text editor, load up the java files from your disks, compile them by typing "javac nameofJavafile.java", and then "java nameofJavafile" to run the program.

  • Petstore demo application for 9.0.4

    I would like to install the petstore demo or something like it in my application server 10g 9.0.4. Petstore doesn't seem like it is available for 9.0.4. Is there another demo out there? Any help would be great

    I know Petstore does work on 9.0.4 since I had to do it recently, but I don't think we have the later versions of it posted on OTN. It's not difficult, but a bit fiddly to do from scratch.
    There is a small set of demos available for 9.0.4 on OTN -- see http://otn.oracle.com/tech/java/oc4j/demos/904/index.html
    cheers
    -steve-

  • Petstore demo on OC4J standalone (9.0.4)

    Hi,
    I tried to install the petstore demo on a standalone OC4J, deploying and table making works fine. But if I want to access the demo via "localhost:8888/estore" I got a Nullpointer exception [500 Internal Server Error
    java.lang.NullPointerException at com.sun.j2ee.blueprints.petstore.control.web.ScreenFlowXmlDAO.getTagValue(ScreenFlowXmlDAO.java:378)
    The log of OC4J says "[Fatal Error] :1:41: Invalid encoding name "Unicode"."
    My database is 9.2.0.1.
    Thanks in advance for helping.
    Regards, Thomas.

    Deepak:
    Two corrections:
    Unlike ejbs, which are wrapped in wrapper classes and got compiled during deployment, JSP files are not compiled during deployment. (It is likely that the next major version of oc4j will enable a deployer to instruct oc4j to precompile jsp files during application deployment, but that is not the case for all versions of present oc4j).
    The tool that is used to pre-compile jsp is not called ojsp. It is called ojspc, or "Oracle JSP preCompiler".
    Regard

  • PCI-to-PCI bridge confilct under Win2000

    I tried to install the PXI-1000B chassis under Win2000 through MXI-3 interface without success. From the device manager I found that there is a yellow question mark on a standard PCI-to-PCI bridge. It reports that there is a conflict in IO-port range assignment which was pre-occupied with the other device. But I can not find the device. There is not any other device which uses the same IO-port area. And from the advice of knowledge base, I have edited the registry of my video adaptor(NVidia,AGP), but failed to detect the PXI-cards. The MXI-3 optimization works well(It does not report any error and whenever I run it, the LED of the chassis blinks.). But the devices in the chassis do not show in MAX and device manager. I can find
    two more PCI-to-PCI bridge from the device manager. One is occupied by the AGP video adaptor(PCI bus 1). The other is on the PCI bus 2. A new PCI-bridge was shown after I inserted MXI-3 card, which was linked to the PCI-brige on bus 2 as subsidary, which reports the conflict. How can I solve this problem? The attachment is MXI3.log after running the optimization software.
    Attachments:
    mxi3.log ‏1 KB

    Hello Robert,
    Thanks for your explanations. I also understood the purpose of the PCI-to-PCI bridge.
    I have actually two PXI 1045 chassis used in two similar configurations.
    I initially did not see the resource problem when using my first rack equiped with 6 PXI cards (1 MXI link and 5 DAQ cards), since everything looked fine within MAX and I had access to all I/O channels under LabView.
    It is when I setup the second chassis fitted with 10 cards that I discovered that cards 7 to 10 had a resource lack. This rack is linked to an identical HP PC as the first configuration.
    There was also a resource lack for the NI trigger routing module and one PCI-to-PCI bridge.
    The first configuration had the first resource issue conerning trigger module and PCI-to-PCI bridge.
    We tried to use the chassis with another old Dell computer running Win2K, and it worked fine. So it is probably not a rack fault.
    I guess MXI-4 needs a driver, since it adds these bridges that need I/O memory resources.
    We use the last Bios for the HP workstation. I really do not understand why the cards have this resource problem, and how to investigate further.
    Attachments:
    Périphériques HP.jpg ‏108 KB

  • Unable to import from tape under Win2000

    A DBA running Oracle on Solaris used export to create a tape for
    me to import into my Win2000 Oracle DB. I have not been able to
    figure out what to set the import filename to in order to have
    imp read off the tape drive. The other DBA suggested setting the
    file parameter equal to the mount point of the tape, but I'm not
    sure what that is. I tried \\.\Tape0 but that didn't work. I
    have also tried to use NTBackup to read the file off tape first
    but it doesn't recognize the format. Does anyone have any
    suggestions on how I get get the data off of this tape?
    Thanks

    Brad,
    There are a number of formats that the tape could have been
    written to in, the most prominent formats being tar and cpio
    I'd ask the Solaris DBA about the format he'd used.
    You may want to get a version of the Unix shell(s) and utility
    running under Win2000. There's probably more than one source
    for these beasts. The one I'm using is called the MKS toolkit
    (see www.mks.com), and it works quite nicely with the SCSCI-based
    tapes I've been using sofar. It's not exactly cheap, though.
    If this is a one-time shot for you, and if you're not under
    heavy stress to get it done by yesterday, you could probably
    find some shareware tools that will work for you, too.
    Hope that helps.
    All the best
    Michael Istinger

  • HP OfficeJet J6410 won't install under Windows 8 & Windows 8.1

    Recently I made a posting about installing the HP OfficeJet J6410 printer on my daughter's new HP laptop.
    Please, before answering my question, I would like to point out to two earlier postings from me.
    1. The first posting.
    Around april this year (2014) I bought a new laptop for myself (a HP 15 Notebook PC, d081ed). It had Windows 8.1 pre-installed on it. At first I had problems installing the HP OfficeJet J6410 printer. I received a very usefull reply by which I was able to solve the problem.
    Read more about this posting here: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/Officet-J6410-won-t-install-under-Wind...
    2. The second posting.
    Almost two weeks ago a bought a second HP laptop (HP Pavilion TouchSmart 11-e000ed) voor my daughter. This laptop had Windows 8 pre-installed on it. I experienced the same problem with the printer and made a posting. Unfortunatelly that didn't resolve the problem. I received no further reactions. The problem is still unsolved.
    Read more about this posting here: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/HP-OfficeJet-J6410-won-t-install-under...
    A. What have I done afterwards?
    Afterwards the previous above I first made sure I had all the updates for Windows 8 installed. I've read that in the case of the laptop of my daughter I could upgrade for free to Windows 8.1. So I did that too.
    B. Why a second posting?
    Since I upgraded to Windows 8.1. I realized my second posting wasn't quite accurate anymore. I realized it could lead to confusion since I now don't have Windows 8 installed on it anymore.
    Now here's the strange part.
    B.1.
    On my own laptop (d081ed, HP 15 Notebook PC) I have the same operating system (Windows 8.1. ) as I now have on the laptop for my daughter (11-e000ed, HP Pavillion Touchsmart)
    B.2.
    After upgrading I tried the same steps, as described in my first posting, on the laptop for my daughter.
    Strangely enough, and although we now both have a HP laptop with exactly the same operating system on it, I can not get the printer installed.
    What can be wrong? I tried updating, the scrubber, the packages to solve the C++ redistributable packages... nohting works! And worse!! It seems I somehow made the problem worse...
    Why do I think that, and are there things or error-messages that are different than the one I experienced before (with my own laptop, see point 1 above at the beginning of this posting).
    B.2.1.
    The first thing that is different:
    If I want to install the printer, and after it extracted files, checked the system and prepares it for installation, I receive the message:
    C:\users\<username of my daughter.\AppData\Local\Temp\7zS0FF0\Setup\de..
    This is different than the message (Program: C\Users\IRN\AppData\Local\Temp\7zS28Db\Setup.exe) I experienced with my own laptop (the d081ed).
    Note the difference between:
    ..Temp\7zS0FF0\Setup\de.. (<-- that is the message I get on the laptop of my daughter)
    and
    ..Temp\7zS28Db\Setup.exe (<-- that is the message I had on my own laptop)
    B.2.2.
    The second thing that is different:
    At some point I installed, after upgrading to Windows 8.1, the SP 40669 package. I can't remember having done that on my own laptop.
    B.2.3.
    On my own laptop I installed the C+++ packages for 2005, 2008 and 2010.
    On the one for my daughter I only installed the C+++ package for 2010 (KB2562063, version 10.0.30319 and 10.0.40219, but I don't think that is the problem really, correct my if I'm wrong).
    B.2.4.
    Before I upgraded to Windows 8.1. I got an error message at rebooting the system (in Dutch
    explorer.exe - Toepassingsfout
    De instructie op 0x5d2c3e01 verwijst naar geheugen op 0x00000000. Een lees- of schrijfbewerking op het geheugen is mislukt: read.
    Klik op OK als u het programma wilt beëindigen.
    And after that the message doesn't wait for your click on OK. It just flashes away very quickly. Since I got that message a couple of times, I did manage to capture it with the camcorder on my mobile phone. In that way I was able to describe you the message as exactly as here above. 
    I sometimes get the message again, and then not. So it's not consistent. It seems to me the problem there is with explorer.exe and not with the printerproblem, but I'm not sure. Couple of days later, there were new updates for Windows 8.1, which I installed, and the error-message didn't show up again the last few days.
    Last request.
    I would really appreciate some help with this. The reason I like the printer installed is because of the HP Solution Center. I'm sure my daughter would use it for scanning documents needed for her study and printing activities.
    I installed the basic printer for the time being, but only as I temporarily work-around, so she can - at least - print all of her study materials. Scanning, on the other hand, is some differtent then, but that is a known problem with the basic printer driver.
    I truly don't understand this problem. We both have an HP laptop, we both have the same operating system now (Windows 8.1) and stil .. on my laptop I managed to install the printer, and on hers not.
    Please help me.
    (p.s. I do have a HP support Pack for both laptops, and if one thinks that this problem is too complex and would redirect me to HP support ... no offense taken, from my side. But, I really would like to try to solve problem myself at first and would really appreciate your help with it. )

    Hello RNRMusicMan,
    Glad you're willing to help me out. So Sorry I couldn't send a message earlier. I had a few appointments the last few days and afterwards I had to little time to spend enought time to try to solve te problem.
    But o.k, let's continue.
    I've followed the steps you mentioned as a second option. I'll describe what I've done.
    First I tried the Hp printer install wizzard
    No succes
    Same error occured  …\setup\de.. (at the second fase of the installation program of the printersoftware)
    Restarted the system
    I used the Scrubber
    L4
    Error: uninstaller didn't work. Clicked ok
    Restart
    At restart I got the same error about something with the memory. (In dutch; 'De instructie op 0x5d2c3e01 verwijst naar geheugen op 0x00000000. Een lees- of schrijfbewerking op het geheugen is mislukt: read.' and please note that 0x5d2c3e01 was this with different numbers etc, but I guess that's just the adress in the memory where the program wants to read/write to)
    I continued with cleanboot
    Msconfig – services – hide all microsoft services – disable
    Startup – system configuration – open task manager
    On startup tab in task manager – I disabled each startup item
    Closed taskmanager
    Startup – system configuration – checked ok box
    Restarted
    Tried to install again with the OI_AIO_J6400_Full_Win_WW_140_4.exe software I downloaded from the hp website
    At ‘systeem wordt voorbereid op installatie’ I got the same error again: ‘C:\Users\Simone\AppData\Local-\Temp\7zS46SD\Setup\de..
    After this I followed the steps as described to start up again normally (that is: msconfig, enabling the services again, etc.) and that step went o.k and as aspected, so no problems there.
    After that I restarted the system again. I didn't get the message about the problem with the memory again. So I guess that must have been due to the error in the scrubber program.
    I really don't understand this. Me and my daughter both have a hp, both the same OS (windows 8.1), and on my laptop I got the printer running and hers not. What can it be? I'm guessing that there most have been something that went wrong then with either the installation with one of the windows 8 or windows 8.a upgrades, or with the upgrading from windows 8 to windows 8.1. Or is that to far fetched? But that just a question I have, trying to understand what went wrong or what could be the cause of this.
    So what now? It didn't work.
    Update (29-9-14):
    Since all the suggested solutions didn't work out I decided to start all over.
    One of the reasons I decided to do so, was the following:
    I've got an external DVD writer (Samsung, Slim External, model SE-8084D/TSWS) that I needed to use for installation of the HP J6410 CD that came with the printer, since the laptop of my daughter doesn't have a built-in DVD player.
    Now here the strange thing! When I use it on my own laptop, it starts the software on the the HP J6410 DVD flawlessly. No problems there! But, when I connect it to the laptop of my daughter, it sees the CD and I can explore the files on it. But, when I try to start HPSetup.exe on it it does ... nothing!! Now that's very stange! Me and my daughter both have a HP laptop, with the same OS. Still it functions normally on my laptop, and on for the one for my daughter it does nothing. Same with the software that you can download from the HP site. It runs on my computer, but gives errors on the one for my daugther. So I guess that was a good reason to decide to start all over again from scratch
    This is what I've done so far.
    - I made a (full) factory recovery.
    - I've installed all the updates for Windows 8.
    - After that I upgraded to Windows 8.1 again and installed all of the updates for it as well.
    - I removed the antivirus program (Norton Antivirus)
    - After that is done I tried to install the printer again.
    No success!
    But.. I'm convinced I've found out where the problem might lay.
    My daughter had c++ 2012 redistributable installed (version 11.0.50727).
    My other laptop doesn't. An even older hp laptop (with Windows Vista on it) does neither. On those laptops the printer software ran.
    On the new laptop for my daughter it doesn't.
    So.. I'm suspecting the problem does not lay in the printer software but in the c++ 2012 redistributable package.
    Another difference is that my own laptop had an Intel processor. The one for my daughter has an AMD.
    So I am convinced the problem must lay in the C++ 2012 package (maybe combined with the AMD processor? I don't know) and NOT the printer software.
    Anyone got any ideas on what to do next?
    If so, I thankfully await your answer.

  • HP OfficeJet J6410 won't install under Windows 8

    Hello to you all,
    Two days ago, I bought a new notebook for my daughter. She needs it for her study. It's the HP Pavilion TouchSmart 11-e000ed.
    Again, just like the situation I wrote about before in this topic over here (link: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/Officet-J6410-won-t-install-under-Wind... the OfficeJet Printer J6410 won't install under Windows 8.
    Now this is what I've done before the problem occured:
    - I made a username and password for her,
    - I activated Windows 8,
    - I made a recovery-point,
    - I took my external DVD writer, installed Office 2007 Home and Student for her (o.k, I know it's old, but it's very o.k - and legal copy -. for her study, used it myself as well and still do, and never any complaints about that one), and activated it,
    After that and restarting the notebook;
    - the notebeek activated USB 2.0 (it does that automatically at first use),
    - installed XPS2OneNote (to use for Office OneNote 2007),
    - installed SaveAsPDF&XPS,
    - removed Norton Internet Security (I never use it, I use something else for that purpose, but was - and still am - planning to install that on a later moment),
    - I made sure the notebook can access the server we have here at home, and made a share for her.
    After that I used the OJ_AIO_J6400_Full_Win_WW_140_408.exe file (Dutch, but I'll translate the text in English).
    From this point on I will describe as precisely as possible what happened
    - - the program extracts some files, no problems there,
    - - when the first screen appears, I pressed 'Install',
    - -  a bar appears, and after that another pop-up that says tha you must allow all HP processes. I pressed 'Next',
    - - system is controlled, and after that one must agree with the licence agreements. I checked the box, and pressed 'Next',
    - - the system is prepared for installation and - yes! - there it comes... an error message.
    The error message says:
    C:\users\<username of my daughter.\AppData\Local\Temp\7zS0FF0\Setup\de..
    Please not that this is a different message than the one I got before, as I described in my posting before, (link again: http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/Officet-J6410-won-t-install-under-Wind...
    Nonehteless, I assumed that, as before, the problem was with the C+++, just like before. That is why I made the following steps:
    - I used the OJ_AIO_J6400_140_408_Scrubber program, run L4 4 times.
    - I looked for the KB2565063 update, but it isn't there anymore. So, instead, I ran all updates there are until the system said that there are no updates to be found,
    - After that I took the old installation disk that came with the OfficeJet J6410 printer, and (tried to) ran hpsetup.exe. It doesn't do a thing! Literally!!
    - after that I tried to run the the OJ_AIO_J6400_Full_Win_WW_140_408.exe file again. No success. I got the same error as before (see above, the ..\7zS0FF0\Setup\de.. thing again.
    So, what to do now?
    Anyone got some helpfull tips for me? I would really appreciate your feedback / help.
    Thank you in advance,

    Hi again,
    No, it didn't work. And, the solution you offered neither.
    This is what I've done.
    After downloading the  OJ_AIO_J6400_Full_Win_WW_140_408-4.exe file, I tried to install it.
    It failed. I got an error message similar to the one before. 
    'C:\users\<username of my daughter.\AppData\Local\Temp\7zS57DB\Setup\de.'
    I tried to ran the scrubber again, and the CCCUninstaller and tried again.
    Same error message occured.
    After that I tried to look for the KB2565063 file again. Found it this time and ran the vcredist_x64 file.
    I rebooted the system, tried to run the OJ_AIO_J6400_Full_Win_WW_140_408-4.exe file again.
    Same error message ocuured.
    So, after that, I followed the steps you proposed.
    Step 2 - searching for hpoins*.dat --> no results found.
    Step 3 - searching for hpwins*.dat --> no results found.
    Step 4 - I ran the Run Dialog box and typed MSIEXEC /REGSERVER (with AND without the extra space between ('MSIEXEC /REGSERVER') in the Dialog Box and pressed Ok. 
    Got an error message in Dutch:
    'Kan het bestand MSIEXEC /REGSERVER niet vinden. Controleer of u de naam juist hebt ingevoerd en probeer het daarna opnieuw.
    Translation: 'Can't find the file MSIEXEC /REGSERVER. Check if you typed the name correctly and try again'.
    Step 5 - I ran the Run Dialog box and typed MSIEXEC /UNREGISTER (with AND without the extra space between ('MSIEXEC /UNREGISTER') in the Dialog Box and pressed Ok. 
    Got an error message in Dutch:
    'Kan het bestand MSIEXEC /UNREGISTER niet vinden. Controleer of u de naam juist hebt ingevoerd en probeer het daarna opnieuw.
    Translation: 'Can't find the file MSIEXEC /UNREGISTER. Check if you typed the name correctly and try again'.
    So... conclusion: NOTHING worked.
    My ideas for a possible solution didn't work, and neither did your ideas for a possible solution.
    Reason why I want it to work is because of the HP Solution Center. If I can not install it with the software from the original installation disk, or the software that one can download from the HP site (the OJ_AIO_J6400_Full_Win_WW_140_408-4.exe file that is), than I have no HP Solution Center. That would be a pity, for I am sure my daughter would really love the use and ease of the program, and would really use it a lot for her study.
    What's next? What else can I try to solve the problem?
    Got any more idea's or helpful hints?
    Thanks in advance,

  • Just got iPhone 5, get home and find iCloud Outlook Add-in does not install under Windows XP.  I am loathe to upgrade to Windows Vista/7/8 just yet.  Can I obtain and use an earlier version of iCloud Outlook Add-in?  My iPad II synchronizes!

    Just got iPhone 5, get home and find iCloud Outlook Add-in does not install under Windows XP.  I am loathe to upgrade to Windows Vista/7/8 just yet.  Can I obtain and use an earlier version of iCloud Outlook Add-in?  My iPad II synchronizes!

    There is no 'earlier' version that supports XP. iCloud launched with Vista/7 support only.

  • Pro*C installed under ORACLE_HOME different from that of the RDBMS???

    I have Oracle 10g r2 installed on a RHAS4 server.
    I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
    Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
    I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
    Symbol `kpccapCTarr' has different size in shared object, consider re-linking
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    If I set ORACLE_HOME to /oracle/dev, it works correctly.
    This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
    Is this a new constraint introduced by Oracle? Where does this restriction come from?
    Is there something I don't understand and have I installed the developer suite incorrectly?

    Mark, Kamal,
    The situation I have created (mixed versions) is because I am supposed to be developing using the Oracle 10gr2 Express Edition database. There is no developer suite available for 10gr2, so I must use 10gr1. Normally, I go to great lengths to avoid this sort of situation, but I don't have much control over it here.
    I think this would be a fairly common work environment (running 10g r2 express or enterprise) with a 10g r1 development suite. That I am having this many problems with setting it up is very frustrating. I've never spent more that a couple of hours on an install and configuration on a development environment, but haven't set one up since 9.2.
    What are "all the environment variables"? I am used to setting ORACLE_SID and ORACLE_HOME. I am aware of LD_LIBRARY_PATH and it's use, but I don't normally change it unless required. By setting ORACLE_HOME and ORACLE_SID, the precompiler works okay, so I'll leave it like that. Are there other env. vars. that have to be set?
    Pro*C links with shared libraries by default. I'm not even sure that this can be changed to static. When I install the built pro*c executables, do I have to install the shared libraries from under the development ORACLE_HOME as well?

  • Oracle developer suite installed under a different Oracle Home

    I have Oracle 10g r2 installed on a RHAS4 server.
    I installed Oracle developer suite 10.1 on this server. In the installation procedures, there are specific instructions to not install it under the ORACLE_HOME for an existing database installation.
    Oracle was already installed under /usr/lib/oracle (don't ask me why, I didn't do it).
    I installed oracle developer suite under /oracle/dev. If I set ORACLE_HOME to /usr/lib/oracle, proc responds with:
    Symbol `kpccapCTarr' has different size in shared object, consider re-linking
    PCC-F-NOERRFILE, unable to open error message file, facility PR2
    If I set ORACLE_HOME to /oracle/dev, it works correctly.
    This appears to require me to switch my oracle home setting each time I switch between using Pro*C and sqlplus. This in very inconvenient. I have worked on many, many systems in the past which had one ORACLE_HOME for both the RDBMS and the development tools.
    Is this a new constraint introduced by Oracle? Where does this restriction come from?
    Is there something I don't understand and have I installed the developer suite incorrectly?

    It looks to me this is a mess; i have installed oracle 10g on rhas4 and it didn't install under that folder. I'd suggest to run oui/run installer and show what are the oracle_homes found there; maybe you should reinstall it in the proper locations, under different accounts, etc.

  • Petstore Demo application

    Hello All,,
    I am a new bie user of Petstore demo application. After working around the code what i have found is a class 'orderapproval' sends the list of orders and order status to the customer relations which sends an email notice to each customer. I am running the application petstoredemo 1.3.2, my application doesn't do this function. I mean the application should send the status of the order or various notification to user. But it's not happening that ways. Do I need to change anything in the properties file?? (xml files) or anywhere else?
    Thanks.

    I know Petstore does work on 9.0.4 since I had to do it recently, but I don't think we have the later versions of it posted on OTN. It's not difficult, but a bit fiddly to do from scratch.
    There is a small set of demos available for 9.0.4 on OTN -- see http://otn.oracle.com/tech/java/oc4j/demos/904/index.html
    cheers
    -steve-

  • Can't run programs installed under Administrator

    Our user DLU's run at the User level, so we install any extra software that isn't on our image using the local Administrator account. Sometimes users are prompted to enter the Administrator password just to run such software, but it seems to depend on the program.
    Virtual Apps are not always possible so I'm trying to understand the mechanics of why Users can run something installed under Administrator.

    If you want them to be able to install software, make them part of the
    administrators or power users group.
    Of course, what's gonna happen to them WHEN they install improper software
    (not IF, it is a WHEN).
    What software are you trying to install?
    You should probably look up the app @ the website www.appdeploy.com
    While not specific to ZCM, it has an incredible wealth of info on specific
    applications and how to deploy/package them
    >>> kfreise<[email protected]> 9/28/2010 8:02 AM >>>
    Most users are trying to install simple .exe files for browser addons
    and they are nearly attacking me for the rights to do this. There has
    got to be an easier way than trying to make a bundle each time some
    small install issue comes up.
    I just want my users to be able to install whatever they want. If they
    blow up their machine we can reimage it.
    kfreise
    kfreise's Profile: http://forums.novell.com/member.php?userid=46346
    View this thread: http://forums.novell.com/showthread.php?t=420981

  • HT5022 Airport Utility 5.6 will not install under Mountain Lion

    I have older Base Station Extreme and Airport Express models that need to be looked after; however, the fix to install Airport Utility 5.6 under Lion will not work under Mountain Lion. The installer complains that "the version of Mac OS X on this volume is not supported". So...suggestions?

    That is correct. AirPort Utility 5.6 for OS X Lion will NOT install under OS X Mountain Lion. If you had it already installed, and then upgraded, it would have worked just fine.
    One option, is to use Pacifist to extract the utility directly from the .dmg file.

Maybe you are looking for

  • How to reverse an order of an 8 bit value

    Hi,    I want to produce an mirror value of an 8 bit numeric. suppose my value is 11101100, my output should be 00110111. how can i get this?? Solved! Go to Solution.

  • Satellite L655-11J - Hard disk activity all the time

    Toshiba please I need help The first run of my laptop I entered my location my name and a password, I install Toshiba updates and Windows 7 updates (the notifications I got) then I noticed the hard drive is active all the time and the laptop is very

  • When I plug my ipod into itunes a connect plug appears in the ipod window

    when I plug my ipodnano, 3rd gen, into itunes the only thing to show up in my ipod screen is pic of a connector and the msg (eject before disconnecting)... what gives???

  • G5 Dual @ GHz Shuts down completely when using Compresor 2

    Has anyone else encountered this? I was having this problem with Compressor 1.2 in Panther, and I thought upgrading to Tiger and Compressor 2 had solved it, but it has come back. when I process a particularly intense video file to MPEG-2, no matter h

  • Macbook Pro - pitch black screen. solutions?

    My Macbook Pro 13" bought in late 2011, the screen is pitch black when i switched it on this afternoon, i had used it last night and there was 0 issues. i have tried to restart it a few times, but nothing seems to work. How do I solved this problem?