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 198236

Summary: org.json.JSONException: A JSONObject text must begin with '{' at character 0 of
Product: contrib Reporter: Exceptions Reporter <exceptions_reporter>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: NEW ---    
Severity: normal CC: chinna, gkbrown22, mmirilovic
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 146457
Attachments: stacktrace

Description Exceptions Reporter 2011-05-02 08:22:46 UTC
This issue was reported manually by mmirilovic.
It already has 35 duplicates 


Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista

User Comments:
GUEST: deploy to liferay running on glassfish

gkbrown22: Debugging a tomcat/liferay portlet. When starting up the debugger this error occured

GUEST: ?????????????????????????????????????

GUEST: deploying a portlet within webspace 10.x, GF 2.1, Solaris 10 EIS-Jan 29/09




Stacktrace: 
org.json.JSONException: A JSONObject text must begin with '{' at character 0 of 
   at org.json.JSONTokener.syntaxError(JSONTokener.java:448)
   at org.json.JSONObject.<init>(JSONObject.java:178)
   at org.json.JSONObject.<init>(JSONObject.java:275)
   at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayTaskHandler.getAutoDeployDirectory(LiferayTaskHandler.java:684)
   at org.netbeans.modules.portalpack.servers.websynergy.impl.LiferayTaskHandler.deploy(LiferayTaskHandler.java:241)
   at org.netbeans.modules.portalpack.servers.core.PSDeployerImpl.run(PSDeployerImpl.java:151)
Comment 1 Exceptions Reporter 2011-05-02 08:22:50 UTC
Created attachment 108043 [details]
stacktrace