I upgraded NB to version 6.7.1. This time I did not copy any files from a 
previous project.
I get the following error message on trying to run hello2:
 
C:\Documents and 
Settings\myJavaProjects\J2EEbasics\servletadv\samples\hello2\nbproject\build-impl.xml:366:
 The libs.CopyLibs.classpath property is not set up.
This property must point to 
org-netbeans-modules-java-j2seproject-copylibstask.jar file which is part
of NetBeans IDE installation and is usually located at 
<netbeans_installation>/java<version>/ant/extra folder.
Either open the project in the IDE and make sure CopyLibs library
exists or setup the property manually. For example like this:
 ant 
-Dlibs.CopyLibs.classpath=a/path/to/org-netbeans-modules-java-j2seproject-copylibstask.jar
BUILD FAILED (total time: 0 seconds)
 
I still cannot run any other project, same problem as indicated in the email 
below, GlassFish AppServer has got corrupted.
 
Looks like a problem with the hello2 project, please help.
 
Thanks,
Anand

--- On Fri, 9/25/09, Anand A. Parikh <anand_a_par...@yahoo.com> wrote:


From: Anand A. Parikh <anand_a_par...@yahoo.com>
Subject: [java ee programming] LAB 4005_servletadv problem
To: java-ee-j2ee-programming-with-passion@googlegroups.com
Date: Friday, September 25, 2009, 10:18 AM







 
There is a problem with the project.
On trying to open it I get an error saying access is denied for:
  servletadv/samples/hello2/nbproject/private/private.properties
  servletadv/samples/hello2/nbproject/private/private.xml
 
On copying over these two files from another project, I could access GlassFish 
v2.1 under Libraries tab.
However, my GlassFish AppServer got corrupted and does no start up anymore (JMS 
Resourse Adapter does not start). I get the following error message:
 
MQJMSRA_RA1101: SJSMQ JMS Resource Adapter starting...
MQJMSRA_RA4001: start:Aborting:Exception starting EMBEDDED broker=EMBEDDED 
Broker start failure:code = 1
java.lang.RuntimeException: EMBEDDED Broker start failure:code = 1
        at 
com.sun.messaging.jms.ra.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:268)
        at 
com.sun.messaging.jms.ra.ResourceAdapter.start(ResourceAdapter.java:472)
        at 
com.sun.enterprise.connectors.ActiveInboundResourceAdapter$1.run(ActiveInboundResourceAdapter.java:178)
        at java.security.AccessController.doPrivileged(Native Method)
        at 
com.sun.enterprise.connectors.ActiveInboundResourceAdapter.startResourceAdapter(ActiveInboundResourceAdapter.java:174)
        at 
com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:132)
        at 
com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.<init>(ActiveJmsResourceAdapter.java:234)
        at 
com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:107)
        at 
com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:300)
        at 
com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:445)
        at 
com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:230)
        at 
com.sun.enterprise.jms.JmsProviderLifecycle.onStartup(JmsProviderLifecycle.java:428)
        at 
com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:446)
        at 
com.sun.enterprise.server.ondemand.OnDemandServer.onStartup(OnDemandServer.java:134)
        at com.sun.enterprise.server.PEMain.run(PEMain.java:409)
        at com.sun.enterprise.server.PEMain.main(PEMain.java:336)
        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:597)
        at com.sun.enterprise.server.PELaunch.main(PELaunch.java:415)
RAR6035 : Resource adapter start failed : {0}
 
Anyone else has this problem, how do I fix it?
 
Thanks.

 
 
 





      
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to