users@glassfish.java.net

Need information on excatly what file I should edit

From: <glassfish_at_javadesktop.org>
Date: Mon, 18 Oct 2010 11:03:19 PDT

I am new to glassfish. I would like to know what path would I find the file to edit all of the .replaceAll syntax.
This file should function as a global file for replaceAll. I would like to correct the following error below.
I need to add .\\s/\$1,$2,$3,$0

Thanks in advance


Error:::::
java.lang.IllegalArgumentException: Illegal group reference
        at java.util.regex.Matcher.appendReplacement(Matcher.java:725)
        at java.util.regex.Matcher.replaceAll(Matcher.java:823)
        at java.lang.String.replaceAll(String.java:2201)
        at com.sun.am.AMConfigurator.replace(AMConfigurator.java:1572)
        at com.sun.am.AMConfigurator.updateAMConfig(AMConfigurator.java:569)
        at com.sun.am.AMConfigurator.main(AMConfigurator.java:399)
        at com.sun.am.AMConfigurator.configure(AMConfigurator.java:1877)
        at com.sun.enterprise.addons.AddonConfigurationController.invokeApi(AddonConfigurationController.java:270)
        at com.sun.enterprise.addons.AddonConfigurationController.configure(AddonConfigurationController.java:169)
        at com.sun.enterprise.addons.AddonConfigurationController.configureDAS(AddonConfigurationController.java:136)
        at com.sun.enterprise.addons.AddonFacade.configureDAS(AddonFacade.java:110)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:616)
        at com.sun.enterprise.cli.commands.AddonControl.configureDAS(AddonControl.java:100)
        at com.sun.enterprise.cli.commands.StartDomainCommand.configureAddons(StartDomainCommand.java:526)
        at com.sun.enterprise.cli.commands.StartDomainCommand.init(StartDomainCommand.java:495)
        at com.sun.enterprise.cli.commands.StartDomainCommand.startDomain(StartDomainCommand.java:123)
        at com.sun.enterprise.cli.commands.StartDomainCommand.runCommand(StartDomainCommand.java:215)
        at com.sun.enterprise.cli.framework.CLIMain.invokeCommand(CLIMain.java:171)
        at com.sun.enterprise.cli.framework.CLIMain.main(CLIMain.java:79)
The operation CONFIGURE of addon am-configurator completed with an error. Error message : (java.lang.IllegalArgumentException: Illegal group reference)
Redirecting output to /var/www/glassfish/domains/gdrenterprise.com/logs/server.log
Domain gdrenterprise.com started.
Domain [gdrenterprise.com] is running [Sun GlassFish Enterprise Server v2.1.1 ((v2.1 Patch06)(9.1_02 Patch12)) (build b31g-fcs)] with its configuration and logs at: [/var/www/glassfish/domains].
Admin Console is available at [http://localhost:4848].
Use the same port [4848] for "asadmin" commands.
User web applications are available at these URLs:
[http://localhost:8080 https://localhost:8181 ].
Following web-contexts are available:
[/web1 /__wstx-services async-http-server producer wsrp-producer-portlet consumer wsrp-consumer-portlet portletdriver amserver ].
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
[service:jmx:rmi:///jndi/rmi://gdrenterprise.com:8686/jmxrmi] for domain management purposes.
Domain listens on at least following ports for connections:
[8080 8181 4848 3700 3820 3920 8686 ].
Domain supports application server clusters and other standalone instances.
[Message sent by forum member 'greynolds']

http://forums.java.net/jive/thread.jspa?messageID=485492