Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Integrated weblogic server cannot start after clean install of JDeveloper 12.1.3

prophetSep 13 2014 — edited Sep 13 2014

I just installer new version of JDeveloper on windows 8.1 machine.

JDeveloper start fine itself. I created test project (ADF Web project). And try to run it. But it stops on Running Integrated Weblogic Server.

no logs, no anything. just tells that process is finished.

I tried to debug it a little bit and I found the place where it stops (may be it is not the root of the problem, but it definitely stops in this place):

shortenPaths.cmd - this script tells error when it parses %PATH% variable.

I turned ON the ECHO in setDomainEnv.cmd and run it. It shows me the fallowing:

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>FOR %i IN ("C:\Oracle\MIDDLE~3\ORACLE~1\wlserver") DO SET WL_HOME=%

fsi

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>SET WL_HOME=C:\Oracle\MIDDLE~3\ORACLE~1\wlserver

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>set BEA_HOME=C:\Oracle\MIDDLE~3\ORACLE~1

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>set COHERENCE_HOME=C:\Oracle\MIDDLE~3\ORACLE~1\coherence

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>set MODULES_DIR=C:\Oracle\MIDDLE~3\ORACLE~1\oracle_common\modules

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>set FEATURES_DIR=C:\Oracle\MIDDLE~3\ORACLE~1\oracle_common\modules\

eatures

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>set ANT_HOME=C:\Oracle\MIDDLE~3\ORACLE~1\oracle_common\modules\org.

pache.ant_1.9.2

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>set ANT_CONTRIB=C:\Oracle\MIDDLE~3\ORACLE~1\oracle_common\modules\n

t.sf.antcontrib_1.1.0.0_1-0b3

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>SET COMMON_JVM_ARGS=-Dweblogic.alternateTypesDirectory=C:\Oracle\MI

DLE~3\ORACLE~1\oracle_common\modules\oracle.ossoiap_12.1.3,C:\Oracle\MIDDLE~3\O

ACLE~1\oracle_common\modules\oracle.oamprovider_12.1.3,C:\Oracle\MIDDLE~3\ORACL

~1\oracle_common\modules\oracle.jps_12.1.3

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>if exist "C:\Oracle\MIDDLE~3\ORACLE~1\oracle_common\common\bin\shor

enPaths.cmd" call "C:\Oracle\MIDDLE~3\ORACLE~1\oracle_common\common\bin\shorten

aths.cmd"

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>if NOT "" == "" (call :handle_classpath )

Непредвиденное появление: C:\Program.

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>if NOT "C:\WampDeveloper\Components\Apache\bin;C:\WampDeveloper\Com

onents\Php;C:\WampDeveloper\Components\Mysql\bin;C:\WampDeveloper\Tools\Perl\c\

in;C:\WampDeveloper\Tools\Perl\perl\site\bin;C:\WampDeveloper\Tools\Perl\perl\b

n;C:\WampDeveloper\Tools\curl;C:\WampDeveloper\Tools\Expat\Bin;C:\WampDeveloper

Tools\FFmpeg\bin;C:\WampDeveloper\Tools\ImageMagick;C:\WampDeveloper\Tools\gnuw

n32;C:\WampDeveloper\Tools\mongodb\bin;C:\WampDeveloper\Tools\NodeJS;C:\zpanel\

in\apache\bin;C:\zpanel\bin\mysql\bin;C:\zpanel\bin\php;C:\zpanel\bin\wget;C:\z

anel\bin\bind\bin;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x

6)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\W

ndows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\

TI.ACE\Core-Static;C:\Program Files\jEdit;C:\Program Files (x86)\Windows Live\S

ared;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x8

)\Estonian ID Card";C:\Program Files (x86)\Zend\MySQL55\bin;C:\Program Files (x

6)\Lenovo\Password Manager\"=="" (

c:\Users\Korolev\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\Defau

tDomain\bin>

it writes a lot. this is just the last part of the screen log. we can see that it runs "shortenpaths.cmd". and this script runs into exceprion: "Unexpected arrival: C:\Program"

This post has been answered by Timo Hahn on Sep 13 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 11 2014
Added on Sep 13 2014
3 comments
1,332 views