Remote start pet store

Hi,
I am using weblogic 6.1 and remotely deployed pet store application on a different
machine using NodeManager. When I try to start the petStoreServer from local admin
console, I got following error:
Could not create pool connection. The DBMS driver exception was:
SQL Exception: Database 'petStore' not found.
     at c8e.k.j.l_(Unknown Source)
     at c8e.k.j.l_(Unknown Source)
     at c8e.k.j.n(Unknown Source)
     at c8e.k.q.<init>(Unknown Source)
     at c8e._b.e.<init>(Unknown Source)
     at c8e._b.c.getNewLocalConnection(Unknown Source)
     at c8e.k.v.connect(Unknown Source)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:193)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
     at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
     at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
     at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
     at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
     at $Proxy0.updateDeployments(Unknown Source)
     at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
     at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
     at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
     at $Proxy47.start(Unknown Source)
     at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
     at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
     at weblogic.management.Admin.finish(Admin.java:590)
     at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
Any hint?
Thanks,
Cathy
Covasoft, Inc.
1250 S. Capital of Texas Hwy.
Bldg. 1, Suite 240
Austin, Texas 78746
Office: 512.732.7860
Fax: 512.732.7832

The exception tells me that the connection pool was not configured properly and
thus was not created; which as you know, the datasources are dependent on.
"Anjali" <[email protected]> wrote:
>
Created connection pool & data sources in the administartion console
for Pet Store
.When I start the example server after this , it gives the following
error on
the server console:
Enter password to boot WebLogic server:
Starting WebLogic Server ....
<Nov 1, 2001 10:24:21 AM IST> <Notice> <Management> <Loading configuration
file
.\config\examples\config.xml ...>
<Nov 1, 2001 10:24:24 AM IST> <Info> <Logging> <Only log messages of
severity
"E
rror" or worse will be displayed in this window. This can be changed
at Admin
Co
nsole> examples> Servers> examplesServer> Logging> General> Stdout severity
thre
shold>
<Nov 1, 2001 10:25:04 AM IST> <Error> <JDBC> <Error during TXDataSource
creation
: weblogic.common.ResourceException: DataSource(jdbc.InventoryDB) can't
be creat
ed with non-existent Connection Pool (petstorePool)>
<Nov 1, 2001 10:25:04 AM IST> <Error> <JDBC> <Error during TXDataSource
creation
: weblogic.common.ResourceException: DataSource(jdbc.SignOnDB) can't
be created
with non-existent Connection Pool (petstorePool)>
<Nov 1, 2001 10:25:04 AM IST> <Error> <JDBC> <Error during TXDataSource
creation
: weblogic.common.ResourceException: DataSource(jdbc.EstoreDB) can't
be created
with non-existent Connection Pool (petstorePool)>
<Nov 1, 2001 10:25:20 AM IST> <Notice> <WebLogicServer> <WebLogic Server
started
>
<Nov 1, 2001 10:25:21 AM IST> <Notice> <WebLogicServer> <SSLListenThread
listeni
ng on port 7002>
<Nov 1, 2001 10:25:21 AM IST> <Notice> <WebLogicServer> <ListenThread
listening
on port 7001>
what could be the problem. please if u can help out.
----anjali

Similar Messages

  • Remote start petstore using NodeManager

              Hi,
              I am using weblogic 6.1 and remotely deployed pet store application on a different
              machine using NodeManager. When I try to start the petStoreServer from local admin
              console, I got following error:
              Could not create pool connection. The DBMS driver exception was:
              SQL Exception: Database 'petStore' not found.
                   at c8e.k.j.l_(Unknown Source)
                   at c8e.k.j.l_(Unknown Source)
                   at c8e.k.j.n(Unknown Source)
                   at c8e.k.q.<init>(Unknown Source)
                   at c8e._b.e.<init>(Unknown Source)
                   at c8e._b.c.getNewLocalConnection(Unknown Source)
                   at c8e.k.v.connect(Unknown Source)
                   at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:193)
                   at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
                   at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
                   at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
                   at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
                   at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
                   at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
                   at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
                   at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy0.updateDeployments(Unknown Source)
                   at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
                   at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
                   at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
                   at java.lang.reflect.Method.invoke(Native Method)
                   at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
                   at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
                   at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
                   at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
                   at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
                   at $Proxy47.start(Unknown Source)
                   at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
                   at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
                   at weblogic.management.Admin.finish(Admin.java:590)
                   at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
                   at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
              Any hint?
              Thanks,
              Cathy
              Covasoft, Inc.
              1250 S. Capital of Texas Hwy.
              Bldg. 1, Suite 240
              Austin, Texas 78746
              Office: 512.732.7860
              Fax: 512.732.7832
              

    Just add the property (-Dcloudscape....) as an extra argument to the jvm
              startup parameters in the remote start tab of the remote server. That should
              work as hte nodemanager just uses what settings are there in hte remote
              start to create a server instance.
              -Sabha
              "Cathy" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Thanks for the quick reply. The directory for the petStore database is
              there on
              > the remote machine. I can't deloy datasource to the target server, since
              the connection
              > pool is not created yet due to the database error.
              >
              > The problem I found was that the remote server I started was not the one
              from
              > remote startPetStore.cmd, since the properties from that script is not
              overrided
              > or picked up ( including the cloudscape.system.home). I set up the remote
              server
              > from the admin server console "remote start". Ant hint to make sure the
              admin
              > server remote start use the correct script on the remote machine?
              >
              > Thanks,
              > Cathy
              >
              >
              >
              > "Anand Byrappagari" <[email protected]> wrote:
              > >Cathy,
              > >
              > > If you
              > >have -Dcloudscape.system.home=<BEA_HOME>\samples\eval\cloudscape\data
              > >set
              > >then is there a directory called
              > ><BEA_HOME>\samples\eval\cloudscape\data\petStore present on the remote
              > >server machine? If not you have not created the petStore database.
              > >
              > > The only other thing I can think of is that the connection
              > >pool/datasource are not targeted to the remote server but these errors
              > >usually throw a different exception.
              > >
              > >-- Anand
              > >
              > >
              > >"Cathy" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Thanks for the reply. Actually, I have set this property for the remote
              > >server
              > >> with the right path. But I still got the same error. Any other hints?
              > >>
              > >> Thanks,
              > >> Cathy
              > >>
              > >> "Sabha" <[email protected]> wrote:
              > >> >Make sure you have set the cloudscape home directory in the startup
              > >script:
              > >> >
              > >> >-Dcloudscape.system.home=<BEA_HOME>\samples\eval\cloudscape\data
              > >> >
              > >> >-Sabha
              > >> >
              > >> >
              > >> >"Cathy" <[email protected]> wrote in message
              > >> >news:[email protected]...
              > >> >>
              > >> >> Hi,
              > >> >>
              > >> >> I am using weblogic 6.1 and remotely deployed pet store application
              > >> >on a
              > >> >different
              > >> >> machine using NodeManager. When I try to start the petStoreServer
              > >from
              > >> >local admin
              > >> >> console, I got following error:
              > >> >>
              > >> >> Could not create pool connection. The DBMS driver exception was:
              > >> >> SQL Exception: Database 'petStore' not found.
              > >> >> at c8e.k.j.l_(Unknown Source)
              > >> >> at c8e.k.j.l_(Unknown Source)
              > >> >> at c8e.k.j.n(Unknown Source)
              > >> >> at c8e.k.q.<init>(Unknown Source)
              > >> >> at c8e._b.e.<init>(Unknown Source)
              > >> >> at c8e._b.c.getNewLocalConnection(Unknown Source)
              > >> >> at c8e.k.v.connect(Unknown Source)
              > >> >> at
              > >>
              >
              >>weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(Connecti
              o
              > >n
              > >> >EnvFactory.java:193)
              > >> >> at
              > >>
              >
              >>weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Connecti
              o
              > >n
              > >> >EnvFactory.java:134)
              > >> >> at
              > >>
              >
              >>weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator
              > >j
              > >> >ava:698)
              > >> >> at
              > >>
              >
              >>weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:2
              8
              > >2
              > >> >)
              > >> >> at
              > >>
              >
              >>weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:6
              2
              > >3
              > >> >)
              > >> >> at
              weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Deploymen
              t
              > >T
              > >> >arget.java:329)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployme
              n
              > >t
              > >> >Target.java:279)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments
              > >D
              > >> >eploymentTarget.java:233)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deplo
              y
              > >m
              > >> >entTarget.java:193)
              > >> >> at java.lang.reflect.Method.invoke(Native Method)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanIm
              p
              > >l
              > >> >..java:636)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java
              > >6
              > >> >21)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMB
              e
              > >a
              > >> >nImpl.java:359)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > >> >> at $Proxy0.updateDeployments(Unknown Source)
              > >> >> at
              > >>
              >
              >>weblogic.management.configuration.ServerMBean_CachingStub.updateDeployment
              s
              > >(
              > >> >ServerMBean_CachingStub.java:2761)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Ap
              p
              > >l
              > >> >icationManager.java:370)
              > >> >> at
              > >>
              >
              >>weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationMana
              g
              > >e
              > >> >r.java:160)
              > >> >> at java.lang.reflect.Method.invoke(Native Method)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanIm
              p
              > >l
              > >> >..java:636)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java
              > >6
              > >> >21)
              > >> >> at
              > >>
              >
              >>weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMB
              e
              > >a
              > >> >nImpl.java:359)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > >> >> at
              > >>
              >com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > >> >> at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > >> >> at $Proxy47.start(Unknown Source)
              > >> >> at
              > >>
              >
              >>weblogic.management.configuration.ApplicationManagerMBean_CachingStub.star
              t
              > >(
              > >> >ApplicationManagerMBean_CachingStub.java:480)
              > >> >> at
              weblogic.management.Admin.startApplicationManager(Admin.java:1180)
              > >> >> at weblogic.management.Admin.finish(Admin.java:590)
              > >> >> at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
              > >> >> at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
              > >> >>
              > >> >> Any hint?
              > >> >>
              > >> >> Thanks,
              > >> >> Cathy
              > >> >>
              > >> >> Covasoft, Inc.
              > >> >> 1250 S. Capital of Texas Hwy.
              > >> >> Bldg. 1, Suite 240
              > >> >> Austin, Texas 78746
              > >> >> Office: 512.732.7860
              > >> >> Fax: 512.732.7832
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >>
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

  • Still Can't Get Remote Starter Install Scheduled

    On 11/24/14 I purchased a ViperRemote Start System4115V1B with installation as a Christmas gift for my mom. After giving the gift on Christmas, I attempted to schedule the install as soon as possible (living in Indiana, it gets awfully brutal during the winter.), but after attempting to schedule an install online I called the store, and was told that because the car installer only works part-time, I needed to call back in 2 weeks or take it to a store an hour away. I really wanted to get it installed as soon as possible, especially since I had already paid for the installation. As of today (1/9/15), I've still been unable to get an appointment scheduled at my local Best Buy, and all the locations in surrounding areas are still not taking appointments either and I'm incredibly frusterated.

    Hello sandman8288,
    Living in Minnesota, I can totally empathize with you as to why remote starters can be such a blessing in the blistery winter months. They certainly make great gifts too! I am deeply sorry for the delay in receiving your installation.
    The reasoning jdogg and autotech have provided you could very well explain why you have been unable to receive an install date up until this point. We typically see quite an influx of remote start installations after the holiday season as it is a popularly purchased item this time of year. To ensure these installs are done correctly, installers must have successfully passed required certifications to perform these installations. As mentioned above, this can sometimes affect scheduling.
    I will be sending you a private message to get some more purchase information from you to see if I can assist you in setting up an installation appointment.
    We appreciate your business,
    JD|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Failed restarts of Java Pet Store 2.0

    Hi,
    I am having a recurring problem with the Java Pet Store 2.0 that I hope someone can help shed light on.
    I am trying to use the Pet Store as a reference for a project. I have performed the following sequence on a Dell latitude laptop running Windows XP Pro SP2:
    Download and install JDK 1.5.0_11
    Download and install Java EE 5 w/ tools
    Launch NetBeans
    Open the Java Pet Store project that comes embedded in the EE
    Start DB server (if not already started)
    Start Java System Application Server 9
    Check build.properties
    Run Target setup.xml
    Open pet store project
    This works on the initial launch. The problem comes when I shut everything down and turn off the laptop, then try to run the project in NetBeans again the next time I start up. Every time I try, after I start the DB server and App server and even re-target setup.xml, when I try to run the project, I get the same exception (see below). Even my newbie brain realizes that the issue involves the FileArchive class. What it can't figure out is what I should do about it in order to be able to run the darn project more than one time. Can anybody guide me? Thanks in advance for any help.
    Here is the log of the failed petstore run (this same exception has occurred on attempted restarts after multiple installs):
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    Copying 1 file to C:\Sun\SDK\blueprints\petstore\build\web\WEB-INF\classes
    Duplicated project name in import. Project petstore-impl defined first in C:\Sun\SDK\blueprints\petstore\nbproject\ant-deploy.xml and again in C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml
    insert-proxy-settings:
    Duplicated project name in import. Project petstore-impl defined first in C:\Sun\SDK\blueprints\petstore\nbproject\ant-deploy.xml and again in C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml
    dojo:
    compile:
    compile-jsps:
    Building jar: C:\Sun\SDK\blueprints\petstore\dist\petstore.war
    do-dist:
    dist:
    Incrementally deploying petstore_localhost:4848_server
    Completed incremental distribution of petstore
    Incrementally redeploying petstore_localhost:4848_server
    Start registering the project's server resources
    Finished registering server resources
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.getFileArchive(DirectoryDeploymentFacility.java:186)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.incrementalDeploy(DirectoryDeploymentFacility.java:77)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.incrementalDeploy(DirectoryDeployment.java:154)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.incrementalDeploy(DirectoryDeploymentFacade.java:123)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:502)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:106)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    Caused by: java.io.FileNotFoundException: C:\Program Files\netbeans-5.5\bin\${com.sun.aas.installRoot}\blueprints\petstore\build\web
    at com.sun.enterprise.deployment.deploy.shared.FileArchive.open(FileArchive.java:66)
    ... 22 more
    java.lang.IllegalStateException: cannot find FileArchive class...
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeploymentFacility.incrementalDeploy(DirectoryDeploymentFacility.java:79)
    at org.netbeans.modules.j2ee.sun.bridge.DirectoryDeployment.incrementalDeploy(DirectoryDeployment.java:154)
    at org.netbeans.modules.j2ee.sun.ide.j2ee.incrdeploy.DirectoryDeploymentFacade.incrementalDeploy(DirectoryDeploymentFacade.java:123)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:502)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:106)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:82)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:240)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:293)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:131)
    C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml:468: Deployment error:
    cannot find FileArchive class...
    See the server log for details.
    BUILD FAILED (total time: 2 seconds)

    C:\Sun\SDK\blueprints\petstore\nbproject\build-impl.xml:468: Deployment error: cannot find FileArchive class...
    See the server log for details.
    BUILD FAILED (total time: 2 seconds)I had the same problem but not with blueprints and I managed to start manually the sun server, clean and build the project and copy the *.war file from the project_folder/dist/ to C:\Sun\SDK\domains\domain1\autodeploy.
    If this doesn't work you could try to reinstall netbeans and java .

  • Java pet store

    how product.screen,main.screen,item.screen and so on ,these are handled in java pet store source code?

    Todd,
    SQL*Plus is a utility that is bundled with the Oracle database server.
    Yes, you start it with the "sqlplus" command. Seeing as you seem to
    also be in charge of setting up the Oracle database server, that means
    you (inevitably) have to do some "DBA" type work. Since you say that
    you are new to this, I suggest reading the documentation for the Oracle
    database server -- which is available from:
    http://tahiti.oracle.com
    Of-course, your other option would be to find an experienced DBA to
    handle the database stuff for you.
    By the way, you can use the "lsnrctl" utility (also bundled with the
    database server product) to start, test, and stop the database "listener".
    The command is "lsnrctl". There is also documentation available for
    it (from the same URL as shown above).
    Good Luck,
    Avi.

  • J2EESDK-1_4_03 compatability with Java Pet Store

    I am trying to install Java Pet Store (WIndows XP Prof) and have j2se 1.4.11 and J2EESDK-1_4_03 also but from following the install instructions on Java Pet Store, I've to run cloudscape.bat and j2ee.bat from the %J2EE_HOME%\bin folder and they are not contained in there. In fact, they are not anywhere in the entire folder.
    Any suggestions. I could download J2EE-1.3 but I dont think its compatible with Windows XP Prof as when I go to run the file it keeps crashing on me!
    Please any suggestions. Thanks

    in case that you are new , i should suggest you the follwoing steps
    1- you should get J2EE tutorial from sun site
    http://java.sun.com/j2ee/1.4/download.html
    2-get Netbeans IDE 5 from the following link
    http://www.netbeans.info/downloads/download.php?type=5.0
    and now goto the Document home of Netbeans 5 , look under Tutorials for j2ee , I think it is right place for you to start.
    http://www.netbeans.org/kb/50/quickstart-j2ee.html
    Dealing with application servers and trying to deploy an application using deploy tools maybe kinda hard.
    Masoud Kalali
    http://weblogs.java.net/blog/kalali/

  • Configuring Oracle for Pet store

    Hi when I'm executing the command:
    java utils.Schema jdbc:weblogic:oracle:coc weblogic.jdbc.oci.Driver -u scott -p
    tiger -verbose oracle.ddl
    It gives me the foll error:
    utils.Schema will use these parameters:
    url: jdbc:weblogic:oracle:coc
    driver: weblogic.jdbc.oci.Driver
    dbserver: null
    user: scott
    password: tiger
    SQL file: oracle.ddl
    Missing license file for: WebLogic Server 6.1
    Missing license file for: WebLogic Server 6.1
    java.sql.SQLException: Fail to load jDriver/Oracle due to license checking faile
    d!
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:182)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:457)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at utils.Schema.main(Schema.java:112)
    Could not make database connection
    how can I configure my oracle for Pet Store...??
    ----anjali

    Hope this helps:
    The following link is incorrect:
    http://bernal/stage/docs61/adminguide/utils.html#1143071
    1st)
    In the doc it says "The directory containing your WebLogic Server
    installation. For example, d:\beaHome\wlserver6.1. Required only if using a
    BEA-supplied JDBC driver."
    it should say "The directory containing your WebLogic Server License. For
    example, Z:\bea\610sp1 .... "
    The key here is that if WL_HOME=Z:\bea\610sp1load8c\wlserver6.1 bea.home is
    generally but not always one directory above WL_HOME. bea.home should point
    to the the bea license file.
    2nd)
    java -Dbea.home=WebLogicHome utils.dbping DBMS user password DB
    //* WebLogicHome is almost never correct(unless the license file lives
    there
    which it never does, especially out of the box install.. and with multiple
    installation the license file could live in a different directory structure
    all together) please come up with a new convention for defined bea.home.
    3rd)
    Please so a "real" sample with a successful result: like the following
    Z:\bea\610sp1load8c\wlserver6.1\config\docDomain>java -Dbea.home=%WL_HOME%\.
    -Djava.library.path=%WL_HOME%\bin\oci817_8
    utils.dbping ORACLE pet112 pet112 pet112
    Starting Loading jDriver/Oracle .....
    **** Success!!! ****
    You can connect to the database in your app using:
    java.util.Properties props = new java.util.Properties();
    props.put("user", "pet112");
    props.put("password", "pet112");
    java.sql.Driver d =
    (java.sql.Driver)Class.forName("weblogic.jdbc.oci.Driver").newInstance();
    java.sql.Connection conn = d.connect("jdbc:weblogic:oracle:pet112",
    props);
    // This mode is superior, especially in serverside classes because
    // it avoids DriverManager calls are class synchronized, and will
    // bottleneck any other JDBC in the server, even already-running
    // connections, because all JDBC drivers use DriverManager.println()
    // to log info and exceptions, and that call is also class synchronized.
    // For repeated connecting, a single driver instance can be re-used.
    **** or ****
    Class.forName("weblogic.jdbc.oci.Driver").newInstance();
    java.sql.Connection conn =
    Driver.connect("jdbc:weblogic:oracle:pet112", "pet112", "pet112");
    **** or ****
    java.util.Properties props = new java.util.Properties();
    props.put("user", "pet112");
    props.put("password", "pet112");
    props.put("server", "pet112");
    Class.forName("weblogic.jdbc.oci.Driver").newInstance();
    java.sql.Connection conn =
    Driver.connect("jdbc:weblogic:oracle", props);
    4th)
    Please show a common mistake and how to correct it: like
    Z:\bea\610sp1load8c\wlserver6.1\config\docDomain>java -Dbea.home=%WL_HOME%\.
    utils.dbping ORACLE pet112 pet112 pet112
    Starting Loading jDriver/Oracle .....
    Error encountered:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw
    java.lang.UnsatisfiedLinkError: no weblogicoci37 in java.
    library.path
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:146)
    at utils.dbping.main(dbping.java:167)
    *In order to correct this add -Djava.library.path=%WL_HOME%\bin\oci817_8
    or add %WL_HOME%\bin\oci817_8 to your path **THIS IS ONLY FOR WINDOWS**
    For solaris -Djava.library.path=$WL_HOME\lib\solaris\oci817_8 or add that
    directory to LD_LIBRARY_PATH Also we should documenent the requirement for
    oracle libraries be available on the PATH or LD_LIBRARY_PATH otherwise it
    won't work.
    5th)
    Please show what is expected when the user enters this information into the
    console... The whole reason for this utility is to help the user with
    problems that he/she is having with JDBC pools/datasources from the console.
    Idealy a screen shot with the information as it would look from the console.
    And tell what they need to do to there Weblogic startup scripts in order for
    it work..
    6th)
    For Oracle Type 2 the following is not true. "DBNAME is the name of a
    database on the DBMS." It is the name defined into tnsnames.ora file that
    maps to particular DBMS. Also we should provide instructions on how to not
    have to rely on the tnsnames.ora file like:
    ("jdbc:weblogic:oracle:(DESCRIPTION= (ADDRESS = (HOST = suncom) (PROTOCOL =
    tcp) (PORT=1521)) (CONNECT_DATA = (SID = ORCL805)))","scott","tiger");
    Please let me know if you have any questions...
    Andrew Sliwkowski(BEA)
    [email protected]
    "Adam " <[email protected]> wrote in message
    news:[email protected]...
    >
    i am having the same problem .. if you found a solution can u sahre itwith me
    . thanks
    "Anjaly" <[email protected]> wrote:
    Hi when I'm executing the command:
    java utils.Schema jdbc:weblogic:oracle:coc weblogic.jdbc.oci.Driver -u
    scott -p
    tiger -verbose oracle.ddl
    It gives me the foll error:
    utils.Schema will use these parameters:
    url: jdbc:weblogic:oracle:coc
    driver: weblogic.jdbc.oci.Driver
    dbserver: null
    user: scott
    password: tiger
    SQL file: oracle.ddl
    Missing license file for: WebLogic Server 6.1
    Missing license file for: WebLogic Server 6.1
    java.sql.SQLException: Fail to load jDriver/Oracle due to license
    checking
    faile
    d!
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:182)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at java.sql.DriverManager.getConnection(DriverManager.java:457)
    at java.sql.DriverManager.getConnection(DriverManager.java:137)
    at utils.Schema.main(Schema.java:112)
    Could not make database connection
    how can I configure my oracle for Pet Store...??
    ----anjali

  • Viper Remote Start woes

    I had a 5706v installed about a year ago in my Excursion.  About a month ago it quit locking the doors but doing everything else.   Apparently the BB that installed in no longer has qualified techs so I now have to drive about another 30 mins to a different store.  They mentioned they were incredibly busy and the store that did the work originally was 'questionable' (their words, not mine).
    So I set an appointment a week out and they resolve the locking issue. However, now the remote start doesn't work at all and just gives me an error.      At somepoint it is not only inconvienent but it's costing me money to drive my truck out there and leave it for hours and find a ride home and back.
    What is the policy, is there X tries BB has before giving up?  If a technician is unable to perform the work properly, can it be outsouced to a installer that can do the work?

    Remote starts are key for cold winters, and hot summer days, but to be without keyless entry also, well that is definately inconvinent!  The Best Buy that did the original installation, may not have the techs that are qualified to look at the remote start to properly diagnose the problem, but the other "busy" Best Buy should be able to assist you in this matter.  To be qualified troubleshoot isn't necessarily a qualification, it is more of a necessity to do this job.  I personally haven't had a shop that wasn't qualified to work on a troubleshoot especially for a remote start, but im sure there are some out there, and unfortunately you found it.  With that said, I am terribly sorry that you will have to make the trip up to that other busy store to get this worked on.  Have you tried replacing the batteries in the remote to eliminate a battery issue.  Just odd that the remote start worked fine for a year and then went out.  Batteries are usually the culprit, and alot of times cause intermittent issues with the functionality of the remote start or keyless entry. 
    If you have the viper 5706 your lcd screen will indicate that you are running low on battery if you look at your screen, but there is also a failsafe built in that will send a second "chirp" through your systems siren.  so you will lock the car, hear your first chirp, shortly after there will be another chirp that will occur, and send a message to your remote.  This indicates that the battery is low and needs to be charged with the supplied micro usb cable that came with the unit. 
    Part of our lifetime warranty means you can take this to any Best Buy in the country to have to work performed. The fact that the original shop doesn't have anyone qualified, is unfortunate, and the trip that you have to make because of this is also ashame.  I do apologize that you are having these problems, but if you hop on the schedule at the other store, im sure they will be able to assist you and get your remote start and keyless working again.  The good thing about remote starts is that if you are going to have a serious problem outside replacing an antenna, antenna cable, or batteries, there would be immediate malfunctions with the system.  Should be something small, is what im trying to tell you, but again without diagnosing it properly who knows?!
    Again, i apologize for the troubles that this has caused, and if you have any follow up questions please don't hesitate to ask.  Thanks for posting with the community, and also thank you for your time and patience.  
    I am a CAR Geek Squad installer tech lead, but my views that i post are my own and not that of best buy. if you like my posts give me some kudos, if you need further help contact your local Geek Squad installation bay!
    Please read my posts with a smile, cause thats how I write them.Although i have a cool avatar by my name, I am just a member of the community that works for Best Buy.
    ***KNOW THAT I CANNOT ISSUE OFFICIAL RESPONSES AND THAT MY POSTS ARE ONLY HERE TO HELP BEFORE A OFFICAL RESPONSE IS MADE BY A MODERATOR.***

  • Viper Remote Start Issues 2012 Chrysler 300

    I had a Viper remote start installed in my 2012 Chrysler 300.  The price and installation went great.  Scott at the Best Buy in Novi, MI is great.  My issue is that yesterday (12/12/14) when you start the car with or without the remote start there is a thumping noise inside the dash towards the passenger side. It sounds like something is spinning and thumping on something.  It will do this for 45-60 seconds then stop.  
    The remote start still works and it does not affect anything else. I'm going to call the store this week but I wanted to see if this has come up before. 
    Thanks!

    weird, yeah unfortunately without seeing the vehicle and running through some troubleshooting, there is an infinite number of possibilities that could be wrong.  If it is doing that only on remote start i would say that there is a problem, but since it is doing it with the key also, it is more than likely nothing with the remote start or the installation.  You can definately take it into the local bby for further diagnosis, but once the tech sees that it isn't anything with the remote start then he will send you to a dealership or someone who can fix that issue.  Sorry i couldn't be more help, but bring it back into the shop for a diagnosis, and if it out of our hands then the tech will send you off to another person to get it fixed.  best of luck!
    I am a CAR Geek Squad installer tech lead, but my views that i post are my own and not that of best buy. if you like my posts give me some kudos, if you need further help contact your local Geek Squad installation bay!
    Please read my posts with a smile, cause thats how I write them.Although i have a cool avatar by my name, I am just a member of the community that works for Best Buy.
    ***KNOW THAT I CANNOT ISSUE OFFICIAL RESPONSES AND THAT MY POSTS ARE ONLY HERE TO HELP BEFORE A OFFICAL RESPONSE IS MADE BY A MODERATOR.***

  • Remote start compatible with manual transmission?

    Hello,
    I was directed here by Marti from your FB page.  I would like to know if your remote start
    (CompuStar Remote Start, Universal Bypass System & Geek Squad® Installation - SKU: 9999189600050003)
    would work with my 2012 Mazda 3 S Touring 6-speed manual transmission.  If so, are there safety precautions like an e-brake sensor or clutch override that will be put in place so my car won't drive away if I remote start it in gear?
    Thank you in advance,
    Michael

    call your local shop compustart the ones that we carry in store will be compatible, the one that you are trying to show me woudln't pull up so i cant give you a 100 percent answer.  call your shop make sure they know what precautions they would need for a manual transmission, and see if they are a compustart store.  start by calling your local best buy installation bay. good luck
    I am a CAR Geek Squad installer tech lead, but my views that i post are my own and not that of best buy. if you like my posts give me some kudos, if you need further help contact your local Geek Squad installation bay!
    Please read my posts with a smile, cause thats how I write them.Although i have a cool avatar by my name, I am just a member of the community that works for Best Buy.
    ***KNOW THAT I CANNOT ISSUE OFFICIAL RESPONSES AND THAT MY POSTS ARE ONLY HERE TO HELP BEFORE A OFFICAL RESPONSE IS MADE BY A MODERATOR.***

  • Remote start 2007 Caravan

    Has anyone had a remote start installed in a 2007 Dodge Caravan?  Just want to find out what additional costs there is before I go in to purchase.  Thanks.

    billturner3 –
    Thank you for posting on our forums. I apologize for not
    getting back any sooner. I would advise visiting your local Best Buy® store to
    learn more about what systems work with your vehicle and fees related to the
    installation.
    Thank you for your consideration. Please let me know if
    there is anything else I can help you with.
    Best regards,
    Jesus|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Java pet store example on MS ME OS

    HI. I JUST WANNA KNOW IF IT'S AT ALL POSSIBLE TO INSTALL THE J2EE PET STORE EXAMPLE ON THE MS MILLENNIUM EDITION OS. I'VE HAVIN' A HELLUVA TIME TRYING TO START CLOUDSCAPE, THE J2EE SERVER, THE SETUP .BAT FILE,...
    SHOULD I JUST USE WINDOWS NT ??
    ANY HELP WOULD BE GREATLY APPRECIATED. THANKS.

    It's been a while but it seems to me that I was unable to get any app servers or servlet containers to run under ME. I use Win2K without problems.

  • Sample application Pet Store

    Best Regards
    I would like to know which site I can download the sample application called Pet Store, I searched the web and all links lead me to the java.net site, but can not find where to download the. jar.
    I appreciate the attention.

    Thank you very much for responding. However, explore the site, and the links redirect me to the java.net site showing the error "NOT FOUND" The Page You Were looking for does not exist. You May Have mistype the address or the page May Have moved.

  • Error in Pet Store Execution

    Hi, my pet store has set up fine .
    when go to pet store add something to the cart, verify the shipping address and
    at time of clicking on continue to ship, it gives me huge error saying ,"insert
    no successful".
    If I continue working in the same session with the same very instance of browser
    it gives me the foll error:
    Server Error
    Bean has been deleted.
    Oops! Your request cannot be completed. The server got the following error.
    com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException:
    Bean has been deleted.
         at com.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl.handleEvent(ShoppingClientControllerWebImpl.java:142)
         at com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest(RequestProcessor.java:84)
         at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doProcess(MainServlet.java:111)
         at com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:91)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    If anybody can help me out with this...
    ---------anjali

    "Anjali" <[email protected]> wrote in message
    news:3be1269e$[email protected]..
    >
    Hi, my pet store has set up fine .
    when go to pet store add something to the cart, verify the shippingaddress and
    at time of clicking on continue to ship, it gives me huge error saying,"insert
    no successful".
    If I continue working in the same session with the same very instance ofbrowser
    it gives me the foll error:
    Server Error
    Bean has been deleted.
    Oops! Your request cannot be completed. The server got the followingerror.
    >
    >
    >
    com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException:
    Bean has been deleted.
    atcom.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl
    .handleEvent(ShoppingClientControllerWebImpl.java:142)
    atcom.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest
    (RequestProcessor.java:84)
    atcom.sun.j2ee.blueprints.petstore.control.web.MainServlet.doProcess(MainServl
    et.java:111)
    atcom.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.j
    ava:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :265)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :200)
    atweblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
    ntext.java:2456)
    atweblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
    :2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    If anybody can help me out with this...
    ---------anjaliafter editing the customer_ejb.xml file as detailed here:
    http://e-docs.bea.com/wls/docs61/petstore/bea_deployathon.html#oracle you
    need to rebuild the Petstore (step 6 of the same doc) and redeploy it.
    HTH
    Bill

  • Where to find the OC4J-ready Pet Store Demo file jps112.zip

    where to find the OC4J-ready Pet Store Demo file jps112.zip in OTN
    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg

    You have to execute the installer jar file.
    This will create a folder with all the source codes inside.
    I wasn't aware of any need for cvs.

Maybe you are looking for