cshannon commented on issue #18:
URL: 
https://github.com/apache/accumulo-classloaders/issues/18#issuecomment-1443816223

   I didn't post the error as there isn't a stack trace as it's a bash error 
because it can't parse the config file. It's just an error to the output on 
start up and isn't super helpful but it looks like the following (I stripped 
out my IP and paths, etc)
   
   ```
   $ ./bin/uno start accumulo
   ZooKeeper JMX enabled by default
   Using config:<pathhidden>conf/zoo.cfg
   Starting zookeeper ... STARTED
   Starting namenodes on [localhost]
   Starting datanodes
   Starting secondary namenodes [localhost]
   Starting resourcemanager
   Starting nodemanagers
   OpenJDK 64-Bit Server VM warning: Archived non-system classes are disabled 
because the java.system.class.loader property is specified (value = 
"org.apache.accumulo.classloader.vfs.AccumuloVFSClassLoader"). To use archived 
non-system classes, this property must be not be set
   WARN: 1677250840499 AccumuloVFSClassLoader: vfs.cache.dir system property 
not set, using default of java.io.tmpdir
   WARN: 1677250841475 AccumuloVFSClassLoader: vfs.cache.dir system property 
not set, using default of java.io.tmpdir
   /tmp/tmp.Lg3ibqz8wc: line 1: DEBUG:: command not found
   /tmp/tmp.Lg3ibqz8wc: line 2: DEBUG:: command not found
   /tmp/tmp.Lg3ibqz8wc: line 3: DEBUG:: command not found
   /tmp/tmp.Lg3ibqz8wc: line 4: DEBUG:: command not found
   /tmp/tmp.Lg3ibqz8wc: line 5: DEBUG:: command not found
   /tmp/tmp.Lg3ibqz8wc: line 6: syntax error near unexpected token `('
   /tmp/tmp.Lg3ibqz8wc: line 6: `DEBUG: 1677250840018 AccumuloVFSClassLoader: 
getDelegateClassLoader() initializing VFS.'
   CONFIG: /tmp/tmp.Lg3ibqz8wc
   ERROR: managers not found in <pathhidden>/conf/cluster.yaml
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to