This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 248120

Summary: IDE cannot start new tomcat installation
Product: serverplugins Reporter: bht <bht>
Component: TomcatAssignee: Petr Hejl <phejl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 8.0.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description bht 2014-10-23 00:13:21 UTC
Error in IDE output window: 

| was unexpected at this time.

Please note the "|" pipe delimiter which indicates that there might be a space in path type of problem.

I can start the server in the bin directory using the startup.bat file.




  Product Version         = NetBeans IDE 8.0 (Build 201403101706) (#b8e35b888b3f)
  Operating System        = Windows Server 2008 R2 version 6.1 running on amd64
  Java; VM; Vendor        = 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01; Oracle Corporation
  Runtime                 = Java(TM) SE Runtime Environment 1.7.0_25-b17
  Java Home               = D:\apps\Java\jdk1.7.0_25\jre
  System Locale; Encoding = en_NZ (nb); Cp1252


Installed tomcat from 
apache-tomcat-7.0.56.zip

IDE server registration at:

D:\apps\apache-tomcat-7.0.56


I cannot see any issues in the IDE log.

The frustrating part is that this message seems to be the only trace of the problem, and it really does not give any indication of what the problem is.

The server log as printed int he IDE output window:


23/10/2014 12:06:23 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
23/10/2014 12:06:23 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
23/10/2014 12:06:23 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@73fc3c84')
23/10/2014 12:06:55 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
23/10/2014 12:06:55 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Comment 1 Petr Hejl 2014-10-23 10:07:56 UTC
Please attach the whole IDE log. It is not clear where does this message come from. Thanks.
Comment 2 bht 2014-10-23 20:39:22 UTC
Created attachment 150095 [details]
IDE log

There are actually tomcat specific errors in the log, sorry. I could reproduce this error on two different computers.
Comment 3 Petr Hejl 2014-11-14 09:22:01 UTC
Theres more info in bug 248182.

*** This bug has been marked as a duplicate of bug 248182 ***